*, ::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.17 | 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: #F1F1F1; /* 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: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif; /* 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: #C1C1C1; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #C1C1C1; /* 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;
}

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

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

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

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

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

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

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

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

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

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

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

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

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  @font-face {
    font-family: 'Moderat';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/Moderat-Regular-Cry_rDaz.otf') format('opentype');
  }

  @font-face {
    font-family: 'Moderat';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/Moderat-Bold-CLrG7tr2.otf') format('opentype');
  }

  @font-face {
    font-family: 'Moderat';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/Moderat-Light-CB6sVvWq.otf') format('opentype');
  }

  @font-face {
    font-family: 'Moderat';
    font-style: italic;
    font-weight: 400;
    src: url('/assets/Moderat-Regular-Italic-fsD30LcA.otf') format('opentype');
  }

  html {
    font-family: 'Moderat', sans-serif;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.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;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-0\.5 {
  inset: 0.125rem;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-1\.5 {
  right: -0.375rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-px {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-14 {
  top: 3.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.top-9 {
  top: 2.25rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-2 {
  grid-column-end: 2;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-end-1 {
  grid-row-end: 1;
}
.float-right {
  float: right;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-3 {
  margin: -0.75rem;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}
.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-14 {
  margin-left: -3.5rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mr-px {
  margin-right: -1px;
}
.-mt-1\.5 {
  margin-top: -0.375rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.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;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.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-9 {
  margin-left: 2.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-24 {
  width: 6rem;
  height: 6rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.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-\[300px\] {
  height: 300px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[calc\(100vh-56px\)\] {
  height: calc(100vh - 56px);
}
.h-\[calc\(100vh-6\.5rem\)\] {
  height: calc(100vh - 6.5rem);
}
.h-\[calc\(100vh-6rem\)\] {
  height: calc(100vh - 6rem);
}
.h-\[calc\(100vh-8\.5rem\)\] {
  height: calc(100vh - 8.5rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-lvh {
  height: 100lvh;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.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-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-400 {
  width: 25rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-\[173px\] {
  width: 173px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[752px\] {
  width: 752px;
}
.w-\[var\(--button-width\)\] {
  width: var(--button-width);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-14 {
  min-width: 3.5rem;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-\[112px\] {
  min-width: 112px;
}
.min-w-\[128px\] {
  min-width: 128px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[324px\] {
  max-width: 324px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[calc\(100\%-28px\)\] {
  max-width: calc(100% - 28px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-\[3\] {
  flex-grow: 3;
}
.basis-0 {
  flex-basis: 0px;
}
.basis-\[320px\] {
  flex-basis: 320px;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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-full {
  --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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-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));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-11 {
  --tw-translate-x: 2.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-7 {
  --tw-translate-x: 1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-9 {
  --tw-translate-x: 2.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --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));
}
.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));
}
.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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes shimmer {

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

  100% {
    transform: translateX(100%);
  }
}
.animate-shimmer {
  animation: shimmer 1.5s 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;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize-x {
  resize: horizontal;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[56px_minmax\(0\2c 1fr\)\] {
  grid-template-rows: 56px minmax(0,1fr);
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-52 {
  gap: 13rem;
}
.gap-56 {
  gap: 14rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-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-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * 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));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-divide-opacity, 1));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-divide-opacity, 1));
}
.self-stretch {
  align-self: stretch;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 227 253 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
  border-color: rgb(217 227 253 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(217 227 253 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(217 227 253 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(217 227 253 / 0.15);
}
.border-blue-200\/20 {
  border-color: rgb(217 227 253 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(217 227 253 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(217 227 253 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(217 227 253 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(217 227 253 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(217 227 253 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(217 227 253 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(217 227 253 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(217 227 253 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(217 227 253 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(217 227 253 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(217 227 253 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(217 227 253 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(217 227 253 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(217 227 253 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(217 227 253 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(217 227 253 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(179 199 251 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
  border-color: rgb(179 199 251 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(179 199 251 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(179 199 251 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(179 199 251 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(179 199 251 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(179 199 251 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(179 199 251 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(179 199 251 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(179 199 251 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(179 199 251 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(179 199 251 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(179 199 251 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(179 199 251 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(179 199 251 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(179 199 251 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(179 199 251 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(179 199 251 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(179 199 251 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(179 199 251 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(179 199 251 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(179 199 251 / 0.95);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(246 248 255 / var(--tw-border-opacity, 1));
}
.border-blue-50\/0 {
  border-color: rgb(246 248 255 / 0);
}
.border-blue-50\/10 {
  border-color: rgb(246 248 255 / 0.1);
}
.border-blue-50\/100 {
  border-color: rgb(246 248 255 / 1);
}
.border-blue-50\/15 {
  border-color: rgb(246 248 255 / 0.15);
}
.border-blue-50\/20 {
  border-color: rgb(246 248 255 / 0.2);
}
.border-blue-50\/25 {
  border-color: rgb(246 248 255 / 0.25);
}
.border-blue-50\/30 {
  border-color: rgb(246 248 255 / 0.3);
}
.border-blue-50\/35 {
  border-color: rgb(246 248 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(246 248 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(246 248 255 / 0.45);
}
.border-blue-50\/5 {
  border-color: rgb(246 248 255 / 0.05);
}
.border-blue-50\/50 {
  border-color: rgb(246 248 255 / 0.5);
}
.border-blue-50\/55 {
  border-color: rgb(246 248 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(246 248 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(246 248 255 / 0.65);
}
.border-blue-50\/70 {
  border-color: rgb(246 248 255 / 0.7);
}
.border-blue-50\/75 {
  border-color: rgb(246 248 255 / 0.75);
}
.border-blue-50\/80 {
  border-color: rgb(246 248 255 / 0.8);
}
.border-blue-50\/85 {
  border-color: rgb(246 248 255 / 0.85);
}
.border-blue-50\/90 {
  border-color: rgb(246 248 255 / 0.9);
}
.border-blue-50\/95 {
  border-color: rgb(246 248 255 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(141 171 249 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
  border-color: rgb(141 171 249 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(141 171 249 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(141 171 249 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(141 171 249 / 0.15);
}
.border-blue-600\/20 {
  border-color: rgb(141 171 249 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(141 171 249 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(141 171 249 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(141 171 249 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(141 171 249 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(141 171 249 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(141 171 249 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(141 171 249 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(141 171 249 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(141 171 249 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(141 171 249 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(141 171 249 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(141 171 249 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(141 171 249 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(141 171 249 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(141 171 249 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(141 171 249 / 0.95);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(103 143 247 / var(--tw-border-opacity, 1));
}
.border-blue-800\/0 {
  border-color: rgb(103 143 247 / 0);
}
.border-blue-800\/10 {
  border-color: rgb(103 143 247 / 0.1);
}
.border-blue-800\/100 {
  border-color: rgb(103 143 247 / 1);
}
.border-blue-800\/15 {
  border-color: rgb(103 143 247 / 0.15);
}
.border-blue-800\/20 {
  border-color: rgb(103 143 247 / 0.2);
}
.border-blue-800\/25 {
  border-color: rgb(103 143 247 / 0.25);
}
.border-blue-800\/30 {
  border-color: rgb(103 143 247 / 0.3);
}
.border-blue-800\/35 {
  border-color: rgb(103 143 247 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(103 143 247 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(103 143 247 / 0.45);
}
.border-blue-800\/5 {
  border-color: rgb(103 143 247 / 0.05);
}
.border-blue-800\/50 {
  border-color: rgb(103 143 247 / 0.5);
}
.border-blue-800\/55 {
  border-color: rgb(103 143 247 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(103 143 247 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(103 143 247 / 0.65);
}
.border-blue-800\/70 {
  border-color: rgb(103 143 247 / 0.7);
}
.border-blue-800\/75 {
  border-color: rgb(103 143 247 / 0.75);
}
.border-blue-800\/80 {
  border-color: rgb(103 143 247 / 0.8);
}
.border-blue-800\/85 {
  border-color: rgb(103 143 247 / 0.85);
}
.border-blue-800\/90 {
  border-color: rgb(103 143 247 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(103 143 247 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(52 106 244 / var(--tw-border-opacity, 1));
}
.border-blue-900\/0 {
  border-color: rgb(52 106 244 / 0);
}
.border-blue-900\/10 {
  border-color: rgb(52 106 244 / 0.1);
}
.border-blue-900\/100 {
  border-color: rgb(52 106 244 / 1);
}
.border-blue-900\/15 {
  border-color: rgb(52 106 244 / 0.15);
}
.border-blue-900\/20 {
  border-color: rgb(52 106 244 / 0.2);
}
.border-blue-900\/25 {
  border-color: rgb(52 106 244 / 0.25);
}
.border-blue-900\/30 {
  border-color: rgb(52 106 244 / 0.3);
}
.border-blue-900\/35 {
  border-color: rgb(52 106 244 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(52 106 244 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(52 106 244 / 0.45);
}
.border-blue-900\/5 {
  border-color: rgb(52 106 244 / 0.05);
}
.border-blue-900\/50 {
  border-color: rgb(52 106 244 / 0.5);
}
.border-blue-900\/55 {
  border-color: rgb(52 106 244 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(52 106 244 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(52 106 244 / 0.65);
}
.border-blue-900\/70 {
  border-color: rgb(52 106 244 / 0.7);
}
.border-blue-900\/75 {
  border-color: rgb(52 106 244 / 0.75);
}
.border-blue-900\/80 {
  border-color: rgb(52 106 244 / 0.8);
}
.border-blue-900\/85 {
  border-color: rgb(52 106 244 / 0.85);
}
.border-blue-900\/90 {
  border-color: rgb(52 106 244 / 0.9);
}
.border-blue-900\/95 {
  border-color: rgb(52 106 244 / 0.95);
}
.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(11 61 187 / var(--tw-border-opacity, 1));
}
.border-blue-950\/0 {
  border-color: rgb(11 61 187 / 0);
}
.border-blue-950\/10 {
  border-color: rgb(11 61 187 / 0.1);
}
.border-blue-950\/100 {
  border-color: rgb(11 61 187 / 1);
}
.border-blue-950\/15 {
  border-color: rgb(11 61 187 / 0.15);
}
.border-blue-950\/20 {
  border-color: rgb(11 61 187 / 0.2);
}
.border-blue-950\/25 {
  border-color: rgb(11 61 187 / 0.25);
}
.border-blue-950\/30 {
  border-color: rgb(11 61 187 / 0.3);
}
.border-blue-950\/35 {
  border-color: rgb(11 61 187 / 0.35);
}
.border-blue-950\/40 {
  border-color: rgb(11 61 187 / 0.4);
}
.border-blue-950\/45 {
  border-color: rgb(11 61 187 / 0.45);
}
.border-blue-950\/5 {
  border-color: rgb(11 61 187 / 0.05);
}
.border-blue-950\/50 {
  border-color: rgb(11 61 187 / 0.5);
}
.border-blue-950\/55 {
  border-color: rgb(11 61 187 / 0.55);
}
.border-blue-950\/60 {
  border-color: rgb(11 61 187 / 0.6);
}
.border-blue-950\/65 {
  border-color: rgb(11 61 187 / 0.65);
}
.border-blue-950\/70 {
  border-color: rgb(11 61 187 / 0.7);
}
.border-blue-950\/75 {
  border-color: rgb(11 61 187 / 0.75);
}
.border-blue-950\/80 {
  border-color: rgb(11 61 187 / 0.8);
}
.border-blue-950\/85 {
  border-color: rgb(11 61 187 / 0.85);
}
.border-blue-950\/90 {
  border-color: rgb(11 61 187 / 0.9);
}
.border-blue-950\/95 {
  border-color: rgb(11 61 187 / 0.95);
}
.border-current {
  border-color: currentColor;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}
.border-gray-100\/0 {
  border-color: rgb(248 248 248 / 0);
}
.border-gray-100\/10 {
  border-color: rgb(248 248 248 / 0.1);
}
.border-gray-100\/100 {
  border-color: rgb(248 248 248 / 1);
}
.border-gray-100\/15 {
  border-color: rgb(248 248 248 / 0.15);
}
.border-gray-100\/20 {
  border-color: rgb(248 248 248 / 0.2);
}
.border-gray-100\/25 {
  border-color: rgb(248 248 248 / 0.25);
}
.border-gray-100\/30 {
  border-color: rgb(248 248 248 / 0.3);
}
.border-gray-100\/35 {
  border-color: rgb(248 248 248 / 0.35);
}
.border-gray-100\/40 {
  border-color: rgb(248 248 248 / 0.4);
}
.border-gray-100\/45 {
  border-color: rgb(248 248 248 / 0.45);
}
.border-gray-100\/5 {
  border-color: rgb(248 248 248 / 0.05);
}
.border-gray-100\/50 {
  border-color: rgb(248 248 248 / 0.5);
}
.border-gray-100\/55 {
  border-color: rgb(248 248 248 / 0.55);
}
.border-gray-100\/60 {
  border-color: rgb(248 248 248 / 0.6);
}
.border-gray-100\/65 {
  border-color: rgb(248 248 248 / 0.65);
}
.border-gray-100\/70 {
  border-color: rgb(248 248 248 / 0.7);
}
.border-gray-100\/75 {
  border-color: rgb(248 248 248 / 0.75);
}
.border-gray-100\/80 {
  border-color: rgb(248 248 248 / 0.8);
}
.border-gray-100\/85 {
  border-color: rgb(248 248 248 / 0.85);
}
.border-gray-100\/90 {
  border-color: rgb(248 248 248 / 0.9);
}
.border-gray-100\/95 {
  border-color: rgb(248 248 248 / 0.95);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-gray-200\/0 {
  border-color: rgb(241 241 241 / 0);
}
.border-gray-200\/10 {
  border-color: rgb(241 241 241 / 0.1);
}
.border-gray-200\/100 {
  border-color: rgb(241 241 241 / 1);
}
.border-gray-200\/15 {
  border-color: rgb(241 241 241 / 0.15);
}
.border-gray-200\/20 {
  border-color: rgb(241 241 241 / 0.2);
}
.border-gray-200\/25 {
  border-color: rgb(241 241 241 / 0.25);
}
.border-gray-200\/30 {
  border-color: rgb(241 241 241 / 0.3);
}
.border-gray-200\/35 {
  border-color: rgb(241 241 241 / 0.35);
}
.border-gray-200\/40 {
  border-color: rgb(241 241 241 / 0.4);
}
.border-gray-200\/45 {
  border-color: rgb(241 241 241 / 0.45);
}
.border-gray-200\/5 {
  border-color: rgb(241 241 241 / 0.05);
}
.border-gray-200\/50 {
  border-color: rgb(241 241 241 / 0.5);
}
.border-gray-200\/55 {
  border-color: rgb(241 241 241 / 0.55);
}
.border-gray-200\/60 {
  border-color: rgb(241 241 241 / 0.6);
}
.border-gray-200\/65 {
  border-color: rgb(241 241 241 / 0.65);
}
.border-gray-200\/70 {
  border-color: rgb(241 241 241 / 0.7);
}
.border-gray-200\/75 {
  border-color: rgb(241 241 241 / 0.75);
}
.border-gray-200\/80 {
  border-color: rgb(241 241 241 / 0.8);
}
.border-gray-200\/85 {
  border-color: rgb(241 241 241 / 0.85);
}
.border-gray-200\/90 {
  border-color: rgb(241 241 241 / 0.9);
}
.border-gray-200\/95 {
  border-color: rgb(241 241 241 / 0.95);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-gray-300\/0 {
  border-color: rgb(217 217 217 / 0);
}
.border-gray-300\/10 {
  border-color: rgb(217 217 217 / 0.1);
}
.border-gray-300\/100 {
  border-color: rgb(217 217 217 / 1);
}
.border-gray-300\/15 {
  border-color: rgb(217 217 217 / 0.15);
}
.border-gray-300\/20 {
  border-color: rgb(217 217 217 / 0.2);
}
.border-gray-300\/25 {
  border-color: rgb(217 217 217 / 0.25);
}
.border-gray-300\/30 {
  border-color: rgb(217 217 217 / 0.3);
}
.border-gray-300\/35 {
  border-color: rgb(217 217 217 / 0.35);
}
.border-gray-300\/40 {
  border-color: rgb(217 217 217 / 0.4);
}
.border-gray-300\/45 {
  border-color: rgb(217 217 217 / 0.45);
}
.border-gray-300\/5 {
  border-color: rgb(217 217 217 / 0.05);
}
.border-gray-300\/50 {
  border-color: rgb(217 217 217 / 0.5);
}
.border-gray-300\/55 {
  border-color: rgb(217 217 217 / 0.55);
}
.border-gray-300\/60 {
  border-color: rgb(217 217 217 / 0.6);
}
.border-gray-300\/65 {
  border-color: rgb(217 217 217 / 0.65);
}
.border-gray-300\/70 {
  border-color: rgb(217 217 217 / 0.7);
}
.border-gray-300\/75 {
  border-color: rgb(217 217 217 / 0.75);
}
.border-gray-300\/80 {
  border-color: rgb(217 217 217 / 0.8);
}
.border-gray-300\/85 {
  border-color: rgb(217 217 217 / 0.85);
}
.border-gray-300\/90 {
  border-color: rgb(217 217 217 / 0.9);
}
.border-gray-300\/95 {
  border-color: rgb(217 217 217 / 0.95);
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
}
.border-gray-400\/0 {
  border-color: rgb(193 193 193 / 0);
}
.border-gray-400\/10 {
  border-color: rgb(193 193 193 / 0.1);
}
.border-gray-400\/100 {
  border-color: rgb(193 193 193 / 1);
}
.border-gray-400\/15 {
  border-color: rgb(193 193 193 / 0.15);
}
.border-gray-400\/20 {
  border-color: rgb(193 193 193 / 0.2);
}
.border-gray-400\/25 {
  border-color: rgb(193 193 193 / 0.25);
}
.border-gray-400\/30 {
  border-color: rgb(193 193 193 / 0.3);
}
.border-gray-400\/35 {
  border-color: rgb(193 193 193 / 0.35);
}
.border-gray-400\/40 {
  border-color: rgb(193 193 193 / 0.4);
}
.border-gray-400\/45 {
  border-color: rgb(193 193 193 / 0.45);
}
.border-gray-400\/5 {
  border-color: rgb(193 193 193 / 0.05);
}
.border-gray-400\/50 {
  border-color: rgb(193 193 193 / 0.5);
}
.border-gray-400\/55 {
  border-color: rgb(193 193 193 / 0.55);
}
.border-gray-400\/60 {
  border-color: rgb(193 193 193 / 0.6);
}
.border-gray-400\/65 {
  border-color: rgb(193 193 193 / 0.65);
}
.border-gray-400\/70 {
  border-color: rgb(193 193 193 / 0.7);
}
.border-gray-400\/75 {
  border-color: rgb(193 193 193 / 0.75);
}
.border-gray-400\/80 {
  border-color: rgb(193 193 193 / 0.8);
}
.border-gray-400\/85 {
  border-color: rgb(193 193 193 / 0.85);
}
.border-gray-400\/90 {
  border-color: rgb(193 193 193 / 0.9);
}
.border-gray-400\/95 {
  border-color: rgb(193 193 193 / 0.95);
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
}
.border-gray-50\/0 {
  border-color: rgb(252 252 252 / 0);
}
.border-gray-50\/10 {
  border-color: rgb(252 252 252 / 0.1);
}
.border-gray-50\/100 {
  border-color: rgb(252 252 252 / 1);
}
.border-gray-50\/15 {
  border-color: rgb(252 252 252 / 0.15);
}
.border-gray-50\/20 {
  border-color: rgb(252 252 252 / 0.2);
}
.border-gray-50\/25 {
  border-color: rgb(252 252 252 / 0.25);
}
.border-gray-50\/30 {
  border-color: rgb(252 252 252 / 0.3);
}
.border-gray-50\/35 {
  border-color: rgb(252 252 252 / 0.35);
}
.border-gray-50\/40 {
  border-color: rgb(252 252 252 / 0.4);
}
.border-gray-50\/45 {
  border-color: rgb(252 252 252 / 0.45);
}
.border-gray-50\/5 {
  border-color: rgb(252 252 252 / 0.05);
}
.border-gray-50\/50 {
  border-color: rgb(252 252 252 / 0.5);
}
.border-gray-50\/55 {
  border-color: rgb(252 252 252 / 0.55);
}
.border-gray-50\/60 {
  border-color: rgb(252 252 252 / 0.6);
}
.border-gray-50\/65 {
  border-color: rgb(252 252 252 / 0.65);
}
.border-gray-50\/70 {
  border-color: rgb(252 252 252 / 0.7);
}
.border-gray-50\/75 {
  border-color: rgb(252 252 252 / 0.75);
}
.border-gray-50\/80 {
  border-color: rgb(252 252 252 / 0.8);
}
.border-gray-50\/85 {
  border-color: rgb(252 252 252 / 0.85);
}
.border-gray-50\/90 {
  border-color: rgb(252 252 252 / 0.9);
}
.border-gray-50\/95 {
  border-color: rgb(252 252 252 / 0.95);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
}
.border-gray-500\/0 {
  border-color: rgb(182 182 182 / 0);
}
.border-gray-500\/10 {
  border-color: rgb(182 182 182 / 0.1);
}
.border-gray-500\/100 {
  border-color: rgb(182 182 182 / 1);
}
.border-gray-500\/15 {
  border-color: rgb(182 182 182 / 0.15);
}
.border-gray-500\/20 {
  border-color: rgb(182 182 182 / 0.2);
}
.border-gray-500\/25 {
  border-color: rgb(182 182 182 / 0.25);
}
.border-gray-500\/30 {
  border-color: rgb(182 182 182 / 0.3);
}
.border-gray-500\/35 {
  border-color: rgb(182 182 182 / 0.35);
}
.border-gray-500\/40 {
  border-color: rgb(182 182 182 / 0.4);
}
.border-gray-500\/45 {
  border-color: rgb(182 182 182 / 0.45);
}
.border-gray-500\/5 {
  border-color: rgb(182 182 182 / 0.05);
}
.border-gray-500\/50 {
  border-color: rgb(182 182 182 / 0.5);
}
.border-gray-500\/55 {
  border-color: rgb(182 182 182 / 0.55);
}
.border-gray-500\/60 {
  border-color: rgb(182 182 182 / 0.6);
}
.border-gray-500\/65 {
  border-color: rgb(182 182 182 / 0.65);
}
.border-gray-500\/70 {
  border-color: rgb(182 182 182 / 0.7);
}
.border-gray-500\/75 {
  border-color: rgb(182 182 182 / 0.75);
}
.border-gray-500\/80 {
  border-color: rgb(182 182 182 / 0.8);
}
.border-gray-500\/85 {
  border-color: rgb(182 182 182 / 0.85);
}
.border-gray-500\/90 {
  border-color: rgb(182 182 182 / 0.9);
}
.border-gray-500\/95 {
  border-color: rgb(182 182 182 / 0.95);
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity, 1));
}
.border-gray-600\/0 {
  border-color: rgb(145 145 145 / 0);
}
.border-gray-600\/10 {
  border-color: rgb(145 145 145 / 0.1);
}
.border-gray-600\/100 {
  border-color: rgb(145 145 145 / 1);
}
.border-gray-600\/15 {
  border-color: rgb(145 145 145 / 0.15);
}
.border-gray-600\/20 {
  border-color: rgb(145 145 145 / 0.2);
}
.border-gray-600\/25 {
  border-color: rgb(145 145 145 / 0.25);
}
.border-gray-600\/30 {
  border-color: rgb(145 145 145 / 0.3);
}
.border-gray-600\/35 {
  border-color: rgb(145 145 145 / 0.35);
}
.border-gray-600\/40 {
  border-color: rgb(145 145 145 / 0.4);
}
.border-gray-600\/45 {
  border-color: rgb(145 145 145 / 0.45);
}
.border-gray-600\/5 {
  border-color: rgb(145 145 145 / 0.05);
}
.border-gray-600\/50 {
  border-color: rgb(145 145 145 / 0.5);
}
.border-gray-600\/55 {
  border-color: rgb(145 145 145 / 0.55);
}
.border-gray-600\/60 {
  border-color: rgb(145 145 145 / 0.6);
}
.border-gray-600\/65 {
  border-color: rgb(145 145 145 / 0.65);
}
.border-gray-600\/70 {
  border-color: rgb(145 145 145 / 0.7);
}
.border-gray-600\/75 {
  border-color: rgb(145 145 145 / 0.75);
}
.border-gray-600\/80 {
  border-color: rgb(145 145 145 / 0.8);
}
.border-gray-600\/85 {
  border-color: rgb(145 145 145 / 0.85);
}
.border-gray-600\/90 {
  border-color: rgb(145 145 145 / 0.9);
}
.border-gray-600\/95 {
  border-color: rgb(145 145 145 / 0.95);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(108 108 108 / var(--tw-border-opacity, 1));
}
.border-gray-700\/0 {
  border-color: rgb(108 108 108 / 0);
}
.border-gray-700\/10 {
  border-color: rgb(108 108 108 / 0.1);
}
.border-gray-700\/100 {
  border-color: rgb(108 108 108 / 1);
}
.border-gray-700\/15 {
  border-color: rgb(108 108 108 / 0.15);
}
.border-gray-700\/20 {
  border-color: rgb(108 108 108 / 0.2);
}
.border-gray-700\/25 {
  border-color: rgb(108 108 108 / 0.25);
}
.border-gray-700\/30 {
  border-color: rgb(108 108 108 / 0.3);
}
.border-gray-700\/35 {
  border-color: rgb(108 108 108 / 0.35);
}
.border-gray-700\/40 {
  border-color: rgb(108 108 108 / 0.4);
}
.border-gray-700\/45 {
  border-color: rgb(108 108 108 / 0.45);
}
.border-gray-700\/5 {
  border-color: rgb(108 108 108 / 0.05);
}
.border-gray-700\/50 {
  border-color: rgb(108 108 108 / 0.5);
}
.border-gray-700\/55 {
  border-color: rgb(108 108 108 / 0.55);
}
.border-gray-700\/60 {
  border-color: rgb(108 108 108 / 0.6);
}
.border-gray-700\/65 {
  border-color: rgb(108 108 108 / 0.65);
}
.border-gray-700\/70 {
  border-color: rgb(108 108 108 / 0.7);
}
.border-gray-700\/75 {
  border-color: rgb(108 108 108 / 0.75);
}
.border-gray-700\/80 {
  border-color: rgb(108 108 108 / 0.8);
}
.border-gray-700\/85 {
  border-color: rgb(108 108 108 / 0.85);
}
.border-gray-700\/90 {
  border-color: rgb(108 108 108 / 0.9);
}
.border-gray-700\/95 {
  border-color: rgb(108 108 108 / 0.95);
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity, 1));
}
.border-gray-800\/0 {
  border-color: rgb(72 72 72 / 0);
}
.border-gray-800\/10 {
  border-color: rgb(72 72 72 / 0.1);
}
.border-gray-800\/100 {
  border-color: rgb(72 72 72 / 1);
}
.border-gray-800\/15 {
  border-color: rgb(72 72 72 / 0.15);
}
.border-gray-800\/20 {
  border-color: rgb(72 72 72 / 0.2);
}
.border-gray-800\/25 {
  border-color: rgb(72 72 72 / 0.25);
}
.border-gray-800\/30 {
  border-color: rgb(72 72 72 / 0.3);
}
.border-gray-800\/35 {
  border-color: rgb(72 72 72 / 0.35);
}
.border-gray-800\/40 {
  border-color: rgb(72 72 72 / 0.4);
}
.border-gray-800\/45 {
  border-color: rgb(72 72 72 / 0.45);
}
.border-gray-800\/5 {
  border-color: rgb(72 72 72 / 0.05);
}
.border-gray-800\/50 {
  border-color: rgb(72 72 72 / 0.5);
}
.border-gray-800\/55 {
  border-color: rgb(72 72 72 / 0.55);
}
.border-gray-800\/60 {
  border-color: rgb(72 72 72 / 0.6);
}
.border-gray-800\/65 {
  border-color: rgb(72 72 72 / 0.65);
}
.border-gray-800\/70 {
  border-color: rgb(72 72 72 / 0.7);
}
.border-gray-800\/75 {
  border-color: rgb(72 72 72 / 0.75);
}
.border-gray-800\/80 {
  border-color: rgb(72 72 72 / 0.8);
}
.border-gray-800\/85 {
  border-color: rgb(72 72 72 / 0.85);
}
.border-gray-800\/90 {
  border-color: rgb(72 72 72 / 0.9);
}
.border-gray-800\/95 {
  border-color: rgb(72 72 72 / 0.95);
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(36 36 36 / var(--tw-border-opacity, 1));
}
.border-gray-900\/0 {
  border-color: rgb(36 36 36 / 0);
}
.border-gray-900\/10 {
  border-color: rgb(36 36 36 / 0.1);
}
.border-gray-900\/100 {
  border-color: rgb(36 36 36 / 1);
}
.border-gray-900\/15 {
  border-color: rgb(36 36 36 / 0.15);
}
.border-gray-900\/20 {
  border-color: rgb(36 36 36 / 0.2);
}
.border-gray-900\/25 {
  border-color: rgb(36 36 36 / 0.25);
}
.border-gray-900\/30 {
  border-color: rgb(36 36 36 / 0.3);
}
.border-gray-900\/35 {
  border-color: rgb(36 36 36 / 0.35);
}
.border-gray-900\/40 {
  border-color: rgb(36 36 36 / 0.4);
}
.border-gray-900\/45 {
  border-color: rgb(36 36 36 / 0.45);
}
.border-gray-900\/5 {
  border-color: rgb(36 36 36 / 0.05);
}
.border-gray-900\/50 {
  border-color: rgb(36 36 36 / 0.5);
}
.border-gray-900\/55 {
  border-color: rgb(36 36 36 / 0.55);
}
.border-gray-900\/60 {
  border-color: rgb(36 36 36 / 0.6);
}
.border-gray-900\/65 {
  border-color: rgb(36 36 36 / 0.65);
}
.border-gray-900\/70 {
  border-color: rgb(36 36 36 / 0.7);
}
.border-gray-900\/75 {
  border-color: rgb(36 36 36 / 0.75);
}
.border-gray-900\/80 {
  border-color: rgb(36 36 36 / 0.8);
}
.border-gray-900\/85 {
  border-color: rgb(36 36 36 / 0.85);
}
.border-gray-900\/90 {
  border-color: rgb(36 36 36 / 0.9);
}
.border-gray-900\/95 {
  border-color: rgb(36 36 36 / 0.95);
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(211 239 222 / var(--tw-border-opacity, 1));
}
.border-green-200\/0 {
  border-color: rgb(211 239 222 / 0);
}
.border-green-200\/10 {
  border-color: rgb(211 239 222 / 0.1);
}
.border-green-200\/100 {
  border-color: rgb(211 239 222 / 1);
}
.border-green-200\/15 {
  border-color: rgb(211 239 222 / 0.15);
}
.border-green-200\/20 {
  border-color: rgb(211 239 222 / 0.2);
}
.border-green-200\/25 {
  border-color: rgb(211 239 222 / 0.25);
}
.border-green-200\/30 {
  border-color: rgb(211 239 222 / 0.3);
}
.border-green-200\/35 {
  border-color: rgb(211 239 222 / 0.35);
}
.border-green-200\/40 {
  border-color: rgb(211 239 222 / 0.4);
}
.border-green-200\/45 {
  border-color: rgb(211 239 222 / 0.45);
}
.border-green-200\/5 {
  border-color: rgb(211 239 222 / 0.05);
}
.border-green-200\/50 {
  border-color: rgb(211 239 222 / 0.5);
}
.border-green-200\/55 {
  border-color: rgb(211 239 222 / 0.55);
}
.border-green-200\/60 {
  border-color: rgb(211 239 222 / 0.6);
}
.border-green-200\/65 {
  border-color: rgb(211 239 222 / 0.65);
}
.border-green-200\/70 {
  border-color: rgb(211 239 222 / 0.7);
}
.border-green-200\/75 {
  border-color: rgb(211 239 222 / 0.75);
}
.border-green-200\/80 {
  border-color: rgb(211 239 222 / 0.8);
}
.border-green-200\/85 {
  border-color: rgb(211 239 222 / 0.85);
}
.border-green-200\/90 {
  border-color: rgb(211 239 222 / 0.9);
}
.border-green-200\/95 {
  border-color: rgb(211 239 222 / 0.95);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 222 190 / var(--tw-border-opacity, 1));
}
.border-green-400\/0 {
  border-color: rgb(167 222 190 / 0);
}
.border-green-400\/10 {
  border-color: rgb(167 222 190 / 0.1);
}
.border-green-400\/100 {
  border-color: rgb(167 222 190 / 1);
}
.border-green-400\/15 {
  border-color: rgb(167 222 190 / 0.15);
}
.border-green-400\/20 {
  border-color: rgb(167 222 190 / 0.2);
}
.border-green-400\/25 {
  border-color: rgb(167 222 190 / 0.25);
}
.border-green-400\/30 {
  border-color: rgb(167 222 190 / 0.3);
}
.border-green-400\/35 {
  border-color: rgb(167 222 190 / 0.35);
}
.border-green-400\/40 {
  border-color: rgb(167 222 190 / 0.4);
}
.border-green-400\/45 {
  border-color: rgb(167 222 190 / 0.45);
}
.border-green-400\/5 {
  border-color: rgb(167 222 190 / 0.05);
}
.border-green-400\/50 {
  border-color: rgb(167 222 190 / 0.5);
}
.border-green-400\/55 {
  border-color: rgb(167 222 190 / 0.55);
}
.border-green-400\/60 {
  border-color: rgb(167 222 190 / 0.6);
}
.border-green-400\/65 {
  border-color: rgb(167 222 190 / 0.65);
}
.border-green-400\/70 {
  border-color: rgb(167 222 190 / 0.7);
}
.border-green-400\/75 {
  border-color: rgb(167 222 190 / 0.75);
}
.border-green-400\/80 {
  border-color: rgb(167 222 190 / 0.8);
}
.border-green-400\/85 {
  border-color: rgb(167 222 190 / 0.85);
}
.border-green-400\/90 {
  border-color: rgb(167 222 190 / 0.9);
}
.border-green-400\/95 {
  border-color: rgb(167 222 190 / 0.95);
}
.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(244 251 247 / var(--tw-border-opacity, 1));
}
.border-green-50\/0 {
  border-color: rgb(244 251 247 / 0);
}
.border-green-50\/10 {
  border-color: rgb(244 251 247 / 0.1);
}
.border-green-50\/100 {
  border-color: rgb(244 251 247 / 1);
}
.border-green-50\/15 {
  border-color: rgb(244 251 247 / 0.15);
}
.border-green-50\/20 {
  border-color: rgb(244 251 247 / 0.2);
}
.border-green-50\/25 {
  border-color: rgb(244 251 247 / 0.25);
}
.border-green-50\/30 {
  border-color: rgb(244 251 247 / 0.3);
}
.border-green-50\/35 {
  border-color: rgb(244 251 247 / 0.35);
}
.border-green-50\/40 {
  border-color: rgb(244 251 247 / 0.4);
}
.border-green-50\/45 {
  border-color: rgb(244 251 247 / 0.45);
}
.border-green-50\/5 {
  border-color: rgb(244 251 247 / 0.05);
}
.border-green-50\/50 {
  border-color: rgb(244 251 247 / 0.5);
}
.border-green-50\/55 {
  border-color: rgb(244 251 247 / 0.55);
}
.border-green-50\/60 {
  border-color: rgb(244 251 247 / 0.6);
}
.border-green-50\/65 {
  border-color: rgb(244 251 247 / 0.65);
}
.border-green-50\/70 {
  border-color: rgb(244 251 247 / 0.7);
}
.border-green-50\/75 {
  border-color: rgb(244 251 247 / 0.75);
}
.border-green-50\/80 {
  border-color: rgb(244 251 247 / 0.8);
}
.border-green-50\/85 {
  border-color: rgb(244 251 247 / 0.85);
}
.border-green-50\/90 {
  border-color: rgb(244 251 247 / 0.9);
}
.border-green-50\/95 {
  border-color: rgb(244 251 247 / 0.95);
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(122 206 157 / var(--tw-border-opacity, 1));
}
.border-green-600\/0 {
  border-color: rgb(122 206 157 / 0);
}
.border-green-600\/10 {
  border-color: rgb(122 206 157 / 0.1);
}
.border-green-600\/100 {
  border-color: rgb(122 206 157 / 1);
}
.border-green-600\/15 {
  border-color: rgb(122 206 157 / 0.15);
}
.border-green-600\/20 {
  border-color: rgb(122 206 157 / 0.2);
}
.border-green-600\/25 {
  border-color: rgb(122 206 157 / 0.25);
}
.border-green-600\/30 {
  border-color: rgb(122 206 157 / 0.3);
}
.border-green-600\/35 {
  border-color: rgb(122 206 157 / 0.35);
}
.border-green-600\/40 {
  border-color: rgb(122 206 157 / 0.4);
}
.border-green-600\/45 {
  border-color: rgb(122 206 157 / 0.45);
}
.border-green-600\/5 {
  border-color: rgb(122 206 157 / 0.05);
}
.border-green-600\/50 {
  border-color: rgb(122 206 157 / 0.5);
}
.border-green-600\/55 {
  border-color: rgb(122 206 157 / 0.55);
}
.border-green-600\/60 {
  border-color: rgb(122 206 157 / 0.6);
}
.border-green-600\/65 {
  border-color: rgb(122 206 157 / 0.65);
}
.border-green-600\/70 {
  border-color: rgb(122 206 157 / 0.7);
}
.border-green-600\/75 {
  border-color: rgb(122 206 157 / 0.75);
}
.border-green-600\/80 {
  border-color: rgb(122 206 157 / 0.8);
}
.border-green-600\/85 {
  border-color: rgb(122 206 157 / 0.85);
}
.border-green-600\/90 {
  border-color: rgb(122 206 157 / 0.9);
}
.border-green-600\/95 {
  border-color: rgb(122 206 157 / 0.95);
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(78 190 125 / var(--tw-border-opacity, 1));
}
.border-green-800\/0 {
  border-color: rgb(78 190 125 / 0);
}
.border-green-800\/10 {
  border-color: rgb(78 190 125 / 0.1);
}
.border-green-800\/100 {
  border-color: rgb(78 190 125 / 1);
}
.border-green-800\/15 {
  border-color: rgb(78 190 125 / 0.15);
}
.border-green-800\/20 {
  border-color: rgb(78 190 125 / 0.2);
}
.border-green-800\/25 {
  border-color: rgb(78 190 125 / 0.25);
}
.border-green-800\/30 {
  border-color: rgb(78 190 125 / 0.3);
}
.border-green-800\/35 {
  border-color: rgb(78 190 125 / 0.35);
}
.border-green-800\/40 {
  border-color: rgb(78 190 125 / 0.4);
}
.border-green-800\/45 {
  border-color: rgb(78 190 125 / 0.45);
}
.border-green-800\/5 {
  border-color: rgb(78 190 125 / 0.05);
}
.border-green-800\/50 {
  border-color: rgb(78 190 125 / 0.5);
}
.border-green-800\/55 {
  border-color: rgb(78 190 125 / 0.55);
}
.border-green-800\/60 {
  border-color: rgb(78 190 125 / 0.6);
}
.border-green-800\/65 {
  border-color: rgb(78 190 125 / 0.65);
}
.border-green-800\/70 {
  border-color: rgb(78 190 125 / 0.7);
}
.border-green-800\/75 {
  border-color: rgb(78 190 125 / 0.75);
}
.border-green-800\/80 {
  border-color: rgb(78 190 125 / 0.8);
}
.border-green-800\/85 {
  border-color: rgb(78 190 125 / 0.85);
}
.border-green-800\/90 {
  border-color: rgb(78 190 125 / 0.9);
}
.border-green-800\/95 {
  border-color: rgb(78 190 125 / 0.95);
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(34 173 92 / var(--tw-border-opacity, 1));
}
.border-green-900\/0 {
  border-color: rgb(34 173 92 / 0);
}
.border-green-900\/10 {
  border-color: rgb(34 173 92 / 0.1);
}
.border-green-900\/100 {
  border-color: rgb(34 173 92 / 1);
}
.border-green-900\/15 {
  border-color: rgb(34 173 92 / 0.15);
}
.border-green-900\/20 {
  border-color: rgb(34 173 92 / 0.2);
}
.border-green-900\/25 {
  border-color: rgb(34 173 92 / 0.25);
}
.border-green-900\/30 {
  border-color: rgb(34 173 92 / 0.3);
}
.border-green-900\/35 {
  border-color: rgb(34 173 92 / 0.35);
}
.border-green-900\/40 {
  border-color: rgb(34 173 92 / 0.4);
}
.border-green-900\/45 {
  border-color: rgb(34 173 92 / 0.45);
}
.border-green-900\/5 {
  border-color: rgb(34 173 92 / 0.05);
}
.border-green-900\/50 {
  border-color: rgb(34 173 92 / 0.5);
}
.border-green-900\/55 {
  border-color: rgb(34 173 92 / 0.55);
}
.border-green-900\/60 {
  border-color: rgb(34 173 92 / 0.6);
}
.border-green-900\/65 {
  border-color: rgb(34 173 92 / 0.65);
}
.border-green-900\/70 {
  border-color: rgb(34 173 92 / 0.7);
}
.border-green-900\/75 {
  border-color: rgb(34 173 92 / 0.75);
}
.border-green-900\/80 {
  border-color: rgb(34 173 92 / 0.8);
}
.border-green-900\/85 {
  border-color: rgb(34 173 92 / 0.85);
}
.border-green-900\/90 {
  border-color: rgb(34 173 92 / 0.9);
}
.border-green-900\/95 {
  border-color: rgb(34 173 92 / 0.95);
}
.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(6 132 59 / var(--tw-border-opacity, 1));
}
.border-green-950\/0 {
  border-color: rgb(6 132 59 / 0);
}
.border-green-950\/10 {
  border-color: rgb(6 132 59 / 0.1);
}
.border-green-950\/100 {
  border-color: rgb(6 132 59 / 1);
}
.border-green-950\/15 {
  border-color: rgb(6 132 59 / 0.15);
}
.border-green-950\/20 {
  border-color: rgb(6 132 59 / 0.2);
}
.border-green-950\/25 {
  border-color: rgb(6 132 59 / 0.25);
}
.border-green-950\/30 {
  border-color: rgb(6 132 59 / 0.3);
}
.border-green-950\/35 {
  border-color: rgb(6 132 59 / 0.35);
}
.border-green-950\/40 {
  border-color: rgb(6 132 59 / 0.4);
}
.border-green-950\/45 {
  border-color: rgb(6 132 59 / 0.45);
}
.border-green-950\/5 {
  border-color: rgb(6 132 59 / 0.05);
}
.border-green-950\/50 {
  border-color: rgb(6 132 59 / 0.5);
}
.border-green-950\/55 {
  border-color: rgb(6 132 59 / 0.55);
}
.border-green-950\/60 {
  border-color: rgb(6 132 59 / 0.6);
}
.border-green-950\/65 {
  border-color: rgb(6 132 59 / 0.65);
}
.border-green-950\/70 {
  border-color: rgb(6 132 59 / 0.7);
}
.border-green-950\/75 {
  border-color: rgb(6 132 59 / 0.75);
}
.border-green-950\/80 {
  border-color: rgb(6 132 59 / 0.8);
}
.border-green-950\/85 {
  border-color: rgb(6 132 59 / 0.85);
}
.border-green-950\/90 {
  border-color: rgb(6 132 59 / 0.9);
}
.border-green-950\/95 {
  border-color: rgb(6 132 59 / 0.95);
}
.border-navy-200 {
  --tw-border-opacity: 1;
  border-color: rgb(205 209 225 / var(--tw-border-opacity, 1));
}
.border-navy-200\/0 {
  border-color: rgb(205 209 225 / 0);
}
.border-navy-200\/10 {
  border-color: rgb(205 209 225 / 0.1);
}
.border-navy-200\/100 {
  border-color: rgb(205 209 225 / 1);
}
.border-navy-200\/15 {
  border-color: rgb(205 209 225 / 0.15);
}
.border-navy-200\/20 {
  border-color: rgb(205 209 225 / 0.2);
}
.border-navy-200\/25 {
  border-color: rgb(205 209 225 / 0.25);
}
.border-navy-200\/30 {
  border-color: rgb(205 209 225 / 0.3);
}
.border-navy-200\/35 {
  border-color: rgb(205 209 225 / 0.35);
}
.border-navy-200\/40 {
  border-color: rgb(205 209 225 / 0.4);
}
.border-navy-200\/45 {
  border-color: rgb(205 209 225 / 0.45);
}
.border-navy-200\/5 {
  border-color: rgb(205 209 225 / 0.05);
}
.border-navy-200\/50 {
  border-color: rgb(205 209 225 / 0.5);
}
.border-navy-200\/55 {
  border-color: rgb(205 209 225 / 0.55);
}
.border-navy-200\/60 {
  border-color: rgb(205 209 225 / 0.6);
}
.border-navy-200\/65 {
  border-color: rgb(205 209 225 / 0.65);
}
.border-navy-200\/70 {
  border-color: rgb(205 209 225 / 0.7);
}
.border-navy-200\/75 {
  border-color: rgb(205 209 225 / 0.75);
}
.border-navy-200\/80 {
  border-color: rgb(205 209 225 / 0.8);
}
.border-navy-200\/85 {
  border-color: rgb(205 209 225 / 0.85);
}
.border-navy-200\/90 {
  border-color: rgb(205 209 225 / 0.9);
}
.border-navy-200\/95 {
  border-color: rgb(205 209 225 / 0.95);
}
.border-navy-400 {
  --tw-border-opacity: 1;
  border-color: rgb(152 163 194 / var(--tw-border-opacity, 1));
}
.border-navy-400\/0 {
  border-color: rgb(152 163 194 / 0);
}
.border-navy-400\/10 {
  border-color: rgb(152 163 194 / 0.1);
}
.border-navy-400\/100 {
  border-color: rgb(152 163 194 / 1);
}
.border-navy-400\/15 {
  border-color: rgb(152 163 194 / 0.15);
}
.border-navy-400\/20 {
  border-color: rgb(152 163 194 / 0.2);
}
.border-navy-400\/25 {
  border-color: rgb(152 163 194 / 0.25);
}
.border-navy-400\/30 {
  border-color: rgb(152 163 194 / 0.3);
}
.border-navy-400\/35 {
  border-color: rgb(152 163 194 / 0.35);
}
.border-navy-400\/40 {
  border-color: rgb(152 163 194 / 0.4);
}
.border-navy-400\/45 {
  border-color: rgb(152 163 194 / 0.45);
}
.border-navy-400\/5 {
  border-color: rgb(152 163 194 / 0.05);
}
.border-navy-400\/50 {
  border-color: rgb(152 163 194 / 0.5);
}
.border-navy-400\/55 {
  border-color: rgb(152 163 194 / 0.55);
}
.border-navy-400\/60 {
  border-color: rgb(152 163 194 / 0.6);
}
.border-navy-400\/65 {
  border-color: rgb(152 163 194 / 0.65);
}
.border-navy-400\/70 {
  border-color: rgb(152 163 194 / 0.7);
}
.border-navy-400\/75 {
  border-color: rgb(152 163 194 / 0.75);
}
.border-navy-400\/80 {
  border-color: rgb(152 163 194 / 0.8);
}
.border-navy-400\/85 {
  border-color: rgb(152 163 194 / 0.85);
}
.border-navy-400\/90 {
  border-color: rgb(152 163 194 / 0.9);
}
.border-navy-400\/95 {
  border-color: rgb(152 163 194 / 0.95);
}
.border-navy-50 {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 248 / var(--tw-border-opacity, 1));
}
.border-navy-50\/0 {
  border-color: rgb(242 244 248 / 0);
}
.border-navy-50\/10 {
  border-color: rgb(242 244 248 / 0.1);
}
.border-navy-50\/100 {
  border-color: rgb(242 244 248 / 1);
}
.border-navy-50\/15 {
  border-color: rgb(242 244 248 / 0.15);
}
.border-navy-50\/20 {
  border-color: rgb(242 244 248 / 0.2);
}
.border-navy-50\/25 {
  border-color: rgb(242 244 248 / 0.25);
}
.border-navy-50\/30 {
  border-color: rgb(242 244 248 / 0.3);
}
.border-navy-50\/35 {
  border-color: rgb(242 244 248 / 0.35);
}
.border-navy-50\/40 {
  border-color: rgb(242 244 248 / 0.4);
}
.border-navy-50\/45 {
  border-color: rgb(242 244 248 / 0.45);
}
.border-navy-50\/5 {
  border-color: rgb(242 244 248 / 0.05);
}
.border-navy-50\/50 {
  border-color: rgb(242 244 248 / 0.5);
}
.border-navy-50\/55 {
  border-color: rgb(242 244 248 / 0.55);
}
.border-navy-50\/60 {
  border-color: rgb(242 244 248 / 0.6);
}
.border-navy-50\/65 {
  border-color: rgb(242 244 248 / 0.65);
}
.border-navy-50\/70 {
  border-color: rgb(242 244 248 / 0.7);
}
.border-navy-50\/75 {
  border-color: rgb(242 244 248 / 0.75);
}
.border-navy-50\/80 {
  border-color: rgb(242 244 248 / 0.8);
}
.border-navy-50\/85 {
  border-color: rgb(242 244 248 / 0.85);
}
.border-navy-50\/90 {
  border-color: rgb(242 244 248 / 0.9);
}
.border-navy-50\/95 {
  border-color: rgb(242 244 248 / 0.95);
}
.border-navy-600 {
  --tw-border-opacity: 1;
  border-color: rgb(104 118 166 / var(--tw-border-opacity, 1));
}
.border-navy-600\/0 {
  border-color: rgb(104 118 166 / 0);
}
.border-navy-600\/10 {
  border-color: rgb(104 118 166 / 0.1);
}
.border-navy-600\/100 {
  border-color: rgb(104 118 166 / 1);
}
.border-navy-600\/15 {
  border-color: rgb(104 118 166 / 0.15);
}
.border-navy-600\/20 {
  border-color: rgb(104 118 166 / 0.2);
}
.border-navy-600\/25 {
  border-color: rgb(104 118 166 / 0.25);
}
.border-navy-600\/30 {
  border-color: rgb(104 118 166 / 0.3);
}
.border-navy-600\/35 {
  border-color: rgb(104 118 166 / 0.35);
}
.border-navy-600\/40 {
  border-color: rgb(104 118 166 / 0.4);
}
.border-navy-600\/45 {
  border-color: rgb(104 118 166 / 0.45);
}
.border-navy-600\/5 {
  border-color: rgb(104 118 166 / 0.05);
}
.border-navy-600\/50 {
  border-color: rgb(104 118 166 / 0.5);
}
.border-navy-600\/55 {
  border-color: rgb(104 118 166 / 0.55);
}
.border-navy-600\/60 {
  border-color: rgb(104 118 166 / 0.6);
}
.border-navy-600\/65 {
  border-color: rgb(104 118 166 / 0.65);
}
.border-navy-600\/70 {
  border-color: rgb(104 118 166 / 0.7);
}
.border-navy-600\/75 {
  border-color: rgb(104 118 166 / 0.75);
}
.border-navy-600\/80 {
  border-color: rgb(104 118 166 / 0.8);
}
.border-navy-600\/85 {
  border-color: rgb(104 118 166 / 0.85);
}
.border-navy-600\/90 {
  border-color: rgb(104 118 166 / 0.9);
}
.border-navy-600\/95 {
  border-color: rgb(104 118 166 / 0.95);
}
.border-navy-800 {
  --tw-border-opacity: 1;
  border-color: rgb(53 72 137 / var(--tw-border-opacity, 1));
}
.border-navy-800\/0 {
  border-color: rgb(53 72 137 / 0);
}
.border-navy-800\/10 {
  border-color: rgb(53 72 137 / 0.1);
}
.border-navy-800\/100 {
  border-color: rgb(53 72 137 / 1);
}
.border-navy-800\/15 {
  border-color: rgb(53 72 137 / 0.15);
}
.border-navy-800\/20 {
  border-color: rgb(53 72 137 / 0.2);
}
.border-navy-800\/25 {
  border-color: rgb(53 72 137 / 0.25);
}
.border-navy-800\/30 {
  border-color: rgb(53 72 137 / 0.3);
}
.border-navy-800\/35 {
  border-color: rgb(53 72 137 / 0.35);
}
.border-navy-800\/40 {
  border-color: rgb(53 72 137 / 0.4);
}
.border-navy-800\/45 {
  border-color: rgb(53 72 137 / 0.45);
}
.border-navy-800\/5 {
  border-color: rgb(53 72 137 / 0.05);
}
.border-navy-800\/50 {
  border-color: rgb(53 72 137 / 0.5);
}
.border-navy-800\/55 {
  border-color: rgb(53 72 137 / 0.55);
}
.border-navy-800\/60 {
  border-color: rgb(53 72 137 / 0.6);
}
.border-navy-800\/65 {
  border-color: rgb(53 72 137 / 0.65);
}
.border-navy-800\/70 {
  border-color: rgb(53 72 137 / 0.7);
}
.border-navy-800\/75 {
  border-color: rgb(53 72 137 / 0.75);
}
.border-navy-800\/80 {
  border-color: rgb(53 72 137 / 0.8);
}
.border-navy-800\/85 {
  border-color: rgb(53 72 137 / 0.85);
}
.border-navy-800\/90 {
  border-color: rgb(53 72 137 / 0.9);
}
.border-navy-800\/95 {
  border-color: rgb(53 72 137 / 0.95);
}
.border-navy-900 {
  --tw-border-opacity: 1;
  border-color: rgb(3 26 107 / var(--tw-border-opacity, 1));
}
.border-navy-900\/0 {
  border-color: rgb(3 26 107 / 0);
}
.border-navy-900\/10 {
  border-color: rgb(3 26 107 / 0.1);
}
.border-navy-900\/100 {
  border-color: rgb(3 26 107 / 1);
}
.border-navy-900\/15 {
  border-color: rgb(3 26 107 / 0.15);
}
.border-navy-900\/20 {
  border-color: rgb(3 26 107 / 0.2);
}
.border-navy-900\/25 {
  border-color: rgb(3 26 107 / 0.25);
}
.border-navy-900\/30 {
  border-color: rgb(3 26 107 / 0.3);
}
.border-navy-900\/35 {
  border-color: rgb(3 26 107 / 0.35);
}
.border-navy-900\/40 {
  border-color: rgb(3 26 107 / 0.4);
}
.border-navy-900\/45 {
  border-color: rgb(3 26 107 / 0.45);
}
.border-navy-900\/5 {
  border-color: rgb(3 26 107 / 0.05);
}
.border-navy-900\/50 {
  border-color: rgb(3 26 107 / 0.5);
}
.border-navy-900\/55 {
  border-color: rgb(3 26 107 / 0.55);
}
.border-navy-900\/60 {
  border-color: rgb(3 26 107 / 0.6);
}
.border-navy-900\/65 {
  border-color: rgb(3 26 107 / 0.65);
}
.border-navy-900\/70 {
  border-color: rgb(3 26 107 / 0.7);
}
.border-navy-900\/75 {
  border-color: rgb(3 26 107 / 0.75);
}
.border-navy-900\/80 {
  border-color: rgb(3 26 107 / 0.8);
}
.border-navy-900\/85 {
  border-color: rgb(3 26 107 / 0.85);
}
.border-navy-900\/90 {
  border-color: rgb(3 26 107 / 0.9);
}
.border-navy-900\/95 {
  border-color: rgb(3 26 107 / 0.95);
}
.border-navy-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 21 80 / var(--tw-border-opacity, 1));
}
.border-navy-950\/0 {
  border-color: rgb(5 21 80 / 0);
}
.border-navy-950\/10 {
  border-color: rgb(5 21 80 / 0.1);
}
.border-navy-950\/100 {
  border-color: rgb(5 21 80 / 1);
}
.border-navy-950\/15 {
  border-color: rgb(5 21 80 / 0.15);
}
.border-navy-950\/20 {
  border-color: rgb(5 21 80 / 0.2);
}
.border-navy-950\/25 {
  border-color: rgb(5 21 80 / 0.25);
}
.border-navy-950\/30 {
  border-color: rgb(5 21 80 / 0.3);
}
.border-navy-950\/35 {
  border-color: rgb(5 21 80 / 0.35);
}
.border-navy-950\/40 {
  border-color: rgb(5 21 80 / 0.4);
}
.border-navy-950\/45 {
  border-color: rgb(5 21 80 / 0.45);
}
.border-navy-950\/5 {
  border-color: rgb(5 21 80 / 0.05);
}
.border-navy-950\/50 {
  border-color: rgb(5 21 80 / 0.5);
}
.border-navy-950\/55 {
  border-color: rgb(5 21 80 / 0.55);
}
.border-navy-950\/60 {
  border-color: rgb(5 21 80 / 0.6);
}
.border-navy-950\/65 {
  border-color: rgb(5 21 80 / 0.65);
}
.border-navy-950\/70 {
  border-color: rgb(5 21 80 / 0.7);
}
.border-navy-950\/75 {
  border-color: rgb(5 21 80 / 0.75);
}
.border-navy-950\/80 {
  border-color: rgb(5 21 80 / 0.8);
}
.border-navy-950\/85 {
  border-color: rgb(5 21 80 / 0.85);
}
.border-navy-950\/90 {
  border-color: rgb(5 21 80 / 0.9);
}
.border-navy-950\/95 {
  border-color: rgb(5 21 80 / 0.95);
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(252 227 220 / var(--tw-border-opacity, 1));
}
.border-orange-200\/0 {
  border-color: rgb(252 227 220 / 0);
}
.border-orange-200\/10 {
  border-color: rgb(252 227 220 / 0.1);
}
.border-orange-200\/100 {
  border-color: rgb(252 227 220 / 1);
}
.border-orange-200\/15 {
  border-color: rgb(252 227 220 / 0.15);
}
.border-orange-200\/20 {
  border-color: rgb(252 227 220 / 0.2);
}
.border-orange-200\/25 {
  border-color: rgb(252 227 220 / 0.25);
}
.border-orange-200\/30 {
  border-color: rgb(252 227 220 / 0.3);
}
.border-orange-200\/35 {
  border-color: rgb(252 227 220 / 0.35);
}
.border-orange-200\/40 {
  border-color: rgb(252 227 220 / 0.4);
}
.border-orange-200\/45 {
  border-color: rgb(252 227 220 / 0.45);
}
.border-orange-200\/5 {
  border-color: rgb(252 227 220 / 0.05);
}
.border-orange-200\/50 {
  border-color: rgb(252 227 220 / 0.5);
}
.border-orange-200\/55 {
  border-color: rgb(252 227 220 / 0.55);
}
.border-orange-200\/60 {
  border-color: rgb(252 227 220 / 0.6);
}
.border-orange-200\/65 {
  border-color: rgb(252 227 220 / 0.65);
}
.border-orange-200\/70 {
  border-color: rgb(252 227 220 / 0.7);
}
.border-orange-200\/75 {
  border-color: rgb(252 227 220 / 0.75);
}
.border-orange-200\/80 {
  border-color: rgb(252 227 220 / 0.8);
}
.border-orange-200\/85 {
  border-color: rgb(252 227 220 / 0.85);
}
.border-orange-200\/90 {
  border-color: rgb(252 227 220 / 0.9);
}
.border-orange-200\/95 {
  border-color: rgb(252 227 220 / 0.95);
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 199 172 / var(--tw-border-opacity, 1));
}
.border-orange-400\/0 {
  border-color: rgb(250 199 172 / 0);
}
.border-orange-400\/10 {
  border-color: rgb(250 199 172 / 0.1);
}
.border-orange-400\/100 {
  border-color: rgb(250 199 172 / 1);
}
.border-orange-400\/15 {
  border-color: rgb(250 199 172 / 0.15);
}
.border-orange-400\/20 {
  border-color: rgb(250 199 172 / 0.2);
}
.border-orange-400\/25 {
  border-color: rgb(250 199 172 / 0.25);
}
.border-orange-400\/30 {
  border-color: rgb(250 199 172 / 0.3);
}
.border-orange-400\/35 {
  border-color: rgb(250 199 172 / 0.35);
}
.border-orange-400\/40 {
  border-color: rgb(250 199 172 / 0.4);
}
.border-orange-400\/45 {
  border-color: rgb(250 199 172 / 0.45);
}
.border-orange-400\/5 {
  border-color: rgb(250 199 172 / 0.05);
}
.border-orange-400\/50 {
  border-color: rgb(250 199 172 / 0.5);
}
.border-orange-400\/55 {
  border-color: rgb(250 199 172 / 0.55);
}
.border-orange-400\/60 {
  border-color: rgb(250 199 172 / 0.6);
}
.border-orange-400\/65 {
  border-color: rgb(250 199 172 / 0.65);
}
.border-orange-400\/70 {
  border-color: rgb(250 199 172 / 0.7);
}
.border-orange-400\/75 {
  border-color: rgb(250 199 172 / 0.75);
}
.border-orange-400\/80 {
  border-color: rgb(250 199 172 / 0.8);
}
.border-orange-400\/85 {
  border-color: rgb(250 199 172 / 0.85);
}
.border-orange-400\/90 {
  border-color: rgb(250 199 172 / 0.9);
}
.border-orange-400\/95 {
  border-color: rgb(250 199 172 / 0.95);
}
.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 248 245 / var(--tw-border-opacity, 1));
}
.border-orange-50\/0 {
  border-color: rgb(254 248 245 / 0);
}
.border-orange-50\/10 {
  border-color: rgb(254 248 245 / 0.1);
}
.border-orange-50\/100 {
  border-color: rgb(254 248 245 / 1);
}
.border-orange-50\/15 {
  border-color: rgb(254 248 245 / 0.15);
}
.border-orange-50\/20 {
  border-color: rgb(254 248 245 / 0.2);
}
.border-orange-50\/25 {
  border-color: rgb(254 248 245 / 0.25);
}
.border-orange-50\/30 {
  border-color: rgb(254 248 245 / 0.3);
}
.border-orange-50\/35 {
  border-color: rgb(254 248 245 / 0.35);
}
.border-orange-50\/40 {
  border-color: rgb(254 248 245 / 0.4);
}
.border-orange-50\/45 {
  border-color: rgb(254 248 245 / 0.45);
}
.border-orange-50\/5 {
  border-color: rgb(254 248 245 / 0.05);
}
.border-orange-50\/50 {
  border-color: rgb(254 248 245 / 0.5);
}
.border-orange-50\/55 {
  border-color: rgb(254 248 245 / 0.55);
}
.border-orange-50\/60 {
  border-color: rgb(254 248 245 / 0.6);
}
.border-orange-50\/65 {
  border-color: rgb(254 248 245 / 0.65);
}
.border-orange-50\/70 {
  border-color: rgb(254 248 245 / 0.7);
}
.border-orange-50\/75 {
  border-color: rgb(254 248 245 / 0.75);
}
.border-orange-50\/80 {
  border-color: rgb(254 248 245 / 0.8);
}
.border-orange-50\/85 {
  border-color: rgb(254 248 245 / 0.85);
}
.border-orange-50\/90 {
  border-color: rgb(254 248 245 / 0.9);
}
.border-orange-50\/95 {
  border-color: rgb(254 248 245 / 0.95);
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(247 172 131 / var(--tw-border-opacity, 1));
}
.border-orange-600\/0 {
  border-color: rgb(247 172 131 / 0);
}
.border-orange-600\/10 {
  border-color: rgb(247 172 131 / 0.1);
}
.border-orange-600\/100 {
  border-color: rgb(247 172 131 / 1);
}
.border-orange-600\/15 {
  border-color: rgb(247 172 131 / 0.15);
}
.border-orange-600\/20 {
  border-color: rgb(247 172 131 / 0.2);
}
.border-orange-600\/25 {
  border-color: rgb(247 172 131 / 0.25);
}
.border-orange-600\/30 {
  border-color: rgb(247 172 131 / 0.3);
}
.border-orange-600\/35 {
  border-color: rgb(247 172 131 / 0.35);
}
.border-orange-600\/40 {
  border-color: rgb(247 172 131 / 0.4);
}
.border-orange-600\/45 {
  border-color: rgb(247 172 131 / 0.45);
}
.border-orange-600\/5 {
  border-color: rgb(247 172 131 / 0.05);
}
.border-orange-600\/50 {
  border-color: rgb(247 172 131 / 0.5);
}
.border-orange-600\/55 {
  border-color: rgb(247 172 131 / 0.55);
}
.border-orange-600\/60 {
  border-color: rgb(247 172 131 / 0.6);
}
.border-orange-600\/65 {
  border-color: rgb(247 172 131 / 0.65);
}
.border-orange-600\/70 {
  border-color: rgb(247 172 131 / 0.7);
}
.border-orange-600\/75 {
  border-color: rgb(247 172 131 / 0.75);
}
.border-orange-600\/80 {
  border-color: rgb(247 172 131 / 0.8);
}
.border-orange-600\/85 {
  border-color: rgb(247 172 131 / 0.85);
}
.border-orange-600\/90 {
  border-color: rgb(247 172 131 / 0.9);
}
.border-orange-600\/95 {
  border-color: rgb(247 172 131 / 0.95);
}
.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(243 144 89 / var(--tw-border-opacity, 1));
}
.border-orange-800\/0 {
  border-color: rgb(243 144 89 / 0);
}
.border-orange-800\/10 {
  border-color: rgb(243 144 89 / 0.1);
}
.border-orange-800\/100 {
  border-color: rgb(243 144 89 / 1);
}
.border-orange-800\/15 {
  border-color: rgb(243 144 89 / 0.15);
}
.border-orange-800\/20 {
  border-color: rgb(243 144 89 / 0.2);
}
.border-orange-800\/25 {
  border-color: rgb(243 144 89 / 0.25);
}
.border-orange-800\/30 {
  border-color: rgb(243 144 89 / 0.3);
}
.border-orange-800\/35 {
  border-color: rgb(243 144 89 / 0.35);
}
.border-orange-800\/40 {
  border-color: rgb(243 144 89 / 0.4);
}
.border-orange-800\/45 {
  border-color: rgb(243 144 89 / 0.45);
}
.border-orange-800\/5 {
  border-color: rgb(243 144 89 / 0.05);
}
.border-orange-800\/50 {
  border-color: rgb(243 144 89 / 0.5);
}
.border-orange-800\/55 {
  border-color: rgb(243 144 89 / 0.55);
}
.border-orange-800\/60 {
  border-color: rgb(243 144 89 / 0.6);
}
.border-orange-800\/65 {
  border-color: rgb(243 144 89 / 0.65);
}
.border-orange-800\/70 {
  border-color: rgb(243 144 89 / 0.7);
}
.border-orange-800\/75 {
  border-color: rgb(243 144 89 / 0.75);
}
.border-orange-800\/80 {
  border-color: rgb(243 144 89 / 0.8);
}
.border-orange-800\/85 {
  border-color: rgb(243 144 89 / 0.85);
}
.border-orange-800\/90 {
  border-color: rgb(243 144 89 / 0.9);
}
.border-orange-800\/95 {
  border-color: rgb(243 144 89 / 0.95);
}
.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(242 116 48 / var(--tw-border-opacity, 1));
}
.border-orange-900\/0 {
  border-color: rgb(242 116 48 / 0);
}
.border-orange-900\/10 {
  border-color: rgb(242 116 48 / 0.1);
}
.border-orange-900\/100 {
  border-color: rgb(242 116 48 / 1);
}
.border-orange-900\/15 {
  border-color: rgb(242 116 48 / 0.15);
}
.border-orange-900\/20 {
  border-color: rgb(242 116 48 / 0.2);
}
.border-orange-900\/25 {
  border-color: rgb(242 116 48 / 0.25);
}
.border-orange-900\/30 {
  border-color: rgb(242 116 48 / 0.3);
}
.border-orange-900\/35 {
  border-color: rgb(242 116 48 / 0.35);
}
.border-orange-900\/40 {
  border-color: rgb(242 116 48 / 0.4);
}
.border-orange-900\/45 {
  border-color: rgb(242 116 48 / 0.45);
}
.border-orange-900\/5 {
  border-color: rgb(242 116 48 / 0.05);
}
.border-orange-900\/50 {
  border-color: rgb(242 116 48 / 0.5);
}
.border-orange-900\/55 {
  border-color: rgb(242 116 48 / 0.55);
}
.border-orange-900\/60 {
  border-color: rgb(242 116 48 / 0.6);
}
.border-orange-900\/65 {
  border-color: rgb(242 116 48 / 0.65);
}
.border-orange-900\/70 {
  border-color: rgb(242 116 48 / 0.7);
}
.border-orange-900\/75 {
  border-color: rgb(242 116 48 / 0.75);
}
.border-orange-900\/80 {
  border-color: rgb(242 116 48 / 0.8);
}
.border-orange-900\/85 {
  border-color: rgb(242 116 48 / 0.85);
}
.border-orange-900\/90 {
  border-color: rgb(242 116 48 / 0.9);
}
.border-orange-900\/95 {
  border-color: rgb(242 116 48 / 0.95);
}
.border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(161 63 10 / var(--tw-border-opacity, 1));
}
.border-orange-950\/0 {
  border-color: rgb(161 63 10 / 0);
}
.border-orange-950\/10 {
  border-color: rgb(161 63 10 / 0.1);
}
.border-orange-950\/100 {
  border-color: rgb(161 63 10 / 1);
}
.border-orange-950\/15 {
  border-color: rgb(161 63 10 / 0.15);
}
.border-orange-950\/20 {
  border-color: rgb(161 63 10 / 0.2);
}
.border-orange-950\/25 {
  border-color: rgb(161 63 10 / 0.25);
}
.border-orange-950\/30 {
  border-color: rgb(161 63 10 / 0.3);
}
.border-orange-950\/35 {
  border-color: rgb(161 63 10 / 0.35);
}
.border-orange-950\/40 {
  border-color: rgb(161 63 10 / 0.4);
}
.border-orange-950\/45 {
  border-color: rgb(161 63 10 / 0.45);
}
.border-orange-950\/5 {
  border-color: rgb(161 63 10 / 0.05);
}
.border-orange-950\/50 {
  border-color: rgb(161 63 10 / 0.5);
}
.border-orange-950\/55 {
  border-color: rgb(161 63 10 / 0.55);
}
.border-orange-950\/60 {
  border-color: rgb(161 63 10 / 0.6);
}
.border-orange-950\/65 {
  border-color: rgb(161 63 10 / 0.65);
}
.border-orange-950\/70 {
  border-color: rgb(161 63 10 / 0.7);
}
.border-orange-950\/75 {
  border-color: rgb(161 63 10 / 0.75);
}
.border-orange-950\/80 {
  border-color: rgb(161 63 10 / 0.8);
}
.border-orange-950\/85 {
  border-color: rgb(161 63 10 / 0.85);
}
.border-orange-950\/90 {
  border-color: rgb(161 63 10 / 0.9);
}
.border-orange-950\/95 {
  border-color: rgb(161 63 10 / 0.95);
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(246 218 254 / var(--tw-border-opacity, 1));
}
.border-pink-200\/0 {
  border-color: rgb(246 218 254 / 0);
}
.border-pink-200\/10 {
  border-color: rgb(246 218 254 / 0.1);
}
.border-pink-200\/100 {
  border-color: rgb(246 218 254 / 1);
}
.border-pink-200\/15 {
  border-color: rgb(246 218 254 / 0.15);
}
.border-pink-200\/20 {
  border-color: rgb(246 218 254 / 0.2);
}
.border-pink-200\/25 {
  border-color: rgb(246 218 254 / 0.25);
}
.border-pink-200\/30 {
  border-color: rgb(246 218 254 / 0.3);
}
.border-pink-200\/35 {
  border-color: rgb(246 218 254 / 0.35);
}
.border-pink-200\/40 {
  border-color: rgb(246 218 254 / 0.4);
}
.border-pink-200\/45 {
  border-color: rgb(246 218 254 / 0.45);
}
.border-pink-200\/5 {
  border-color: rgb(246 218 254 / 0.05);
}
.border-pink-200\/50 {
  border-color: rgb(246 218 254 / 0.5);
}
.border-pink-200\/55 {
  border-color: rgb(246 218 254 / 0.55);
}
.border-pink-200\/60 {
  border-color: rgb(246 218 254 / 0.6);
}
.border-pink-200\/65 {
  border-color: rgb(246 218 254 / 0.65);
}
.border-pink-200\/70 {
  border-color: rgb(246 218 254 / 0.7);
}
.border-pink-200\/75 {
  border-color: rgb(246 218 254 / 0.75);
}
.border-pink-200\/80 {
  border-color: rgb(246 218 254 / 0.8);
}
.border-pink-200\/85 {
  border-color: rgb(246 218 254 / 0.85);
}
.border-pink-200\/90 {
  border-color: rgb(246 218 254 / 0.9);
}
.border-pink-200\/95 {
  border-color: rgb(246 218 254 / 0.95);
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(237 181 252 / var(--tw-border-opacity, 1));
}
.border-pink-400\/0 {
  border-color: rgb(237 181 252 / 0);
}
.border-pink-400\/10 {
  border-color: rgb(237 181 252 / 0.1);
}
.border-pink-400\/100 {
  border-color: rgb(237 181 252 / 1);
}
.border-pink-400\/15 {
  border-color: rgb(237 181 252 / 0.15);
}
.border-pink-400\/20 {
  border-color: rgb(237 181 252 / 0.2);
}
.border-pink-400\/25 {
  border-color: rgb(237 181 252 / 0.25);
}
.border-pink-400\/30 {
  border-color: rgb(237 181 252 / 0.3);
}
.border-pink-400\/35 {
  border-color: rgb(237 181 252 / 0.35);
}
.border-pink-400\/40 {
  border-color: rgb(237 181 252 / 0.4);
}
.border-pink-400\/45 {
  border-color: rgb(237 181 252 / 0.45);
}
.border-pink-400\/5 {
  border-color: rgb(237 181 252 / 0.05);
}
.border-pink-400\/50 {
  border-color: rgb(237 181 252 / 0.5);
}
.border-pink-400\/55 {
  border-color: rgb(237 181 252 / 0.55);
}
.border-pink-400\/60 {
  border-color: rgb(237 181 252 / 0.6);
}
.border-pink-400\/65 {
  border-color: rgb(237 181 252 / 0.65);
}
.border-pink-400\/70 {
  border-color: rgb(237 181 252 / 0.7);
}
.border-pink-400\/75 {
  border-color: rgb(237 181 252 / 0.75);
}
.border-pink-400\/80 {
  border-color: rgb(237 181 252 / 0.8);
}
.border-pink-400\/85 {
  border-color: rgb(237 181 252 / 0.85);
}
.border-pink-400\/90 {
  border-color: rgb(237 181 252 / 0.9);
}
.border-pink-400\/95 {
  border-color: rgb(237 181 252 / 0.95);
}
.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 246 255 / var(--tw-border-opacity, 1));
}
.border-pink-50\/0 {
  border-color: rgb(253 246 255 / 0);
}
.border-pink-50\/10 {
  border-color: rgb(253 246 255 / 0.1);
}
.border-pink-50\/100 {
  border-color: rgb(253 246 255 / 1);
}
.border-pink-50\/15 {
  border-color: rgb(253 246 255 / 0.15);
}
.border-pink-50\/20 {
  border-color: rgb(253 246 255 / 0.2);
}
.border-pink-50\/25 {
  border-color: rgb(253 246 255 / 0.25);
}
.border-pink-50\/30 {
  border-color: rgb(253 246 255 / 0.3);
}
.border-pink-50\/35 {
  border-color: rgb(253 246 255 / 0.35);
}
.border-pink-50\/40 {
  border-color: rgb(253 246 255 / 0.4);
}
.border-pink-50\/45 {
  border-color: rgb(253 246 255 / 0.45);
}
.border-pink-50\/5 {
  border-color: rgb(253 246 255 / 0.05);
}
.border-pink-50\/50 {
  border-color: rgb(253 246 255 / 0.5);
}
.border-pink-50\/55 {
  border-color: rgb(253 246 255 / 0.55);
}
.border-pink-50\/60 {
  border-color: rgb(253 246 255 / 0.6);
}
.border-pink-50\/65 {
  border-color: rgb(253 246 255 / 0.65);
}
.border-pink-50\/70 {
  border-color: rgb(253 246 255 / 0.7);
}
.border-pink-50\/75 {
  border-color: rgb(253 246 255 / 0.75);
}
.border-pink-50\/80 {
  border-color: rgb(253 246 255 / 0.8);
}
.border-pink-50\/85 {
  border-color: rgb(253 246 255 / 0.85);
}
.border-pink-50\/90 {
  border-color: rgb(253 246 255 / 0.9);
}
.border-pink-50\/95 {
  border-color: rgb(253 246 255 / 0.95);
}
.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(229 143 251 / var(--tw-border-opacity, 1));
}
.border-pink-600\/0 {
  border-color: rgb(229 143 251 / 0);
}
.border-pink-600\/10 {
  border-color: rgb(229 143 251 / 0.1);
}
.border-pink-600\/100 {
  border-color: rgb(229 143 251 / 1);
}
.border-pink-600\/15 {
  border-color: rgb(229 143 251 / 0.15);
}
.border-pink-600\/20 {
  border-color: rgb(229 143 251 / 0.2);
}
.border-pink-600\/25 {
  border-color: rgb(229 143 251 / 0.25);
}
.border-pink-600\/30 {
  border-color: rgb(229 143 251 / 0.3);
}
.border-pink-600\/35 {
  border-color: rgb(229 143 251 / 0.35);
}
.border-pink-600\/40 {
  border-color: rgb(229 143 251 / 0.4);
}
.border-pink-600\/45 {
  border-color: rgb(229 143 251 / 0.45);
}
.border-pink-600\/5 {
  border-color: rgb(229 143 251 / 0.05);
}
.border-pink-600\/50 {
  border-color: rgb(229 143 251 / 0.5);
}
.border-pink-600\/55 {
  border-color: rgb(229 143 251 / 0.55);
}
.border-pink-600\/60 {
  border-color: rgb(229 143 251 / 0.6);
}
.border-pink-600\/65 {
  border-color: rgb(229 143 251 / 0.65);
}
.border-pink-600\/70 {
  border-color: rgb(229 143 251 / 0.7);
}
.border-pink-600\/75 {
  border-color: rgb(229 143 251 / 0.75);
}
.border-pink-600\/80 {
  border-color: rgb(229 143 251 / 0.8);
}
.border-pink-600\/85 {
  border-color: rgb(229 143 251 / 0.85);
}
.border-pink-600\/90 {
  border-color: rgb(229 143 251 / 0.9);
}
.border-pink-600\/95 {
  border-color: rgb(229 143 251 / 0.95);
}
.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(220 106 249 / var(--tw-border-opacity, 1));
}
.border-pink-800\/0 {
  border-color: rgb(220 106 249 / 0);
}
.border-pink-800\/10 {
  border-color: rgb(220 106 249 / 0.1);
}
.border-pink-800\/100 {
  border-color: rgb(220 106 249 / 1);
}
.border-pink-800\/15 {
  border-color: rgb(220 106 249 / 0.15);
}
.border-pink-800\/20 {
  border-color: rgb(220 106 249 / 0.2);
}
.border-pink-800\/25 {
  border-color: rgb(220 106 249 / 0.25);
}
.border-pink-800\/30 {
  border-color: rgb(220 106 249 / 0.3);
}
.border-pink-800\/35 {
  border-color: rgb(220 106 249 / 0.35);
}
.border-pink-800\/40 {
  border-color: rgb(220 106 249 / 0.4);
}
.border-pink-800\/45 {
  border-color: rgb(220 106 249 / 0.45);
}
.border-pink-800\/5 {
  border-color: rgb(220 106 249 / 0.05);
}
.border-pink-800\/50 {
  border-color: rgb(220 106 249 / 0.5);
}
.border-pink-800\/55 {
  border-color: rgb(220 106 249 / 0.55);
}
.border-pink-800\/60 {
  border-color: rgb(220 106 249 / 0.6);
}
.border-pink-800\/65 {
  border-color: rgb(220 106 249 / 0.65);
}
.border-pink-800\/70 {
  border-color: rgb(220 106 249 / 0.7);
}
.border-pink-800\/75 {
  border-color: rgb(220 106 249 / 0.75);
}
.border-pink-800\/80 {
  border-color: rgb(220 106 249 / 0.8);
}
.border-pink-800\/85 {
  border-color: rgb(220 106 249 / 0.85);
}
.border-pink-800\/90 {
  border-color: rgb(220 106 249 / 0.9);
}
.border-pink-800\/95 {
  border-color: rgb(220 106 249 / 0.95);
}
.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(211 69 248 / var(--tw-border-opacity, 1));
}
.border-pink-900\/0 {
  border-color: rgb(211 69 248 / 0);
}
.border-pink-900\/10 {
  border-color: rgb(211 69 248 / 0.1);
}
.border-pink-900\/100 {
  border-color: rgb(211 69 248 / 1);
}
.border-pink-900\/15 {
  border-color: rgb(211 69 248 / 0.15);
}
.border-pink-900\/20 {
  border-color: rgb(211 69 248 / 0.2);
}
.border-pink-900\/25 {
  border-color: rgb(211 69 248 / 0.25);
}
.border-pink-900\/30 {
  border-color: rgb(211 69 248 / 0.3);
}
.border-pink-900\/35 {
  border-color: rgb(211 69 248 / 0.35);
}
.border-pink-900\/40 {
  border-color: rgb(211 69 248 / 0.4);
}
.border-pink-900\/45 {
  border-color: rgb(211 69 248 / 0.45);
}
.border-pink-900\/5 {
  border-color: rgb(211 69 248 / 0.05);
}
.border-pink-900\/50 {
  border-color: rgb(211 69 248 / 0.5);
}
.border-pink-900\/55 {
  border-color: rgb(211 69 248 / 0.55);
}
.border-pink-900\/60 {
  border-color: rgb(211 69 248 / 0.6);
}
.border-pink-900\/65 {
  border-color: rgb(211 69 248 / 0.65);
}
.border-pink-900\/70 {
  border-color: rgb(211 69 248 / 0.7);
}
.border-pink-900\/75 {
  border-color: rgb(211 69 248 / 0.75);
}
.border-pink-900\/80 {
  border-color: rgb(211 69 248 / 0.8);
}
.border-pink-900\/85 {
  border-color: rgb(211 69 248 / 0.85);
}
.border-pink-900\/90 {
  border-color: rgb(211 69 248 / 0.9);
}
.border-pink-900\/95 {
  border-color: rgb(211 69 248 / 0.95);
}
.border-pink-950 {
  --tw-border-opacity: 1;
  border-color: rgb(116 5 145 / var(--tw-border-opacity, 1));
}
.border-pink-950\/0 {
  border-color: rgb(116 5 145 / 0);
}
.border-pink-950\/10 {
  border-color: rgb(116 5 145 / 0.1);
}
.border-pink-950\/100 {
  border-color: rgb(116 5 145 / 1);
}
.border-pink-950\/15 {
  border-color: rgb(116 5 145 / 0.15);
}
.border-pink-950\/20 {
  border-color: rgb(116 5 145 / 0.2);
}
.border-pink-950\/25 {
  border-color: rgb(116 5 145 / 0.25);
}
.border-pink-950\/30 {
  border-color: rgb(116 5 145 / 0.3);
}
.border-pink-950\/35 {
  border-color: rgb(116 5 145 / 0.35);
}
.border-pink-950\/40 {
  border-color: rgb(116 5 145 / 0.4);
}
.border-pink-950\/45 {
  border-color: rgb(116 5 145 / 0.45);
}
.border-pink-950\/5 {
  border-color: rgb(116 5 145 / 0.05);
}
.border-pink-950\/50 {
  border-color: rgb(116 5 145 / 0.5);
}
.border-pink-950\/55 {
  border-color: rgb(116 5 145 / 0.55);
}
.border-pink-950\/60 {
  border-color: rgb(116 5 145 / 0.6);
}
.border-pink-950\/65 {
  border-color: rgb(116 5 145 / 0.65);
}
.border-pink-950\/70 {
  border-color: rgb(116 5 145 / 0.7);
}
.border-pink-950\/75 {
  border-color: rgb(116 5 145 / 0.75);
}
.border-pink-950\/80 {
  border-color: rgb(116 5 145 / 0.8);
}
.border-pink-950\/85 {
  border-color: rgb(116 5 145 / 0.85);
}
.border-pink-950\/90 {
  border-color: rgb(116 5 145 / 0.9);
}
.border-pink-950\/95 {
  border-color: rgb(116 5 145 / 0.95);
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 218 253 / var(--tw-border-opacity, 1));
}
.border-purple-200\/0 {
  border-color: rgb(231 218 253 / 0);
}
.border-purple-200\/10 {
  border-color: rgb(231 218 253 / 0.1);
}
.border-purple-200\/100 {
  border-color: rgb(231 218 253 / 1);
}
.border-purple-200\/15 {
  border-color: rgb(231 218 253 / 0.15);
}
.border-purple-200\/20 {
  border-color: rgb(231 218 253 / 0.2);
}
.border-purple-200\/25 {
  border-color: rgb(231 218 253 / 0.25);
}
.border-purple-200\/30 {
  border-color: rgb(231 218 253 / 0.3);
}
.border-purple-200\/35 {
  border-color: rgb(231 218 253 / 0.35);
}
.border-purple-200\/40 {
  border-color: rgb(231 218 253 / 0.4);
}
.border-purple-200\/45 {
  border-color: rgb(231 218 253 / 0.45);
}
.border-purple-200\/5 {
  border-color: rgb(231 218 253 / 0.05);
}
.border-purple-200\/50 {
  border-color: rgb(231 218 253 / 0.5);
}
.border-purple-200\/55 {
  border-color: rgb(231 218 253 / 0.55);
}
.border-purple-200\/60 {
  border-color: rgb(231 218 253 / 0.6);
}
.border-purple-200\/65 {
  border-color: rgb(231 218 253 / 0.65);
}
.border-purple-200\/70 {
  border-color: rgb(231 218 253 / 0.7);
}
.border-purple-200\/75 {
  border-color: rgb(231 218 253 / 0.75);
}
.border-purple-200\/80 {
  border-color: rgb(231 218 253 / 0.8);
}
.border-purple-200\/85 {
  border-color: rgb(231 218 253 / 0.85);
}
.border-purple-200\/90 {
  border-color: rgb(231 218 253 / 0.9);
}
.border-purple-200\/95 {
  border-color: rgb(231 218 253 / 0.95);
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(207 181 251 / var(--tw-border-opacity, 1));
}
.border-purple-400\/0 {
  border-color: rgb(207 181 251 / 0);
}
.border-purple-400\/10 {
  border-color: rgb(207 181 251 / 0.1);
}
.border-purple-400\/100 {
  border-color: rgb(207 181 251 / 1);
}
.border-purple-400\/15 {
  border-color: rgb(207 181 251 / 0.15);
}
.border-purple-400\/20 {
  border-color: rgb(207 181 251 / 0.2);
}
.border-purple-400\/25 {
  border-color: rgb(207 181 251 / 0.25);
}
.border-purple-400\/30 {
  border-color: rgb(207 181 251 / 0.3);
}
.border-purple-400\/35 {
  border-color: rgb(207 181 251 / 0.35);
}
.border-purple-400\/40 {
  border-color: rgb(207 181 251 / 0.4);
}
.border-purple-400\/45 {
  border-color: rgb(207 181 251 / 0.45);
}
.border-purple-400\/5 {
  border-color: rgb(207 181 251 / 0.05);
}
.border-purple-400\/50 {
  border-color: rgb(207 181 251 / 0.5);
}
.border-purple-400\/55 {
  border-color: rgb(207 181 251 / 0.55);
}
.border-purple-400\/60 {
  border-color: rgb(207 181 251 / 0.6);
}
.border-purple-400\/65 {
  border-color: rgb(207 181 251 / 0.65);
}
.border-purple-400\/70 {
  border-color: rgb(207 181 251 / 0.7);
}
.border-purple-400\/75 {
  border-color: rgb(207 181 251 / 0.75);
}
.border-purple-400\/80 {
  border-color: rgb(207 181 251 / 0.8);
}
.border-purple-400\/85 {
  border-color: rgb(207 181 251 / 0.85);
}
.border-purple-400\/90 {
  border-color: rgb(207 181 251 / 0.9);
}
.border-purple-400\/95 {
  border-color: rgb(207 181 251 / 0.95);
}
.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 246 255 / var(--tw-border-opacity, 1));
}
.border-purple-50\/0 {
  border-color: rgb(249 246 255 / 0);
}
.border-purple-50\/10 {
  border-color: rgb(249 246 255 / 0.1);
}
.border-purple-50\/100 {
  border-color: rgb(249 246 255 / 1);
}
.border-purple-50\/15 {
  border-color: rgb(249 246 255 / 0.15);
}
.border-purple-50\/20 {
  border-color: rgb(249 246 255 / 0.2);
}
.border-purple-50\/25 {
  border-color: rgb(249 246 255 / 0.25);
}
.border-purple-50\/30 {
  border-color: rgb(249 246 255 / 0.3);
}
.border-purple-50\/35 {
  border-color: rgb(249 246 255 / 0.35);
}
.border-purple-50\/40 {
  border-color: rgb(249 246 255 / 0.4);
}
.border-purple-50\/45 {
  border-color: rgb(249 246 255 / 0.45);
}
.border-purple-50\/5 {
  border-color: rgb(249 246 255 / 0.05);
}
.border-purple-50\/50 {
  border-color: rgb(249 246 255 / 0.5);
}
.border-purple-50\/55 {
  border-color: rgb(249 246 255 / 0.55);
}
.border-purple-50\/60 {
  border-color: rgb(249 246 255 / 0.6);
}
.border-purple-50\/65 {
  border-color: rgb(249 246 255 / 0.65);
}
.border-purple-50\/70 {
  border-color: rgb(249 246 255 / 0.7);
}
.border-purple-50\/75 {
  border-color: rgb(249 246 255 / 0.75);
}
.border-purple-50\/80 {
  border-color: rgb(249 246 255 / 0.8);
}
.border-purple-50\/85 {
  border-color: rgb(249 246 255 / 0.85);
}
.border-purple-50\/90 {
  border-color: rgb(249 246 255 / 0.9);
}
.border-purple-50\/95 {
  border-color: rgb(249 246 255 / 0.95);
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(183 144 249 / var(--tw-border-opacity, 1));
}
.border-purple-600\/0 {
  border-color: rgb(183 144 249 / 0);
}
.border-purple-600\/10 {
  border-color: rgb(183 144 249 / 0.1);
}
.border-purple-600\/100 {
  border-color: rgb(183 144 249 / 1);
}
.border-purple-600\/15 {
  border-color: rgb(183 144 249 / 0.15);
}
.border-purple-600\/20 {
  border-color: rgb(183 144 249 / 0.2);
}
.border-purple-600\/25 {
  border-color: rgb(183 144 249 / 0.25);
}
.border-purple-600\/30 {
  border-color: rgb(183 144 249 / 0.3);
}
.border-purple-600\/35 {
  border-color: rgb(183 144 249 / 0.35);
}
.border-purple-600\/40 {
  border-color: rgb(183 144 249 / 0.4);
}
.border-purple-600\/45 {
  border-color: rgb(183 144 249 / 0.45);
}
.border-purple-600\/5 {
  border-color: rgb(183 144 249 / 0.05);
}
.border-purple-600\/50 {
  border-color: rgb(183 144 249 / 0.5);
}
.border-purple-600\/55 {
  border-color: rgb(183 144 249 / 0.55);
}
.border-purple-600\/60 {
  border-color: rgb(183 144 249 / 0.6);
}
.border-purple-600\/65 {
  border-color: rgb(183 144 249 / 0.65);
}
.border-purple-600\/70 {
  border-color: rgb(183 144 249 / 0.7);
}
.border-purple-600\/75 {
  border-color: rgb(183 144 249 / 0.75);
}
.border-purple-600\/80 {
  border-color: rgb(183 144 249 / 0.8);
}
.border-purple-600\/85 {
  border-color: rgb(183 144 249 / 0.85);
}
.border-purple-600\/90 {
  border-color: rgb(183 144 249 / 0.9);
}
.border-purple-600\/95 {
  border-color: rgb(183 144 249 / 0.95);
}
.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 107 247 / var(--tw-border-opacity, 1));
}
.border-purple-800\/0 {
  border-color: rgb(159 107 247 / 0);
}
.border-purple-800\/10 {
  border-color: rgb(159 107 247 / 0.1);
}
.border-purple-800\/100 {
  border-color: rgb(159 107 247 / 1);
}
.border-purple-800\/15 {
  border-color: rgb(159 107 247 / 0.15);
}
.border-purple-800\/20 {
  border-color: rgb(159 107 247 / 0.2);
}
.border-purple-800\/25 {
  border-color: rgb(159 107 247 / 0.25);
}
.border-purple-800\/30 {
  border-color: rgb(159 107 247 / 0.3);
}
.border-purple-800\/35 {
  border-color: rgb(159 107 247 / 0.35);
}
.border-purple-800\/40 {
  border-color: rgb(159 107 247 / 0.4);
}
.border-purple-800\/45 {
  border-color: rgb(159 107 247 / 0.45);
}
.border-purple-800\/5 {
  border-color: rgb(159 107 247 / 0.05);
}
.border-purple-800\/50 {
  border-color: rgb(159 107 247 / 0.5);
}
.border-purple-800\/55 {
  border-color: rgb(159 107 247 / 0.55);
}
.border-purple-800\/60 {
  border-color: rgb(159 107 247 / 0.6);
}
.border-purple-800\/65 {
  border-color: rgb(159 107 247 / 0.65);
}
.border-purple-800\/70 {
  border-color: rgb(159 107 247 / 0.7);
}
.border-purple-800\/75 {
  border-color: rgb(159 107 247 / 0.75);
}
.border-purple-800\/80 {
  border-color: rgb(159 107 247 / 0.8);
}
.border-purple-800\/85 {
  border-color: rgb(159 107 247 / 0.85);
}
.border-purple-800\/90 {
  border-color: rgb(159 107 247 / 0.9);
}
.border-purple-800\/95 {
  border-color: rgb(159 107 247 / 0.95);
}
.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(134 70 244 / var(--tw-border-opacity, 1));
}
.border-purple-900\/0 {
  border-color: rgb(134 70 244 / 0);
}
.border-purple-900\/10 {
  border-color: rgb(134 70 244 / 0.1);
}
.border-purple-900\/100 {
  border-color: rgb(134 70 244 / 1);
}
.border-purple-900\/15 {
  border-color: rgb(134 70 244 / 0.15);
}
.border-purple-900\/20 {
  border-color: rgb(134 70 244 / 0.2);
}
.border-purple-900\/25 {
  border-color: rgb(134 70 244 / 0.25);
}
.border-purple-900\/30 {
  border-color: rgb(134 70 244 / 0.3);
}
.border-purple-900\/35 {
  border-color: rgb(134 70 244 / 0.35);
}
.border-purple-900\/40 {
  border-color: rgb(134 70 244 / 0.4);
}
.border-purple-900\/45 {
  border-color: rgb(134 70 244 / 0.45);
}
.border-purple-900\/5 {
  border-color: rgb(134 70 244 / 0.05);
}
.border-purple-900\/50 {
  border-color: rgb(134 70 244 / 0.5);
}
.border-purple-900\/55 {
  border-color: rgb(134 70 244 / 0.55);
}
.border-purple-900\/60 {
  border-color: rgb(134 70 244 / 0.6);
}
.border-purple-900\/65 {
  border-color: rgb(134 70 244 / 0.65);
}
.border-purple-900\/70 {
  border-color: rgb(134 70 244 / 0.7);
}
.border-purple-900\/75 {
  border-color: rgb(134 70 244 / 0.75);
}
.border-purple-900\/80 {
  border-color: rgb(134 70 244 / 0.8);
}
.border-purple-900\/85 {
  border-color: rgb(134 70 244 / 0.85);
}
.border-purple-900\/90 {
  border-color: rgb(134 70 244 / 0.9);
}
.border-purple-900\/95 {
  border-color: rgb(134 70 244 / 0.95);
}
.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(71 3 188 / var(--tw-border-opacity, 1));
}
.border-purple-950\/0 {
  border-color: rgb(71 3 188 / 0);
}
.border-purple-950\/10 {
  border-color: rgb(71 3 188 / 0.1);
}
.border-purple-950\/100 {
  border-color: rgb(71 3 188 / 1);
}
.border-purple-950\/15 {
  border-color: rgb(71 3 188 / 0.15);
}
.border-purple-950\/20 {
  border-color: rgb(71 3 188 / 0.2);
}
.border-purple-950\/25 {
  border-color: rgb(71 3 188 / 0.25);
}
.border-purple-950\/30 {
  border-color: rgb(71 3 188 / 0.3);
}
.border-purple-950\/35 {
  border-color: rgb(71 3 188 / 0.35);
}
.border-purple-950\/40 {
  border-color: rgb(71 3 188 / 0.4);
}
.border-purple-950\/45 {
  border-color: rgb(71 3 188 / 0.45);
}
.border-purple-950\/5 {
  border-color: rgb(71 3 188 / 0.05);
}
.border-purple-950\/50 {
  border-color: rgb(71 3 188 / 0.5);
}
.border-purple-950\/55 {
  border-color: rgb(71 3 188 / 0.55);
}
.border-purple-950\/60 {
  border-color: rgb(71 3 188 / 0.6);
}
.border-purple-950\/65 {
  border-color: rgb(71 3 188 / 0.65);
}
.border-purple-950\/70 {
  border-color: rgb(71 3 188 / 0.7);
}
.border-purple-950\/75 {
  border-color: rgb(71 3 188 / 0.75);
}
.border-purple-950\/80 {
  border-color: rgb(71 3 188 / 0.8);
}
.border-purple-950\/85 {
  border-color: rgb(71 3 188 / 0.85);
}
.border-purple-950\/90 {
  border-color: rgb(71 3 188 / 0.9);
}
.border-purple-950\/95 {
  border-color: rgb(71 3 188 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 209 206 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(251 209 206 / 0);
}
.border-red-200\/10 {
  border-color: rgb(251 209 206 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(251 209 206 / 1);
}
.border-red-200\/15 {
  border-color: rgb(251 209 206 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(251 209 206 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(251 209 206 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(251 209 206 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(251 209 206 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(251 209 206 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(251 209 206 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(251 209 206 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(251 209 206 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(251 209 206 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(251 209 206 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(251 209 206 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(251 209 206 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(251 209 206 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(251 209 206 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(251 209 206 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(251 209 206 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(251 209 206 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(247 163 158 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(247 163 158 / 0);
}
.border-red-400\/10 {
  border-color: rgb(247 163 158 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(247 163 158 / 1);
}
.border-red-400\/15 {
  border-color: rgb(247 163 158 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(247 163 158 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(247 163 158 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(247 163 158 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(247 163 158 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(247 163 158 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(247 163 158 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(247 163 158 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(247 163 158 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(247 163 158 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(247 163 158 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(247 163 158 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(247 163 158 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(247 163 158 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(247 163 158 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(247 163 158 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(247 163 158 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(247 163 158 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 244 243 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
  border-color: rgb(254 244 243 / 0);
}
.border-red-50\/10 {
  border-color: rgb(254 244 243 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(254 244 243 / 1);
}
.border-red-50\/15 {
  border-color: rgb(254 244 243 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(254 244 243 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(254 244 243 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(254 244 243 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(254 244 243 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(254 244 243 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(254 244 243 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(254 244 243 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(254 244 243 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(254 244 243 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(254 244 243 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(254 244 243 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(254 244 243 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(254 244 243 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(254 244 243 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(254 244 243 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(254 244 243 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(254 244 243 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(242 116 109 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(242 116 109 / 0);
}
.border-red-600\/10 {
  border-color: rgb(242 116 109 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(242 116 109 / 1);
}
.border-red-600\/15 {
  border-color: rgb(242 116 109 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(242 116 109 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(242 116 109 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(242 116 109 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(242 116 109 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(242 116 109 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(242 116 109 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(242 116 109 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(242 116 109 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(242 116 109 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(242 116 109 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(242 116 109 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(242 116 109 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(242 116 109 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(242 116 109 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(242 116 109 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(242 116 109 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(242 116 109 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(238 70 61 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
  border-color: rgb(238 70 61 / 0);
}
.border-red-800\/10 {
  border-color: rgb(238 70 61 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(238 70 61 / 1);
}
.border-red-800\/15 {
  border-color: rgb(238 70 61 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(238 70 61 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(238 70 61 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(238 70 61 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(238 70 61 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(238 70 61 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(238 70 61 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(238 70 61 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(238 70 61 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(238 70 61 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(238 70 61 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(238 70 61 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(238 70 61 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(238 70 61 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(238 70 61 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(238 70 61 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(238 70 61 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(238 70 61 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(234 24 12 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
  border-color: rgb(234 24 12 / 0);
}
.border-red-900\/10 {
  border-color: rgb(234 24 12 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(234 24 12 / 1);
}
.border-red-900\/15 {
  border-color: rgb(234 24 12 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(234 24 12 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(234 24 12 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(234 24 12 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(234 24 12 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(234 24 12 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(234 24 12 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(234 24 12 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(234 24 12 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(234 24 12 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(234 24 12 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(234 24 12 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(234 24 12 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(234 24 12 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(234 24 12 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(234 24 12 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(234 24 12 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(234 24 12 / 0.95);
}
.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(167 10 2 / var(--tw-border-opacity, 1));
}
.border-red-950\/0 {
  border-color: rgb(167 10 2 / 0);
}
.border-red-950\/10 {
  border-color: rgb(167 10 2 / 0.1);
}
.border-red-950\/100 {
  border-color: rgb(167 10 2 / 1);
}
.border-red-950\/15 {
  border-color: rgb(167 10 2 / 0.15);
}
.border-red-950\/20 {
  border-color: rgb(167 10 2 / 0.2);
}
.border-red-950\/25 {
  border-color: rgb(167 10 2 / 0.25);
}
.border-red-950\/30 {
  border-color: rgb(167 10 2 / 0.3);
}
.border-red-950\/35 {
  border-color: rgb(167 10 2 / 0.35);
}
.border-red-950\/40 {
  border-color: rgb(167 10 2 / 0.4);
}
.border-red-950\/45 {
  border-color: rgb(167 10 2 / 0.45);
}
.border-red-950\/5 {
  border-color: rgb(167 10 2 / 0.05);
}
.border-red-950\/50 {
  border-color: rgb(167 10 2 / 0.5);
}
.border-red-950\/55 {
  border-color: rgb(167 10 2 / 0.55);
}
.border-red-950\/60 {
  border-color: rgb(167 10 2 / 0.6);
}
.border-red-950\/65 {
  border-color: rgb(167 10 2 / 0.65);
}
.border-red-950\/70 {
  border-color: rgb(167 10 2 / 0.7);
}
.border-red-950\/75 {
  border-color: rgb(167 10 2 / 0.75);
}
.border-red-950\/80 {
  border-color: rgb(167 10 2 / 0.8);
}
.border-red-950\/85 {
  border-color: rgb(167 10 2 / 0.85);
}
.border-red-950\/90 {
  border-color: rgb(167 10 2 / 0.9);
}
.border-red-950\/95 {
  border-color: rgb(167 10 2 / 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-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 211 / var(--tw-border-opacity, 1));
}
.border-yellow-200\/0 {
  border-color: rgb(254 242 211 / 0);
}
.border-yellow-200\/10 {
  border-color: rgb(254 242 211 / 0.1);
}
.border-yellow-200\/100 {
  border-color: rgb(254 242 211 / 1);
}
.border-yellow-200\/15 {
  border-color: rgb(254 242 211 / 0.15);
}
.border-yellow-200\/20 {
  border-color: rgb(254 242 211 / 0.2);
}
.border-yellow-200\/25 {
  border-color: rgb(254 242 211 / 0.25);
}
.border-yellow-200\/30 {
  border-color: rgb(254 242 211 / 0.3);
}
.border-yellow-200\/35 {
  border-color: rgb(254 242 211 / 0.35);
}
.border-yellow-200\/40 {
  border-color: rgb(254 242 211 / 0.4);
}
.border-yellow-200\/45 {
  border-color: rgb(254 242 211 / 0.45);
}
.border-yellow-200\/5 {
  border-color: rgb(254 242 211 / 0.05);
}
.border-yellow-200\/50 {
  border-color: rgb(254 242 211 / 0.5);
}
.border-yellow-200\/55 {
  border-color: rgb(254 242 211 / 0.55);
}
.border-yellow-200\/60 {
  border-color: rgb(254 242 211 / 0.6);
}
.border-yellow-200\/65 {
  border-color: rgb(254 242 211 / 0.65);
}
.border-yellow-200\/70 {
  border-color: rgb(254 242 211 / 0.7);
}
.border-yellow-200\/75 {
  border-color: rgb(254 242 211 / 0.75);
}
.border-yellow-200\/80 {
  border-color: rgb(254 242 211 / 0.8);
}
.border-yellow-200\/85 {
  border-color: rgb(254 242 211 / 0.85);
}
.border-yellow-200\/90 {
  border-color: rgb(254 242 211 / 0.9);
}
.border-yellow-200\/95 {
  border-color: rgb(254 242 211 / 0.95);
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(254 229 167 / var(--tw-border-opacity, 1));
}
.border-yellow-400\/0 {
  border-color: rgb(254 229 167 / 0);
}
.border-yellow-400\/10 {
  border-color: rgb(254 229 167 / 0.1);
}
.border-yellow-400\/100 {
  border-color: rgb(254 229 167 / 1);
}
.border-yellow-400\/15 {
  border-color: rgb(254 229 167 / 0.15);
}
.border-yellow-400\/20 {
  border-color: rgb(254 229 167 / 0.2);
}
.border-yellow-400\/25 {
  border-color: rgb(254 229 167 / 0.25);
}
.border-yellow-400\/30 {
  border-color: rgb(254 229 167 / 0.3);
}
.border-yellow-400\/35 {
  border-color: rgb(254 229 167 / 0.35);
}
.border-yellow-400\/40 {
  border-color: rgb(254 229 167 / 0.4);
}
.border-yellow-400\/45 {
  border-color: rgb(254 229 167 / 0.45);
}
.border-yellow-400\/5 {
  border-color: rgb(254 229 167 / 0.05);
}
.border-yellow-400\/50 {
  border-color: rgb(254 229 167 / 0.5);
}
.border-yellow-400\/55 {
  border-color: rgb(254 229 167 / 0.55);
}
.border-yellow-400\/60 {
  border-color: rgb(254 229 167 / 0.6);
}
.border-yellow-400\/65 {
  border-color: rgb(254 229 167 / 0.65);
}
.border-yellow-400\/70 {
  border-color: rgb(254 229 167 / 0.7);
}
.border-yellow-400\/75 {
  border-color: rgb(254 229 167 / 0.75);
}
.border-yellow-400\/80 {
  border-color: rgb(254 229 167 / 0.8);
}
.border-yellow-400\/85 {
  border-color: rgb(254 229 167 / 0.85);
}
.border-yellow-400\/90 {
  border-color: rgb(254 229 167 / 0.9);
}
.border-yellow-400\/95 {
  border-color: rgb(254 229 167 / 0.95);
}
.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 244 / var(--tw-border-opacity, 1));
}
.border-yellow-50\/0 {
  border-color: rgb(255 252 244 / 0);
}
.border-yellow-50\/10 {
  border-color: rgb(255 252 244 / 0.1);
}
.border-yellow-50\/100 {
  border-color: rgb(255 252 244 / 1);
}
.border-yellow-50\/15 {
  border-color: rgb(255 252 244 / 0.15);
}
.border-yellow-50\/20 {
  border-color: rgb(255 252 244 / 0.2);
}
.border-yellow-50\/25 {
  border-color: rgb(255 252 244 / 0.25);
}
.border-yellow-50\/30 {
  border-color: rgb(255 252 244 / 0.3);
}
.border-yellow-50\/35 {
  border-color: rgb(255 252 244 / 0.35);
}
.border-yellow-50\/40 {
  border-color: rgb(255 252 244 / 0.4);
}
.border-yellow-50\/45 {
  border-color: rgb(255 252 244 / 0.45);
}
.border-yellow-50\/5 {
  border-color: rgb(255 252 244 / 0.05);
}
.border-yellow-50\/50 {
  border-color: rgb(255 252 244 / 0.5);
}
.border-yellow-50\/55 {
  border-color: rgb(255 252 244 / 0.55);
}
.border-yellow-50\/60 {
  border-color: rgb(255 252 244 / 0.6);
}
.border-yellow-50\/65 {
  border-color: rgb(255 252 244 / 0.65);
}
.border-yellow-50\/70 {
  border-color: rgb(255 252 244 / 0.7);
}
.border-yellow-50\/75 {
  border-color: rgb(255 252 244 / 0.75);
}
.border-yellow-50\/80 {
  border-color: rgb(255 252 244 / 0.8);
}
.border-yellow-50\/85 {
  border-color: rgb(255 252 244 / 0.85);
}
.border-yellow-50\/90 {
  border-color: rgb(255 252 244 / 0.9);
}
.border-yellow-50\/95 {
  border-color: rgb(255 252 244 / 0.95);
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(253 217 124 / var(--tw-border-opacity, 1));
}
.border-yellow-600\/0 {
  border-color: rgb(253 217 124 / 0);
}
.border-yellow-600\/10 {
  border-color: rgb(253 217 124 / 0.1);
}
.border-yellow-600\/100 {
  border-color: rgb(253 217 124 / 1);
}
.border-yellow-600\/15 {
  border-color: rgb(253 217 124 / 0.15);
}
.border-yellow-600\/20 {
  border-color: rgb(253 217 124 / 0.2);
}
.border-yellow-600\/25 {
  border-color: rgb(253 217 124 / 0.25);
}
.border-yellow-600\/30 {
  border-color: rgb(253 217 124 / 0.3);
}
.border-yellow-600\/35 {
  border-color: rgb(253 217 124 / 0.35);
}
.border-yellow-600\/40 {
  border-color: rgb(253 217 124 / 0.4);
}
.border-yellow-600\/45 {
  border-color: rgb(253 217 124 / 0.45);
}
.border-yellow-600\/5 {
  border-color: rgb(253 217 124 / 0.05);
}
.border-yellow-600\/50 {
  border-color: rgb(253 217 124 / 0.5);
}
.border-yellow-600\/55 {
  border-color: rgb(253 217 124 / 0.55);
}
.border-yellow-600\/60 {
  border-color: rgb(253 217 124 / 0.6);
}
.border-yellow-600\/65 {
  border-color: rgb(253 217 124 / 0.65);
}
.border-yellow-600\/70 {
  border-color: rgb(253 217 124 / 0.7);
}
.border-yellow-600\/75 {
  border-color: rgb(253 217 124 / 0.75);
}
.border-yellow-600\/80 {
  border-color: rgb(253 217 124 / 0.8);
}
.border-yellow-600\/85 {
  border-color: rgb(253 217 124 / 0.85);
}
.border-yellow-600\/90 {
  border-color: rgb(253 217 124 / 0.9);
}
.border-yellow-600\/95 {
  border-color: rgb(253 217 124 / 0.95);
}
.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(252 204 80 / var(--tw-border-opacity, 1));
}
.border-yellow-800\/0 {
  border-color: rgb(252 204 80 / 0);
}
.border-yellow-800\/10 {
  border-color: rgb(252 204 80 / 0.1);
}
.border-yellow-800\/100 {
  border-color: rgb(252 204 80 / 1);
}
.border-yellow-800\/15 {
  border-color: rgb(252 204 80 / 0.15);
}
.border-yellow-800\/20 {
  border-color: rgb(252 204 80 / 0.2);
}
.border-yellow-800\/25 {
  border-color: rgb(252 204 80 / 0.25);
}
.border-yellow-800\/30 {
  border-color: rgb(252 204 80 / 0.3);
}
.border-yellow-800\/35 {
  border-color: rgb(252 204 80 / 0.35);
}
.border-yellow-800\/40 {
  border-color: rgb(252 204 80 / 0.4);
}
.border-yellow-800\/45 {
  border-color: rgb(252 204 80 / 0.45);
}
.border-yellow-800\/5 {
  border-color: rgb(252 204 80 / 0.05);
}
.border-yellow-800\/50 {
  border-color: rgb(252 204 80 / 0.5);
}
.border-yellow-800\/55 {
  border-color: rgb(252 204 80 / 0.55);
}
.border-yellow-800\/60 {
  border-color: rgb(252 204 80 / 0.6);
}
.border-yellow-800\/65 {
  border-color: rgb(252 204 80 / 0.65);
}
.border-yellow-800\/70 {
  border-color: rgb(252 204 80 / 0.7);
}
.border-yellow-800\/75 {
  border-color: rgb(252 204 80 / 0.75);
}
.border-yellow-800\/80 {
  border-color: rgb(252 204 80 / 0.8);
}
.border-yellow-800\/85 {
  border-color: rgb(252 204 80 / 0.85);
}
.border-yellow-800\/90 {
  border-color: rgb(252 204 80 / 0.9);
}
.border-yellow-800\/95 {
  border-color: rgb(252 204 80 / 0.95);
}
.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-yellow-900\/0 {
  border-color: rgb(251 191 36 / 0);
}
.border-yellow-900\/10 {
  border-color: rgb(251 191 36 / 0.1);
}
.border-yellow-900\/100 {
  border-color: rgb(251 191 36 / 1);
}
.border-yellow-900\/15 {
  border-color: rgb(251 191 36 / 0.15);
}
.border-yellow-900\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-yellow-900\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-yellow-900\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-yellow-900\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-yellow-900\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-yellow-900\/45 {
  border-color: rgb(251 191 36 / 0.45);
}
.border-yellow-900\/5 {
  border-color: rgb(251 191 36 / 0.05);
}
.border-yellow-900\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-yellow-900\/55 {
  border-color: rgb(251 191 36 / 0.55);
}
.border-yellow-900\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-yellow-900\/65 {
  border-color: rgb(251 191 36 / 0.65);
}
.border-yellow-900\/70 {
  border-color: rgb(251 191 36 / 0.7);
}
.border-yellow-900\/75 {
  border-color: rgb(251 191 36 / 0.75);
}
.border-yellow-900\/80 {
  border-color: rgb(251 191 36 / 0.8);
}
.border-yellow-900\/85 {
  border-color: rgb(251 191 36 / 0.85);
}
.border-yellow-900\/90 {
  border-color: rgb(251 191 36 / 0.9);
}
.border-yellow-900\/95 {
  border-color: rgb(251 191 36 / 0.95);
}
.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(144 106 7 / var(--tw-border-opacity, 1));
}
.border-yellow-950\/0 {
  border-color: rgb(144 106 7 / 0);
}
.border-yellow-950\/10 {
  border-color: rgb(144 106 7 / 0.1);
}
.border-yellow-950\/100 {
  border-color: rgb(144 106 7 / 1);
}
.border-yellow-950\/15 {
  border-color: rgb(144 106 7 / 0.15);
}
.border-yellow-950\/20 {
  border-color: rgb(144 106 7 / 0.2);
}
.border-yellow-950\/25 {
  border-color: rgb(144 106 7 / 0.25);
}
.border-yellow-950\/30 {
  border-color: rgb(144 106 7 / 0.3);
}
.border-yellow-950\/35 {
  border-color: rgb(144 106 7 / 0.35);
}
.border-yellow-950\/40 {
  border-color: rgb(144 106 7 / 0.4);
}
.border-yellow-950\/45 {
  border-color: rgb(144 106 7 / 0.45);
}
.border-yellow-950\/5 {
  border-color: rgb(144 106 7 / 0.05);
}
.border-yellow-950\/50 {
  border-color: rgb(144 106 7 / 0.5);
}
.border-yellow-950\/55 {
  border-color: rgb(144 106 7 / 0.55);
}
.border-yellow-950\/60 {
  border-color: rgb(144 106 7 / 0.6);
}
.border-yellow-950\/65 {
  border-color: rgb(144 106 7 / 0.65);
}
.border-yellow-950\/70 {
  border-color: rgb(144 106 7 / 0.7);
}
.border-yellow-950\/75 {
  border-color: rgb(144 106 7 / 0.75);
}
.border-yellow-950\/80 {
  border-color: rgb(144 106 7 / 0.8);
}
.border-yellow-950\/85 {
  border-color: rgb(144 106 7 / 0.85);
}
.border-yellow-950\/90 {
  border-color: rgb(144 106 7 / 0.9);
}
.border-yellow-950\/95 {
  border-color: rgb(144 106 7 / 0.95);
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#00ff00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 227 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/0 {
  background-color: rgb(217 227 253 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(217 227 253 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(217 227 253 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(217 227 253 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(217 227 253 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(217 227 253 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(217 227 253 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(217 227 253 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(217 227 253 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(217 227 253 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(217 227 253 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(217 227 253 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(217 227 253 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(217 227 253 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(217 227 253 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(217 227 253 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(217 227 253 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(217 227 253 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(217 227 253 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(217 227 253 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(217 227 253 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 199 251 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/0 {
  background-color: rgb(179 199 251 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(179 199 251 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(179 199 251 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(179 199 251 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(179 199 251 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(179 199 251 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(179 199 251 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(179 199 251 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(179 199 251 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(179 199 251 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(179 199 251 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(179 199 251 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(179 199 251 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(179 199 251 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(179 199 251 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(179 199 251 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(179 199 251 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(179 199 251 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(179 199 251 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(179 199 251 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(179 199 251 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/0 {
  background-color: rgb(246 248 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(246 248 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(246 248 255 / 1);
}
.bg-blue-50\/15 {
  background-color: rgb(246 248 255 / 0.15);
}
.bg-blue-50\/20 {
  background-color: rgb(246 248 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(246 248 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(246 248 255 / 0.3);
}
.bg-blue-50\/35 {
  background-color: rgb(246 248 255 / 0.35);
}
.bg-blue-50\/40 {
  background-color: rgb(246 248 255 / 0.4);
}
.bg-blue-50\/45 {
  background-color: rgb(246 248 255 / 0.45);
}
.bg-blue-50\/5 {
  background-color: rgb(246 248 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(246 248 255 / 0.5);
}
.bg-blue-50\/55 {
  background-color: rgb(246 248 255 / 0.55);
}
.bg-blue-50\/60 {
  background-color: rgb(246 248 255 / 0.6);
}
.bg-blue-50\/65 {
  background-color: rgb(246 248 255 / 0.65);
}
.bg-blue-50\/70 {
  background-color: rgb(246 248 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(246 248 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(246 248 255 / 0.8);
}
.bg-blue-50\/85 {
  background-color: rgb(246 248 255 / 0.85);
}
.bg-blue-50\/90 {
  background-color: rgb(246 248 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(246 248 255 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 171 249 / var(--tw-bg-opacity, 1));
}
.bg-blue-600\/0 {
  background-color: rgb(141 171 249 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(141 171 249 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(141 171 249 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(141 171 249 / 0.15);
}
.bg-blue-600\/20 {
  background-color: rgb(141 171 249 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(141 171 249 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(141 171 249 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(141 171 249 / 0.35);
}
.bg-blue-600\/40 {
  background-color: rgb(141 171 249 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(141 171 249 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(141 171 249 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(141 171 249 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(141 171 249 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(141 171 249 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(141 171 249 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(141 171 249 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(141 171 249 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(141 171 249 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(141 171 249 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(141 171 249 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(141 171 249 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 143 247 / var(--tw-bg-opacity, 1));
}
.bg-blue-800\/0 {
  background-color: rgb(103 143 247 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(103 143 247 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(103 143 247 / 1);
}
.bg-blue-800\/15 {
  background-color: rgb(103 143 247 / 0.15);
}
.bg-blue-800\/20 {
  background-color: rgb(103 143 247 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(103 143 247 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(103 143 247 / 0.3);
}
.bg-blue-800\/35 {
  background-color: rgb(103 143 247 / 0.35);
}
.bg-blue-800\/40 {
  background-color: rgb(103 143 247 / 0.4);
}
.bg-blue-800\/45 {
  background-color: rgb(103 143 247 / 0.45);
}
.bg-blue-800\/5 {
  background-color: rgb(103 143 247 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(103 143 247 / 0.5);
}
.bg-blue-800\/55 {
  background-color: rgb(103 143 247 / 0.55);
}
.bg-blue-800\/60 {
  background-color: rgb(103 143 247 / 0.6);
}
.bg-blue-800\/65 {
  background-color: rgb(103 143 247 / 0.65);
}
.bg-blue-800\/70 {
  background-color: rgb(103 143 247 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(103 143 247 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(103 143 247 / 0.8);
}
.bg-blue-800\/85 {
  background-color: rgb(103 143 247 / 0.85);
}
.bg-blue-800\/90 {
  background-color: rgb(103 143 247 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(103 143 247 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/0 {
  background-color: rgb(52 106 244 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(52 106 244 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(52 106 244 / 1);
}
.bg-blue-900\/15 {
  background-color: rgb(52 106 244 / 0.15);
}
.bg-blue-900\/20 {
  background-color: rgb(52 106 244 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(52 106 244 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(52 106 244 / 0.3);
}
.bg-blue-900\/35 {
  background-color: rgb(52 106 244 / 0.35);
}
.bg-blue-900\/40 {
  background-color: rgb(52 106 244 / 0.4);
}
.bg-blue-900\/45 {
  background-color: rgb(52 106 244 / 0.45);
}
.bg-blue-900\/5 {
  background-color: rgb(52 106 244 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(52 106 244 / 0.5);
}
.bg-blue-900\/55 {
  background-color: rgb(52 106 244 / 0.55);
}
.bg-blue-900\/60 {
  background-color: rgb(52 106 244 / 0.6);
}
.bg-blue-900\/65 {
  background-color: rgb(52 106 244 / 0.65);
}
.bg-blue-900\/70 {
  background-color: rgb(52 106 244 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(52 106 244 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(52 106 244 / 0.8);
}
.bg-blue-900\/85 {
  background-color: rgb(52 106 244 / 0.85);
}
.bg-blue-900\/90 {
  background-color: rgb(52 106 244 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(52 106 244 / 0.95);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 61 187 / var(--tw-bg-opacity, 1));
}
.bg-blue-950\/0 {
  background-color: rgb(11 61 187 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(11 61 187 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(11 61 187 / 1);
}
.bg-blue-950\/15 {
  background-color: rgb(11 61 187 / 0.15);
}
.bg-blue-950\/20 {
  background-color: rgb(11 61 187 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(11 61 187 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(11 61 187 / 0.3);
}
.bg-blue-950\/35 {
  background-color: rgb(11 61 187 / 0.35);
}
.bg-blue-950\/40 {
  background-color: rgb(11 61 187 / 0.4);
}
.bg-blue-950\/45 {
  background-color: rgb(11 61 187 / 0.45);
}
.bg-blue-950\/5 {
  background-color: rgb(11 61 187 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(11 61 187 / 0.5);
}
.bg-blue-950\/55 {
  background-color: rgb(11 61 187 / 0.55);
}
.bg-blue-950\/60 {
  background-color: rgb(11 61 187 / 0.6);
}
.bg-blue-950\/65 {
  background-color: rgb(11 61 187 / 0.65);
}
.bg-blue-950\/70 {
  background-color: rgb(11 61 187 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(11 61 187 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(11 61 187 / 0.8);
}
.bg-blue-950\/85 {
  background-color: rgb(11 61 187 / 0.85);
}
.bg-blue-950\/90 {
  background-color: rgb(11 61 187 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(11 61 187 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/0 {
  background-color: rgb(248 248 248 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(248 248 248 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(248 248 248 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(248 248 248 / 0.15);
}
.bg-gray-100\/20 {
  background-color: rgb(248 248 248 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(248 248 248 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(248 248 248 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(248 248 248 / 0.35);
}
.bg-gray-100\/40 {
  background-color: rgb(248 248 248 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(248 248 248 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(248 248 248 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(248 248 248 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(248 248 248 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(248 248 248 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(248 248 248 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(248 248 248 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(248 248 248 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(248 248 248 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(248 248 248 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(248 248 248 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(248 248 248 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0 {
  background-color: rgb(241 241 241 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(241 241 241 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(241 241 241 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(241 241 241 / 0.15);
}
.bg-gray-200\/20 {
  background-color: rgb(241 241 241 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(241 241 241 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(241 241 241 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(241 241 241 / 0.35);
}
.bg-gray-200\/40 {
  background-color: rgb(241 241 241 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(241 241 241 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(241 241 241 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(241 241 241 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(241 241 241 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(241 241 241 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(241 241 241 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(241 241 241 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(241 241 241 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(241 241 241 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(241 241 241 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(241 241 241 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(241 241 241 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0 {
  background-color: rgb(217 217 217 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(217 217 217 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(217 217 217 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(217 217 217 / 0.15);
}
.bg-gray-300\/20 {
  background-color: rgb(217 217 217 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(217 217 217 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(217 217 217 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(217 217 217 / 0.35);
}
.bg-gray-300\/40 {
  background-color: rgb(217 217 217 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(217 217 217 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(217 217 217 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(217 217 217 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(217 217 217 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(217 217 217 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(217 217 217 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(217 217 217 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(217 217 217 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(217 217 217 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(217 217 217 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(217 217 217 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(217 217 217 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0 {
  background-color: rgb(193 193 193 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(193 193 193 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(193 193 193 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(193 193 193 / 0.15);
}
.bg-gray-400\/20 {
  background-color: rgb(193 193 193 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(193 193 193 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(193 193 193 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(193 193 193 / 0.35);
}
.bg-gray-400\/40 {
  background-color: rgb(193 193 193 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(193 193 193 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(193 193 193 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(193 193 193 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(193 193 193 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(193 193 193 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(193 193 193 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(193 193 193 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(193 193 193 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(193 193 193 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(193 193 193 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(193 193 193 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(193 193 193 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0 {
  background-color: rgb(252 252 252 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(252 252 252 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(252 252 252 / 1);
}
.bg-gray-50\/15 {
  background-color: rgb(252 252 252 / 0.15);
}
.bg-gray-50\/20 {
  background-color: rgb(252 252 252 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(252 252 252 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(252 252 252 / 0.3);
}
.bg-gray-50\/35 {
  background-color: rgb(252 252 252 / 0.35);
}
.bg-gray-50\/40 {
  background-color: rgb(252 252 252 / 0.4);
}
.bg-gray-50\/45 {
  background-color: rgb(252 252 252 / 0.45);
}
.bg-gray-50\/5 {
  background-color: rgb(252 252 252 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(252 252 252 / 0.5);
}
.bg-gray-50\/55 {
  background-color: rgb(252 252 252 / 0.55);
}
.bg-gray-50\/60 {
  background-color: rgb(252 252 252 / 0.6);
}
.bg-gray-50\/65 {
  background-color: rgb(252 252 252 / 0.65);
}
.bg-gray-50\/70 {
  background-color: rgb(252 252 252 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(252 252 252 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(252 252 252 / 0.8);
}
.bg-gray-50\/85 {
  background-color: rgb(252 252 252 / 0.85);
}
.bg-gray-50\/90 {
  background-color: rgb(252 252 252 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(252 252 252 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0 {
  background-color: rgb(182 182 182 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(182 182 182 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(182 182 182 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(182 182 182 / 0.15);
}
.bg-gray-500\/20 {
  background-color: rgb(182 182 182 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(182 182 182 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(182 182 182 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(182 182 182 / 0.35);
}
.bg-gray-500\/40 {
  background-color: rgb(182 182 182 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(182 182 182 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(182 182 182 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(182 182 182 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(182 182 182 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(182 182 182 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(182 182 182 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(182 182 182 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(182 182 182 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(182 182 182 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(182 182 182 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(182 182 182 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(182 182 182 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 145 145 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0 {
  background-color: rgb(145 145 145 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(145 145 145 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(145 145 145 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(145 145 145 / 0.15);
}
.bg-gray-600\/20 {
  background-color: rgb(145 145 145 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(145 145 145 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(145 145 145 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(145 145 145 / 0.35);
}
.bg-gray-600\/40 {
  background-color: rgb(145 145 145 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(145 145 145 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(145 145 145 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(145 145 145 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(145 145 145 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(145 145 145 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(145 145 145 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(145 145 145 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(145 145 145 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(145 145 145 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(145 145 145 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(145 145 145 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(145 145 145 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0 {
  background-color: rgb(108 108 108 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(108 108 108 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(108 108 108 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(108 108 108 / 0.15);
}
.bg-gray-700\/20 {
  background-color: rgb(108 108 108 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(108 108 108 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(108 108 108 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(108 108 108 / 0.35);
}
.bg-gray-700\/40 {
  background-color: rgb(108 108 108 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(108 108 108 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(108 108 108 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(108 108 108 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(108 108 108 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(108 108 108 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(108 108 108 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(108 108 108 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(108 108 108 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(108 108 108 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(108 108 108 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(108 108 108 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(108 108 108 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0 {
  background-color: rgb(72 72 72 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(72 72 72 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(72 72 72 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(72 72 72 / 0.15);
}
.bg-gray-800\/20 {
  background-color: rgb(72 72 72 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(72 72 72 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(72 72 72 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(72 72 72 / 0.35);
}
.bg-gray-800\/40 {
  background-color: rgb(72 72 72 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(72 72 72 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(72 72 72 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(72 72 72 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(72 72 72 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(72 72 72 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(72 72 72 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(72 72 72 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(72 72 72 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(72 72 72 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(72 72 72 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(72 72 72 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(72 72 72 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0 {
  background-color: rgb(36 36 36 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(36 36 36 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(36 36 36 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(36 36 36 / 0.15);
}
.bg-gray-900\/20 {
  background-color: rgb(36 36 36 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(36 36 36 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(36 36 36 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(36 36 36 / 0.35);
}
.bg-gray-900\/40 {
  background-color: rgb(36 36 36 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(36 36 36 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(36 36 36 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(36 36 36 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(36 36 36 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(36 36 36 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(36 36 36 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(36 36 36 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(36 36 36 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(36 36 36 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(36 36 36 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(36 36 36 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(36 36 36 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 239 222 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/0 {
  background-color: rgb(211 239 222 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(211 239 222 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(211 239 222 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(211 239 222 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(211 239 222 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(211 239 222 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(211 239 222 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(211 239 222 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(211 239 222 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(211 239 222 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(211 239 222 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(211 239 222 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(211 239 222 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(211 239 222 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(211 239 222 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(211 239 222 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(211 239 222 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(211 239 222 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(211 239 222 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(211 239 222 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(211 239 222 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 222 190 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/0 {
  background-color: rgb(167 222 190 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(167 222 190 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(167 222 190 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(167 222 190 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(167 222 190 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(167 222 190 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(167 222 190 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(167 222 190 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(167 222 190 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(167 222 190 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(167 222 190 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(167 222 190 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(167 222 190 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(167 222 190 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(167 222 190 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(167 222 190 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(167 222 190 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(167 222 190 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(167 222 190 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(167 222 190 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(167 222 190 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 247 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/0 {
  background-color: rgb(244 251 247 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(244 251 247 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(244 251 247 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(244 251 247 / 0.15);
}
.bg-green-50\/20 {
  background-color: rgb(244 251 247 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(244 251 247 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(244 251 247 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(244 251 247 / 0.35);
}
.bg-green-50\/40 {
  background-color: rgb(244 251 247 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(244 251 247 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(244 251 247 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(244 251 247 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(244 251 247 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(244 251 247 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(244 251 247 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(244 251 247 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(244 251 247 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(244 251 247 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(244 251 247 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(244 251 247 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(244 251 247 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 206 157 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/0 {
  background-color: rgb(122 206 157 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(122 206 157 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(122 206 157 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(122 206 157 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(122 206 157 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(122 206 157 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(122 206 157 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(122 206 157 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(122 206 157 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(122 206 157 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(122 206 157 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(122 206 157 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(122 206 157 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(122 206 157 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(122 206 157 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(122 206 157 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(122 206 157 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(122 206 157 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(122 206 157 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(122 206 157 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(122 206 157 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 190 125 / var(--tw-bg-opacity, 1));
}
.bg-green-800\/0 {
  background-color: rgb(78 190 125 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(78 190 125 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(78 190 125 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(78 190 125 / 0.15);
}
.bg-green-800\/20 {
  background-color: rgb(78 190 125 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(78 190 125 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(78 190 125 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(78 190 125 / 0.35);
}
.bg-green-800\/40 {
  background-color: rgb(78 190 125 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(78 190 125 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(78 190 125 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(78 190 125 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(78 190 125 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(78 190 125 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(78 190 125 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(78 190 125 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(78 190 125 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(78 190 125 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(78 190 125 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(78 190 125 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(78 190 125 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 173 92 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/0 {
  background-color: rgb(34 173 92 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(34 173 92 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(34 173 92 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(34 173 92 / 0.15);
}
.bg-green-900\/20 {
  background-color: rgb(34 173 92 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(34 173 92 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(34 173 92 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(34 173 92 / 0.35);
}
.bg-green-900\/40 {
  background-color: rgb(34 173 92 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(34 173 92 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(34 173 92 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(34 173 92 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(34 173 92 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(34 173 92 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(34 173 92 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(34 173 92 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(34 173 92 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(34 173 92 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(34 173 92 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(34 173 92 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(34 173 92 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 132 59 / var(--tw-bg-opacity, 1));
}
.bg-green-950\/0 {
  background-color: rgb(6 132 59 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(6 132 59 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(6 132 59 / 1);
}
.bg-green-950\/15 {
  background-color: rgb(6 132 59 / 0.15);
}
.bg-green-950\/20 {
  background-color: rgb(6 132 59 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(6 132 59 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(6 132 59 / 0.3);
}
.bg-green-950\/35 {
  background-color: rgb(6 132 59 / 0.35);
}
.bg-green-950\/40 {
  background-color: rgb(6 132 59 / 0.4);
}
.bg-green-950\/45 {
  background-color: rgb(6 132 59 / 0.45);
}
.bg-green-950\/5 {
  background-color: rgb(6 132 59 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(6 132 59 / 0.5);
}
.bg-green-950\/55 {
  background-color: rgb(6 132 59 / 0.55);
}
.bg-green-950\/60 {
  background-color: rgb(6 132 59 / 0.6);
}
.bg-green-950\/65 {
  background-color: rgb(6 132 59 / 0.65);
}
.bg-green-950\/70 {
  background-color: rgb(6 132 59 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(6 132 59 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(6 132 59 / 0.8);
}
.bg-green-950\/85 {
  background-color: rgb(6 132 59 / 0.85);
}
.bg-green-950\/90 {
  background-color: rgb(6 132 59 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(6 132 59 / 0.95);
}
.bg-navy-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 209 225 / var(--tw-bg-opacity, 1));
}
.bg-navy-200\/0 {
  background-color: rgb(205 209 225 / 0);
}
.bg-navy-200\/10 {
  background-color: rgb(205 209 225 / 0.1);
}
.bg-navy-200\/100 {
  background-color: rgb(205 209 225 / 1);
}
.bg-navy-200\/15 {
  background-color: rgb(205 209 225 / 0.15);
}
.bg-navy-200\/20 {
  background-color: rgb(205 209 225 / 0.2);
}
.bg-navy-200\/25 {
  background-color: rgb(205 209 225 / 0.25);
}
.bg-navy-200\/30 {
  background-color: rgb(205 209 225 / 0.3);
}
.bg-navy-200\/35 {
  background-color: rgb(205 209 225 / 0.35);
}
.bg-navy-200\/40 {
  background-color: rgb(205 209 225 / 0.4);
}
.bg-navy-200\/45 {
  background-color: rgb(205 209 225 / 0.45);
}
.bg-navy-200\/5 {
  background-color: rgb(205 209 225 / 0.05);
}
.bg-navy-200\/50 {
  background-color: rgb(205 209 225 / 0.5);
}
.bg-navy-200\/55 {
  background-color: rgb(205 209 225 / 0.55);
}
.bg-navy-200\/60 {
  background-color: rgb(205 209 225 / 0.6);
}
.bg-navy-200\/65 {
  background-color: rgb(205 209 225 / 0.65);
}
.bg-navy-200\/70 {
  background-color: rgb(205 209 225 / 0.7);
}
.bg-navy-200\/75 {
  background-color: rgb(205 209 225 / 0.75);
}
.bg-navy-200\/80 {
  background-color: rgb(205 209 225 / 0.8);
}
.bg-navy-200\/85 {
  background-color: rgb(205 209 225 / 0.85);
}
.bg-navy-200\/90 {
  background-color: rgb(205 209 225 / 0.9);
}
.bg-navy-200\/95 {
  background-color: rgb(205 209 225 / 0.95);
}
.bg-navy-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 163 194 / var(--tw-bg-opacity, 1));
}
.bg-navy-400\/0 {
  background-color: rgb(152 163 194 / 0);
}
.bg-navy-400\/10 {
  background-color: rgb(152 163 194 / 0.1);
}
.bg-navy-400\/100 {
  background-color: rgb(152 163 194 / 1);
}
.bg-navy-400\/15 {
  background-color: rgb(152 163 194 / 0.15);
}
.bg-navy-400\/20 {
  background-color: rgb(152 163 194 / 0.2);
}
.bg-navy-400\/25 {
  background-color: rgb(152 163 194 / 0.25);
}
.bg-navy-400\/30 {
  background-color: rgb(152 163 194 / 0.3);
}
.bg-navy-400\/35 {
  background-color: rgb(152 163 194 / 0.35);
}
.bg-navy-400\/40 {
  background-color: rgb(152 163 194 / 0.4);
}
.bg-navy-400\/45 {
  background-color: rgb(152 163 194 / 0.45);
}
.bg-navy-400\/5 {
  background-color: rgb(152 163 194 / 0.05);
}
.bg-navy-400\/50 {
  background-color: rgb(152 163 194 / 0.5);
}
.bg-navy-400\/55 {
  background-color: rgb(152 163 194 / 0.55);
}
.bg-navy-400\/60 {
  background-color: rgb(152 163 194 / 0.6);
}
.bg-navy-400\/65 {
  background-color: rgb(152 163 194 / 0.65);
}
.bg-navy-400\/70 {
  background-color: rgb(152 163 194 / 0.7);
}
.bg-navy-400\/75 {
  background-color: rgb(152 163 194 / 0.75);
}
.bg-navy-400\/80 {
  background-color: rgb(152 163 194 / 0.8);
}
.bg-navy-400\/85 {
  background-color: rgb(152 163 194 / 0.85);
}
.bg-navy-400\/90 {
  background-color: rgb(152 163 194 / 0.9);
}
.bg-navy-400\/95 {
  background-color: rgb(152 163 194 / 0.95);
}
.bg-navy-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
}
.bg-navy-50\/0 {
  background-color: rgb(242 244 248 / 0);
}
.bg-navy-50\/10 {
  background-color: rgb(242 244 248 / 0.1);
}
.bg-navy-50\/100 {
  background-color: rgb(242 244 248 / 1);
}
.bg-navy-50\/15 {
  background-color: rgb(242 244 248 / 0.15);
}
.bg-navy-50\/20 {
  background-color: rgb(242 244 248 / 0.2);
}
.bg-navy-50\/25 {
  background-color: rgb(242 244 248 / 0.25);
}
.bg-navy-50\/30 {
  background-color: rgb(242 244 248 / 0.3);
}
.bg-navy-50\/35 {
  background-color: rgb(242 244 248 / 0.35);
}
.bg-navy-50\/40 {
  background-color: rgb(242 244 248 / 0.4);
}
.bg-navy-50\/45 {
  background-color: rgb(242 244 248 / 0.45);
}
.bg-navy-50\/5 {
  background-color: rgb(242 244 248 / 0.05);
}
.bg-navy-50\/50 {
  background-color: rgb(242 244 248 / 0.5);
}
.bg-navy-50\/55 {
  background-color: rgb(242 244 248 / 0.55);
}
.bg-navy-50\/60 {
  background-color: rgb(242 244 248 / 0.6);
}
.bg-navy-50\/65 {
  background-color: rgb(242 244 248 / 0.65);
}
.bg-navy-50\/70 {
  background-color: rgb(242 244 248 / 0.7);
}
.bg-navy-50\/75 {
  background-color: rgb(242 244 248 / 0.75);
}
.bg-navy-50\/80 {
  background-color: rgb(242 244 248 / 0.8);
}
.bg-navy-50\/85 {
  background-color: rgb(242 244 248 / 0.85);
}
.bg-navy-50\/90 {
  background-color: rgb(242 244 248 / 0.9);
}
.bg-navy-50\/95 {
  background-color: rgb(242 244 248 / 0.95);
}
.bg-navy-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 118 166 / var(--tw-bg-opacity, 1));
}
.bg-navy-600\/0 {
  background-color: rgb(104 118 166 / 0);
}
.bg-navy-600\/10 {
  background-color: rgb(104 118 166 / 0.1);
}
.bg-navy-600\/100 {
  background-color: rgb(104 118 166 / 1);
}
.bg-navy-600\/15 {
  background-color: rgb(104 118 166 / 0.15);
}
.bg-navy-600\/20 {
  background-color: rgb(104 118 166 / 0.2);
}
.bg-navy-600\/25 {
  background-color: rgb(104 118 166 / 0.25);
}
.bg-navy-600\/30 {
  background-color: rgb(104 118 166 / 0.3);
}
.bg-navy-600\/35 {
  background-color: rgb(104 118 166 / 0.35);
}
.bg-navy-600\/40 {
  background-color: rgb(104 118 166 / 0.4);
}
.bg-navy-600\/45 {
  background-color: rgb(104 118 166 / 0.45);
}
.bg-navy-600\/5 {
  background-color: rgb(104 118 166 / 0.05);
}
.bg-navy-600\/50 {
  background-color: rgb(104 118 166 / 0.5);
}
.bg-navy-600\/55 {
  background-color: rgb(104 118 166 / 0.55);
}
.bg-navy-600\/60 {
  background-color: rgb(104 118 166 / 0.6);
}
.bg-navy-600\/65 {
  background-color: rgb(104 118 166 / 0.65);
}
.bg-navy-600\/70 {
  background-color: rgb(104 118 166 / 0.7);
}
.bg-navy-600\/75 {
  background-color: rgb(104 118 166 / 0.75);
}
.bg-navy-600\/80 {
  background-color: rgb(104 118 166 / 0.8);
}
.bg-navy-600\/85 {
  background-color: rgb(104 118 166 / 0.85);
}
.bg-navy-600\/90 {
  background-color: rgb(104 118 166 / 0.9);
}
.bg-navy-600\/95 {
  background-color: rgb(104 118 166 / 0.95);
}
.bg-navy-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 72 137 / var(--tw-bg-opacity, 1));
}
.bg-navy-800\/0 {
  background-color: rgb(53 72 137 / 0);
}
.bg-navy-800\/10 {
  background-color: rgb(53 72 137 / 0.1);
}
.bg-navy-800\/100 {
  background-color: rgb(53 72 137 / 1);
}
.bg-navy-800\/15 {
  background-color: rgb(53 72 137 / 0.15);
}
.bg-navy-800\/20 {
  background-color: rgb(53 72 137 / 0.2);
}
.bg-navy-800\/25 {
  background-color: rgb(53 72 137 / 0.25);
}
.bg-navy-800\/30 {
  background-color: rgb(53 72 137 / 0.3);
}
.bg-navy-800\/35 {
  background-color: rgb(53 72 137 / 0.35);
}
.bg-navy-800\/40 {
  background-color: rgb(53 72 137 / 0.4);
}
.bg-navy-800\/45 {
  background-color: rgb(53 72 137 / 0.45);
}
.bg-navy-800\/5 {
  background-color: rgb(53 72 137 / 0.05);
}
.bg-navy-800\/50 {
  background-color: rgb(53 72 137 / 0.5);
}
.bg-navy-800\/55 {
  background-color: rgb(53 72 137 / 0.55);
}
.bg-navy-800\/60 {
  background-color: rgb(53 72 137 / 0.6);
}
.bg-navy-800\/65 {
  background-color: rgb(53 72 137 / 0.65);
}
.bg-navy-800\/70 {
  background-color: rgb(53 72 137 / 0.7);
}
.bg-navy-800\/75 {
  background-color: rgb(53 72 137 / 0.75);
}
.bg-navy-800\/80 {
  background-color: rgb(53 72 137 / 0.8);
}
.bg-navy-800\/85 {
  background-color: rgb(53 72 137 / 0.85);
}
.bg-navy-800\/90 {
  background-color: rgb(53 72 137 / 0.9);
}
.bg-navy-800\/95 {
  background-color: rgb(53 72 137 / 0.95);
}
.bg-navy-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 26 107 / var(--tw-bg-opacity, 1));
}
.bg-navy-900\/0 {
  background-color: rgb(3 26 107 / 0);
}
.bg-navy-900\/10 {
  background-color: rgb(3 26 107 / 0.1);
}
.bg-navy-900\/100 {
  background-color: rgb(3 26 107 / 1);
}
.bg-navy-900\/15 {
  background-color: rgb(3 26 107 / 0.15);
}
.bg-navy-900\/20 {
  background-color: rgb(3 26 107 / 0.2);
}
.bg-navy-900\/25 {
  background-color: rgb(3 26 107 / 0.25);
}
.bg-navy-900\/30 {
  background-color: rgb(3 26 107 / 0.3);
}
.bg-navy-900\/35 {
  background-color: rgb(3 26 107 / 0.35);
}
.bg-navy-900\/40 {
  background-color: rgb(3 26 107 / 0.4);
}
.bg-navy-900\/45 {
  background-color: rgb(3 26 107 / 0.45);
}
.bg-navy-900\/5 {
  background-color: rgb(3 26 107 / 0.05);
}
.bg-navy-900\/50 {
  background-color: rgb(3 26 107 / 0.5);
}
.bg-navy-900\/55 {
  background-color: rgb(3 26 107 / 0.55);
}
.bg-navy-900\/60 {
  background-color: rgb(3 26 107 / 0.6);
}
.bg-navy-900\/65 {
  background-color: rgb(3 26 107 / 0.65);
}
.bg-navy-900\/70 {
  background-color: rgb(3 26 107 / 0.7);
}
.bg-navy-900\/75 {
  background-color: rgb(3 26 107 / 0.75);
}
.bg-navy-900\/80 {
  background-color: rgb(3 26 107 / 0.8);
}
.bg-navy-900\/85 {
  background-color: rgb(3 26 107 / 0.85);
}
.bg-navy-900\/90 {
  background-color: rgb(3 26 107 / 0.9);
}
.bg-navy-900\/95 {
  background-color: rgb(3 26 107 / 0.95);
}
.bg-navy-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 21 80 / var(--tw-bg-opacity, 1));
}
.bg-navy-950\/0 {
  background-color: rgb(5 21 80 / 0);
}
.bg-navy-950\/10 {
  background-color: rgb(5 21 80 / 0.1);
}
.bg-navy-950\/100 {
  background-color: rgb(5 21 80 / 1);
}
.bg-navy-950\/15 {
  background-color: rgb(5 21 80 / 0.15);
}
.bg-navy-950\/20 {
  background-color: rgb(5 21 80 / 0.2);
}
.bg-navy-950\/25 {
  background-color: rgb(5 21 80 / 0.25);
}
.bg-navy-950\/30 {
  background-color: rgb(5 21 80 / 0.3);
}
.bg-navy-950\/35 {
  background-color: rgb(5 21 80 / 0.35);
}
.bg-navy-950\/40 {
  background-color: rgb(5 21 80 / 0.4);
}
.bg-navy-950\/45 {
  background-color: rgb(5 21 80 / 0.45);
}
.bg-navy-950\/5 {
  background-color: rgb(5 21 80 / 0.05);
}
.bg-navy-950\/50 {
  background-color: rgb(5 21 80 / 0.5);
}
.bg-navy-950\/55 {
  background-color: rgb(5 21 80 / 0.55);
}
.bg-navy-950\/60 {
  background-color: rgb(5 21 80 / 0.6);
}
.bg-navy-950\/65 {
  background-color: rgb(5 21 80 / 0.65);
}
.bg-navy-950\/70 {
  background-color: rgb(5 21 80 / 0.7);
}
.bg-navy-950\/75 {
  background-color: rgb(5 21 80 / 0.75);
}
.bg-navy-950\/80 {
  background-color: rgb(5 21 80 / 0.8);
}
.bg-navy-950\/85 {
  background-color: rgb(5 21 80 / 0.85);
}
.bg-navy-950\/90 {
  background-color: rgb(5 21 80 / 0.9);
}
.bg-navy-950\/95 {
  background-color: rgb(5 21 80 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 227 220 / var(--tw-bg-opacity, 1));
}
.bg-orange-200\/0 {
  background-color: rgb(252 227 220 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(252 227 220 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(252 227 220 / 1);
}
.bg-orange-200\/15 {
  background-color: rgb(252 227 220 / 0.15);
}
.bg-orange-200\/20 {
  background-color: rgb(252 227 220 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(252 227 220 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(252 227 220 / 0.3);
}
.bg-orange-200\/35 {
  background-color: rgb(252 227 220 / 0.35);
}
.bg-orange-200\/40 {
  background-color: rgb(252 227 220 / 0.4);
}
.bg-orange-200\/45 {
  background-color: rgb(252 227 220 / 0.45);
}
.bg-orange-200\/5 {
  background-color: rgb(252 227 220 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(252 227 220 / 0.5);
}
.bg-orange-200\/55 {
  background-color: rgb(252 227 220 / 0.55);
}
.bg-orange-200\/60 {
  background-color: rgb(252 227 220 / 0.6);
}
.bg-orange-200\/65 {
  background-color: rgb(252 227 220 / 0.65);
}
.bg-orange-200\/70 {
  background-color: rgb(252 227 220 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(252 227 220 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(252 227 220 / 0.8);
}
.bg-orange-200\/85 {
  background-color: rgb(252 227 220 / 0.85);
}
.bg-orange-200\/90 {
  background-color: rgb(252 227 220 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(252 227 220 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 199 172 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/0 {
  background-color: rgb(250 199 172 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(250 199 172 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(250 199 172 / 1);
}
.bg-orange-400\/15 {
  background-color: rgb(250 199 172 / 0.15);
}
.bg-orange-400\/20 {
  background-color: rgb(250 199 172 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(250 199 172 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(250 199 172 / 0.3);
}
.bg-orange-400\/35 {
  background-color: rgb(250 199 172 / 0.35);
}
.bg-orange-400\/40 {
  background-color: rgb(250 199 172 / 0.4);
}
.bg-orange-400\/45 {
  background-color: rgb(250 199 172 / 0.45);
}
.bg-orange-400\/5 {
  background-color: rgb(250 199 172 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(250 199 172 / 0.5);
}
.bg-orange-400\/55 {
  background-color: rgb(250 199 172 / 0.55);
}
.bg-orange-400\/60 {
  background-color: rgb(250 199 172 / 0.6);
}
.bg-orange-400\/65 {
  background-color: rgb(250 199 172 / 0.65);
}
.bg-orange-400\/70 {
  background-color: rgb(250 199 172 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(250 199 172 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(250 199 172 / 0.8);
}
.bg-orange-400\/85 {
  background-color: rgb(250 199 172 / 0.85);
}
.bg-orange-400\/90 {
  background-color: rgb(250 199 172 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(250 199 172 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 248 245 / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/0 {
  background-color: rgb(254 248 245 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(254 248 245 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(254 248 245 / 1);
}
.bg-orange-50\/15 {
  background-color: rgb(254 248 245 / 0.15);
}
.bg-orange-50\/20 {
  background-color: rgb(254 248 245 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(254 248 245 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(254 248 245 / 0.3);
}
.bg-orange-50\/35 {
  background-color: rgb(254 248 245 / 0.35);
}
.bg-orange-50\/40 {
  background-color: rgb(254 248 245 / 0.4);
}
.bg-orange-50\/45 {
  background-color: rgb(254 248 245 / 0.45);
}
.bg-orange-50\/5 {
  background-color: rgb(254 248 245 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(254 248 245 / 0.5);
}
.bg-orange-50\/55 {
  background-color: rgb(254 248 245 / 0.55);
}
.bg-orange-50\/60 {
  background-color: rgb(254 248 245 / 0.6);
}
.bg-orange-50\/65 {
  background-color: rgb(254 248 245 / 0.65);
}
.bg-orange-50\/70 {
  background-color: rgb(254 248 245 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(254 248 245 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(254 248 245 / 0.8);
}
.bg-orange-50\/85 {
  background-color: rgb(254 248 245 / 0.85);
}
.bg-orange-50\/90 {
  background-color: rgb(254 248 245 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(254 248 245 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 172 131 / var(--tw-bg-opacity, 1));
}
.bg-orange-600\/0 {
  background-color: rgb(247 172 131 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(247 172 131 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(247 172 131 / 1);
}
.bg-orange-600\/15 {
  background-color: rgb(247 172 131 / 0.15);
}
.bg-orange-600\/20 {
  background-color: rgb(247 172 131 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(247 172 131 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(247 172 131 / 0.3);
}
.bg-orange-600\/35 {
  background-color: rgb(247 172 131 / 0.35);
}
.bg-orange-600\/40 {
  background-color: rgb(247 172 131 / 0.4);
}
.bg-orange-600\/45 {
  background-color: rgb(247 172 131 / 0.45);
}
.bg-orange-600\/5 {
  background-color: rgb(247 172 131 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(247 172 131 / 0.5);
}
.bg-orange-600\/55 {
  background-color: rgb(247 172 131 / 0.55);
}
.bg-orange-600\/60 {
  background-color: rgb(247 172 131 / 0.6);
}
.bg-orange-600\/65 {
  background-color: rgb(247 172 131 / 0.65);
}
.bg-orange-600\/70 {
  background-color: rgb(247 172 131 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(247 172 131 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(247 172 131 / 0.8);
}
.bg-orange-600\/85 {
  background-color: rgb(247 172 131 / 0.85);
}
.bg-orange-600\/90 {
  background-color: rgb(247 172 131 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(247 172 131 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 144 89 / var(--tw-bg-opacity, 1));
}
.bg-orange-800\/0 {
  background-color: rgb(243 144 89 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(243 144 89 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(243 144 89 / 1);
}
.bg-orange-800\/15 {
  background-color: rgb(243 144 89 / 0.15);
}
.bg-orange-800\/20 {
  background-color: rgb(243 144 89 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(243 144 89 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(243 144 89 / 0.3);
}
.bg-orange-800\/35 {
  background-color: rgb(243 144 89 / 0.35);
}
.bg-orange-800\/40 {
  background-color: rgb(243 144 89 / 0.4);
}
.bg-orange-800\/45 {
  background-color: rgb(243 144 89 / 0.45);
}
.bg-orange-800\/5 {
  background-color: rgb(243 144 89 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(243 144 89 / 0.5);
}
.bg-orange-800\/55 {
  background-color: rgb(243 144 89 / 0.55);
}
.bg-orange-800\/60 {
  background-color: rgb(243 144 89 / 0.6);
}
.bg-orange-800\/65 {
  background-color: rgb(243 144 89 / 0.65);
}
.bg-orange-800\/70 {
  background-color: rgb(243 144 89 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(243 144 89 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(243 144 89 / 0.8);
}
.bg-orange-800\/85 {
  background-color: rgb(243 144 89 / 0.85);
}
.bg-orange-800\/90 {
  background-color: rgb(243 144 89 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(243 144 89 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 116 48 / var(--tw-bg-opacity, 1));
}
.bg-orange-900\/0 {
  background-color: rgb(242 116 48 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(242 116 48 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(242 116 48 / 1);
}
.bg-orange-900\/15 {
  background-color: rgb(242 116 48 / 0.15);
}
.bg-orange-900\/20 {
  background-color: rgb(242 116 48 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(242 116 48 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(242 116 48 / 0.3);
}
.bg-orange-900\/35 {
  background-color: rgb(242 116 48 / 0.35);
}
.bg-orange-900\/40 {
  background-color: rgb(242 116 48 / 0.4);
}
.bg-orange-900\/45 {
  background-color: rgb(242 116 48 / 0.45);
}
.bg-orange-900\/5 {
  background-color: rgb(242 116 48 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(242 116 48 / 0.5);
}
.bg-orange-900\/55 {
  background-color: rgb(242 116 48 / 0.55);
}
.bg-orange-900\/60 {
  background-color: rgb(242 116 48 / 0.6);
}
.bg-orange-900\/65 {
  background-color: rgb(242 116 48 / 0.65);
}
.bg-orange-900\/70 {
  background-color: rgb(242 116 48 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(242 116 48 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(242 116 48 / 0.8);
}
.bg-orange-900\/85 {
  background-color: rgb(242 116 48 / 0.85);
}
.bg-orange-900\/90 {
  background-color: rgb(242 116 48 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(242 116 48 / 0.95);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 63 10 / var(--tw-bg-opacity, 1));
}
.bg-orange-950\/0 {
  background-color: rgb(161 63 10 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(161 63 10 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(161 63 10 / 1);
}
.bg-orange-950\/15 {
  background-color: rgb(161 63 10 / 0.15);
}
.bg-orange-950\/20 {
  background-color: rgb(161 63 10 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(161 63 10 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(161 63 10 / 0.3);
}
.bg-orange-950\/35 {
  background-color: rgb(161 63 10 / 0.35);
}
.bg-orange-950\/40 {
  background-color: rgb(161 63 10 / 0.4);
}
.bg-orange-950\/45 {
  background-color: rgb(161 63 10 / 0.45);
}
.bg-orange-950\/5 {
  background-color: rgb(161 63 10 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(161 63 10 / 0.5);
}
.bg-orange-950\/55 {
  background-color: rgb(161 63 10 / 0.55);
}
.bg-orange-950\/60 {
  background-color: rgb(161 63 10 / 0.6);
}
.bg-orange-950\/65 {
  background-color: rgb(161 63 10 / 0.65);
}
.bg-orange-950\/70 {
  background-color: rgb(161 63 10 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(161 63 10 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(161 63 10 / 0.8);
}
.bg-orange-950\/85 {
  background-color: rgb(161 63 10 / 0.85);
}
.bg-orange-950\/90 {
  background-color: rgb(161 63 10 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(161 63 10 / 0.95);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 218 254 / var(--tw-bg-opacity, 1));
}
.bg-pink-200\/0 {
  background-color: rgb(246 218 254 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(246 218 254 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(246 218 254 / 1);
}
.bg-pink-200\/15 {
  background-color: rgb(246 218 254 / 0.15);
}
.bg-pink-200\/20 {
  background-color: rgb(246 218 254 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(246 218 254 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(246 218 254 / 0.3);
}
.bg-pink-200\/35 {
  background-color: rgb(246 218 254 / 0.35);
}
.bg-pink-200\/40 {
  background-color: rgb(246 218 254 / 0.4);
}
.bg-pink-200\/45 {
  background-color: rgb(246 218 254 / 0.45);
}
.bg-pink-200\/5 {
  background-color: rgb(246 218 254 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(246 218 254 / 0.5);
}
.bg-pink-200\/55 {
  background-color: rgb(246 218 254 / 0.55);
}
.bg-pink-200\/60 {
  background-color: rgb(246 218 254 / 0.6);
}
.bg-pink-200\/65 {
  background-color: rgb(246 218 254 / 0.65);
}
.bg-pink-200\/70 {
  background-color: rgb(246 218 254 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(246 218 254 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(246 218 254 / 0.8);
}
.bg-pink-200\/85 {
  background-color: rgb(246 218 254 / 0.85);
}
.bg-pink-200\/90 {
  background-color: rgb(246 218 254 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(246 218 254 / 0.95);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 181 252 / var(--tw-bg-opacity, 1));
}
.bg-pink-400\/0 {
  background-color: rgb(237 181 252 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(237 181 252 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(237 181 252 / 1);
}
.bg-pink-400\/15 {
  background-color: rgb(237 181 252 / 0.15);
}
.bg-pink-400\/20 {
  background-color: rgb(237 181 252 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(237 181 252 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(237 181 252 / 0.3);
}
.bg-pink-400\/35 {
  background-color: rgb(237 181 252 / 0.35);
}
.bg-pink-400\/40 {
  background-color: rgb(237 181 252 / 0.4);
}
.bg-pink-400\/45 {
  background-color: rgb(237 181 252 / 0.45);
}
.bg-pink-400\/5 {
  background-color: rgb(237 181 252 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(237 181 252 / 0.5);
}
.bg-pink-400\/55 {
  background-color: rgb(237 181 252 / 0.55);
}
.bg-pink-400\/60 {
  background-color: rgb(237 181 252 / 0.6);
}
.bg-pink-400\/65 {
  background-color: rgb(237 181 252 / 0.65);
}
.bg-pink-400\/70 {
  background-color: rgb(237 181 252 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(237 181 252 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(237 181 252 / 0.8);
}
.bg-pink-400\/85 {
  background-color: rgb(237 181 252 / 0.85);
}
.bg-pink-400\/90 {
  background-color: rgb(237 181 252 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(237 181 252 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 255 / var(--tw-bg-opacity, 1));
}
.bg-pink-50\/0 {
  background-color: rgb(253 246 255 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 246 255 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 246 255 / 1);
}
.bg-pink-50\/15 {
  background-color: rgb(253 246 255 / 0.15);
}
.bg-pink-50\/20 {
  background-color: rgb(253 246 255 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 246 255 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 246 255 / 0.3);
}
.bg-pink-50\/35 {
  background-color: rgb(253 246 255 / 0.35);
}
.bg-pink-50\/40 {
  background-color: rgb(253 246 255 / 0.4);
}
.bg-pink-50\/45 {
  background-color: rgb(253 246 255 / 0.45);
}
.bg-pink-50\/5 {
  background-color: rgb(253 246 255 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 246 255 / 0.5);
}
.bg-pink-50\/55 {
  background-color: rgb(253 246 255 / 0.55);
}
.bg-pink-50\/60 {
  background-color: rgb(253 246 255 / 0.6);
}
.bg-pink-50\/65 {
  background-color: rgb(253 246 255 / 0.65);
}
.bg-pink-50\/70 {
  background-color: rgb(253 246 255 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 246 255 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 246 255 / 0.8);
}
.bg-pink-50\/85 {
  background-color: rgb(253 246 255 / 0.85);
}
.bg-pink-50\/90 {
  background-color: rgb(253 246 255 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 246 255 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 143 251 / var(--tw-bg-opacity, 1));
}
.bg-pink-600\/0 {
  background-color: rgb(229 143 251 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(229 143 251 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(229 143 251 / 1);
}
.bg-pink-600\/15 {
  background-color: rgb(229 143 251 / 0.15);
}
.bg-pink-600\/20 {
  background-color: rgb(229 143 251 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(229 143 251 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(229 143 251 / 0.3);
}
.bg-pink-600\/35 {
  background-color: rgb(229 143 251 / 0.35);
}
.bg-pink-600\/40 {
  background-color: rgb(229 143 251 / 0.4);
}
.bg-pink-600\/45 {
  background-color: rgb(229 143 251 / 0.45);
}
.bg-pink-600\/5 {
  background-color: rgb(229 143 251 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(229 143 251 / 0.5);
}
.bg-pink-600\/55 {
  background-color: rgb(229 143 251 / 0.55);
}
.bg-pink-600\/60 {
  background-color: rgb(229 143 251 / 0.6);
}
.bg-pink-600\/65 {
  background-color: rgb(229 143 251 / 0.65);
}
.bg-pink-600\/70 {
  background-color: rgb(229 143 251 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(229 143 251 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(229 143 251 / 0.8);
}
.bg-pink-600\/85 {
  background-color: rgb(229 143 251 / 0.85);
}
.bg-pink-600\/90 {
  background-color: rgb(229 143 251 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(229 143 251 / 0.95);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 106 249 / var(--tw-bg-opacity, 1));
}
.bg-pink-800\/0 {
  background-color: rgb(220 106 249 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(220 106 249 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(220 106 249 / 1);
}
.bg-pink-800\/15 {
  background-color: rgb(220 106 249 / 0.15);
}
.bg-pink-800\/20 {
  background-color: rgb(220 106 249 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(220 106 249 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(220 106 249 / 0.3);
}
.bg-pink-800\/35 {
  background-color: rgb(220 106 249 / 0.35);
}
.bg-pink-800\/40 {
  background-color: rgb(220 106 249 / 0.4);
}
.bg-pink-800\/45 {
  background-color: rgb(220 106 249 / 0.45);
}
.bg-pink-800\/5 {
  background-color: rgb(220 106 249 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(220 106 249 / 0.5);
}
.bg-pink-800\/55 {
  background-color: rgb(220 106 249 / 0.55);
}
.bg-pink-800\/60 {
  background-color: rgb(220 106 249 / 0.6);
}
.bg-pink-800\/65 {
  background-color: rgb(220 106 249 / 0.65);
}
.bg-pink-800\/70 {
  background-color: rgb(220 106 249 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(220 106 249 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(220 106 249 / 0.8);
}
.bg-pink-800\/85 {
  background-color: rgb(220 106 249 / 0.85);
}
.bg-pink-800\/90 {
  background-color: rgb(220 106 249 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(220 106 249 / 0.95);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 69 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-900\/0 {
  background-color: rgb(211 69 248 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(211 69 248 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(211 69 248 / 1);
}
.bg-pink-900\/15 {
  background-color: rgb(211 69 248 / 0.15);
}
.bg-pink-900\/20 {
  background-color: rgb(211 69 248 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(211 69 248 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(211 69 248 / 0.3);
}
.bg-pink-900\/35 {
  background-color: rgb(211 69 248 / 0.35);
}
.bg-pink-900\/40 {
  background-color: rgb(211 69 248 / 0.4);
}
.bg-pink-900\/45 {
  background-color: rgb(211 69 248 / 0.45);
}
.bg-pink-900\/5 {
  background-color: rgb(211 69 248 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(211 69 248 / 0.5);
}
.bg-pink-900\/55 {
  background-color: rgb(211 69 248 / 0.55);
}
.bg-pink-900\/60 {
  background-color: rgb(211 69 248 / 0.6);
}
.bg-pink-900\/65 {
  background-color: rgb(211 69 248 / 0.65);
}
.bg-pink-900\/70 {
  background-color: rgb(211 69 248 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(211 69 248 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(211 69 248 / 0.8);
}
.bg-pink-900\/85 {
  background-color: rgb(211 69 248 / 0.85);
}
.bg-pink-900\/90 {
  background-color: rgb(211 69 248 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(211 69 248 / 0.95);
}
.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(116 5 145 / var(--tw-bg-opacity, 1));
}
.bg-pink-950\/0 {
  background-color: rgb(116 5 145 / 0);
}
.bg-pink-950\/10 {
  background-color: rgb(116 5 145 / 0.1);
}
.bg-pink-950\/100 {
  background-color: rgb(116 5 145 / 1);
}
.bg-pink-950\/15 {
  background-color: rgb(116 5 145 / 0.15);
}
.bg-pink-950\/20 {
  background-color: rgb(116 5 145 / 0.2);
}
.bg-pink-950\/25 {
  background-color: rgb(116 5 145 / 0.25);
}
.bg-pink-950\/30 {
  background-color: rgb(116 5 145 / 0.3);
}
.bg-pink-950\/35 {
  background-color: rgb(116 5 145 / 0.35);
}
.bg-pink-950\/40 {
  background-color: rgb(116 5 145 / 0.4);
}
.bg-pink-950\/45 {
  background-color: rgb(116 5 145 / 0.45);
}
.bg-pink-950\/5 {
  background-color: rgb(116 5 145 / 0.05);
}
.bg-pink-950\/50 {
  background-color: rgb(116 5 145 / 0.5);
}
.bg-pink-950\/55 {
  background-color: rgb(116 5 145 / 0.55);
}
.bg-pink-950\/60 {
  background-color: rgb(116 5 145 / 0.6);
}
.bg-pink-950\/65 {
  background-color: rgb(116 5 145 / 0.65);
}
.bg-pink-950\/70 {
  background-color: rgb(116 5 145 / 0.7);
}
.bg-pink-950\/75 {
  background-color: rgb(116 5 145 / 0.75);
}
.bg-pink-950\/80 {
  background-color: rgb(116 5 145 / 0.8);
}
.bg-pink-950\/85 {
  background-color: rgb(116 5 145 / 0.85);
}
.bg-pink-950\/90 {
  background-color: rgb(116 5 145 / 0.9);
}
.bg-pink-950\/95 {
  background-color: rgb(116 5 145 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 218 253 / var(--tw-bg-opacity, 1));
}
.bg-purple-200\/0 {
  background-color: rgb(231 218 253 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(231 218 253 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(231 218 253 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(231 218 253 / 0.15);
}
.bg-purple-200\/20 {
  background-color: rgb(231 218 253 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(231 218 253 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(231 218 253 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(231 218 253 / 0.35);
}
.bg-purple-200\/40 {
  background-color: rgb(231 218 253 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(231 218 253 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(231 218 253 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(231 218 253 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(231 218 253 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(231 218 253 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(231 218 253 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(231 218 253 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(231 218 253 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(231 218 253 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(231 218 253 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(231 218 253 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(231 218 253 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 181 251 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/0 {
  background-color: rgb(207 181 251 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(207 181 251 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(207 181 251 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(207 181 251 / 0.15);
}
.bg-purple-400\/20 {
  background-color: rgb(207 181 251 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(207 181 251 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(207 181 251 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(207 181 251 / 0.35);
}
.bg-purple-400\/40 {
  background-color: rgb(207 181 251 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(207 181 251 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(207 181 251 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(207 181 251 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(207 181 251 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(207 181 251 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(207 181 251 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(207 181 251 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(207 181 251 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(207 181 251 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(207 181 251 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(207 181 251 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(207 181 251 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/0 {
  background-color: rgb(249 246 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(249 246 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(249 246 255 / 1);
}
.bg-purple-50\/15 {
  background-color: rgb(249 246 255 / 0.15);
}
.bg-purple-50\/20 {
  background-color: rgb(249 246 255 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(249 246 255 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(249 246 255 / 0.3);
}
.bg-purple-50\/35 {
  background-color: rgb(249 246 255 / 0.35);
}
.bg-purple-50\/40 {
  background-color: rgb(249 246 255 / 0.4);
}
.bg-purple-50\/45 {
  background-color: rgb(249 246 255 / 0.45);
}
.bg-purple-50\/5 {
  background-color: rgb(249 246 255 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(249 246 255 / 0.5);
}
.bg-purple-50\/55 {
  background-color: rgb(249 246 255 / 0.55);
}
.bg-purple-50\/60 {
  background-color: rgb(249 246 255 / 0.6);
}
.bg-purple-50\/65 {
  background-color: rgb(249 246 255 / 0.65);
}
.bg-purple-50\/70 {
  background-color: rgb(249 246 255 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(249 246 255 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(249 246 255 / 0.8);
}
.bg-purple-50\/85 {
  background-color: rgb(249 246 255 / 0.85);
}
.bg-purple-50\/90 {
  background-color: rgb(249 246 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(249 246 255 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 144 249 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/0 {
  background-color: rgb(183 144 249 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(183 144 249 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(183 144 249 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(183 144 249 / 0.15);
}
.bg-purple-600\/20 {
  background-color: rgb(183 144 249 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(183 144 249 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(183 144 249 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(183 144 249 / 0.35);
}
.bg-purple-600\/40 {
  background-color: rgb(183 144 249 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(183 144 249 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(183 144 249 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(183 144 249 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(183 144 249 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(183 144 249 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(183 144 249 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(183 144 249 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(183 144 249 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(183 144 249 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(183 144 249 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(183 144 249 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(183 144 249 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 107 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/0 {
  background-color: rgb(159 107 247 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(159 107 247 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(159 107 247 / 1);
}
.bg-purple-800\/15 {
  background-color: rgb(159 107 247 / 0.15);
}
.bg-purple-800\/20 {
  background-color: rgb(159 107 247 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(159 107 247 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(159 107 247 / 0.3);
}
.bg-purple-800\/35 {
  background-color: rgb(159 107 247 / 0.35);
}
.bg-purple-800\/40 {
  background-color: rgb(159 107 247 / 0.4);
}
.bg-purple-800\/45 {
  background-color: rgb(159 107 247 / 0.45);
}
.bg-purple-800\/5 {
  background-color: rgb(159 107 247 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(159 107 247 / 0.5);
}
.bg-purple-800\/55 {
  background-color: rgb(159 107 247 / 0.55);
}
.bg-purple-800\/60 {
  background-color: rgb(159 107 247 / 0.6);
}
.bg-purple-800\/65 {
  background-color: rgb(159 107 247 / 0.65);
}
.bg-purple-800\/70 {
  background-color: rgb(159 107 247 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(159 107 247 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(159 107 247 / 0.8);
}
.bg-purple-800\/85 {
  background-color: rgb(159 107 247 / 0.85);
}
.bg-purple-800\/90 {
  background-color: rgb(159 107 247 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(159 107 247 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 70 244 / var(--tw-bg-opacity, 1));
}
.bg-purple-900\/0 {
  background-color: rgb(134 70 244 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(134 70 244 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(134 70 244 / 1);
}
.bg-purple-900\/15 {
  background-color: rgb(134 70 244 / 0.15);
}
.bg-purple-900\/20 {
  background-color: rgb(134 70 244 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(134 70 244 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(134 70 244 / 0.3);
}
.bg-purple-900\/35 {
  background-color: rgb(134 70 244 / 0.35);
}
.bg-purple-900\/40 {
  background-color: rgb(134 70 244 / 0.4);
}
.bg-purple-900\/45 {
  background-color: rgb(134 70 244 / 0.45);
}
.bg-purple-900\/5 {
  background-color: rgb(134 70 244 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(134 70 244 / 0.5);
}
.bg-purple-900\/55 {
  background-color: rgb(134 70 244 / 0.55);
}
.bg-purple-900\/60 {
  background-color: rgb(134 70 244 / 0.6);
}
.bg-purple-900\/65 {
  background-color: rgb(134 70 244 / 0.65);
}
.bg-purple-900\/70 {
  background-color: rgb(134 70 244 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(134 70 244 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(134 70 244 / 0.8);
}
.bg-purple-900\/85 {
  background-color: rgb(134 70 244 / 0.85);
}
.bg-purple-900\/90 {
  background-color: rgb(134 70 244 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(134 70 244 / 0.95);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 3 188 / var(--tw-bg-opacity, 1));
}
.bg-purple-950\/0 {
  background-color: rgb(71 3 188 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(71 3 188 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(71 3 188 / 1);
}
.bg-purple-950\/15 {
  background-color: rgb(71 3 188 / 0.15);
}
.bg-purple-950\/20 {
  background-color: rgb(71 3 188 / 0.2);
}
.bg-purple-950\/25 {
  background-color: rgb(71 3 188 / 0.25);
}
.bg-purple-950\/30 {
  background-color: rgb(71 3 188 / 0.3);
}
.bg-purple-950\/35 {
  background-color: rgb(71 3 188 / 0.35);
}
.bg-purple-950\/40 {
  background-color: rgb(71 3 188 / 0.4);
}
.bg-purple-950\/45 {
  background-color: rgb(71 3 188 / 0.45);
}
.bg-purple-950\/5 {
  background-color: rgb(71 3 188 / 0.05);
}
.bg-purple-950\/50 {
  background-color: rgb(71 3 188 / 0.5);
}
.bg-purple-950\/55 {
  background-color: rgb(71 3 188 / 0.55);
}
.bg-purple-950\/60 {
  background-color: rgb(71 3 188 / 0.6);
}
.bg-purple-950\/65 {
  background-color: rgb(71 3 188 / 0.65);
}
.bg-purple-950\/70 {
  background-color: rgb(71 3 188 / 0.7);
}
.bg-purple-950\/75 {
  background-color: rgb(71 3 188 / 0.75);
}
.bg-purple-950\/80 {
  background-color: rgb(71 3 188 / 0.8);
}
.bg-purple-950\/85 {
  background-color: rgb(71 3 188 / 0.85);
}
.bg-purple-950\/90 {
  background-color: rgb(71 3 188 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(71 3 188 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 209 206 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(251 209 206 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(251 209 206 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(251 209 206 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(251 209 206 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(251 209 206 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(251 209 206 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(251 209 206 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(251 209 206 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(251 209 206 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(251 209 206 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(251 209 206 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(251 209 206 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(251 209 206 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(251 209 206 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(251 209 206 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(251 209 206 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(251 209 206 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(251 209 206 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(251 209 206 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(251 209 206 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(251 209 206 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 163 158 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(247 163 158 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(247 163 158 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(247 163 158 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(247 163 158 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(247 163 158 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(247 163 158 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(247 163 158 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(247 163 158 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(247 163 158 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(247 163 158 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(247 163 158 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(247 163 158 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(247 163 158 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(247 163 158 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(247 163 158 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(247 163 158 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(247 163 158 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(247 163 158 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(247 163 158 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(247 163 158 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(247 163 158 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 243 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
  background-color: rgb(254 244 243 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 244 243 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 244 243 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 244 243 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(254 244 243 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 244 243 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 244 243 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 244 243 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(254 244 243 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 244 243 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 244 243 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 244 243 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 244 243 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 244 243 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 244 243 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 244 243 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 244 243 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 244 243 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 244 243 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 244 243 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 244 243 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 116 109 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(242 116 109 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(242 116 109 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(242 116 109 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(242 116 109 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(242 116 109 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(242 116 109 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(242 116 109 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(242 116 109 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(242 116 109 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(242 116 109 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(242 116 109 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(242 116 109 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(242 116 109 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(242 116 109 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(242 116 109 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(242 116 109 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(242 116 109 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(242 116 109 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(242 116 109 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(242 116 109 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(242 116 109 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 70 61 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
  background-color: rgb(238 70 61 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(238 70 61 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(238 70 61 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(238 70 61 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(238 70 61 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(238 70 61 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(238 70 61 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(238 70 61 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(238 70 61 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(238 70 61 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(238 70 61 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(238 70 61 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(238 70 61 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(238 70 61 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(238 70 61 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(238 70 61 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(238 70 61 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(238 70 61 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(238 70 61 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(238 70 61 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(238 70 61 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 24 12 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
  background-color: rgb(234 24 12 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(234 24 12 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(234 24 12 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(234 24 12 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(234 24 12 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(234 24 12 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(234 24 12 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(234 24 12 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(234 24 12 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(234 24 12 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(234 24 12 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(234 24 12 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(234 24 12 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(234 24 12 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(234 24 12 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(234 24 12 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(234 24 12 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(234 24 12 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(234 24 12 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(234 24 12 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(234 24 12 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 10 2 / var(--tw-bg-opacity, 1));
}
.bg-red-950\/0 {
  background-color: rgb(167 10 2 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(167 10 2 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(167 10 2 / 1);
}
.bg-red-950\/15 {
  background-color: rgb(167 10 2 / 0.15);
}
.bg-red-950\/20 {
  background-color: rgb(167 10 2 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(167 10 2 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(167 10 2 / 0.3);
}
.bg-red-950\/35 {
  background-color: rgb(167 10 2 / 0.35);
}
.bg-red-950\/40 {
  background-color: rgb(167 10 2 / 0.4);
}
.bg-red-950\/45 {
  background-color: rgb(167 10 2 / 0.45);
}
.bg-red-950\/5 {
  background-color: rgb(167 10 2 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(167 10 2 / 0.5);
}
.bg-red-950\/55 {
  background-color: rgb(167 10 2 / 0.55);
}
.bg-red-950\/60 {
  background-color: rgb(167 10 2 / 0.6);
}
.bg-red-950\/65 {
  background-color: rgb(167 10 2 / 0.65);
}
.bg-red-950\/70 {
  background-color: rgb(167 10 2 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(167 10 2 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(167 10 2 / 0.8);
}
.bg-red-950\/85 {
  background-color: rgb(167 10 2 / 0.85);
}
.bg-red-950\/90 {
  background-color: rgb(167 10 2 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(167 10 2 / 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-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 211 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200\/0 {
  background-color: rgb(254 242 211 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(254 242 211 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(254 242 211 / 1);
}
.bg-yellow-200\/15 {
  background-color: rgb(254 242 211 / 0.15);
}
.bg-yellow-200\/20 {
  background-color: rgb(254 242 211 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(254 242 211 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(254 242 211 / 0.3);
}
.bg-yellow-200\/35 {
  background-color: rgb(254 242 211 / 0.35);
}
.bg-yellow-200\/40 {
  background-color: rgb(254 242 211 / 0.4);
}
.bg-yellow-200\/45 {
  background-color: rgb(254 242 211 / 0.45);
}
.bg-yellow-200\/5 {
  background-color: rgb(254 242 211 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(254 242 211 / 0.5);
}
.bg-yellow-200\/55 {
  background-color: rgb(254 242 211 / 0.55);
}
.bg-yellow-200\/60 {
  background-color: rgb(254 242 211 / 0.6);
}
.bg-yellow-200\/65 {
  background-color: rgb(254 242 211 / 0.65);
}
.bg-yellow-200\/70 {
  background-color: rgb(254 242 211 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(254 242 211 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(254 242 211 / 0.8);
}
.bg-yellow-200\/85 {
  background-color: rgb(254 242 211 / 0.85);
}
.bg-yellow-200\/90 {
  background-color: rgb(254 242 211 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(254 242 211 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 229 167 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/0 {
  background-color: rgb(254 229 167 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(254 229 167 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(254 229 167 / 1);
}
.bg-yellow-400\/15 {
  background-color: rgb(254 229 167 / 0.15);
}
.bg-yellow-400\/20 {
  background-color: rgb(254 229 167 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(254 229 167 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(254 229 167 / 0.3);
}
.bg-yellow-400\/35 {
  background-color: rgb(254 229 167 / 0.35);
}
.bg-yellow-400\/40 {
  background-color: rgb(254 229 167 / 0.4);
}
.bg-yellow-400\/45 {
  background-color: rgb(254 229 167 / 0.45);
}
.bg-yellow-400\/5 {
  background-color: rgb(254 229 167 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(254 229 167 / 0.5);
}
.bg-yellow-400\/55 {
  background-color: rgb(254 229 167 / 0.55);
}
.bg-yellow-400\/60 {
  background-color: rgb(254 229 167 / 0.6);
}
.bg-yellow-400\/65 {
  background-color: rgb(254 229 167 / 0.65);
}
.bg-yellow-400\/70 {
  background-color: rgb(254 229 167 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(254 229 167 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(254 229 167 / 0.8);
}
.bg-yellow-400\/85 {
  background-color: rgb(254 229 167 / 0.85);
}
.bg-yellow-400\/90 {
  background-color: rgb(254 229 167 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(254 229 167 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 244 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50\/0 {
  background-color: rgb(255 252 244 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(255 252 244 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(255 252 244 / 1);
}
.bg-yellow-50\/15 {
  background-color: rgb(255 252 244 / 0.15);
}
.bg-yellow-50\/20 {
  background-color: rgb(255 252 244 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(255 252 244 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(255 252 244 / 0.3);
}
.bg-yellow-50\/35 {
  background-color: rgb(255 252 244 / 0.35);
}
.bg-yellow-50\/40 {
  background-color: rgb(255 252 244 / 0.4);
}
.bg-yellow-50\/45 {
  background-color: rgb(255 252 244 / 0.45);
}
.bg-yellow-50\/5 {
  background-color: rgb(255 252 244 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(255 252 244 / 0.5);
}
.bg-yellow-50\/55 {
  background-color: rgb(255 252 244 / 0.55);
}
.bg-yellow-50\/60 {
  background-color: rgb(255 252 244 / 0.6);
}
.bg-yellow-50\/65 {
  background-color: rgb(255 252 244 / 0.65);
}
.bg-yellow-50\/70 {
  background-color: rgb(255 252 244 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(255 252 244 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(255 252 244 / 0.8);
}
.bg-yellow-50\/85 {
  background-color: rgb(255 252 244 / 0.85);
}
.bg-yellow-50\/90 {
  background-color: rgb(255 252 244 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(255 252 244 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 217 124 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600\/0 {
  background-color: rgb(253 217 124 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(253 217 124 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(253 217 124 / 1);
}
.bg-yellow-600\/15 {
  background-color: rgb(253 217 124 / 0.15);
}
.bg-yellow-600\/20 {
  background-color: rgb(253 217 124 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(253 217 124 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(253 217 124 / 0.3);
}
.bg-yellow-600\/35 {
  background-color: rgb(253 217 124 / 0.35);
}
.bg-yellow-600\/40 {
  background-color: rgb(253 217 124 / 0.4);
}
.bg-yellow-600\/45 {
  background-color: rgb(253 217 124 / 0.45);
}
.bg-yellow-600\/5 {
  background-color: rgb(253 217 124 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(253 217 124 / 0.5);
}
.bg-yellow-600\/55 {
  background-color: rgb(253 217 124 / 0.55);
}
.bg-yellow-600\/60 {
  background-color: rgb(253 217 124 / 0.6);
}
.bg-yellow-600\/65 {
  background-color: rgb(253 217 124 / 0.65);
}
.bg-yellow-600\/70 {
  background-color: rgb(253 217 124 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(253 217 124 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(253 217 124 / 0.8);
}
.bg-yellow-600\/85 {
  background-color: rgb(253 217 124 / 0.85);
}
.bg-yellow-600\/90 {
  background-color: rgb(253 217 124 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(253 217 124 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 204 80 / var(--tw-bg-opacity, 1));
}
.bg-yellow-800\/0 {
  background-color: rgb(252 204 80 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(252 204 80 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(252 204 80 / 1);
}
.bg-yellow-800\/15 {
  background-color: rgb(252 204 80 / 0.15);
}
.bg-yellow-800\/20 {
  background-color: rgb(252 204 80 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(252 204 80 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(252 204 80 / 0.3);
}
.bg-yellow-800\/35 {
  background-color: rgb(252 204 80 / 0.35);
}
.bg-yellow-800\/40 {
  background-color: rgb(252 204 80 / 0.4);
}
.bg-yellow-800\/45 {
  background-color: rgb(252 204 80 / 0.45);
}
.bg-yellow-800\/5 {
  background-color: rgb(252 204 80 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(252 204 80 / 0.5);
}
.bg-yellow-800\/55 {
  background-color: rgb(252 204 80 / 0.55);
}
.bg-yellow-800\/60 {
  background-color: rgb(252 204 80 / 0.6);
}
.bg-yellow-800\/65 {
  background-color: rgb(252 204 80 / 0.65);
}
.bg-yellow-800\/70 {
  background-color: rgb(252 204 80 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(252 204 80 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(252 204 80 / 0.8);
}
.bg-yellow-800\/85 {
  background-color: rgb(252 204 80 / 0.85);
}
.bg-yellow-800\/90 {
  background-color: rgb(252 204 80 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(252 204 80 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-yellow-900\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-yellow-900\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-yellow-900\/35 {
  background-color: rgb(251 191 36 / 0.35);
}
.bg-yellow-900\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-yellow-900\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-yellow-900\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-yellow-900\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-yellow-900\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-yellow-900\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-yellow-900\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-yellow-900\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-yellow-900\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(144 106 7 / var(--tw-bg-opacity, 1));
}
.bg-yellow-950\/0 {
  background-color: rgb(144 106 7 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(144 106 7 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(144 106 7 / 1);
}
.bg-yellow-950\/15 {
  background-color: rgb(144 106 7 / 0.15);
}
.bg-yellow-950\/20 {
  background-color: rgb(144 106 7 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(144 106 7 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(144 106 7 / 0.3);
}
.bg-yellow-950\/35 {
  background-color: rgb(144 106 7 / 0.35);
}
.bg-yellow-950\/40 {
  background-color: rgb(144 106 7 / 0.4);
}
.bg-yellow-950\/45 {
  background-color: rgb(144 106 7 / 0.45);
}
.bg-yellow-950\/5 {
  background-color: rgb(144 106 7 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(144 106 7 / 0.5);
}
.bg-yellow-950\/55 {
  background-color: rgb(144 106 7 / 0.55);
}
.bg-yellow-950\/60 {
  background-color: rgb(144 106 7 / 0.6);
}
.bg-yellow-950\/65 {
  background-color: rgb(144 106 7 / 0.65);
}
.bg-yellow-950\/70 {
  background-color: rgb(144 106 7 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(144 106 7 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(144 106 7 / 0.8);
}
.bg-yellow-950\/85 {
  background-color: rgb(144 106 7 / 0.85);
}
.bg-yellow-950\/90 {
  background-color: rgb(144 106 7 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(144 106 7 / 0.95);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-shimmer {
  background-image: linear-gradient(120deg, transparent 40%, #fff7 40%, #fff7 60%, transparent 60%, transparent 100%);
}
.from-blue-800 {
  --tw-gradient-from: #678FF7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 143 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900 {
  --tw-gradient-from: #242424 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-800 {
  --tw-gradient-from: #F39059 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 144 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-600 {
  --tw-gradient-to: #919191 var(--tw-gradient-to-position);
}
.to-pink-600 {
  --tw-gradient-to: #E58FFB var(--tw-gradient-to-position);
}
.fill-red-900 {
  fill: #EA180C;
}
.stroke-2 {
  stroke-width: 2;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.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;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pt-6 {
  padding-top: 1.5rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-60 {
  padding-bottom: 15rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.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-6 {
  padding-top: 1.5rem;
}
.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-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.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;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#9500ff\] {
  --tw-text-opacity: 1;
  color: rgb(149 0 255 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(217 227 253 / var(--tw-text-opacity, 1));
}
.text-blue-200\/0 {
  color: rgb(217 227 253 / 0);
}
.text-blue-200\/10 {
  color: rgb(217 227 253 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(217 227 253 / 1);
}
.text-blue-200\/15 {
  color: rgb(217 227 253 / 0.15);
}
.text-blue-200\/20 {
  color: rgb(217 227 253 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(217 227 253 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(217 227 253 / 0.3);
}
.text-blue-200\/35 {
  color: rgb(217 227 253 / 0.35);
}
.text-blue-200\/40 {
  color: rgb(217 227 253 / 0.4);
}
.text-blue-200\/45 {
  color: rgb(217 227 253 / 0.45);
}
.text-blue-200\/5 {
  color: rgb(217 227 253 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(217 227 253 / 0.5);
}
.text-blue-200\/55 {
  color: rgb(217 227 253 / 0.55);
}
.text-blue-200\/60 {
  color: rgb(217 227 253 / 0.6);
}
.text-blue-200\/65 {
  color: rgb(217 227 253 / 0.65);
}
.text-blue-200\/70 {
  color: rgb(217 227 253 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(217 227 253 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(217 227 253 / 0.8);
}
.text-blue-200\/85 {
  color: rgb(217 227 253 / 0.85);
}
.text-blue-200\/90 {
  color: rgb(217 227 253 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(217 227 253 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(179 199 251 / var(--tw-text-opacity, 1));
}
.text-blue-400\/0 {
  color: rgb(179 199 251 / 0);
}
.text-blue-400\/10 {
  color: rgb(179 199 251 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(179 199 251 / 1);
}
.text-blue-400\/15 {
  color: rgb(179 199 251 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(179 199 251 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(179 199 251 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(179 199 251 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(179 199 251 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(179 199 251 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(179 199 251 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(179 199 251 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(179 199 251 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(179 199 251 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(179 199 251 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(179 199 251 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(179 199 251 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(179 199 251 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(179 199 251 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(179 199 251 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(179 199 251 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(179 199 251 / 0.95);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(246 248 255 / var(--tw-text-opacity, 1));
}
.text-blue-50\/0 {
  color: rgb(246 248 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(246 248 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(246 248 255 / 1);
}
.text-blue-50\/15 {
  color: rgb(246 248 255 / 0.15);
}
.text-blue-50\/20 {
  color: rgb(246 248 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(246 248 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(246 248 255 / 0.3);
}
.text-blue-50\/35 {
  color: rgb(246 248 255 / 0.35);
}
.text-blue-50\/40 {
  color: rgb(246 248 255 / 0.4);
}
.text-blue-50\/45 {
  color: rgb(246 248 255 / 0.45);
}
.text-blue-50\/5 {
  color: rgb(246 248 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(246 248 255 / 0.5);
}
.text-blue-50\/55 {
  color: rgb(246 248 255 / 0.55);
}
.text-blue-50\/60 {
  color: rgb(246 248 255 / 0.6);
}
.text-blue-50\/65 {
  color: rgb(246 248 255 / 0.65);
}
.text-blue-50\/70 {
  color: rgb(246 248 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(246 248 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(246 248 255 / 0.8);
}
.text-blue-50\/85 {
  color: rgb(246 248 255 / 0.85);
}
.text-blue-50\/90 {
  color: rgb(246 248 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(246 248 255 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(141 171 249 / var(--tw-text-opacity, 1));
}
.text-blue-600\/0 {
  color: rgb(141 171 249 / 0);
}
.text-blue-600\/10 {
  color: rgb(141 171 249 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(141 171 249 / 1);
}
.text-blue-600\/15 {
  color: rgb(141 171 249 / 0.15);
}
.text-blue-600\/20 {
  color: rgb(141 171 249 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(141 171 249 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(141 171 249 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(141 171 249 / 0.35);
}
.text-blue-600\/40 {
  color: rgb(141 171 249 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(141 171 249 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(141 171 249 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(141 171 249 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(141 171 249 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(141 171 249 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(141 171 249 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(141 171 249 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(141 171 249 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(141 171 249 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(141 171 249 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(141 171 249 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(141 171 249 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(103 143 247 / var(--tw-text-opacity, 1));
}
.text-blue-800\/0 {
  color: rgb(103 143 247 / 0);
}
.text-blue-800\/10 {
  color: rgb(103 143 247 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(103 143 247 / 1);
}
.text-blue-800\/15 {
  color: rgb(103 143 247 / 0.15);
}
.text-blue-800\/20 {
  color: rgb(103 143 247 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(103 143 247 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(103 143 247 / 0.3);
}
.text-blue-800\/35 {
  color: rgb(103 143 247 / 0.35);
}
.text-blue-800\/40 {
  color: rgb(103 143 247 / 0.4);
}
.text-blue-800\/45 {
  color: rgb(103 143 247 / 0.45);
}
.text-blue-800\/5 {
  color: rgb(103 143 247 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(103 143 247 / 0.5);
}
.text-blue-800\/55 {
  color: rgb(103 143 247 / 0.55);
}
.text-blue-800\/60 {
  color: rgb(103 143 247 / 0.6);
}
.text-blue-800\/65 {
  color: rgb(103 143 247 / 0.65);
}
.text-blue-800\/70 {
  color: rgb(103 143 247 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(103 143 247 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(103 143 247 / 0.8);
}
.text-blue-800\/85 {
  color: rgb(103 143 247 / 0.85);
}
.text-blue-800\/90 {
  color: rgb(103 143 247 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(103 143 247 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(52 106 244 / var(--tw-text-opacity, 1));
}
.text-blue-900\/0 {
  color: rgb(52 106 244 / 0);
}
.text-blue-900\/10 {
  color: rgb(52 106 244 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(52 106 244 / 1);
}
.text-blue-900\/15 {
  color: rgb(52 106 244 / 0.15);
}
.text-blue-900\/20 {
  color: rgb(52 106 244 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(52 106 244 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(52 106 244 / 0.3);
}
.text-blue-900\/35 {
  color: rgb(52 106 244 / 0.35);
}
.text-blue-900\/40 {
  color: rgb(52 106 244 / 0.4);
}
.text-blue-900\/45 {
  color: rgb(52 106 244 / 0.45);
}
.text-blue-900\/5 {
  color: rgb(52 106 244 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(52 106 244 / 0.5);
}
.text-blue-900\/55 {
  color: rgb(52 106 244 / 0.55);
}
.text-blue-900\/60 {
  color: rgb(52 106 244 / 0.6);
}
.text-blue-900\/65 {
  color: rgb(52 106 244 / 0.65);
}
.text-blue-900\/70 {
  color: rgb(52 106 244 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(52 106 244 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(52 106 244 / 0.8);
}
.text-blue-900\/85 {
  color: rgb(52 106 244 / 0.85);
}
.text-blue-900\/90 {
  color: rgb(52 106 244 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(52 106 244 / 0.95);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(11 61 187 / var(--tw-text-opacity, 1));
}
.text-blue-950\/0 {
  color: rgb(11 61 187 / 0);
}
.text-blue-950\/10 {
  color: rgb(11 61 187 / 0.1);
}
.text-blue-950\/100 {
  color: rgb(11 61 187 / 1);
}
.text-blue-950\/15 {
  color: rgb(11 61 187 / 0.15);
}
.text-blue-950\/20 {
  color: rgb(11 61 187 / 0.2);
}
.text-blue-950\/25 {
  color: rgb(11 61 187 / 0.25);
}
.text-blue-950\/30 {
  color: rgb(11 61 187 / 0.3);
}
.text-blue-950\/35 {
  color: rgb(11 61 187 / 0.35);
}
.text-blue-950\/40 {
  color: rgb(11 61 187 / 0.4);
}
.text-blue-950\/45 {
  color: rgb(11 61 187 / 0.45);
}
.text-blue-950\/5 {
  color: rgb(11 61 187 / 0.05);
}
.text-blue-950\/50 {
  color: rgb(11 61 187 / 0.5);
}
.text-blue-950\/55 {
  color: rgb(11 61 187 / 0.55);
}
.text-blue-950\/60 {
  color: rgb(11 61 187 / 0.6);
}
.text-blue-950\/65 {
  color: rgb(11 61 187 / 0.65);
}
.text-blue-950\/70 {
  color: rgb(11 61 187 / 0.7);
}
.text-blue-950\/75 {
  color: rgb(11 61 187 / 0.75);
}
.text-blue-950\/80 {
  color: rgb(11 61 187 / 0.8);
}
.text-blue-950\/85 {
  color: rgb(11 61 187 / 0.85);
}
.text-blue-950\/90 {
  color: rgb(11 61 187 / 0.9);
}
.text-blue-950\/95 {
  color: rgb(11 61 187 / 0.95);
}
.text-current {
  color: currentColor;
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity, 1));
}
.text-gray-100\/0 {
  color: rgb(248 248 248 / 0);
}
.text-gray-100\/10 {
  color: rgb(248 248 248 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(248 248 248 / 1);
}
.text-gray-100\/15 {
  color: rgb(248 248 248 / 0.15);
}
.text-gray-100\/20 {
  color: rgb(248 248 248 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(248 248 248 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(248 248 248 / 0.3);
}
.text-gray-100\/35 {
  color: rgb(248 248 248 / 0.35);
}
.text-gray-100\/40 {
  color: rgb(248 248 248 / 0.4);
}
.text-gray-100\/45 {
  color: rgb(248 248 248 / 0.45);
}
.text-gray-100\/5 {
  color: rgb(248 248 248 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(248 248 248 / 0.5);
}
.text-gray-100\/55 {
  color: rgb(248 248 248 / 0.55);
}
.text-gray-100\/60 {
  color: rgb(248 248 248 / 0.6);
}
.text-gray-100\/65 {
  color: rgb(248 248 248 / 0.65);
}
.text-gray-100\/70 {
  color: rgb(248 248 248 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(248 248 248 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(248 248 248 / 0.8);
}
.text-gray-100\/85 {
  color: rgb(248 248 248 / 0.85);
}
.text-gray-100\/90 {
  color: rgb(248 248 248 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(248 248 248 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}
.text-gray-200\/0 {
  color: rgb(241 241 241 / 0);
}
.text-gray-200\/10 {
  color: rgb(241 241 241 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(241 241 241 / 1);
}
.text-gray-200\/15 {
  color: rgb(241 241 241 / 0.15);
}
.text-gray-200\/20 {
  color: rgb(241 241 241 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(241 241 241 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(241 241 241 / 0.3);
}
.text-gray-200\/35 {
  color: rgb(241 241 241 / 0.35);
}
.text-gray-200\/40 {
  color: rgb(241 241 241 / 0.4);
}
.text-gray-200\/45 {
  color: rgb(241 241 241 / 0.45);
}
.text-gray-200\/5 {
  color: rgb(241 241 241 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(241 241 241 / 0.5);
}
.text-gray-200\/55 {
  color: rgb(241 241 241 / 0.55);
}
.text-gray-200\/60 {
  color: rgb(241 241 241 / 0.6);
}
.text-gray-200\/65 {
  color: rgb(241 241 241 / 0.65);
}
.text-gray-200\/70 {
  color: rgb(241 241 241 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(241 241 241 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(241 241 241 / 0.8);
}
.text-gray-200\/85 {
  color: rgb(241 241 241 / 0.85);
}
.text-gray-200\/90 {
  color: rgb(241 241 241 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(241 241 241 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.text-gray-300\/0 {
  color: rgb(217 217 217 / 0);
}
.text-gray-300\/10 {
  color: rgb(217 217 217 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(217 217 217 / 1);
}
.text-gray-300\/15 {
  color: rgb(217 217 217 / 0.15);
}
.text-gray-300\/20 {
  color: rgb(217 217 217 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(217 217 217 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(217 217 217 / 0.3);
}
.text-gray-300\/35 {
  color: rgb(217 217 217 / 0.35);
}
.text-gray-300\/40 {
  color: rgb(217 217 217 / 0.4);
}
.text-gray-300\/45 {
  color: rgb(217 217 217 / 0.45);
}
.text-gray-300\/5 {
  color: rgb(217 217 217 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(217 217 217 / 0.5);
}
.text-gray-300\/55 {
  color: rgb(217 217 217 / 0.55);
}
.text-gray-300\/60 {
  color: rgb(217 217 217 / 0.6);
}
.text-gray-300\/65 {
  color: rgb(217 217 217 / 0.65);
}
.text-gray-300\/70 {
  color: rgb(217 217 217 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(217 217 217 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(217 217 217 / 0.8);
}
.text-gray-300\/85 {
  color: rgb(217 217 217 / 0.85);
}
.text-gray-300\/90 {
  color: rgb(217 217 217 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(217 217 217 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0 {
  color: rgb(193 193 193 / 0);
}
.text-gray-400\/10 {
  color: rgb(193 193 193 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(193 193 193 / 1);
}
.text-gray-400\/15 {
  color: rgb(193 193 193 / 0.15);
}
.text-gray-400\/20 {
  color: rgb(193 193 193 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(193 193 193 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(193 193 193 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(193 193 193 / 0.35);
}
.text-gray-400\/40 {
  color: rgb(193 193 193 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(193 193 193 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(193 193 193 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(193 193 193 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(193 193 193 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(193 193 193 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(193 193 193 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(193 193 193 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(193 193 193 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(193 193 193 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(193 193 193 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(193 193 193 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(193 193 193 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.text-gray-50\/0 {
  color: rgb(252 252 252 / 0);
}
.text-gray-50\/10 {
  color: rgb(252 252 252 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(252 252 252 / 1);
}
.text-gray-50\/15 {
  color: rgb(252 252 252 / 0.15);
}
.text-gray-50\/20 {
  color: rgb(252 252 252 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(252 252 252 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(252 252 252 / 0.3);
}
.text-gray-50\/35 {
  color: rgb(252 252 252 / 0.35);
}
.text-gray-50\/40 {
  color: rgb(252 252 252 / 0.4);
}
.text-gray-50\/45 {
  color: rgb(252 252 252 / 0.45);
}
.text-gray-50\/5 {
  color: rgb(252 252 252 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(252 252 252 / 0.5);
}
.text-gray-50\/55 {
  color: rgb(252 252 252 / 0.55);
}
.text-gray-50\/60 {
  color: rgb(252 252 252 / 0.6);
}
.text-gray-50\/65 {
  color: rgb(252 252 252 / 0.65);
}
.text-gray-50\/70 {
  color: rgb(252 252 252 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(252 252 252 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(252 252 252 / 0.8);
}
.text-gray-50\/85 {
  color: rgb(252 252 252 / 0.85);
}
.text-gray-50\/90 {
  color: rgb(252 252 252 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(252 252 252 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0 {
  color: rgb(182 182 182 / 0);
}
.text-gray-500\/10 {
  color: rgb(182 182 182 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(182 182 182 / 1);
}
.text-gray-500\/15 {
  color: rgb(182 182 182 / 0.15);
}
.text-gray-500\/20 {
  color: rgb(182 182 182 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(182 182 182 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(182 182 182 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(182 182 182 / 0.35);
}
.text-gray-500\/40 {
  color: rgb(182 182 182 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(182 182 182 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(182 182 182 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(182 182 182 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(182 182 182 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(182 182 182 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(182 182 182 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(182 182 182 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(182 182 182 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(182 182 182 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(182 182 182 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(182 182 182 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(182 182 182 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0 {
  color: rgb(145 145 145 / 0);
}
.text-gray-600\/10 {
  color: rgb(145 145 145 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(145 145 145 / 1);
}
.text-gray-600\/15 {
  color: rgb(145 145 145 / 0.15);
}
.text-gray-600\/20 {
  color: rgb(145 145 145 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(145 145 145 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(145 145 145 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(145 145 145 / 0.35);
}
.text-gray-600\/40 {
  color: rgb(145 145 145 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(145 145 145 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(145 145 145 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(145 145 145 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(145 145 145 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(145 145 145 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(145 145 145 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(145 145 145 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(145 145 145 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(145 145 145 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(145 145 145 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(145 145 145 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(145 145 145 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity, 1));
}
.text-gray-700\/0 {
  color: rgb(108 108 108 / 0);
}
.text-gray-700\/10 {
  color: rgb(108 108 108 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(108 108 108 / 1);
}
.text-gray-700\/15 {
  color: rgb(108 108 108 / 0.15);
}
.text-gray-700\/20 {
  color: rgb(108 108 108 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(108 108 108 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(108 108 108 / 0.3);
}
.text-gray-700\/35 {
  color: rgb(108 108 108 / 0.35);
}
.text-gray-700\/40 {
  color: rgb(108 108 108 / 0.4);
}
.text-gray-700\/45 {
  color: rgb(108 108 108 / 0.45);
}
.text-gray-700\/5 {
  color: rgb(108 108 108 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(108 108 108 / 0.5);
}
.text-gray-700\/55 {
  color: rgb(108 108 108 / 0.55);
}
.text-gray-700\/60 {
  color: rgb(108 108 108 / 0.6);
}
.text-gray-700\/65 {
  color: rgb(108 108 108 / 0.65);
}
.text-gray-700\/70 {
  color: rgb(108 108 108 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(108 108 108 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(108 108 108 / 0.8);
}
.text-gray-700\/85 {
  color: rgb(108 108 108 / 0.85);
}
.text-gray-700\/90 {
  color: rgb(108 108 108 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(108 108 108 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity, 1));
}
.text-gray-800\/0 {
  color: rgb(72 72 72 / 0);
}
.text-gray-800\/10 {
  color: rgb(72 72 72 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(72 72 72 / 1);
}
.text-gray-800\/15 {
  color: rgb(72 72 72 / 0.15);
}
.text-gray-800\/20 {
  color: rgb(72 72 72 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(72 72 72 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(72 72 72 / 0.3);
}
.text-gray-800\/35 {
  color: rgb(72 72 72 / 0.35);
}
.text-gray-800\/40 {
  color: rgb(72 72 72 / 0.4);
}
.text-gray-800\/45 {
  color: rgb(72 72 72 / 0.45);
}
.text-gray-800\/5 {
  color: rgb(72 72 72 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(72 72 72 / 0.5);
}
.text-gray-800\/55 {
  color: rgb(72 72 72 / 0.55);
}
.text-gray-800\/60 {
  color: rgb(72 72 72 / 0.6);
}
.text-gray-800\/65 {
  color: rgb(72 72 72 / 0.65);
}
.text-gray-800\/70 {
  color: rgb(72 72 72 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(72 72 72 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(72 72 72 / 0.8);
}
.text-gray-800\/85 {
  color: rgb(72 72 72 / 0.85);
}
.text-gray-800\/90 {
  color: rgb(72 72 72 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(72 72 72 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}
.text-gray-900\/0 {
  color: rgb(36 36 36 / 0);
}
.text-gray-900\/10 {
  color: rgb(36 36 36 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(36 36 36 / 1);
}
.text-gray-900\/15 {
  color: rgb(36 36 36 / 0.15);
}
.text-gray-900\/20 {
  color: rgb(36 36 36 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(36 36 36 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(36 36 36 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(36 36 36 / 0.35);
}
.text-gray-900\/40 {
  color: rgb(36 36 36 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(36 36 36 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(36 36 36 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(36 36 36 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(36 36 36 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(36 36 36 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(36 36 36 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(36 36 36 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(36 36 36 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(36 36 36 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(36 36 36 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(36 36 36 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(36 36 36 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(211 239 222 / var(--tw-text-opacity, 1));
}
.text-green-200\/0 {
  color: rgb(211 239 222 / 0);
}
.text-green-200\/10 {
  color: rgb(211 239 222 / 0.1);
}
.text-green-200\/100 {
  color: rgb(211 239 222 / 1);
}
.text-green-200\/15 {
  color: rgb(211 239 222 / 0.15);
}
.text-green-200\/20 {
  color: rgb(211 239 222 / 0.2);
}
.text-green-200\/25 {
  color: rgb(211 239 222 / 0.25);
}
.text-green-200\/30 {
  color: rgb(211 239 222 / 0.3);
}
.text-green-200\/35 {
  color: rgb(211 239 222 / 0.35);
}
.text-green-200\/40 {
  color: rgb(211 239 222 / 0.4);
}
.text-green-200\/45 {
  color: rgb(211 239 222 / 0.45);
}
.text-green-200\/5 {
  color: rgb(211 239 222 / 0.05);
}
.text-green-200\/50 {
  color: rgb(211 239 222 / 0.5);
}
.text-green-200\/55 {
  color: rgb(211 239 222 / 0.55);
}
.text-green-200\/60 {
  color: rgb(211 239 222 / 0.6);
}
.text-green-200\/65 {
  color: rgb(211 239 222 / 0.65);
}
.text-green-200\/70 {
  color: rgb(211 239 222 / 0.7);
}
.text-green-200\/75 {
  color: rgb(211 239 222 / 0.75);
}
.text-green-200\/80 {
  color: rgb(211 239 222 / 0.8);
}
.text-green-200\/85 {
  color: rgb(211 239 222 / 0.85);
}
.text-green-200\/90 {
  color: rgb(211 239 222 / 0.9);
}
.text-green-200\/95 {
  color: rgb(211 239 222 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(167 222 190 / var(--tw-text-opacity, 1));
}
.text-green-400\/0 {
  color: rgb(167 222 190 / 0);
}
.text-green-400\/10 {
  color: rgb(167 222 190 / 0.1);
}
.text-green-400\/100 {
  color: rgb(167 222 190 / 1);
}
.text-green-400\/15 {
  color: rgb(167 222 190 / 0.15);
}
.text-green-400\/20 {
  color: rgb(167 222 190 / 0.2);
}
.text-green-400\/25 {
  color: rgb(167 222 190 / 0.25);
}
.text-green-400\/30 {
  color: rgb(167 222 190 / 0.3);
}
.text-green-400\/35 {
  color: rgb(167 222 190 / 0.35);
}
.text-green-400\/40 {
  color: rgb(167 222 190 / 0.4);
}
.text-green-400\/45 {
  color: rgb(167 222 190 / 0.45);
}
.text-green-400\/5 {
  color: rgb(167 222 190 / 0.05);
}
.text-green-400\/50 {
  color: rgb(167 222 190 / 0.5);
}
.text-green-400\/55 {
  color: rgb(167 222 190 / 0.55);
}
.text-green-400\/60 {
  color: rgb(167 222 190 / 0.6);
}
.text-green-400\/65 {
  color: rgb(167 222 190 / 0.65);
}
.text-green-400\/70 {
  color: rgb(167 222 190 / 0.7);
}
.text-green-400\/75 {
  color: rgb(167 222 190 / 0.75);
}
.text-green-400\/80 {
  color: rgb(167 222 190 / 0.8);
}
.text-green-400\/85 {
  color: rgb(167 222 190 / 0.85);
}
.text-green-400\/90 {
  color: rgb(167 222 190 / 0.9);
}
.text-green-400\/95 {
  color: rgb(167 222 190 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(244 251 247 / var(--tw-text-opacity, 1));
}
.text-green-50\/0 {
  color: rgb(244 251 247 / 0);
}
.text-green-50\/10 {
  color: rgb(244 251 247 / 0.1);
}
.text-green-50\/100 {
  color: rgb(244 251 247 / 1);
}
.text-green-50\/15 {
  color: rgb(244 251 247 / 0.15);
}
.text-green-50\/20 {
  color: rgb(244 251 247 / 0.2);
}
.text-green-50\/25 {
  color: rgb(244 251 247 / 0.25);
}
.text-green-50\/30 {
  color: rgb(244 251 247 / 0.3);
}
.text-green-50\/35 {
  color: rgb(244 251 247 / 0.35);
}
.text-green-50\/40 {
  color: rgb(244 251 247 / 0.4);
}
.text-green-50\/45 {
  color: rgb(244 251 247 / 0.45);
}
.text-green-50\/5 {
  color: rgb(244 251 247 / 0.05);
}
.text-green-50\/50 {
  color: rgb(244 251 247 / 0.5);
}
.text-green-50\/55 {
  color: rgb(244 251 247 / 0.55);
}
.text-green-50\/60 {
  color: rgb(244 251 247 / 0.6);
}
.text-green-50\/65 {
  color: rgb(244 251 247 / 0.65);
}
.text-green-50\/70 {
  color: rgb(244 251 247 / 0.7);
}
.text-green-50\/75 {
  color: rgb(244 251 247 / 0.75);
}
.text-green-50\/80 {
  color: rgb(244 251 247 / 0.8);
}
.text-green-50\/85 {
  color: rgb(244 251 247 / 0.85);
}
.text-green-50\/90 {
  color: rgb(244 251 247 / 0.9);
}
.text-green-50\/95 {
  color: rgb(244 251 247 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(122 206 157 / var(--tw-text-opacity, 1));
}
.text-green-600\/0 {
  color: rgb(122 206 157 / 0);
}
.text-green-600\/10 {
  color: rgb(122 206 157 / 0.1);
}
.text-green-600\/100 {
  color: rgb(122 206 157 / 1);
}
.text-green-600\/15 {
  color: rgb(122 206 157 / 0.15);
}
.text-green-600\/20 {
  color: rgb(122 206 157 / 0.2);
}
.text-green-600\/25 {
  color: rgb(122 206 157 / 0.25);
}
.text-green-600\/30 {
  color: rgb(122 206 157 / 0.3);
}
.text-green-600\/35 {
  color: rgb(122 206 157 / 0.35);
}
.text-green-600\/40 {
  color: rgb(122 206 157 / 0.4);
}
.text-green-600\/45 {
  color: rgb(122 206 157 / 0.45);
}
.text-green-600\/5 {
  color: rgb(122 206 157 / 0.05);
}
.text-green-600\/50 {
  color: rgb(122 206 157 / 0.5);
}
.text-green-600\/55 {
  color: rgb(122 206 157 / 0.55);
}
.text-green-600\/60 {
  color: rgb(122 206 157 / 0.6);
}
.text-green-600\/65 {
  color: rgb(122 206 157 / 0.65);
}
.text-green-600\/70 {
  color: rgb(122 206 157 / 0.7);
}
.text-green-600\/75 {
  color: rgb(122 206 157 / 0.75);
}
.text-green-600\/80 {
  color: rgb(122 206 157 / 0.8);
}
.text-green-600\/85 {
  color: rgb(122 206 157 / 0.85);
}
.text-green-600\/90 {
  color: rgb(122 206 157 / 0.9);
}
.text-green-600\/95 {
  color: rgb(122 206 157 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(78 190 125 / var(--tw-text-opacity, 1));
}
.text-green-800\/0 {
  color: rgb(78 190 125 / 0);
}
.text-green-800\/10 {
  color: rgb(78 190 125 / 0.1);
}
.text-green-800\/100 {
  color: rgb(78 190 125 / 1);
}
.text-green-800\/15 {
  color: rgb(78 190 125 / 0.15);
}
.text-green-800\/20 {
  color: rgb(78 190 125 / 0.2);
}
.text-green-800\/25 {
  color: rgb(78 190 125 / 0.25);
}
.text-green-800\/30 {
  color: rgb(78 190 125 / 0.3);
}
.text-green-800\/35 {
  color: rgb(78 190 125 / 0.35);
}
.text-green-800\/40 {
  color: rgb(78 190 125 / 0.4);
}
.text-green-800\/45 {
  color: rgb(78 190 125 / 0.45);
}
.text-green-800\/5 {
  color: rgb(78 190 125 / 0.05);
}
.text-green-800\/50 {
  color: rgb(78 190 125 / 0.5);
}
.text-green-800\/55 {
  color: rgb(78 190 125 / 0.55);
}
.text-green-800\/60 {
  color: rgb(78 190 125 / 0.6);
}
.text-green-800\/65 {
  color: rgb(78 190 125 / 0.65);
}
.text-green-800\/70 {
  color: rgb(78 190 125 / 0.7);
}
.text-green-800\/75 {
  color: rgb(78 190 125 / 0.75);
}
.text-green-800\/80 {
  color: rgb(78 190 125 / 0.8);
}
.text-green-800\/85 {
  color: rgb(78 190 125 / 0.85);
}
.text-green-800\/90 {
  color: rgb(78 190 125 / 0.9);
}
.text-green-800\/95 {
  color: rgb(78 190 125 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(34 173 92 / var(--tw-text-opacity, 1));
}
.text-green-900\/0 {
  color: rgb(34 173 92 / 0);
}
.text-green-900\/10 {
  color: rgb(34 173 92 / 0.1);
}
.text-green-900\/100 {
  color: rgb(34 173 92 / 1);
}
.text-green-900\/15 {
  color: rgb(34 173 92 / 0.15);
}
.text-green-900\/20 {
  color: rgb(34 173 92 / 0.2);
}
.text-green-900\/25 {
  color: rgb(34 173 92 / 0.25);
}
.text-green-900\/30 {
  color: rgb(34 173 92 / 0.3);
}
.text-green-900\/35 {
  color: rgb(34 173 92 / 0.35);
}
.text-green-900\/40 {
  color: rgb(34 173 92 / 0.4);
}
.text-green-900\/45 {
  color: rgb(34 173 92 / 0.45);
}
.text-green-900\/5 {
  color: rgb(34 173 92 / 0.05);
}
.text-green-900\/50 {
  color: rgb(34 173 92 / 0.5);
}
.text-green-900\/55 {
  color: rgb(34 173 92 / 0.55);
}
.text-green-900\/60 {
  color: rgb(34 173 92 / 0.6);
}
.text-green-900\/65 {
  color: rgb(34 173 92 / 0.65);
}
.text-green-900\/70 {
  color: rgb(34 173 92 / 0.7);
}
.text-green-900\/75 {
  color: rgb(34 173 92 / 0.75);
}
.text-green-900\/80 {
  color: rgb(34 173 92 / 0.8);
}
.text-green-900\/85 {
  color: rgb(34 173 92 / 0.85);
}
.text-green-900\/90 {
  color: rgb(34 173 92 / 0.9);
}
.text-green-900\/95 {
  color: rgb(34 173 92 / 0.95);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(6 132 59 / var(--tw-text-opacity, 1));
}
.text-green-950\/0 {
  color: rgb(6 132 59 / 0);
}
.text-green-950\/10 {
  color: rgb(6 132 59 / 0.1);
}
.text-green-950\/100 {
  color: rgb(6 132 59 / 1);
}
.text-green-950\/15 {
  color: rgb(6 132 59 / 0.15);
}
.text-green-950\/20 {
  color: rgb(6 132 59 / 0.2);
}
.text-green-950\/25 {
  color: rgb(6 132 59 / 0.25);
}
.text-green-950\/30 {
  color: rgb(6 132 59 / 0.3);
}
.text-green-950\/35 {
  color: rgb(6 132 59 / 0.35);
}
.text-green-950\/40 {
  color: rgb(6 132 59 / 0.4);
}
.text-green-950\/45 {
  color: rgb(6 132 59 / 0.45);
}
.text-green-950\/5 {
  color: rgb(6 132 59 / 0.05);
}
.text-green-950\/50 {
  color: rgb(6 132 59 / 0.5);
}
.text-green-950\/55 {
  color: rgb(6 132 59 / 0.55);
}
.text-green-950\/60 {
  color: rgb(6 132 59 / 0.6);
}
.text-green-950\/65 {
  color: rgb(6 132 59 / 0.65);
}
.text-green-950\/70 {
  color: rgb(6 132 59 / 0.7);
}
.text-green-950\/75 {
  color: rgb(6 132 59 / 0.75);
}
.text-green-950\/80 {
  color: rgb(6 132 59 / 0.8);
}
.text-green-950\/85 {
  color: rgb(6 132 59 / 0.85);
}
.text-green-950\/90 {
  color: rgb(6 132 59 / 0.9);
}
.text-green-950\/95 {
  color: rgb(6 132 59 / 0.95);
}
.text-navy-200 {
  --tw-text-opacity: 1;
  color: rgb(205 209 225 / var(--tw-text-opacity, 1));
}
.text-navy-200\/0 {
  color: rgb(205 209 225 / 0);
}
.text-navy-200\/10 {
  color: rgb(205 209 225 / 0.1);
}
.text-navy-200\/100 {
  color: rgb(205 209 225 / 1);
}
.text-navy-200\/15 {
  color: rgb(205 209 225 / 0.15);
}
.text-navy-200\/20 {
  color: rgb(205 209 225 / 0.2);
}
.text-navy-200\/25 {
  color: rgb(205 209 225 / 0.25);
}
.text-navy-200\/30 {
  color: rgb(205 209 225 / 0.3);
}
.text-navy-200\/35 {
  color: rgb(205 209 225 / 0.35);
}
.text-navy-200\/40 {
  color: rgb(205 209 225 / 0.4);
}
.text-navy-200\/45 {
  color: rgb(205 209 225 / 0.45);
}
.text-navy-200\/5 {
  color: rgb(205 209 225 / 0.05);
}
.text-navy-200\/50 {
  color: rgb(205 209 225 / 0.5);
}
.text-navy-200\/55 {
  color: rgb(205 209 225 / 0.55);
}
.text-navy-200\/60 {
  color: rgb(205 209 225 / 0.6);
}
.text-navy-200\/65 {
  color: rgb(205 209 225 / 0.65);
}
.text-navy-200\/70 {
  color: rgb(205 209 225 / 0.7);
}
.text-navy-200\/75 {
  color: rgb(205 209 225 / 0.75);
}
.text-navy-200\/80 {
  color: rgb(205 209 225 / 0.8);
}
.text-navy-200\/85 {
  color: rgb(205 209 225 / 0.85);
}
.text-navy-200\/90 {
  color: rgb(205 209 225 / 0.9);
}
.text-navy-200\/95 {
  color: rgb(205 209 225 / 0.95);
}
.text-navy-400 {
  --tw-text-opacity: 1;
  color: rgb(152 163 194 / var(--tw-text-opacity, 1));
}
.text-navy-400\/0 {
  color: rgb(152 163 194 / 0);
}
.text-navy-400\/10 {
  color: rgb(152 163 194 / 0.1);
}
.text-navy-400\/100 {
  color: rgb(152 163 194 / 1);
}
.text-navy-400\/15 {
  color: rgb(152 163 194 / 0.15);
}
.text-navy-400\/20 {
  color: rgb(152 163 194 / 0.2);
}
.text-navy-400\/25 {
  color: rgb(152 163 194 / 0.25);
}
.text-navy-400\/30 {
  color: rgb(152 163 194 / 0.3);
}
.text-navy-400\/35 {
  color: rgb(152 163 194 / 0.35);
}
.text-navy-400\/40 {
  color: rgb(152 163 194 / 0.4);
}
.text-navy-400\/45 {
  color: rgb(152 163 194 / 0.45);
}
.text-navy-400\/5 {
  color: rgb(152 163 194 / 0.05);
}
.text-navy-400\/50 {
  color: rgb(152 163 194 / 0.5);
}
.text-navy-400\/55 {
  color: rgb(152 163 194 / 0.55);
}
.text-navy-400\/60 {
  color: rgb(152 163 194 / 0.6);
}
.text-navy-400\/65 {
  color: rgb(152 163 194 / 0.65);
}
.text-navy-400\/70 {
  color: rgb(152 163 194 / 0.7);
}
.text-navy-400\/75 {
  color: rgb(152 163 194 / 0.75);
}
.text-navy-400\/80 {
  color: rgb(152 163 194 / 0.8);
}
.text-navy-400\/85 {
  color: rgb(152 163 194 / 0.85);
}
.text-navy-400\/90 {
  color: rgb(152 163 194 / 0.9);
}
.text-navy-400\/95 {
  color: rgb(152 163 194 / 0.95);
}
.text-navy-50 {
  --tw-text-opacity: 1;
  color: rgb(242 244 248 / var(--tw-text-opacity, 1));
}
.text-navy-50\/0 {
  color: rgb(242 244 248 / 0);
}
.text-navy-50\/10 {
  color: rgb(242 244 248 / 0.1);
}
.text-navy-50\/100 {
  color: rgb(242 244 248 / 1);
}
.text-navy-50\/15 {
  color: rgb(242 244 248 / 0.15);
}
.text-navy-50\/20 {
  color: rgb(242 244 248 / 0.2);
}
.text-navy-50\/25 {
  color: rgb(242 244 248 / 0.25);
}
.text-navy-50\/30 {
  color: rgb(242 244 248 / 0.3);
}
.text-navy-50\/35 {
  color: rgb(242 244 248 / 0.35);
}
.text-navy-50\/40 {
  color: rgb(242 244 248 / 0.4);
}
.text-navy-50\/45 {
  color: rgb(242 244 248 / 0.45);
}
.text-navy-50\/5 {
  color: rgb(242 244 248 / 0.05);
}
.text-navy-50\/50 {
  color: rgb(242 244 248 / 0.5);
}
.text-navy-50\/55 {
  color: rgb(242 244 248 / 0.55);
}
.text-navy-50\/60 {
  color: rgb(242 244 248 / 0.6);
}
.text-navy-50\/65 {
  color: rgb(242 244 248 / 0.65);
}
.text-navy-50\/70 {
  color: rgb(242 244 248 / 0.7);
}
.text-navy-50\/75 {
  color: rgb(242 244 248 / 0.75);
}
.text-navy-50\/80 {
  color: rgb(242 244 248 / 0.8);
}
.text-navy-50\/85 {
  color: rgb(242 244 248 / 0.85);
}
.text-navy-50\/90 {
  color: rgb(242 244 248 / 0.9);
}
.text-navy-50\/95 {
  color: rgb(242 244 248 / 0.95);
}
.text-navy-600 {
  --tw-text-opacity: 1;
  color: rgb(104 118 166 / var(--tw-text-opacity, 1));
}
.text-navy-600\/0 {
  color: rgb(104 118 166 / 0);
}
.text-navy-600\/10 {
  color: rgb(104 118 166 / 0.1);
}
.text-navy-600\/100 {
  color: rgb(104 118 166 / 1);
}
.text-navy-600\/15 {
  color: rgb(104 118 166 / 0.15);
}
.text-navy-600\/20 {
  color: rgb(104 118 166 / 0.2);
}
.text-navy-600\/25 {
  color: rgb(104 118 166 / 0.25);
}
.text-navy-600\/30 {
  color: rgb(104 118 166 / 0.3);
}
.text-navy-600\/35 {
  color: rgb(104 118 166 / 0.35);
}
.text-navy-600\/40 {
  color: rgb(104 118 166 / 0.4);
}
.text-navy-600\/45 {
  color: rgb(104 118 166 / 0.45);
}
.text-navy-600\/5 {
  color: rgb(104 118 166 / 0.05);
}
.text-navy-600\/50 {
  color: rgb(104 118 166 / 0.5);
}
.text-navy-600\/55 {
  color: rgb(104 118 166 / 0.55);
}
.text-navy-600\/60 {
  color: rgb(104 118 166 / 0.6);
}
.text-navy-600\/65 {
  color: rgb(104 118 166 / 0.65);
}
.text-navy-600\/70 {
  color: rgb(104 118 166 / 0.7);
}
.text-navy-600\/75 {
  color: rgb(104 118 166 / 0.75);
}
.text-navy-600\/80 {
  color: rgb(104 118 166 / 0.8);
}
.text-navy-600\/85 {
  color: rgb(104 118 166 / 0.85);
}
.text-navy-600\/90 {
  color: rgb(104 118 166 / 0.9);
}
.text-navy-600\/95 {
  color: rgb(104 118 166 / 0.95);
}
.text-navy-800 {
  --tw-text-opacity: 1;
  color: rgb(53 72 137 / var(--tw-text-opacity, 1));
}
.text-navy-800\/0 {
  color: rgb(53 72 137 / 0);
}
.text-navy-800\/10 {
  color: rgb(53 72 137 / 0.1);
}
.text-navy-800\/100 {
  color: rgb(53 72 137 / 1);
}
.text-navy-800\/15 {
  color: rgb(53 72 137 / 0.15);
}
.text-navy-800\/20 {
  color: rgb(53 72 137 / 0.2);
}
.text-navy-800\/25 {
  color: rgb(53 72 137 / 0.25);
}
.text-navy-800\/30 {
  color: rgb(53 72 137 / 0.3);
}
.text-navy-800\/35 {
  color: rgb(53 72 137 / 0.35);
}
.text-navy-800\/40 {
  color: rgb(53 72 137 / 0.4);
}
.text-navy-800\/45 {
  color: rgb(53 72 137 / 0.45);
}
.text-navy-800\/5 {
  color: rgb(53 72 137 / 0.05);
}
.text-navy-800\/50 {
  color: rgb(53 72 137 / 0.5);
}
.text-navy-800\/55 {
  color: rgb(53 72 137 / 0.55);
}
.text-navy-800\/60 {
  color: rgb(53 72 137 / 0.6);
}
.text-navy-800\/65 {
  color: rgb(53 72 137 / 0.65);
}
.text-navy-800\/70 {
  color: rgb(53 72 137 / 0.7);
}
.text-navy-800\/75 {
  color: rgb(53 72 137 / 0.75);
}
.text-navy-800\/80 {
  color: rgb(53 72 137 / 0.8);
}
.text-navy-800\/85 {
  color: rgb(53 72 137 / 0.85);
}
.text-navy-800\/90 {
  color: rgb(53 72 137 / 0.9);
}
.text-navy-800\/95 {
  color: rgb(53 72 137 / 0.95);
}
.text-navy-900 {
  --tw-text-opacity: 1;
  color: rgb(3 26 107 / var(--tw-text-opacity, 1));
}
.text-navy-900\/0 {
  color: rgb(3 26 107 / 0);
}
.text-navy-900\/10 {
  color: rgb(3 26 107 / 0.1);
}
.text-navy-900\/100 {
  color: rgb(3 26 107 / 1);
}
.text-navy-900\/15 {
  color: rgb(3 26 107 / 0.15);
}
.text-navy-900\/20 {
  color: rgb(3 26 107 / 0.2);
}
.text-navy-900\/25 {
  color: rgb(3 26 107 / 0.25);
}
.text-navy-900\/30 {
  color: rgb(3 26 107 / 0.3);
}
.text-navy-900\/35 {
  color: rgb(3 26 107 / 0.35);
}
.text-navy-900\/40 {
  color: rgb(3 26 107 / 0.4);
}
.text-navy-900\/45 {
  color: rgb(3 26 107 / 0.45);
}
.text-navy-900\/5 {
  color: rgb(3 26 107 / 0.05);
}
.text-navy-900\/50 {
  color: rgb(3 26 107 / 0.5);
}
.text-navy-900\/55 {
  color: rgb(3 26 107 / 0.55);
}
.text-navy-900\/60 {
  color: rgb(3 26 107 / 0.6);
}
.text-navy-900\/65 {
  color: rgb(3 26 107 / 0.65);
}
.text-navy-900\/70 {
  color: rgb(3 26 107 / 0.7);
}
.text-navy-900\/75 {
  color: rgb(3 26 107 / 0.75);
}
.text-navy-900\/80 {
  color: rgb(3 26 107 / 0.8);
}
.text-navy-900\/85 {
  color: rgb(3 26 107 / 0.85);
}
.text-navy-900\/90 {
  color: rgb(3 26 107 / 0.9);
}
.text-navy-900\/95 {
  color: rgb(3 26 107 / 0.95);
}
.text-navy-950 {
  --tw-text-opacity: 1;
  color: rgb(5 21 80 / var(--tw-text-opacity, 1));
}
.text-navy-950\/0 {
  color: rgb(5 21 80 / 0);
}
.text-navy-950\/10 {
  color: rgb(5 21 80 / 0.1);
}
.text-navy-950\/100 {
  color: rgb(5 21 80 / 1);
}
.text-navy-950\/15 {
  color: rgb(5 21 80 / 0.15);
}
.text-navy-950\/20 {
  color: rgb(5 21 80 / 0.2);
}
.text-navy-950\/25 {
  color: rgb(5 21 80 / 0.25);
}
.text-navy-950\/30 {
  color: rgb(5 21 80 / 0.3);
}
.text-navy-950\/35 {
  color: rgb(5 21 80 / 0.35);
}
.text-navy-950\/40 {
  color: rgb(5 21 80 / 0.4);
}
.text-navy-950\/45 {
  color: rgb(5 21 80 / 0.45);
}
.text-navy-950\/5 {
  color: rgb(5 21 80 / 0.05);
}
.text-navy-950\/50 {
  color: rgb(5 21 80 / 0.5);
}
.text-navy-950\/55 {
  color: rgb(5 21 80 / 0.55);
}
.text-navy-950\/60 {
  color: rgb(5 21 80 / 0.6);
}
.text-navy-950\/65 {
  color: rgb(5 21 80 / 0.65);
}
.text-navy-950\/70 {
  color: rgb(5 21 80 / 0.7);
}
.text-navy-950\/75 {
  color: rgb(5 21 80 / 0.75);
}
.text-navy-950\/80 {
  color: rgb(5 21 80 / 0.8);
}
.text-navy-950\/85 {
  color: rgb(5 21 80 / 0.85);
}
.text-navy-950\/90 {
  color: rgb(5 21 80 / 0.9);
}
.text-navy-950\/95 {
  color: rgb(5 21 80 / 0.95);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(252 227 220 / var(--tw-text-opacity, 1));
}
.text-orange-200\/0 {
  color: rgb(252 227 220 / 0);
}
.text-orange-200\/10 {
  color: rgb(252 227 220 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(252 227 220 / 1);
}
.text-orange-200\/15 {
  color: rgb(252 227 220 / 0.15);
}
.text-orange-200\/20 {
  color: rgb(252 227 220 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(252 227 220 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(252 227 220 / 0.3);
}
.text-orange-200\/35 {
  color: rgb(252 227 220 / 0.35);
}
.text-orange-200\/40 {
  color: rgb(252 227 220 / 0.4);
}
.text-orange-200\/45 {
  color: rgb(252 227 220 / 0.45);
}
.text-orange-200\/5 {
  color: rgb(252 227 220 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(252 227 220 / 0.5);
}
.text-orange-200\/55 {
  color: rgb(252 227 220 / 0.55);
}
.text-orange-200\/60 {
  color: rgb(252 227 220 / 0.6);
}
.text-orange-200\/65 {
  color: rgb(252 227 220 / 0.65);
}
.text-orange-200\/70 {
  color: rgb(252 227 220 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(252 227 220 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(252 227 220 / 0.8);
}
.text-orange-200\/85 {
  color: rgb(252 227 220 / 0.85);
}
.text-orange-200\/90 {
  color: rgb(252 227 220 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(252 227 220 / 0.95);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(250 199 172 / var(--tw-text-opacity, 1));
}
.text-orange-400\/0 {
  color: rgb(250 199 172 / 0);
}
.text-orange-400\/10 {
  color: rgb(250 199 172 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(250 199 172 / 1);
}
.text-orange-400\/15 {
  color: rgb(250 199 172 / 0.15);
}
.text-orange-400\/20 {
  color: rgb(250 199 172 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(250 199 172 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(250 199 172 / 0.3);
}
.text-orange-400\/35 {
  color: rgb(250 199 172 / 0.35);
}
.text-orange-400\/40 {
  color: rgb(250 199 172 / 0.4);
}
.text-orange-400\/45 {
  color: rgb(250 199 172 / 0.45);
}
.text-orange-400\/5 {
  color: rgb(250 199 172 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(250 199 172 / 0.5);
}
.text-orange-400\/55 {
  color: rgb(250 199 172 / 0.55);
}
.text-orange-400\/60 {
  color: rgb(250 199 172 / 0.6);
}
.text-orange-400\/65 {
  color: rgb(250 199 172 / 0.65);
}
.text-orange-400\/70 {
  color: rgb(250 199 172 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(250 199 172 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(250 199 172 / 0.8);
}
.text-orange-400\/85 {
  color: rgb(250 199 172 / 0.85);
}
.text-orange-400\/90 {
  color: rgb(250 199 172 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(250 199 172 / 0.95);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(254 248 245 / var(--tw-text-opacity, 1));
}
.text-orange-50\/0 {
  color: rgb(254 248 245 / 0);
}
.text-orange-50\/10 {
  color: rgb(254 248 245 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(254 248 245 / 1);
}
.text-orange-50\/15 {
  color: rgb(254 248 245 / 0.15);
}
.text-orange-50\/20 {
  color: rgb(254 248 245 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(254 248 245 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(254 248 245 / 0.3);
}
.text-orange-50\/35 {
  color: rgb(254 248 245 / 0.35);
}
.text-orange-50\/40 {
  color: rgb(254 248 245 / 0.4);
}
.text-orange-50\/45 {
  color: rgb(254 248 245 / 0.45);
}
.text-orange-50\/5 {
  color: rgb(254 248 245 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(254 248 245 / 0.5);
}
.text-orange-50\/55 {
  color: rgb(254 248 245 / 0.55);
}
.text-orange-50\/60 {
  color: rgb(254 248 245 / 0.6);
}
.text-orange-50\/65 {
  color: rgb(254 248 245 / 0.65);
}
.text-orange-50\/70 {
  color: rgb(254 248 245 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(254 248 245 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(254 248 245 / 0.8);
}
.text-orange-50\/85 {
  color: rgb(254 248 245 / 0.85);
}
.text-orange-50\/90 {
  color: rgb(254 248 245 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(254 248 245 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(247 172 131 / var(--tw-text-opacity, 1));
}
.text-orange-600\/0 {
  color: rgb(247 172 131 / 0);
}
.text-orange-600\/10 {
  color: rgb(247 172 131 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(247 172 131 / 1);
}
.text-orange-600\/15 {
  color: rgb(247 172 131 / 0.15);
}
.text-orange-600\/20 {
  color: rgb(247 172 131 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(247 172 131 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(247 172 131 / 0.3);
}
.text-orange-600\/35 {
  color: rgb(247 172 131 / 0.35);
}
.text-orange-600\/40 {
  color: rgb(247 172 131 / 0.4);
}
.text-orange-600\/45 {
  color: rgb(247 172 131 / 0.45);
}
.text-orange-600\/5 {
  color: rgb(247 172 131 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(247 172 131 / 0.5);
}
.text-orange-600\/55 {
  color: rgb(247 172 131 / 0.55);
}
.text-orange-600\/60 {
  color: rgb(247 172 131 / 0.6);
}
.text-orange-600\/65 {
  color: rgb(247 172 131 / 0.65);
}
.text-orange-600\/70 {
  color: rgb(247 172 131 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(247 172 131 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(247 172 131 / 0.8);
}
.text-orange-600\/85 {
  color: rgb(247 172 131 / 0.85);
}
.text-orange-600\/90 {
  color: rgb(247 172 131 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(247 172 131 / 0.95);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(243 144 89 / var(--tw-text-opacity, 1));
}
.text-orange-800\/0 {
  color: rgb(243 144 89 / 0);
}
.text-orange-800\/10 {
  color: rgb(243 144 89 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(243 144 89 / 1);
}
.text-orange-800\/15 {
  color: rgb(243 144 89 / 0.15);
}
.text-orange-800\/20 {
  color: rgb(243 144 89 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(243 144 89 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(243 144 89 / 0.3);
}
.text-orange-800\/35 {
  color: rgb(243 144 89 / 0.35);
}
.text-orange-800\/40 {
  color: rgb(243 144 89 / 0.4);
}
.text-orange-800\/45 {
  color: rgb(243 144 89 / 0.45);
}
.text-orange-800\/5 {
  color: rgb(243 144 89 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(243 144 89 / 0.5);
}
.text-orange-800\/55 {
  color: rgb(243 144 89 / 0.55);
}
.text-orange-800\/60 {
  color: rgb(243 144 89 / 0.6);
}
.text-orange-800\/65 {
  color: rgb(243 144 89 / 0.65);
}
.text-orange-800\/70 {
  color: rgb(243 144 89 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(243 144 89 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(243 144 89 / 0.8);
}
.text-orange-800\/85 {
  color: rgb(243 144 89 / 0.85);
}
.text-orange-800\/90 {
  color: rgb(243 144 89 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(243 144 89 / 0.95);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(242 116 48 / var(--tw-text-opacity, 1));
}
.text-orange-900\/0 {
  color: rgb(242 116 48 / 0);
}
.text-orange-900\/10 {
  color: rgb(242 116 48 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(242 116 48 / 1);
}
.text-orange-900\/15 {
  color: rgb(242 116 48 / 0.15);
}
.text-orange-900\/20 {
  color: rgb(242 116 48 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(242 116 48 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(242 116 48 / 0.3);
}
.text-orange-900\/35 {
  color: rgb(242 116 48 / 0.35);
}
.text-orange-900\/40 {
  color: rgb(242 116 48 / 0.4);
}
.text-orange-900\/45 {
  color: rgb(242 116 48 / 0.45);
}
.text-orange-900\/5 {
  color: rgb(242 116 48 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(242 116 48 / 0.5);
}
.text-orange-900\/55 {
  color: rgb(242 116 48 / 0.55);
}
.text-orange-900\/60 {
  color: rgb(242 116 48 / 0.6);
}
.text-orange-900\/65 {
  color: rgb(242 116 48 / 0.65);
}
.text-orange-900\/70 {
  color: rgb(242 116 48 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(242 116 48 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(242 116 48 / 0.8);
}
.text-orange-900\/85 {
  color: rgb(242 116 48 / 0.85);
}
.text-orange-900\/90 {
  color: rgb(242 116 48 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(242 116 48 / 0.95);
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(161 63 10 / var(--tw-text-opacity, 1));
}
.text-orange-950\/0 {
  color: rgb(161 63 10 / 0);
}
.text-orange-950\/10 {
  color: rgb(161 63 10 / 0.1);
}
.text-orange-950\/100 {
  color: rgb(161 63 10 / 1);
}
.text-orange-950\/15 {
  color: rgb(161 63 10 / 0.15);
}
.text-orange-950\/20 {
  color: rgb(161 63 10 / 0.2);
}
.text-orange-950\/25 {
  color: rgb(161 63 10 / 0.25);
}
.text-orange-950\/30 {
  color: rgb(161 63 10 / 0.3);
}
.text-orange-950\/35 {
  color: rgb(161 63 10 / 0.35);
}
.text-orange-950\/40 {
  color: rgb(161 63 10 / 0.4);
}
.text-orange-950\/45 {
  color: rgb(161 63 10 / 0.45);
}
.text-orange-950\/5 {
  color: rgb(161 63 10 / 0.05);
}
.text-orange-950\/50 {
  color: rgb(161 63 10 / 0.5);
}
.text-orange-950\/55 {
  color: rgb(161 63 10 / 0.55);
}
.text-orange-950\/60 {
  color: rgb(161 63 10 / 0.6);
}
.text-orange-950\/65 {
  color: rgb(161 63 10 / 0.65);
}
.text-orange-950\/70 {
  color: rgb(161 63 10 / 0.7);
}
.text-orange-950\/75 {
  color: rgb(161 63 10 / 0.75);
}
.text-orange-950\/80 {
  color: rgb(161 63 10 / 0.8);
}
.text-orange-950\/85 {
  color: rgb(161 63 10 / 0.85);
}
.text-orange-950\/90 {
  color: rgb(161 63 10 / 0.9);
}
.text-orange-950\/95 {
  color: rgb(161 63 10 / 0.95);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(246 218 254 / var(--tw-text-opacity, 1));
}
.text-pink-200\/0 {
  color: rgb(246 218 254 / 0);
}
.text-pink-200\/10 {
  color: rgb(246 218 254 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(246 218 254 / 1);
}
.text-pink-200\/15 {
  color: rgb(246 218 254 / 0.15);
}
.text-pink-200\/20 {
  color: rgb(246 218 254 / 0.2);
}
.text-pink-200\/25 {
  color: rgb(246 218 254 / 0.25);
}
.text-pink-200\/30 {
  color: rgb(246 218 254 / 0.3);
}
.text-pink-200\/35 {
  color: rgb(246 218 254 / 0.35);
}
.text-pink-200\/40 {
  color: rgb(246 218 254 / 0.4);
}
.text-pink-200\/45 {
  color: rgb(246 218 254 / 0.45);
}
.text-pink-200\/5 {
  color: rgb(246 218 254 / 0.05);
}
.text-pink-200\/50 {
  color: rgb(246 218 254 / 0.5);
}
.text-pink-200\/55 {
  color: rgb(246 218 254 / 0.55);
}
.text-pink-200\/60 {
  color: rgb(246 218 254 / 0.6);
}
.text-pink-200\/65 {
  color: rgb(246 218 254 / 0.65);
}
.text-pink-200\/70 {
  color: rgb(246 218 254 / 0.7);
}
.text-pink-200\/75 {
  color: rgb(246 218 254 / 0.75);
}
.text-pink-200\/80 {
  color: rgb(246 218 254 / 0.8);
}
.text-pink-200\/85 {
  color: rgb(246 218 254 / 0.85);
}
.text-pink-200\/90 {
  color: rgb(246 218 254 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(246 218 254 / 0.95);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(237 181 252 / var(--tw-text-opacity, 1));
}
.text-pink-400\/0 {
  color: rgb(237 181 252 / 0);
}
.text-pink-400\/10 {
  color: rgb(237 181 252 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(237 181 252 / 1);
}
.text-pink-400\/15 {
  color: rgb(237 181 252 / 0.15);
}
.text-pink-400\/20 {
  color: rgb(237 181 252 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(237 181 252 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(237 181 252 / 0.3);
}
.text-pink-400\/35 {
  color: rgb(237 181 252 / 0.35);
}
.text-pink-400\/40 {
  color: rgb(237 181 252 / 0.4);
}
.text-pink-400\/45 {
  color: rgb(237 181 252 / 0.45);
}
.text-pink-400\/5 {
  color: rgb(237 181 252 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(237 181 252 / 0.5);
}
.text-pink-400\/55 {
  color: rgb(237 181 252 / 0.55);
}
.text-pink-400\/60 {
  color: rgb(237 181 252 / 0.6);
}
.text-pink-400\/65 {
  color: rgb(237 181 252 / 0.65);
}
.text-pink-400\/70 {
  color: rgb(237 181 252 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(237 181 252 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(237 181 252 / 0.8);
}
.text-pink-400\/85 {
  color: rgb(237 181 252 / 0.85);
}
.text-pink-400\/90 {
  color: rgb(237 181 252 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(237 181 252 / 0.95);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 246 255 / var(--tw-text-opacity, 1));
}
.text-pink-50\/0 {
  color: rgb(253 246 255 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 246 255 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 246 255 / 1);
}
.text-pink-50\/15 {
  color: rgb(253 246 255 / 0.15);
}
.text-pink-50\/20 {
  color: rgb(253 246 255 / 0.2);
}
.text-pink-50\/25 {
  color: rgb(253 246 255 / 0.25);
}
.text-pink-50\/30 {
  color: rgb(253 246 255 / 0.3);
}
.text-pink-50\/35 {
  color: rgb(253 246 255 / 0.35);
}
.text-pink-50\/40 {
  color: rgb(253 246 255 / 0.4);
}
.text-pink-50\/45 {
  color: rgb(253 246 255 / 0.45);
}
.text-pink-50\/5 {
  color: rgb(253 246 255 / 0.05);
}
.text-pink-50\/50 {
  color: rgb(253 246 255 / 0.5);
}
.text-pink-50\/55 {
  color: rgb(253 246 255 / 0.55);
}
.text-pink-50\/60 {
  color: rgb(253 246 255 / 0.6);
}
.text-pink-50\/65 {
  color: rgb(253 246 255 / 0.65);
}
.text-pink-50\/70 {
  color: rgb(253 246 255 / 0.7);
}
.text-pink-50\/75 {
  color: rgb(253 246 255 / 0.75);
}
.text-pink-50\/80 {
  color: rgb(253 246 255 / 0.8);
}
.text-pink-50\/85 {
  color: rgb(253 246 255 / 0.85);
}
.text-pink-50\/90 {
  color: rgb(253 246 255 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 246 255 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(229 143 251 / var(--tw-text-opacity, 1));
}
.text-pink-600\/0 {
  color: rgb(229 143 251 / 0);
}
.text-pink-600\/10 {
  color: rgb(229 143 251 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(229 143 251 / 1);
}
.text-pink-600\/15 {
  color: rgb(229 143 251 / 0.15);
}
.text-pink-600\/20 {
  color: rgb(229 143 251 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(229 143 251 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(229 143 251 / 0.3);
}
.text-pink-600\/35 {
  color: rgb(229 143 251 / 0.35);
}
.text-pink-600\/40 {
  color: rgb(229 143 251 / 0.4);
}
.text-pink-600\/45 {
  color: rgb(229 143 251 / 0.45);
}
.text-pink-600\/5 {
  color: rgb(229 143 251 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(229 143 251 / 0.5);
}
.text-pink-600\/55 {
  color: rgb(229 143 251 / 0.55);
}
.text-pink-600\/60 {
  color: rgb(229 143 251 / 0.6);
}
.text-pink-600\/65 {
  color: rgb(229 143 251 / 0.65);
}
.text-pink-600\/70 {
  color: rgb(229 143 251 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(229 143 251 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(229 143 251 / 0.8);
}
.text-pink-600\/85 {
  color: rgb(229 143 251 / 0.85);
}
.text-pink-600\/90 {
  color: rgb(229 143 251 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(229 143 251 / 0.95);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(220 106 249 / var(--tw-text-opacity, 1));
}
.text-pink-800\/0 {
  color: rgb(220 106 249 / 0);
}
.text-pink-800\/10 {
  color: rgb(220 106 249 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(220 106 249 / 1);
}
.text-pink-800\/15 {
  color: rgb(220 106 249 / 0.15);
}
.text-pink-800\/20 {
  color: rgb(220 106 249 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(220 106 249 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(220 106 249 / 0.3);
}
.text-pink-800\/35 {
  color: rgb(220 106 249 / 0.35);
}
.text-pink-800\/40 {
  color: rgb(220 106 249 / 0.4);
}
.text-pink-800\/45 {
  color: rgb(220 106 249 / 0.45);
}
.text-pink-800\/5 {
  color: rgb(220 106 249 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(220 106 249 / 0.5);
}
.text-pink-800\/55 {
  color: rgb(220 106 249 / 0.55);
}
.text-pink-800\/60 {
  color: rgb(220 106 249 / 0.6);
}
.text-pink-800\/65 {
  color: rgb(220 106 249 / 0.65);
}
.text-pink-800\/70 {
  color: rgb(220 106 249 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(220 106 249 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(220 106 249 / 0.8);
}
.text-pink-800\/85 {
  color: rgb(220 106 249 / 0.85);
}
.text-pink-800\/90 {
  color: rgb(220 106 249 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(220 106 249 / 0.95);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(211 69 248 / var(--tw-text-opacity, 1));
}
.text-pink-900\/0 {
  color: rgb(211 69 248 / 0);
}
.text-pink-900\/10 {
  color: rgb(211 69 248 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(211 69 248 / 1);
}
.text-pink-900\/15 {
  color: rgb(211 69 248 / 0.15);
}
.text-pink-900\/20 {
  color: rgb(211 69 248 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(211 69 248 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(211 69 248 / 0.3);
}
.text-pink-900\/35 {
  color: rgb(211 69 248 / 0.35);
}
.text-pink-900\/40 {
  color: rgb(211 69 248 / 0.4);
}
.text-pink-900\/45 {
  color: rgb(211 69 248 / 0.45);
}
.text-pink-900\/5 {
  color: rgb(211 69 248 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(211 69 248 / 0.5);
}
.text-pink-900\/55 {
  color: rgb(211 69 248 / 0.55);
}
.text-pink-900\/60 {
  color: rgb(211 69 248 / 0.6);
}
.text-pink-900\/65 {
  color: rgb(211 69 248 / 0.65);
}
.text-pink-900\/70 {
  color: rgb(211 69 248 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(211 69 248 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(211 69 248 / 0.8);
}
.text-pink-900\/85 {
  color: rgb(211 69 248 / 0.85);
}
.text-pink-900\/90 {
  color: rgb(211 69 248 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(211 69 248 / 0.95);
}
.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(116 5 145 / var(--tw-text-opacity, 1));
}
.text-pink-950\/0 {
  color: rgb(116 5 145 / 0);
}
.text-pink-950\/10 {
  color: rgb(116 5 145 / 0.1);
}
.text-pink-950\/100 {
  color: rgb(116 5 145 / 1);
}
.text-pink-950\/15 {
  color: rgb(116 5 145 / 0.15);
}
.text-pink-950\/20 {
  color: rgb(116 5 145 / 0.2);
}
.text-pink-950\/25 {
  color: rgb(116 5 145 / 0.25);
}
.text-pink-950\/30 {
  color: rgb(116 5 145 / 0.3);
}
.text-pink-950\/35 {
  color: rgb(116 5 145 / 0.35);
}
.text-pink-950\/40 {
  color: rgb(116 5 145 / 0.4);
}
.text-pink-950\/45 {
  color: rgb(116 5 145 / 0.45);
}
.text-pink-950\/5 {
  color: rgb(116 5 145 / 0.05);
}
.text-pink-950\/50 {
  color: rgb(116 5 145 / 0.5);
}
.text-pink-950\/55 {
  color: rgb(116 5 145 / 0.55);
}
.text-pink-950\/60 {
  color: rgb(116 5 145 / 0.6);
}
.text-pink-950\/65 {
  color: rgb(116 5 145 / 0.65);
}
.text-pink-950\/70 {
  color: rgb(116 5 145 / 0.7);
}
.text-pink-950\/75 {
  color: rgb(116 5 145 / 0.75);
}
.text-pink-950\/80 {
  color: rgb(116 5 145 / 0.8);
}
.text-pink-950\/85 {
  color: rgb(116 5 145 / 0.85);
}
.text-pink-950\/90 {
  color: rgb(116 5 145 / 0.9);
}
.text-pink-950\/95 {
  color: rgb(116 5 145 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(231 218 253 / var(--tw-text-opacity, 1));
}
.text-purple-200\/0 {
  color: rgb(231 218 253 / 0);
}
.text-purple-200\/10 {
  color: rgb(231 218 253 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(231 218 253 / 1);
}
.text-purple-200\/15 {
  color: rgb(231 218 253 / 0.15);
}
.text-purple-200\/20 {
  color: rgb(231 218 253 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(231 218 253 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(231 218 253 / 0.3);
}
.text-purple-200\/35 {
  color: rgb(231 218 253 / 0.35);
}
.text-purple-200\/40 {
  color: rgb(231 218 253 / 0.4);
}
.text-purple-200\/45 {
  color: rgb(231 218 253 / 0.45);
}
.text-purple-200\/5 {
  color: rgb(231 218 253 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(231 218 253 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(231 218 253 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(231 218 253 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(231 218 253 / 0.65);
}
.text-purple-200\/70 {
  color: rgb(231 218 253 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(231 218 253 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(231 218 253 / 0.8);
}
.text-purple-200\/85 {
  color: rgb(231 218 253 / 0.85);
}
.text-purple-200\/90 {
  color: rgb(231 218 253 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(231 218 253 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(207 181 251 / var(--tw-text-opacity, 1));
}
.text-purple-400\/0 {
  color: rgb(207 181 251 / 0);
}
.text-purple-400\/10 {
  color: rgb(207 181 251 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(207 181 251 / 1);
}
.text-purple-400\/15 {
  color: rgb(207 181 251 / 0.15);
}
.text-purple-400\/20 {
  color: rgb(207 181 251 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(207 181 251 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(207 181 251 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(207 181 251 / 0.35);
}
.text-purple-400\/40 {
  color: rgb(207 181 251 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(207 181 251 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(207 181 251 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(207 181 251 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(207 181 251 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(207 181 251 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(207 181 251 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(207 181 251 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(207 181 251 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(207 181 251 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(207 181 251 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(207 181 251 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(207 181 251 / 0.95);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(249 246 255 / var(--tw-text-opacity, 1));
}
.text-purple-50\/0 {
  color: rgb(249 246 255 / 0);
}
.text-purple-50\/10 {
  color: rgb(249 246 255 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(249 246 255 / 1);
}
.text-purple-50\/15 {
  color: rgb(249 246 255 / 0.15);
}
.text-purple-50\/20 {
  color: rgb(249 246 255 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(249 246 255 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(249 246 255 / 0.3);
}
.text-purple-50\/35 {
  color: rgb(249 246 255 / 0.35);
}
.text-purple-50\/40 {
  color: rgb(249 246 255 / 0.4);
}
.text-purple-50\/45 {
  color: rgb(249 246 255 / 0.45);
}
.text-purple-50\/5 {
  color: rgb(249 246 255 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(249 246 255 / 0.5);
}
.text-purple-50\/55 {
  color: rgb(249 246 255 / 0.55);
}
.text-purple-50\/60 {
  color: rgb(249 246 255 / 0.6);
}
.text-purple-50\/65 {
  color: rgb(249 246 255 / 0.65);
}
.text-purple-50\/70 {
  color: rgb(249 246 255 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(249 246 255 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(249 246 255 / 0.8);
}
.text-purple-50\/85 {
  color: rgb(249 246 255 / 0.85);
}
.text-purple-50\/90 {
  color: rgb(249 246 255 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(249 246 255 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(183 144 249 / var(--tw-text-opacity, 1));
}
.text-purple-600\/0 {
  color: rgb(183 144 249 / 0);
}
.text-purple-600\/10 {
  color: rgb(183 144 249 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(183 144 249 / 1);
}
.text-purple-600\/15 {
  color: rgb(183 144 249 / 0.15);
}
.text-purple-600\/20 {
  color: rgb(183 144 249 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(183 144 249 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(183 144 249 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(183 144 249 / 0.35);
}
.text-purple-600\/40 {
  color: rgb(183 144 249 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(183 144 249 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(183 144 249 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(183 144 249 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(183 144 249 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(183 144 249 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(183 144 249 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(183 144 249 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(183 144 249 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(183 144 249 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(183 144 249 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(183 144 249 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(183 144 249 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(159 107 247 / var(--tw-text-opacity, 1));
}
.text-purple-800\/0 {
  color: rgb(159 107 247 / 0);
}
.text-purple-800\/10 {
  color: rgb(159 107 247 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(159 107 247 / 1);
}
.text-purple-800\/15 {
  color: rgb(159 107 247 / 0.15);
}
.text-purple-800\/20 {
  color: rgb(159 107 247 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(159 107 247 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(159 107 247 / 0.3);
}
.text-purple-800\/35 {
  color: rgb(159 107 247 / 0.35);
}
.text-purple-800\/40 {
  color: rgb(159 107 247 / 0.4);
}
.text-purple-800\/45 {
  color: rgb(159 107 247 / 0.45);
}
.text-purple-800\/5 {
  color: rgb(159 107 247 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(159 107 247 / 0.5);
}
.text-purple-800\/55 {
  color: rgb(159 107 247 / 0.55);
}
.text-purple-800\/60 {
  color: rgb(159 107 247 / 0.6);
}
.text-purple-800\/65 {
  color: rgb(159 107 247 / 0.65);
}
.text-purple-800\/70 {
  color: rgb(159 107 247 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(159 107 247 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(159 107 247 / 0.8);
}
.text-purple-800\/85 {
  color: rgb(159 107 247 / 0.85);
}
.text-purple-800\/90 {
  color: rgb(159 107 247 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(159 107 247 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(134 70 244 / var(--tw-text-opacity, 1));
}
.text-purple-900\/0 {
  color: rgb(134 70 244 / 0);
}
.text-purple-900\/10 {
  color: rgb(134 70 244 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(134 70 244 / 1);
}
.text-purple-900\/15 {
  color: rgb(134 70 244 / 0.15);
}
.text-purple-900\/20 {
  color: rgb(134 70 244 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(134 70 244 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(134 70 244 / 0.3);
}
.text-purple-900\/35 {
  color: rgb(134 70 244 / 0.35);
}
.text-purple-900\/40 {
  color: rgb(134 70 244 / 0.4);
}
.text-purple-900\/45 {
  color: rgb(134 70 244 / 0.45);
}
.text-purple-900\/5 {
  color: rgb(134 70 244 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(134 70 244 / 0.5);
}
.text-purple-900\/55 {
  color: rgb(134 70 244 / 0.55);
}
.text-purple-900\/60 {
  color: rgb(134 70 244 / 0.6);
}
.text-purple-900\/65 {
  color: rgb(134 70 244 / 0.65);
}
.text-purple-900\/70 {
  color: rgb(134 70 244 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(134 70 244 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(134 70 244 / 0.8);
}
.text-purple-900\/85 {
  color: rgb(134 70 244 / 0.85);
}
.text-purple-900\/90 {
  color: rgb(134 70 244 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(134 70 244 / 0.95);
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(71 3 188 / var(--tw-text-opacity, 1));
}
.text-purple-950\/0 {
  color: rgb(71 3 188 / 0);
}
.text-purple-950\/10 {
  color: rgb(71 3 188 / 0.1);
}
.text-purple-950\/100 {
  color: rgb(71 3 188 / 1);
}
.text-purple-950\/15 {
  color: rgb(71 3 188 / 0.15);
}
.text-purple-950\/20 {
  color: rgb(71 3 188 / 0.2);
}
.text-purple-950\/25 {
  color: rgb(71 3 188 / 0.25);
}
.text-purple-950\/30 {
  color: rgb(71 3 188 / 0.3);
}
.text-purple-950\/35 {
  color: rgb(71 3 188 / 0.35);
}
.text-purple-950\/40 {
  color: rgb(71 3 188 / 0.4);
}
.text-purple-950\/45 {
  color: rgb(71 3 188 / 0.45);
}
.text-purple-950\/5 {
  color: rgb(71 3 188 / 0.05);
}
.text-purple-950\/50 {
  color: rgb(71 3 188 / 0.5);
}
.text-purple-950\/55 {
  color: rgb(71 3 188 / 0.55);
}
.text-purple-950\/60 {
  color: rgb(71 3 188 / 0.6);
}
.text-purple-950\/65 {
  color: rgb(71 3 188 / 0.65);
}
.text-purple-950\/70 {
  color: rgb(71 3 188 / 0.7);
}
.text-purple-950\/75 {
  color: rgb(71 3 188 / 0.75);
}
.text-purple-950\/80 {
  color: rgb(71 3 188 / 0.8);
}
.text-purple-950\/85 {
  color: rgb(71 3 188 / 0.85);
}
.text-purple-950\/90 {
  color: rgb(71 3 188 / 0.9);
}
.text-purple-950\/95 {
  color: rgb(71 3 188 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(251 209 206 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
  color: rgb(251 209 206 / 0);
}
.text-red-200\/10 {
  color: rgb(251 209 206 / 0.1);
}
.text-red-200\/100 {
  color: rgb(251 209 206 / 1);
}
.text-red-200\/15 {
  color: rgb(251 209 206 / 0.15);
}
.text-red-200\/20 {
  color: rgb(251 209 206 / 0.2);
}
.text-red-200\/25 {
  color: rgb(251 209 206 / 0.25);
}
.text-red-200\/30 {
  color: rgb(251 209 206 / 0.3);
}
.text-red-200\/35 {
  color: rgb(251 209 206 / 0.35);
}
.text-red-200\/40 {
  color: rgb(251 209 206 / 0.4);
}
.text-red-200\/45 {
  color: rgb(251 209 206 / 0.45);
}
.text-red-200\/5 {
  color: rgb(251 209 206 / 0.05);
}
.text-red-200\/50 {
  color: rgb(251 209 206 / 0.5);
}
.text-red-200\/55 {
  color: rgb(251 209 206 / 0.55);
}
.text-red-200\/60 {
  color: rgb(251 209 206 / 0.6);
}
.text-red-200\/65 {
  color: rgb(251 209 206 / 0.65);
}
.text-red-200\/70 {
  color: rgb(251 209 206 / 0.7);
}
.text-red-200\/75 {
  color: rgb(251 209 206 / 0.75);
}
.text-red-200\/80 {
  color: rgb(251 209 206 / 0.8);
}
.text-red-200\/85 {
  color: rgb(251 209 206 / 0.85);
}
.text-red-200\/90 {
  color: rgb(251 209 206 / 0.9);
}
.text-red-200\/95 {
  color: rgb(251 209 206 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(247 163 158 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(247 163 158 / 0);
}
.text-red-400\/10 {
  color: rgb(247 163 158 / 0.1);
}
.text-red-400\/100 {
  color: rgb(247 163 158 / 1);
}
.text-red-400\/15 {
  color: rgb(247 163 158 / 0.15);
}
.text-red-400\/20 {
  color: rgb(247 163 158 / 0.2);
}
.text-red-400\/25 {
  color: rgb(247 163 158 / 0.25);
}
.text-red-400\/30 {
  color: rgb(247 163 158 / 0.3);
}
.text-red-400\/35 {
  color: rgb(247 163 158 / 0.35);
}
.text-red-400\/40 {
  color: rgb(247 163 158 / 0.4);
}
.text-red-400\/45 {
  color: rgb(247 163 158 / 0.45);
}
.text-red-400\/5 {
  color: rgb(247 163 158 / 0.05);
}
.text-red-400\/50 {
  color: rgb(247 163 158 / 0.5);
}
.text-red-400\/55 {
  color: rgb(247 163 158 / 0.55);
}
.text-red-400\/60 {
  color: rgb(247 163 158 / 0.6);
}
.text-red-400\/65 {
  color: rgb(247 163 158 / 0.65);
}
.text-red-400\/70 {
  color: rgb(247 163 158 / 0.7);
}
.text-red-400\/75 {
  color: rgb(247 163 158 / 0.75);
}
.text-red-400\/80 {
  color: rgb(247 163 158 / 0.8);
}
.text-red-400\/85 {
  color: rgb(247 163 158 / 0.85);
}
.text-red-400\/90 {
  color: rgb(247 163 158 / 0.9);
}
.text-red-400\/95 {
  color: rgb(247 163 158 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 244 243 / var(--tw-text-opacity, 1));
}
.text-red-50\/0 {
  color: rgb(254 244 243 / 0);
}
.text-red-50\/10 {
  color: rgb(254 244 243 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 244 243 / 1);
}
.text-red-50\/15 {
  color: rgb(254 244 243 / 0.15);
}
.text-red-50\/20 {
  color: rgb(254 244 243 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 244 243 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 244 243 / 0.3);
}
.text-red-50\/35 {
  color: rgb(254 244 243 / 0.35);
}
.text-red-50\/40 {
  color: rgb(254 244 243 / 0.4);
}
.text-red-50\/45 {
  color: rgb(254 244 243 / 0.45);
}
.text-red-50\/5 {
  color: rgb(254 244 243 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 244 243 / 0.5);
}
.text-red-50\/55 {
  color: rgb(254 244 243 / 0.55);
}
.text-red-50\/60 {
  color: rgb(254 244 243 / 0.6);
}
.text-red-50\/65 {
  color: rgb(254 244 243 / 0.65);
}
.text-red-50\/70 {
  color: rgb(254 244 243 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 244 243 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 244 243 / 0.8);
}
.text-red-50\/85 {
  color: rgb(254 244 243 / 0.85);
}
.text-red-50\/90 {
  color: rgb(254 244 243 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 244 243 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(242 116 109 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(242 116 109 / 0);
}
.text-red-600\/10 {
  color: rgb(242 116 109 / 0.1);
}
.text-red-600\/100 {
  color: rgb(242 116 109 / 1);
}
.text-red-600\/15 {
  color: rgb(242 116 109 / 0.15);
}
.text-red-600\/20 {
  color: rgb(242 116 109 / 0.2);
}
.text-red-600\/25 {
  color: rgb(242 116 109 / 0.25);
}
.text-red-600\/30 {
  color: rgb(242 116 109 / 0.3);
}
.text-red-600\/35 {
  color: rgb(242 116 109 / 0.35);
}
.text-red-600\/40 {
  color: rgb(242 116 109 / 0.4);
}
.text-red-600\/45 {
  color: rgb(242 116 109 / 0.45);
}
.text-red-600\/5 {
  color: rgb(242 116 109 / 0.05);
}
.text-red-600\/50 {
  color: rgb(242 116 109 / 0.5);
}
.text-red-600\/55 {
  color: rgb(242 116 109 / 0.55);
}
.text-red-600\/60 {
  color: rgb(242 116 109 / 0.6);
}
.text-red-600\/65 {
  color: rgb(242 116 109 / 0.65);
}
.text-red-600\/70 {
  color: rgb(242 116 109 / 0.7);
}
.text-red-600\/75 {
  color: rgb(242 116 109 / 0.75);
}
.text-red-600\/80 {
  color: rgb(242 116 109 / 0.8);
}
.text-red-600\/85 {
  color: rgb(242 116 109 / 0.85);
}
.text-red-600\/90 {
  color: rgb(242 116 109 / 0.9);
}
.text-red-600\/95 {
  color: rgb(242 116 109 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(238 70 61 / var(--tw-text-opacity, 1));
}
.text-red-800\/0 {
  color: rgb(238 70 61 / 0);
}
.text-red-800\/10 {
  color: rgb(238 70 61 / 0.1);
}
.text-red-800\/100 {
  color: rgb(238 70 61 / 1);
}
.text-red-800\/15 {
  color: rgb(238 70 61 / 0.15);
}
.text-red-800\/20 {
  color: rgb(238 70 61 / 0.2);
}
.text-red-800\/25 {
  color: rgb(238 70 61 / 0.25);
}
.text-red-800\/30 {
  color: rgb(238 70 61 / 0.3);
}
.text-red-800\/35 {
  color: rgb(238 70 61 / 0.35);
}
.text-red-800\/40 {
  color: rgb(238 70 61 / 0.4);
}
.text-red-800\/45 {
  color: rgb(238 70 61 / 0.45);
}
.text-red-800\/5 {
  color: rgb(238 70 61 / 0.05);
}
.text-red-800\/50 {
  color: rgb(238 70 61 / 0.5);
}
.text-red-800\/55 {
  color: rgb(238 70 61 / 0.55);
}
.text-red-800\/60 {
  color: rgb(238 70 61 / 0.6);
}
.text-red-800\/65 {
  color: rgb(238 70 61 / 0.65);
}
.text-red-800\/70 {
  color: rgb(238 70 61 / 0.7);
}
.text-red-800\/75 {
  color: rgb(238 70 61 / 0.75);
}
.text-red-800\/80 {
  color: rgb(238 70 61 / 0.8);
}
.text-red-800\/85 {
  color: rgb(238 70 61 / 0.85);
}
.text-red-800\/90 {
  color: rgb(238 70 61 / 0.9);
}
.text-red-800\/95 {
  color: rgb(238 70 61 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(234 24 12 / var(--tw-text-opacity, 1));
}
.text-red-900\/0 {
  color: rgb(234 24 12 / 0);
}
.text-red-900\/10 {
  color: rgb(234 24 12 / 0.1);
}
.text-red-900\/100 {
  color: rgb(234 24 12 / 1);
}
.text-red-900\/15 {
  color: rgb(234 24 12 / 0.15);
}
.text-red-900\/20 {
  color: rgb(234 24 12 / 0.2);
}
.text-red-900\/25 {
  color: rgb(234 24 12 / 0.25);
}
.text-red-900\/30 {
  color: rgb(234 24 12 / 0.3);
}
.text-red-900\/35 {
  color: rgb(234 24 12 / 0.35);
}
.text-red-900\/40 {
  color: rgb(234 24 12 / 0.4);
}
.text-red-900\/45 {
  color: rgb(234 24 12 / 0.45);
}
.text-red-900\/5 {
  color: rgb(234 24 12 / 0.05);
}
.text-red-900\/50 {
  color: rgb(234 24 12 / 0.5);
}
.text-red-900\/55 {
  color: rgb(234 24 12 / 0.55);
}
.text-red-900\/60 {
  color: rgb(234 24 12 / 0.6);
}
.text-red-900\/65 {
  color: rgb(234 24 12 / 0.65);
}
.text-red-900\/70 {
  color: rgb(234 24 12 / 0.7);
}
.text-red-900\/75 {
  color: rgb(234 24 12 / 0.75);
}
.text-red-900\/80 {
  color: rgb(234 24 12 / 0.8);
}
.text-red-900\/85 {
  color: rgb(234 24 12 / 0.85);
}
.text-red-900\/90 {
  color: rgb(234 24 12 / 0.9);
}
.text-red-900\/95 {
  color: rgb(234 24 12 / 0.95);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(167 10 2 / var(--tw-text-opacity, 1));
}
.text-red-950\/0 {
  color: rgb(167 10 2 / 0);
}
.text-red-950\/10 {
  color: rgb(167 10 2 / 0.1);
}
.text-red-950\/100 {
  color: rgb(167 10 2 / 1);
}
.text-red-950\/15 {
  color: rgb(167 10 2 / 0.15);
}
.text-red-950\/20 {
  color: rgb(167 10 2 / 0.2);
}
.text-red-950\/25 {
  color: rgb(167 10 2 / 0.25);
}
.text-red-950\/30 {
  color: rgb(167 10 2 / 0.3);
}
.text-red-950\/35 {
  color: rgb(167 10 2 / 0.35);
}
.text-red-950\/40 {
  color: rgb(167 10 2 / 0.4);
}
.text-red-950\/45 {
  color: rgb(167 10 2 / 0.45);
}
.text-red-950\/5 {
  color: rgb(167 10 2 / 0.05);
}
.text-red-950\/50 {
  color: rgb(167 10 2 / 0.5);
}
.text-red-950\/55 {
  color: rgb(167 10 2 / 0.55);
}
.text-red-950\/60 {
  color: rgb(167 10 2 / 0.6);
}
.text-red-950\/65 {
  color: rgb(167 10 2 / 0.65);
}
.text-red-950\/70 {
  color: rgb(167 10 2 / 0.7);
}
.text-red-950\/75 {
  color: rgb(167 10 2 / 0.75);
}
.text-red-950\/80 {
  color: rgb(167 10 2 / 0.8);
}
.text-red-950\/85 {
  color: rgb(167 10 2 / 0.85);
}
.text-red-950\/90 {
  color: rgb(167 10 2 / 0.9);
}
.text-red-950\/95 {
  color: rgb(167 10 2 / 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-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 242 211 / var(--tw-text-opacity, 1));
}
.text-yellow-200\/0 {
  color: rgb(254 242 211 / 0);
}
.text-yellow-200\/10 {
  color: rgb(254 242 211 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(254 242 211 / 1);
}
.text-yellow-200\/15 {
  color: rgb(254 242 211 / 0.15);
}
.text-yellow-200\/20 {
  color: rgb(254 242 211 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(254 242 211 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(254 242 211 / 0.3);
}
.text-yellow-200\/35 {
  color: rgb(254 242 211 / 0.35);
}
.text-yellow-200\/40 {
  color: rgb(254 242 211 / 0.4);
}
.text-yellow-200\/45 {
  color: rgb(254 242 211 / 0.45);
}
.text-yellow-200\/5 {
  color: rgb(254 242 211 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(254 242 211 / 0.5);
}
.text-yellow-200\/55 {
  color: rgb(254 242 211 / 0.55);
}
.text-yellow-200\/60 {
  color: rgb(254 242 211 / 0.6);
}
.text-yellow-200\/65 {
  color: rgb(254 242 211 / 0.65);
}
.text-yellow-200\/70 {
  color: rgb(254 242 211 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(254 242 211 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(254 242 211 / 0.8);
}
.text-yellow-200\/85 {
  color: rgb(254 242 211 / 0.85);
}
.text-yellow-200\/90 {
  color: rgb(254 242 211 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(254 242 211 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(254 229 167 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/0 {
  color: rgb(254 229 167 / 0);
}
.text-yellow-400\/10 {
  color: rgb(254 229 167 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(254 229 167 / 1);
}
.text-yellow-400\/15 {
  color: rgb(254 229 167 / 0.15);
}
.text-yellow-400\/20 {
  color: rgb(254 229 167 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(254 229 167 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(254 229 167 / 0.3);
}
.text-yellow-400\/35 {
  color: rgb(254 229 167 / 0.35);
}
.text-yellow-400\/40 {
  color: rgb(254 229 167 / 0.4);
}
.text-yellow-400\/45 {
  color: rgb(254 229 167 / 0.45);
}
.text-yellow-400\/5 {
  color: rgb(254 229 167 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(254 229 167 / 0.5);
}
.text-yellow-400\/55 {
  color: rgb(254 229 167 / 0.55);
}
.text-yellow-400\/60 {
  color: rgb(254 229 167 / 0.6);
}
.text-yellow-400\/65 {
  color: rgb(254 229 167 / 0.65);
}
.text-yellow-400\/70 {
  color: rgb(254 229 167 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(254 229 167 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(254 229 167 / 0.8);
}
.text-yellow-400\/85 {
  color: rgb(254 229 167 / 0.85);
}
.text-yellow-400\/90 {
  color: rgb(254 229 167 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(254 229 167 / 0.95);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(255 252 244 / var(--tw-text-opacity, 1));
}
.text-yellow-50\/0 {
  color: rgb(255 252 244 / 0);
}
.text-yellow-50\/10 {
  color: rgb(255 252 244 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(255 252 244 / 1);
}
.text-yellow-50\/15 {
  color: rgb(255 252 244 / 0.15);
}
.text-yellow-50\/20 {
  color: rgb(255 252 244 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(255 252 244 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(255 252 244 / 0.3);
}
.text-yellow-50\/35 {
  color: rgb(255 252 244 / 0.35);
}
.text-yellow-50\/40 {
  color: rgb(255 252 244 / 0.4);
}
.text-yellow-50\/45 {
  color: rgb(255 252 244 / 0.45);
}
.text-yellow-50\/5 {
  color: rgb(255 252 244 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(255 252 244 / 0.5);
}
.text-yellow-50\/55 {
  color: rgb(255 252 244 / 0.55);
}
.text-yellow-50\/60 {
  color: rgb(255 252 244 / 0.6);
}
.text-yellow-50\/65 {
  color: rgb(255 252 244 / 0.65);
}
.text-yellow-50\/70 {
  color: rgb(255 252 244 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(255 252 244 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(255 252 244 / 0.8);
}
.text-yellow-50\/85 {
  color: rgb(255 252 244 / 0.85);
}
.text-yellow-50\/90 {
  color: rgb(255 252 244 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(255 252 244 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(253 217 124 / var(--tw-text-opacity, 1));
}
.text-yellow-600\/0 {
  color: rgb(253 217 124 / 0);
}
.text-yellow-600\/10 {
  color: rgb(253 217 124 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(253 217 124 / 1);
}
.text-yellow-600\/15 {
  color: rgb(253 217 124 / 0.15);
}
.text-yellow-600\/20 {
  color: rgb(253 217 124 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(253 217 124 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(253 217 124 / 0.3);
}
.text-yellow-600\/35 {
  color: rgb(253 217 124 / 0.35);
}
.text-yellow-600\/40 {
  color: rgb(253 217 124 / 0.4);
}
.text-yellow-600\/45 {
  color: rgb(253 217 124 / 0.45);
}
.text-yellow-600\/5 {
  color: rgb(253 217 124 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(253 217 124 / 0.5);
}
.text-yellow-600\/55 {
  color: rgb(253 217 124 / 0.55);
}
.text-yellow-600\/60 {
  color: rgb(253 217 124 / 0.6);
}
.text-yellow-600\/65 {
  color: rgb(253 217 124 / 0.65);
}
.text-yellow-600\/70 {
  color: rgb(253 217 124 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(253 217 124 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(253 217 124 / 0.8);
}
.text-yellow-600\/85 {
  color: rgb(253 217 124 / 0.85);
}
.text-yellow-600\/90 {
  color: rgb(253 217 124 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(253 217 124 / 0.95);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(252 204 80 / var(--tw-text-opacity, 1));
}
.text-yellow-800\/0 {
  color: rgb(252 204 80 / 0);
}
.text-yellow-800\/10 {
  color: rgb(252 204 80 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(252 204 80 / 1);
}
.text-yellow-800\/15 {
  color: rgb(252 204 80 / 0.15);
}
.text-yellow-800\/20 {
  color: rgb(252 204 80 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(252 204 80 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(252 204 80 / 0.3);
}
.text-yellow-800\/35 {
  color: rgb(252 204 80 / 0.35);
}
.text-yellow-800\/40 {
  color: rgb(252 204 80 / 0.4);
}
.text-yellow-800\/45 {
  color: rgb(252 204 80 / 0.45);
}
.text-yellow-800\/5 {
  color: rgb(252 204 80 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(252 204 80 / 0.5);
}
.text-yellow-800\/55 {
  color: rgb(252 204 80 / 0.55);
}
.text-yellow-800\/60 {
  color: rgb(252 204 80 / 0.6);
}
.text-yellow-800\/65 {
  color: rgb(252 204 80 / 0.65);
}
.text-yellow-800\/70 {
  color: rgb(252 204 80 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(252 204 80 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(252 204 80 / 0.8);
}
.text-yellow-800\/85 {
  color: rgb(252 204 80 / 0.85);
}
.text-yellow-800\/90 {
  color: rgb(252 204 80 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(252 204 80 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-yellow-900\/0 {
  color: rgb(251 191 36 / 0);
}
.text-yellow-900\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(251 191 36 / 1);
}
.text-yellow-900\/15 {
  color: rgb(251 191 36 / 0.15);
}
.text-yellow-900\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-yellow-900\/35 {
  color: rgb(251 191 36 / 0.35);
}
.text-yellow-900\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-yellow-900\/45 {
  color: rgb(251 191 36 / 0.45);
}
.text-yellow-900\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-yellow-900\/55 {
  color: rgb(251 191 36 / 0.55);
}
.text-yellow-900\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-yellow-900\/65 {
  color: rgb(251 191 36 / 0.65);
}
.text-yellow-900\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-yellow-900\/85 {
  color: rgb(251 191 36 / 0.85);
}
.text-yellow-900\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(144 106 7 / var(--tw-text-opacity, 1));
}
.text-yellow-950\/0 {
  color: rgb(144 106 7 / 0);
}
.text-yellow-950\/10 {
  color: rgb(144 106 7 / 0.1);
}
.text-yellow-950\/100 {
  color: rgb(144 106 7 / 1);
}
.text-yellow-950\/15 {
  color: rgb(144 106 7 / 0.15);
}
.text-yellow-950\/20 {
  color: rgb(144 106 7 / 0.2);
}
.text-yellow-950\/25 {
  color: rgb(144 106 7 / 0.25);
}
.text-yellow-950\/30 {
  color: rgb(144 106 7 / 0.3);
}
.text-yellow-950\/35 {
  color: rgb(144 106 7 / 0.35);
}
.text-yellow-950\/40 {
  color: rgb(144 106 7 / 0.4);
}
.text-yellow-950\/45 {
  color: rgb(144 106 7 / 0.45);
}
.text-yellow-950\/5 {
  color: rgb(144 106 7 / 0.05);
}
.text-yellow-950\/50 {
  color: rgb(144 106 7 / 0.5);
}
.text-yellow-950\/55 {
  color: rgb(144 106 7 / 0.55);
}
.text-yellow-950\/60 {
  color: rgb(144 106 7 / 0.6);
}
.text-yellow-950\/65 {
  color: rgb(144 106 7 / 0.65);
}
.text-yellow-950\/70 {
  color: rgb(144 106 7 / 0.7);
}
.text-yellow-950\/75 {
  color: rgb(144 106 7 / 0.75);
}
.text-yellow-950\/80 {
  color: rgb(144 106 7 / 0.8);
}
.text-yellow-950\/85 {
  color: rgb(144 106 7 / 0.85);
}
.text-yellow-950\/90 {
  color: rgb(144 106 7 / 0.9);
}
.text-yellow-950\/95 {
  color: rgb(144 106 7 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.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-\[0px_2px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0px 2px 4px 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-\[0px_2px_4px_0px_rgba\(0\2c _0\2c _0\2c _0\.12\)\] {
  --tw-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 2px 4px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 227 253 / var(--tw-ring-opacity, 1));
}
.ring-blue-200\/0 {
  --tw-ring-color: rgb(217 227 253 / 0);
}
.ring-blue-200\/10 {
  --tw-ring-color: rgb(217 227 253 / 0.1);
}
.ring-blue-200\/100 {
  --tw-ring-color: rgb(217 227 253 / 1);
}
.ring-blue-200\/15 {
  --tw-ring-color: rgb(217 227 253 / 0.15);
}
.ring-blue-200\/20 {
  --tw-ring-color: rgb(217 227 253 / 0.2);
}
.ring-blue-200\/25 {
  --tw-ring-color: rgb(217 227 253 / 0.25);
}
.ring-blue-200\/30 {
  --tw-ring-color: rgb(217 227 253 / 0.3);
}
.ring-blue-200\/35 {
  --tw-ring-color: rgb(217 227 253 / 0.35);
}
.ring-blue-200\/40 {
  --tw-ring-color: rgb(217 227 253 / 0.4);
}
.ring-blue-200\/45 {
  --tw-ring-color: rgb(217 227 253 / 0.45);
}
.ring-blue-200\/5 {
  --tw-ring-color: rgb(217 227 253 / 0.05);
}
.ring-blue-200\/50 {
  --tw-ring-color: rgb(217 227 253 / 0.5);
}
.ring-blue-200\/55 {
  --tw-ring-color: rgb(217 227 253 / 0.55);
}
.ring-blue-200\/60 {
  --tw-ring-color: rgb(217 227 253 / 0.6);
}
.ring-blue-200\/65 {
  --tw-ring-color: rgb(217 227 253 / 0.65);
}
.ring-blue-200\/70 {
  --tw-ring-color: rgb(217 227 253 / 0.7);
}
.ring-blue-200\/75 {
  --tw-ring-color: rgb(217 227 253 / 0.75);
}
.ring-blue-200\/80 {
  --tw-ring-color: rgb(217 227 253 / 0.8);
}
.ring-blue-200\/85 {
  --tw-ring-color: rgb(217 227 253 / 0.85);
}
.ring-blue-200\/90 {
  --tw-ring-color: rgb(217 227 253 / 0.9);
}
.ring-blue-200\/95 {
  --tw-ring-color: rgb(217 227 253 / 0.95);
}
.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(179 199 251 / var(--tw-ring-opacity, 1));
}
.ring-blue-400\/0 {
  --tw-ring-color: rgb(179 199 251 / 0);
}
.ring-blue-400\/10 {
  --tw-ring-color: rgb(179 199 251 / 0.1);
}
.ring-blue-400\/100 {
  --tw-ring-color: rgb(179 199 251 / 1);
}
.ring-blue-400\/15 {
  --tw-ring-color: rgb(179 199 251 / 0.15);
}
.ring-blue-400\/20 {
  --tw-ring-color: rgb(179 199 251 / 0.2);
}
.ring-blue-400\/25 {
  --tw-ring-color: rgb(179 199 251 / 0.25);
}
.ring-blue-400\/30 {
  --tw-ring-color: rgb(179 199 251 / 0.3);
}
.ring-blue-400\/35 {
  --tw-ring-color: rgb(179 199 251 / 0.35);
}
.ring-blue-400\/40 {
  --tw-ring-color: rgb(179 199 251 / 0.4);
}
.ring-blue-400\/45 {
  --tw-ring-color: rgb(179 199 251 / 0.45);
}
.ring-blue-400\/5 {
  --tw-ring-color: rgb(179 199 251 / 0.05);
}
.ring-blue-400\/50 {
  --tw-ring-color: rgb(179 199 251 / 0.5);
}
.ring-blue-400\/55 {
  --tw-ring-color: rgb(179 199 251 / 0.55);
}
.ring-blue-400\/60 {
  --tw-ring-color: rgb(179 199 251 / 0.6);
}
.ring-blue-400\/65 {
  --tw-ring-color: rgb(179 199 251 / 0.65);
}
.ring-blue-400\/70 {
  --tw-ring-color: rgb(179 199 251 / 0.7);
}
.ring-blue-400\/75 {
  --tw-ring-color: rgb(179 199 251 / 0.75);
}
.ring-blue-400\/80 {
  --tw-ring-color: rgb(179 199 251 / 0.8);
}
.ring-blue-400\/85 {
  --tw-ring-color: rgb(179 199 251 / 0.85);
}
.ring-blue-400\/90 {
  --tw-ring-color: rgb(179 199 251 / 0.9);
}
.ring-blue-400\/95 {
  --tw-ring-color: rgb(179 199 251 / 0.95);
}
.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 248 255 / var(--tw-ring-opacity, 1));
}
.ring-blue-50\/0 {
  --tw-ring-color: rgb(246 248 255 / 0);
}
.ring-blue-50\/10 {
  --tw-ring-color: rgb(246 248 255 / 0.1);
}
.ring-blue-50\/100 {
  --tw-ring-color: rgb(246 248 255 / 1);
}
.ring-blue-50\/15 {
  --tw-ring-color: rgb(246 248 255 / 0.15);
}
.ring-blue-50\/20 {
  --tw-ring-color: rgb(246 248 255 / 0.2);
}
.ring-blue-50\/25 {
  --tw-ring-color: rgb(246 248 255 / 0.25);
}
.ring-blue-50\/30 {
  --tw-ring-color: rgb(246 248 255 / 0.3);
}
.ring-blue-50\/35 {
  --tw-ring-color: rgb(246 248 255 / 0.35);
}
.ring-blue-50\/40 {
  --tw-ring-color: rgb(246 248 255 / 0.4);
}
.ring-blue-50\/45 {
  --tw-ring-color: rgb(246 248 255 / 0.45);
}
.ring-blue-50\/5 {
  --tw-ring-color: rgb(246 248 255 / 0.05);
}
.ring-blue-50\/50 {
  --tw-ring-color: rgb(246 248 255 / 0.5);
}
.ring-blue-50\/55 {
  --tw-ring-color: rgb(246 248 255 / 0.55);
}
.ring-blue-50\/60 {
  --tw-ring-color: rgb(246 248 255 / 0.6);
}
.ring-blue-50\/65 {
  --tw-ring-color: rgb(246 248 255 / 0.65);
}
.ring-blue-50\/70 {
  --tw-ring-color: rgb(246 248 255 / 0.7);
}
.ring-blue-50\/75 {
  --tw-ring-color: rgb(246 248 255 / 0.75);
}
.ring-blue-50\/80 {
  --tw-ring-color: rgb(246 248 255 / 0.8);
}
.ring-blue-50\/85 {
  --tw-ring-color: rgb(246 248 255 / 0.85);
}
.ring-blue-50\/90 {
  --tw-ring-color: rgb(246 248 255 / 0.9);
}
.ring-blue-50\/95 {
  --tw-ring-color: rgb(246 248 255 / 0.95);
}
.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 171 249 / var(--tw-ring-opacity, 1));
}
.ring-blue-600\/0 {
  --tw-ring-color: rgb(141 171 249 / 0);
}
.ring-blue-600\/10 {
  --tw-ring-color: rgb(141 171 249 / 0.1);
}
.ring-blue-600\/100 {
  --tw-ring-color: rgb(141 171 249 / 1);
}
.ring-blue-600\/15 {
  --tw-ring-color: rgb(141 171 249 / 0.15);
}
.ring-blue-600\/20 {
  --tw-ring-color: rgb(141 171 249 / 0.2);
}
.ring-blue-600\/25 {
  --tw-ring-color: rgb(141 171 249 / 0.25);
}
.ring-blue-600\/30 {
  --tw-ring-color: rgb(141 171 249 / 0.3);
}
.ring-blue-600\/35 {
  --tw-ring-color: rgb(141 171 249 / 0.35);
}
.ring-blue-600\/40 {
  --tw-ring-color: rgb(141 171 249 / 0.4);
}
.ring-blue-600\/45 {
  --tw-ring-color: rgb(141 171 249 / 0.45);
}
.ring-blue-600\/5 {
  --tw-ring-color: rgb(141 171 249 / 0.05);
}
.ring-blue-600\/50 {
  --tw-ring-color: rgb(141 171 249 / 0.5);
}
.ring-blue-600\/55 {
  --tw-ring-color: rgb(141 171 249 / 0.55);
}
.ring-blue-600\/60 {
  --tw-ring-color: rgb(141 171 249 / 0.6);
}
.ring-blue-600\/65 {
  --tw-ring-color: rgb(141 171 249 / 0.65);
}
.ring-blue-600\/70 {
  --tw-ring-color: rgb(141 171 249 / 0.7);
}
.ring-blue-600\/75 {
  --tw-ring-color: rgb(141 171 249 / 0.75);
}
.ring-blue-600\/80 {
  --tw-ring-color: rgb(141 171 249 / 0.8);
}
.ring-blue-600\/85 {
  --tw-ring-color: rgb(141 171 249 / 0.85);
}
.ring-blue-600\/90 {
  --tw-ring-color: rgb(141 171 249 / 0.9);
}
.ring-blue-600\/95 {
  --tw-ring-color: rgb(141 171 249 / 0.95);
}
.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 143 247 / var(--tw-ring-opacity, 1));
}
.ring-blue-800\/0 {
  --tw-ring-color: rgb(103 143 247 / 0);
}
.ring-blue-800\/10 {
  --tw-ring-color: rgb(103 143 247 / 0.1);
}
.ring-blue-800\/100 {
  --tw-ring-color: rgb(103 143 247 / 1);
}
.ring-blue-800\/15 {
  --tw-ring-color: rgb(103 143 247 / 0.15);
}
.ring-blue-800\/20 {
  --tw-ring-color: rgb(103 143 247 / 0.2);
}
.ring-blue-800\/25 {
  --tw-ring-color: rgb(103 143 247 / 0.25);
}
.ring-blue-800\/30 {
  --tw-ring-color: rgb(103 143 247 / 0.3);
}
.ring-blue-800\/35 {
  --tw-ring-color: rgb(103 143 247 / 0.35);
}
.ring-blue-800\/40 {
  --tw-ring-color: rgb(103 143 247 / 0.4);
}
.ring-blue-800\/45 {
  --tw-ring-color: rgb(103 143 247 / 0.45);
}
.ring-blue-800\/5 {
  --tw-ring-color: rgb(103 143 247 / 0.05);
}
.ring-blue-800\/50 {
  --tw-ring-color: rgb(103 143 247 / 0.5);
}
.ring-blue-800\/55 {
  --tw-ring-color: rgb(103 143 247 / 0.55);
}
.ring-blue-800\/60 {
  --tw-ring-color: rgb(103 143 247 / 0.6);
}
.ring-blue-800\/65 {
  --tw-ring-color: rgb(103 143 247 / 0.65);
}
.ring-blue-800\/70 {
  --tw-ring-color: rgb(103 143 247 / 0.7);
}
.ring-blue-800\/75 {
  --tw-ring-color: rgb(103 143 247 / 0.75);
}
.ring-blue-800\/80 {
  --tw-ring-color: rgb(103 143 247 / 0.8);
}
.ring-blue-800\/85 {
  --tw-ring-color: rgb(103 143 247 / 0.85);
}
.ring-blue-800\/90 {
  --tw-ring-color: rgb(103 143 247 / 0.9);
}
.ring-blue-800\/95 {
  --tw-ring-color: rgb(103 143 247 / 0.95);
}
.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 106 244 / var(--tw-ring-opacity, 1));
}
.ring-blue-900\/0 {
  --tw-ring-color: rgb(52 106 244 / 0);
}
.ring-blue-900\/10 {
  --tw-ring-color: rgb(52 106 244 / 0.1);
}
.ring-blue-900\/100 {
  --tw-ring-color: rgb(52 106 244 / 1);
}
.ring-blue-900\/15 {
  --tw-ring-color: rgb(52 106 244 / 0.15);
}
.ring-blue-900\/20 {
  --tw-ring-color: rgb(52 106 244 / 0.2);
}
.ring-blue-900\/25 {
  --tw-ring-color: rgb(52 106 244 / 0.25);
}
.ring-blue-900\/30 {
  --tw-ring-color: rgb(52 106 244 / 0.3);
}
.ring-blue-900\/35 {
  --tw-ring-color: rgb(52 106 244 / 0.35);
}
.ring-blue-900\/40 {
  --tw-ring-color: rgb(52 106 244 / 0.4);
}
.ring-blue-900\/45 {
  --tw-ring-color: rgb(52 106 244 / 0.45);
}
.ring-blue-900\/5 {
  --tw-ring-color: rgb(52 106 244 / 0.05);
}
.ring-blue-900\/50 {
  --tw-ring-color: rgb(52 106 244 / 0.5);
}
.ring-blue-900\/55 {
  --tw-ring-color: rgb(52 106 244 / 0.55);
}
.ring-blue-900\/60 {
  --tw-ring-color: rgb(52 106 244 / 0.6);
}
.ring-blue-900\/65 {
  --tw-ring-color: rgb(52 106 244 / 0.65);
}
.ring-blue-900\/70 {
  --tw-ring-color: rgb(52 106 244 / 0.7);
}
.ring-blue-900\/75 {
  --tw-ring-color: rgb(52 106 244 / 0.75);
}
.ring-blue-900\/80 {
  --tw-ring-color: rgb(52 106 244 / 0.8);
}
.ring-blue-900\/85 {
  --tw-ring-color: rgb(52 106 244 / 0.85);
}
.ring-blue-900\/90 {
  --tw-ring-color: rgb(52 106 244 / 0.9);
}
.ring-blue-900\/95 {
  --tw-ring-color: rgb(52 106 244 / 0.95);
}
.ring-blue-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 61 187 / var(--tw-ring-opacity, 1));
}
.ring-blue-950\/0 {
  --tw-ring-color: rgb(11 61 187 / 0);
}
.ring-blue-950\/10 {
  --tw-ring-color: rgb(11 61 187 / 0.1);
}
.ring-blue-950\/100 {
  --tw-ring-color: rgb(11 61 187 / 1);
}
.ring-blue-950\/15 {
  --tw-ring-color: rgb(11 61 187 / 0.15);
}
.ring-blue-950\/20 {
  --tw-ring-color: rgb(11 61 187 / 0.2);
}
.ring-blue-950\/25 {
  --tw-ring-color: rgb(11 61 187 / 0.25);
}
.ring-blue-950\/30 {
  --tw-ring-color: rgb(11 61 187 / 0.3);
}
.ring-blue-950\/35 {
  --tw-ring-color: rgb(11 61 187 / 0.35);
}
.ring-blue-950\/40 {
  --tw-ring-color: rgb(11 61 187 / 0.4);
}
.ring-blue-950\/45 {
  --tw-ring-color: rgb(11 61 187 / 0.45);
}
.ring-blue-950\/5 {
  --tw-ring-color: rgb(11 61 187 / 0.05);
}
.ring-blue-950\/50 {
  --tw-ring-color: rgb(11 61 187 / 0.5);
}
.ring-blue-950\/55 {
  --tw-ring-color: rgb(11 61 187 / 0.55);
}
.ring-blue-950\/60 {
  --tw-ring-color: rgb(11 61 187 / 0.6);
}
.ring-blue-950\/65 {
  --tw-ring-color: rgb(11 61 187 / 0.65);
}
.ring-blue-950\/70 {
  --tw-ring-color: rgb(11 61 187 / 0.7);
}
.ring-blue-950\/75 {
  --tw-ring-color: rgb(11 61 187 / 0.75);
}
.ring-blue-950\/80 {
  --tw-ring-color: rgb(11 61 187 / 0.8);
}
.ring-blue-950\/85 {
  --tw-ring-color: rgb(11 61 187 / 0.85);
}
.ring-blue-950\/90 {
  --tw-ring-color: rgb(11 61 187 / 0.9);
}
.ring-blue-950\/95 {
  --tw-ring-color: rgb(11 61 187 / 0.95);
}
.ring-current {
  --tw-ring-color: currentColor;
}
.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 248 248 / var(--tw-ring-opacity, 1));
}
.ring-gray-100\/0 {
  --tw-ring-color: rgb(248 248 248 / 0);
}
.ring-gray-100\/10 {
  --tw-ring-color: rgb(248 248 248 / 0.1);
}
.ring-gray-100\/100 {
  --tw-ring-color: rgb(248 248 248 / 1);
}
.ring-gray-100\/15 {
  --tw-ring-color: rgb(248 248 248 / 0.15);
}
.ring-gray-100\/20 {
  --tw-ring-color: rgb(248 248 248 / 0.2);
}
.ring-gray-100\/25 {
  --tw-ring-color: rgb(248 248 248 / 0.25);
}
.ring-gray-100\/30 {
  --tw-ring-color: rgb(248 248 248 / 0.3);
}
.ring-gray-100\/35 {
  --tw-ring-color: rgb(248 248 248 / 0.35);
}
.ring-gray-100\/40 {
  --tw-ring-color: rgb(248 248 248 / 0.4);
}
.ring-gray-100\/45 {
  --tw-ring-color: rgb(248 248 248 / 0.45);
}
.ring-gray-100\/5 {
  --tw-ring-color: rgb(248 248 248 / 0.05);
}
.ring-gray-100\/50 {
  --tw-ring-color: rgb(248 248 248 / 0.5);
}
.ring-gray-100\/55 {
  --tw-ring-color: rgb(248 248 248 / 0.55);
}
.ring-gray-100\/60 {
  --tw-ring-color: rgb(248 248 248 / 0.6);
}
.ring-gray-100\/65 {
  --tw-ring-color: rgb(248 248 248 / 0.65);
}
.ring-gray-100\/70 {
  --tw-ring-color: rgb(248 248 248 / 0.7);
}
.ring-gray-100\/75 {
  --tw-ring-color: rgb(248 248 248 / 0.75);
}
.ring-gray-100\/80 {
  --tw-ring-color: rgb(248 248 248 / 0.8);
}
.ring-gray-100\/85 {
  --tw-ring-color: rgb(248 248 248 / 0.85);
}
.ring-gray-100\/90 {
  --tw-ring-color: rgb(248 248 248 / 0.9);
}
.ring-gray-100\/95 {
  --tw-ring-color: rgb(248 248 248 / 0.95);
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 241 241 / var(--tw-ring-opacity, 1));
}
.ring-gray-200\/0 {
  --tw-ring-color: rgb(241 241 241 / 0);
}
.ring-gray-200\/10 {
  --tw-ring-color: rgb(241 241 241 / 0.1);
}
.ring-gray-200\/100 {
  --tw-ring-color: rgb(241 241 241 / 1);
}
.ring-gray-200\/15 {
  --tw-ring-color: rgb(241 241 241 / 0.15);
}
.ring-gray-200\/20 {
  --tw-ring-color: rgb(241 241 241 / 0.2);
}
.ring-gray-200\/25 {
  --tw-ring-color: rgb(241 241 241 / 0.25);
}
.ring-gray-200\/30 {
  --tw-ring-color: rgb(241 241 241 / 0.3);
}
.ring-gray-200\/35 {
  --tw-ring-color: rgb(241 241 241 / 0.35);
}
.ring-gray-200\/40 {
  --tw-ring-color: rgb(241 241 241 / 0.4);
}
.ring-gray-200\/45 {
  --tw-ring-color: rgb(241 241 241 / 0.45);
}
.ring-gray-200\/5 {
  --tw-ring-color: rgb(241 241 241 / 0.05);
}
.ring-gray-200\/50 {
  --tw-ring-color: rgb(241 241 241 / 0.5);
}
.ring-gray-200\/55 {
  --tw-ring-color: rgb(241 241 241 / 0.55);
}
.ring-gray-200\/60 {
  --tw-ring-color: rgb(241 241 241 / 0.6);
}
.ring-gray-200\/65 {
  --tw-ring-color: rgb(241 241 241 / 0.65);
}
.ring-gray-200\/70 {
  --tw-ring-color: rgb(241 241 241 / 0.7);
}
.ring-gray-200\/75 {
  --tw-ring-color: rgb(241 241 241 / 0.75);
}
.ring-gray-200\/80 {
  --tw-ring-color: rgb(241 241 241 / 0.8);
}
.ring-gray-200\/85 {
  --tw-ring-color: rgb(241 241 241 / 0.85);
}
.ring-gray-200\/90 {
  --tw-ring-color: rgb(241 241 241 / 0.9);
}
.ring-gray-200\/95 {
  --tw-ring-color: rgb(241 241 241 / 0.95);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity, 1));
}
.ring-gray-300\/0 {
  --tw-ring-color: rgb(217 217 217 / 0);
}
.ring-gray-300\/10 {
  --tw-ring-color: rgb(217 217 217 / 0.1);
}
.ring-gray-300\/100 {
  --tw-ring-color: rgb(217 217 217 / 1);
}
.ring-gray-300\/15 {
  --tw-ring-color: rgb(217 217 217 / 0.15);
}
.ring-gray-300\/20 {
  --tw-ring-color: rgb(217 217 217 / 0.2);
}
.ring-gray-300\/25 {
  --tw-ring-color: rgb(217 217 217 / 0.25);
}
.ring-gray-300\/30 {
  --tw-ring-color: rgb(217 217 217 / 0.3);
}
.ring-gray-300\/35 {
  --tw-ring-color: rgb(217 217 217 / 0.35);
}
.ring-gray-300\/40 {
  --tw-ring-color: rgb(217 217 217 / 0.4);
}
.ring-gray-300\/45 {
  --tw-ring-color: rgb(217 217 217 / 0.45);
}
.ring-gray-300\/5 {
  --tw-ring-color: rgb(217 217 217 / 0.05);
}
.ring-gray-300\/50 {
  --tw-ring-color: rgb(217 217 217 / 0.5);
}
.ring-gray-300\/55 {
  --tw-ring-color: rgb(217 217 217 / 0.55);
}
.ring-gray-300\/60 {
  --tw-ring-color: rgb(217 217 217 / 0.6);
}
.ring-gray-300\/65 {
  --tw-ring-color: rgb(217 217 217 / 0.65);
}
.ring-gray-300\/70 {
  --tw-ring-color: rgb(217 217 217 / 0.7);
}
.ring-gray-300\/75 {
  --tw-ring-color: rgb(217 217 217 / 0.75);
}
.ring-gray-300\/80 {
  --tw-ring-color: rgb(217 217 217 / 0.8);
}
.ring-gray-300\/85 {
  --tw-ring-color: rgb(217 217 217 / 0.85);
}
.ring-gray-300\/90 {
  --tw-ring-color: rgb(217 217 217 / 0.9);
}
.ring-gray-300\/95 {
  --tw-ring-color: rgb(217 217 217 / 0.95);
}
.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(193 193 193 / var(--tw-ring-opacity, 1));
}
.ring-gray-400\/0 {
  --tw-ring-color: rgb(193 193 193 / 0);
}
.ring-gray-400\/10 {
  --tw-ring-color: rgb(193 193 193 / 0.1);
}
.ring-gray-400\/100 {
  --tw-ring-color: rgb(193 193 193 / 1);
}
.ring-gray-400\/15 {
  --tw-ring-color: rgb(193 193 193 / 0.15);
}
.ring-gray-400\/20 {
  --tw-ring-color: rgb(193 193 193 / 0.2);
}
.ring-gray-400\/25 {
  --tw-ring-color: rgb(193 193 193 / 0.25);
}
.ring-gray-400\/30 {
  --tw-ring-color: rgb(193 193 193 / 0.3);
}
.ring-gray-400\/35 {
  --tw-ring-color: rgb(193 193 193 / 0.35);
}
.ring-gray-400\/40 {
  --tw-ring-color: rgb(193 193 193 / 0.4);
}
.ring-gray-400\/45 {
  --tw-ring-color: rgb(193 193 193 / 0.45);
}
.ring-gray-400\/5 {
  --tw-ring-color: rgb(193 193 193 / 0.05);
}
.ring-gray-400\/50 {
  --tw-ring-color: rgb(193 193 193 / 0.5);
}
.ring-gray-400\/55 {
  --tw-ring-color: rgb(193 193 193 / 0.55);
}
.ring-gray-400\/60 {
  --tw-ring-color: rgb(193 193 193 / 0.6);
}
.ring-gray-400\/65 {
  --tw-ring-color: rgb(193 193 193 / 0.65);
}
.ring-gray-400\/70 {
  --tw-ring-color: rgb(193 193 193 / 0.7);
}
.ring-gray-400\/75 {
  --tw-ring-color: rgb(193 193 193 / 0.75);
}
.ring-gray-400\/80 {
  --tw-ring-color: rgb(193 193 193 / 0.8);
}
.ring-gray-400\/85 {
  --tw-ring-color: rgb(193 193 193 / 0.85);
}
.ring-gray-400\/90 {
  --tw-ring-color: rgb(193 193 193 / 0.9);
}
.ring-gray-400\/95 {
  --tw-ring-color: rgb(193 193 193 / 0.95);
}
.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 252 252 / var(--tw-ring-opacity, 1));
}
.ring-gray-50\/0 {
  --tw-ring-color: rgb(252 252 252 / 0);
}
.ring-gray-50\/10 {
  --tw-ring-color: rgb(252 252 252 / 0.1);
}
.ring-gray-50\/100 {
  --tw-ring-color: rgb(252 252 252 / 1);
}
.ring-gray-50\/15 {
  --tw-ring-color: rgb(252 252 252 / 0.15);
}
.ring-gray-50\/20 {
  --tw-ring-color: rgb(252 252 252 / 0.2);
}
.ring-gray-50\/25 {
  --tw-ring-color: rgb(252 252 252 / 0.25);
}
.ring-gray-50\/30 {
  --tw-ring-color: rgb(252 252 252 / 0.3);
}
.ring-gray-50\/35 {
  --tw-ring-color: rgb(252 252 252 / 0.35);
}
.ring-gray-50\/40 {
  --tw-ring-color: rgb(252 252 252 / 0.4);
}
.ring-gray-50\/45 {
  --tw-ring-color: rgb(252 252 252 / 0.45);
}
.ring-gray-50\/5 {
  --tw-ring-color: rgb(252 252 252 / 0.05);
}
.ring-gray-50\/50 {
  --tw-ring-color: rgb(252 252 252 / 0.5);
}
.ring-gray-50\/55 {
  --tw-ring-color: rgb(252 252 252 / 0.55);
}
.ring-gray-50\/60 {
  --tw-ring-color: rgb(252 252 252 / 0.6);
}
.ring-gray-50\/65 {
  --tw-ring-color: rgb(252 252 252 / 0.65);
}
.ring-gray-50\/70 {
  --tw-ring-color: rgb(252 252 252 / 0.7);
}
.ring-gray-50\/75 {
  --tw-ring-color: rgb(252 252 252 / 0.75);
}
.ring-gray-50\/80 {
  --tw-ring-color: rgb(252 252 252 / 0.8);
}
.ring-gray-50\/85 {
  --tw-ring-color: rgb(252 252 252 / 0.85);
}
.ring-gray-50\/90 {
  --tw-ring-color: rgb(252 252 252 / 0.9);
}
.ring-gray-50\/95 {
  --tw-ring-color: rgb(252 252 252 / 0.95);
}
.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(182 182 182 / var(--tw-ring-opacity, 1));
}
.ring-gray-500\/0 {
  --tw-ring-color: rgb(182 182 182 / 0);
}
.ring-gray-500\/10 {
  --tw-ring-color: rgb(182 182 182 / 0.1);
}
.ring-gray-500\/100 {
  --tw-ring-color: rgb(182 182 182 / 1);
}
.ring-gray-500\/15 {
  --tw-ring-color: rgb(182 182 182 / 0.15);
}
.ring-gray-500\/20 {
  --tw-ring-color: rgb(182 182 182 / 0.2);
}
.ring-gray-500\/25 {
  --tw-ring-color: rgb(182 182 182 / 0.25);
}
.ring-gray-500\/30 {
  --tw-ring-color: rgb(182 182 182 / 0.3);
}
.ring-gray-500\/35 {
  --tw-ring-color: rgb(182 182 182 / 0.35);
}
.ring-gray-500\/40 {
  --tw-ring-color: rgb(182 182 182 / 0.4);
}
.ring-gray-500\/45 {
  --tw-ring-color: rgb(182 182 182 / 0.45);
}
.ring-gray-500\/5 {
  --tw-ring-color: rgb(182 182 182 / 0.05);
}
.ring-gray-500\/50 {
  --tw-ring-color: rgb(182 182 182 / 0.5);
}
.ring-gray-500\/55 {
  --tw-ring-color: rgb(182 182 182 / 0.55);
}
.ring-gray-500\/60 {
  --tw-ring-color: rgb(182 182 182 / 0.6);
}
.ring-gray-500\/65 {
  --tw-ring-color: rgb(182 182 182 / 0.65);
}
.ring-gray-500\/70 {
  --tw-ring-color: rgb(182 182 182 / 0.7);
}
.ring-gray-500\/75 {
  --tw-ring-color: rgb(182 182 182 / 0.75);
}
.ring-gray-500\/80 {
  --tw-ring-color: rgb(182 182 182 / 0.8);
}
.ring-gray-500\/85 {
  --tw-ring-color: rgb(182 182 182 / 0.85);
}
.ring-gray-500\/90 {
  --tw-ring-color: rgb(182 182 182 / 0.9);
}
.ring-gray-500\/95 {
  --tw-ring-color: rgb(182 182 182 / 0.95);
}
.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(145 145 145 / var(--tw-ring-opacity, 1));
}
.ring-gray-600\/0 {
  --tw-ring-color: rgb(145 145 145 / 0);
}
.ring-gray-600\/10 {
  --tw-ring-color: rgb(145 145 145 / 0.1);
}
.ring-gray-600\/100 {
  --tw-ring-color: rgb(145 145 145 / 1);
}
.ring-gray-600\/15 {
  --tw-ring-color: rgb(145 145 145 / 0.15);
}
.ring-gray-600\/20 {
  --tw-ring-color: rgb(145 145 145 / 0.2);
}
.ring-gray-600\/25 {
  --tw-ring-color: rgb(145 145 145 / 0.25);
}
.ring-gray-600\/30 {
  --tw-ring-color: rgb(145 145 145 / 0.3);
}
.ring-gray-600\/35 {
  --tw-ring-color: rgb(145 145 145 / 0.35);
}
.ring-gray-600\/40 {
  --tw-ring-color: rgb(145 145 145 / 0.4);
}
.ring-gray-600\/45 {
  --tw-ring-color: rgb(145 145 145 / 0.45);
}
.ring-gray-600\/5 {
  --tw-ring-color: rgb(145 145 145 / 0.05);
}
.ring-gray-600\/50 {
  --tw-ring-color: rgb(145 145 145 / 0.5);
}
.ring-gray-600\/55 {
  --tw-ring-color: rgb(145 145 145 / 0.55);
}
.ring-gray-600\/60 {
  --tw-ring-color: rgb(145 145 145 / 0.6);
}
.ring-gray-600\/65 {
  --tw-ring-color: rgb(145 145 145 / 0.65);
}
.ring-gray-600\/70 {
  --tw-ring-color: rgb(145 145 145 / 0.7);
}
.ring-gray-600\/75 {
  --tw-ring-color: rgb(145 145 145 / 0.75);
}
.ring-gray-600\/80 {
  --tw-ring-color: rgb(145 145 145 / 0.8);
}
.ring-gray-600\/85 {
  --tw-ring-color: rgb(145 145 145 / 0.85);
}
.ring-gray-600\/90 {
  --tw-ring-color: rgb(145 145 145 / 0.9);
}
.ring-gray-600\/95 {
  --tw-ring-color: rgb(145 145 145 / 0.95);
}
.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(108 108 108 / var(--tw-ring-opacity, 1));
}
.ring-gray-700\/0 {
  --tw-ring-color: rgb(108 108 108 / 0);
}
.ring-gray-700\/10 {
  --tw-ring-color: rgb(108 108 108 / 0.1);
}
.ring-gray-700\/100 {
  --tw-ring-color: rgb(108 108 108 / 1);
}
.ring-gray-700\/15 {
  --tw-ring-color: rgb(108 108 108 / 0.15);
}
.ring-gray-700\/20 {
  --tw-ring-color: rgb(108 108 108 / 0.2);
}
.ring-gray-700\/25 {
  --tw-ring-color: rgb(108 108 108 / 0.25);
}
.ring-gray-700\/30 {
  --tw-ring-color: rgb(108 108 108 / 0.3);
}
.ring-gray-700\/35 {
  --tw-ring-color: rgb(108 108 108 / 0.35);
}
.ring-gray-700\/40 {
  --tw-ring-color: rgb(108 108 108 / 0.4);
}
.ring-gray-700\/45 {
  --tw-ring-color: rgb(108 108 108 / 0.45);
}
.ring-gray-700\/5 {
  --tw-ring-color: rgb(108 108 108 / 0.05);
}
.ring-gray-700\/50 {
  --tw-ring-color: rgb(108 108 108 / 0.5);
}
.ring-gray-700\/55 {
  --tw-ring-color: rgb(108 108 108 / 0.55);
}
.ring-gray-700\/60 {
  --tw-ring-color: rgb(108 108 108 / 0.6);
}
.ring-gray-700\/65 {
  --tw-ring-color: rgb(108 108 108 / 0.65);
}
.ring-gray-700\/70 {
  --tw-ring-color: rgb(108 108 108 / 0.7);
}
.ring-gray-700\/75 {
  --tw-ring-color: rgb(108 108 108 / 0.75);
}
.ring-gray-700\/80 {
  --tw-ring-color: rgb(108 108 108 / 0.8);
}
.ring-gray-700\/85 {
  --tw-ring-color: rgb(108 108 108 / 0.85);
}
.ring-gray-700\/90 {
  --tw-ring-color: rgb(108 108 108 / 0.9);
}
.ring-gray-700\/95 {
  --tw-ring-color: rgb(108 108 108 / 0.95);
}
.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(72 72 72 / var(--tw-ring-opacity, 1));
}
.ring-gray-800\/0 {
  --tw-ring-color: rgb(72 72 72 / 0);
}
.ring-gray-800\/10 {
  --tw-ring-color: rgb(72 72 72 / 0.1);
}
.ring-gray-800\/100 {
  --tw-ring-color: rgb(72 72 72 / 1);
}
.ring-gray-800\/15 {
  --tw-ring-color: rgb(72 72 72 / 0.15);
}
.ring-gray-800\/20 {
  --tw-ring-color: rgb(72 72 72 / 0.2);
}
.ring-gray-800\/25 {
  --tw-ring-color: rgb(72 72 72 / 0.25);
}
.ring-gray-800\/30 {
  --tw-ring-color: rgb(72 72 72 / 0.3);
}
.ring-gray-800\/35 {
  --tw-ring-color: rgb(72 72 72 / 0.35);
}
.ring-gray-800\/40 {
  --tw-ring-color: rgb(72 72 72 / 0.4);
}
.ring-gray-800\/45 {
  --tw-ring-color: rgb(72 72 72 / 0.45);
}
.ring-gray-800\/5 {
  --tw-ring-color: rgb(72 72 72 / 0.05);
}
.ring-gray-800\/50 {
  --tw-ring-color: rgb(72 72 72 / 0.5);
}
.ring-gray-800\/55 {
  --tw-ring-color: rgb(72 72 72 / 0.55);
}
.ring-gray-800\/60 {
  --tw-ring-color: rgb(72 72 72 / 0.6);
}
.ring-gray-800\/65 {
  --tw-ring-color: rgb(72 72 72 / 0.65);
}
.ring-gray-800\/70 {
  --tw-ring-color: rgb(72 72 72 / 0.7);
}
.ring-gray-800\/75 {
  --tw-ring-color: rgb(72 72 72 / 0.75);
}
.ring-gray-800\/80 {
  --tw-ring-color: rgb(72 72 72 / 0.8);
}
.ring-gray-800\/85 {
  --tw-ring-color: rgb(72 72 72 / 0.85);
}
.ring-gray-800\/90 {
  --tw-ring-color: rgb(72 72 72 / 0.9);
}
.ring-gray-800\/95 {
  --tw-ring-color: rgb(72 72 72 / 0.95);
}
.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(36 36 36 / var(--tw-ring-opacity, 1));
}
.ring-gray-900\/0 {
  --tw-ring-color: rgb(36 36 36 / 0);
}
.ring-gray-900\/10 {
  --tw-ring-color: rgb(36 36 36 / 0.1);
}
.ring-gray-900\/100 {
  --tw-ring-color: rgb(36 36 36 / 1);
}
.ring-gray-900\/15 {
  --tw-ring-color: rgb(36 36 36 / 0.15);
}
.ring-gray-900\/20 {
  --tw-ring-color: rgb(36 36 36 / 0.2);
}
.ring-gray-900\/25 {
  --tw-ring-color: rgb(36 36 36 / 0.25);
}
.ring-gray-900\/30 {
  --tw-ring-color: rgb(36 36 36 / 0.3);
}
.ring-gray-900\/35 {
  --tw-ring-color: rgb(36 36 36 / 0.35);
}
.ring-gray-900\/40 {
  --tw-ring-color: rgb(36 36 36 / 0.4);
}
.ring-gray-900\/45 {
  --tw-ring-color: rgb(36 36 36 / 0.45);
}
.ring-gray-900\/5 {
  --tw-ring-color: rgb(36 36 36 / 0.05);
}
.ring-gray-900\/50 {
  --tw-ring-color: rgb(36 36 36 / 0.5);
}
.ring-gray-900\/55 {
  --tw-ring-color: rgb(36 36 36 / 0.55);
}
.ring-gray-900\/60 {
  --tw-ring-color: rgb(36 36 36 / 0.6);
}
.ring-gray-900\/65 {
  --tw-ring-color: rgb(36 36 36 / 0.65);
}
.ring-gray-900\/70 {
  --tw-ring-color: rgb(36 36 36 / 0.7);
}
.ring-gray-900\/75 {
  --tw-ring-color: rgb(36 36 36 / 0.75);
}
.ring-gray-900\/80 {
  --tw-ring-color: rgb(36 36 36 / 0.8);
}
.ring-gray-900\/85 {
  --tw-ring-color: rgb(36 36 36 / 0.85);
}
.ring-gray-900\/90 {
  --tw-ring-color: rgb(36 36 36 / 0.9);
}
.ring-gray-900\/95 {
  --tw-ring-color: rgb(36 36 36 / 0.95);
}
.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 239 222 / var(--tw-ring-opacity, 1));
}
.ring-green-200\/0 {
  --tw-ring-color: rgb(211 239 222 / 0);
}
.ring-green-200\/10 {
  --tw-ring-color: rgb(211 239 222 / 0.1);
}
.ring-green-200\/100 {
  --tw-ring-color: rgb(211 239 222 / 1);
}
.ring-green-200\/15 {
  --tw-ring-color: rgb(211 239 222 / 0.15);
}
.ring-green-200\/20 {
  --tw-ring-color: rgb(211 239 222 / 0.2);
}
.ring-green-200\/25 {
  --tw-ring-color: rgb(211 239 222 / 0.25);
}
.ring-green-200\/30 {
  --tw-ring-color: rgb(211 239 222 / 0.3);
}
.ring-green-200\/35 {
  --tw-ring-color: rgb(211 239 222 / 0.35);
}
.ring-green-200\/40 {
  --tw-ring-color: rgb(211 239 222 / 0.4);
}
.ring-green-200\/45 {
  --tw-ring-color: rgb(211 239 222 / 0.45);
}
.ring-green-200\/5 {
  --tw-ring-color: rgb(211 239 222 / 0.05);
}
.ring-green-200\/50 {
  --tw-ring-color: rgb(211 239 222 / 0.5);
}
.ring-green-200\/55 {
  --tw-ring-color: rgb(211 239 222 / 0.55);
}
.ring-green-200\/60 {
  --tw-ring-color: rgb(211 239 222 / 0.6);
}
.ring-green-200\/65 {
  --tw-ring-color: rgb(211 239 222 / 0.65);
}
.ring-green-200\/70 {
  --tw-ring-color: rgb(211 239 222 / 0.7);
}
.ring-green-200\/75 {
  --tw-ring-color: rgb(211 239 222 / 0.75);
}
.ring-green-200\/80 {
  --tw-ring-color: rgb(211 239 222 / 0.8);
}
.ring-green-200\/85 {
  --tw-ring-color: rgb(211 239 222 / 0.85);
}
.ring-green-200\/90 {
  --tw-ring-color: rgb(211 239 222 / 0.9);
}
.ring-green-200\/95 {
  --tw-ring-color: rgb(211 239 222 / 0.95);
}
.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 222 190 / var(--tw-ring-opacity, 1));
}
.ring-green-400\/0 {
  --tw-ring-color: rgb(167 222 190 / 0);
}
.ring-green-400\/10 {
  --tw-ring-color: rgb(167 222 190 / 0.1);
}
.ring-green-400\/100 {
  --tw-ring-color: rgb(167 222 190 / 1);
}
.ring-green-400\/15 {
  --tw-ring-color: rgb(167 222 190 / 0.15);
}
.ring-green-400\/20 {
  --tw-ring-color: rgb(167 222 190 / 0.2);
}
.ring-green-400\/25 {
  --tw-ring-color: rgb(167 222 190 / 0.25);
}
.ring-green-400\/30 {
  --tw-ring-color: rgb(167 222 190 / 0.3);
}
.ring-green-400\/35 {
  --tw-ring-color: rgb(167 222 190 / 0.35);
}
.ring-green-400\/40 {
  --tw-ring-color: rgb(167 222 190 / 0.4);
}
.ring-green-400\/45 {
  --tw-ring-color: rgb(167 222 190 / 0.45);
}
.ring-green-400\/5 {
  --tw-ring-color: rgb(167 222 190 / 0.05);
}
.ring-green-400\/50 {
  --tw-ring-color: rgb(167 222 190 / 0.5);
}
.ring-green-400\/55 {
  --tw-ring-color: rgb(167 222 190 / 0.55);
}
.ring-green-400\/60 {
  --tw-ring-color: rgb(167 222 190 / 0.6);
}
.ring-green-400\/65 {
  --tw-ring-color: rgb(167 222 190 / 0.65);
}
.ring-green-400\/70 {
  --tw-ring-color: rgb(167 222 190 / 0.7);
}
.ring-green-400\/75 {
  --tw-ring-color: rgb(167 222 190 / 0.75);
}
.ring-green-400\/80 {
  --tw-ring-color: rgb(167 222 190 / 0.8);
}
.ring-green-400\/85 {
  --tw-ring-color: rgb(167 222 190 / 0.85);
}
.ring-green-400\/90 {
  --tw-ring-color: rgb(167 222 190 / 0.9);
}
.ring-green-400\/95 {
  --tw-ring-color: rgb(167 222 190 / 0.95);
}
.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 251 247 / var(--tw-ring-opacity, 1));
}
.ring-green-50\/0 {
  --tw-ring-color: rgb(244 251 247 / 0);
}
.ring-green-50\/10 {
  --tw-ring-color: rgb(244 251 247 / 0.1);
}
.ring-green-50\/100 {
  --tw-ring-color: rgb(244 251 247 / 1);
}
.ring-green-50\/15 {
  --tw-ring-color: rgb(244 251 247 / 0.15);
}
.ring-green-50\/20 {
  --tw-ring-color: rgb(244 251 247 / 0.2);
}
.ring-green-50\/25 {
  --tw-ring-color: rgb(244 251 247 / 0.25);
}
.ring-green-50\/30 {
  --tw-ring-color: rgb(244 251 247 / 0.3);
}
.ring-green-50\/35 {
  --tw-ring-color: rgb(244 251 247 / 0.35);
}
.ring-green-50\/40 {
  --tw-ring-color: rgb(244 251 247 / 0.4);
}
.ring-green-50\/45 {
  --tw-ring-color: rgb(244 251 247 / 0.45);
}
.ring-green-50\/5 {
  --tw-ring-color: rgb(244 251 247 / 0.05);
}
.ring-green-50\/50 {
  --tw-ring-color: rgb(244 251 247 / 0.5);
}
.ring-green-50\/55 {
  --tw-ring-color: rgb(244 251 247 / 0.55);
}
.ring-green-50\/60 {
  --tw-ring-color: rgb(244 251 247 / 0.6);
}
.ring-green-50\/65 {
  --tw-ring-color: rgb(244 251 247 / 0.65);
}
.ring-green-50\/70 {
  --tw-ring-color: rgb(244 251 247 / 0.7);
}
.ring-green-50\/75 {
  --tw-ring-color: rgb(244 251 247 / 0.75);
}
.ring-green-50\/80 {
  --tw-ring-color: rgb(244 251 247 / 0.8);
}
.ring-green-50\/85 {
  --tw-ring-color: rgb(244 251 247 / 0.85);
}
.ring-green-50\/90 {
  --tw-ring-color: rgb(244 251 247 / 0.9);
}
.ring-green-50\/95 {
  --tw-ring-color: rgb(244 251 247 / 0.95);
}
.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(122 206 157 / var(--tw-ring-opacity, 1));
}
.ring-green-600\/0 {
  --tw-ring-color: rgb(122 206 157 / 0);
}
.ring-green-600\/10 {
  --tw-ring-color: rgb(122 206 157 / 0.1);
}
.ring-green-600\/100 {
  --tw-ring-color: rgb(122 206 157 / 1);
}
.ring-green-600\/15 {
  --tw-ring-color: rgb(122 206 157 / 0.15);
}
.ring-green-600\/20 {
  --tw-ring-color: rgb(122 206 157 / 0.2);
}
.ring-green-600\/25 {
  --tw-ring-color: rgb(122 206 157 / 0.25);
}
.ring-green-600\/30 {
  --tw-ring-color: rgb(122 206 157 / 0.3);
}
.ring-green-600\/35 {
  --tw-ring-color: rgb(122 206 157 / 0.35);
}
.ring-green-600\/40 {
  --tw-ring-color: rgb(122 206 157 / 0.4);
}
.ring-green-600\/45 {
  --tw-ring-color: rgb(122 206 157 / 0.45);
}
.ring-green-600\/5 {
  --tw-ring-color: rgb(122 206 157 / 0.05);
}
.ring-green-600\/50 {
  --tw-ring-color: rgb(122 206 157 / 0.5);
}
.ring-green-600\/55 {
  --tw-ring-color: rgb(122 206 157 / 0.55);
}
.ring-green-600\/60 {
  --tw-ring-color: rgb(122 206 157 / 0.6);
}
.ring-green-600\/65 {
  --tw-ring-color: rgb(122 206 157 / 0.65);
}
.ring-green-600\/70 {
  --tw-ring-color: rgb(122 206 157 / 0.7);
}
.ring-green-600\/75 {
  --tw-ring-color: rgb(122 206 157 / 0.75);
}
.ring-green-600\/80 {
  --tw-ring-color: rgb(122 206 157 / 0.8);
}
.ring-green-600\/85 {
  --tw-ring-color: rgb(122 206 157 / 0.85);
}
.ring-green-600\/90 {
  --tw-ring-color: rgb(122 206 157 / 0.9);
}
.ring-green-600\/95 {
  --tw-ring-color: rgb(122 206 157 / 0.95);
}
.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 190 125 / var(--tw-ring-opacity, 1));
}
.ring-green-800\/0 {
  --tw-ring-color: rgb(78 190 125 / 0);
}
.ring-green-800\/10 {
  --tw-ring-color: rgb(78 190 125 / 0.1);
}
.ring-green-800\/100 {
  --tw-ring-color: rgb(78 190 125 / 1);
}
.ring-green-800\/15 {
  --tw-ring-color: rgb(78 190 125 / 0.15);
}
.ring-green-800\/20 {
  --tw-ring-color: rgb(78 190 125 / 0.2);
}
.ring-green-800\/25 {
  --tw-ring-color: rgb(78 190 125 / 0.25);
}
.ring-green-800\/30 {
  --tw-ring-color: rgb(78 190 125 / 0.3);
}
.ring-green-800\/35 {
  --tw-ring-color: rgb(78 190 125 / 0.35);
}
.ring-green-800\/40 {
  --tw-ring-color: rgb(78 190 125 / 0.4);
}
.ring-green-800\/45 {
  --tw-ring-color: rgb(78 190 125 / 0.45);
}
.ring-green-800\/5 {
  --tw-ring-color: rgb(78 190 125 / 0.05);
}
.ring-green-800\/50 {
  --tw-ring-color: rgb(78 190 125 / 0.5);
}
.ring-green-800\/55 {
  --tw-ring-color: rgb(78 190 125 / 0.55);
}
.ring-green-800\/60 {
  --tw-ring-color: rgb(78 190 125 / 0.6);
}
.ring-green-800\/65 {
  --tw-ring-color: rgb(78 190 125 / 0.65);
}
.ring-green-800\/70 {
  --tw-ring-color: rgb(78 190 125 / 0.7);
}
.ring-green-800\/75 {
  --tw-ring-color: rgb(78 190 125 / 0.75);
}
.ring-green-800\/80 {
  --tw-ring-color: rgb(78 190 125 / 0.8);
}
.ring-green-800\/85 {
  --tw-ring-color: rgb(78 190 125 / 0.85);
}
.ring-green-800\/90 {
  --tw-ring-color: rgb(78 190 125 / 0.9);
}
.ring-green-800\/95 {
  --tw-ring-color: rgb(78 190 125 / 0.95);
}
.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 173 92 / var(--tw-ring-opacity, 1));
}
.ring-green-900\/0 {
  --tw-ring-color: rgb(34 173 92 / 0);
}
.ring-green-900\/10 {
  --tw-ring-color: rgb(34 173 92 / 0.1);
}
.ring-green-900\/100 {
  --tw-ring-color: rgb(34 173 92 / 1);
}
.ring-green-900\/15 {
  --tw-ring-color: rgb(34 173 92 / 0.15);
}
.ring-green-900\/20 {
  --tw-ring-color: rgb(34 173 92 / 0.2);
}
.ring-green-900\/25 {
  --tw-ring-color: rgb(34 173 92 / 0.25);
}
.ring-green-900\/30 {
  --tw-ring-color: rgb(34 173 92 / 0.3);
}
.ring-green-900\/35 {
  --tw-ring-color: rgb(34 173 92 / 0.35);
}
.ring-green-900\/40 {
  --tw-ring-color: rgb(34 173 92 / 0.4);
}
.ring-green-900\/45 {
  --tw-ring-color: rgb(34 173 92 / 0.45);
}
.ring-green-900\/5 {
  --tw-ring-color: rgb(34 173 92 / 0.05);
}
.ring-green-900\/50 {
  --tw-ring-color: rgb(34 173 92 / 0.5);
}
.ring-green-900\/55 {
  --tw-ring-color: rgb(34 173 92 / 0.55);
}
.ring-green-900\/60 {
  --tw-ring-color: rgb(34 173 92 / 0.6);
}
.ring-green-900\/65 {
  --tw-ring-color: rgb(34 173 92 / 0.65);
}
.ring-green-900\/70 {
  --tw-ring-color: rgb(34 173 92 / 0.7);
}
.ring-green-900\/75 {
  --tw-ring-color: rgb(34 173 92 / 0.75);
}
.ring-green-900\/80 {
  --tw-ring-color: rgb(34 173 92 / 0.8);
}
.ring-green-900\/85 {
  --tw-ring-color: rgb(34 173 92 / 0.85);
}
.ring-green-900\/90 {
  --tw-ring-color: rgb(34 173 92 / 0.9);
}
.ring-green-900\/95 {
  --tw-ring-color: rgb(34 173 92 / 0.95);
}
.ring-green-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 132 59 / var(--tw-ring-opacity, 1));
}
.ring-green-950\/0 {
  --tw-ring-color: rgb(6 132 59 / 0);
}
.ring-green-950\/10 {
  --tw-ring-color: rgb(6 132 59 / 0.1);
}
.ring-green-950\/100 {
  --tw-ring-color: rgb(6 132 59 / 1);
}
.ring-green-950\/15 {
  --tw-ring-color: rgb(6 132 59 / 0.15);
}
.ring-green-950\/20 {
  --tw-ring-color: rgb(6 132 59 / 0.2);
}
.ring-green-950\/25 {
  --tw-ring-color: rgb(6 132 59 / 0.25);
}
.ring-green-950\/30 {
  --tw-ring-color: rgb(6 132 59 / 0.3);
}
.ring-green-950\/35 {
  --tw-ring-color: rgb(6 132 59 / 0.35);
}
.ring-green-950\/40 {
  --tw-ring-color: rgb(6 132 59 / 0.4);
}
.ring-green-950\/45 {
  --tw-ring-color: rgb(6 132 59 / 0.45);
}
.ring-green-950\/5 {
  --tw-ring-color: rgb(6 132 59 / 0.05);
}
.ring-green-950\/50 {
  --tw-ring-color: rgb(6 132 59 / 0.5);
}
.ring-green-950\/55 {
  --tw-ring-color: rgb(6 132 59 / 0.55);
}
.ring-green-950\/60 {
  --tw-ring-color: rgb(6 132 59 / 0.6);
}
.ring-green-950\/65 {
  --tw-ring-color: rgb(6 132 59 / 0.65);
}
.ring-green-950\/70 {
  --tw-ring-color: rgb(6 132 59 / 0.7);
}
.ring-green-950\/75 {
  --tw-ring-color: rgb(6 132 59 / 0.75);
}
.ring-green-950\/80 {
  --tw-ring-color: rgb(6 132 59 / 0.8);
}
.ring-green-950\/85 {
  --tw-ring-color: rgb(6 132 59 / 0.85);
}
.ring-green-950\/90 {
  --tw-ring-color: rgb(6 132 59 / 0.9);
}
.ring-green-950\/95 {
  --tw-ring-color: rgb(6 132 59 / 0.95);
}
.ring-navy-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 209 225 / var(--tw-ring-opacity, 1));
}
.ring-navy-200\/0 {
  --tw-ring-color: rgb(205 209 225 / 0);
}
.ring-navy-200\/10 {
  --tw-ring-color: rgb(205 209 225 / 0.1);
}
.ring-navy-200\/100 {
  --tw-ring-color: rgb(205 209 225 / 1);
}
.ring-navy-200\/15 {
  --tw-ring-color: rgb(205 209 225 / 0.15);
}
.ring-navy-200\/20 {
  --tw-ring-color: rgb(205 209 225 / 0.2);
}
.ring-navy-200\/25 {
  --tw-ring-color: rgb(205 209 225 / 0.25);
}
.ring-navy-200\/30 {
  --tw-ring-color: rgb(205 209 225 / 0.3);
}
.ring-navy-200\/35 {
  --tw-ring-color: rgb(205 209 225 / 0.35);
}
.ring-navy-200\/40 {
  --tw-ring-color: rgb(205 209 225 / 0.4);
}
.ring-navy-200\/45 {
  --tw-ring-color: rgb(205 209 225 / 0.45);
}
.ring-navy-200\/5 {
  --tw-ring-color: rgb(205 209 225 / 0.05);
}
.ring-navy-200\/50 {
  --tw-ring-color: rgb(205 209 225 / 0.5);
}
.ring-navy-200\/55 {
  --tw-ring-color: rgb(205 209 225 / 0.55);
}
.ring-navy-200\/60 {
  --tw-ring-color: rgb(205 209 225 / 0.6);
}
.ring-navy-200\/65 {
  --tw-ring-color: rgb(205 209 225 / 0.65);
}
.ring-navy-200\/70 {
  --tw-ring-color: rgb(205 209 225 / 0.7);
}
.ring-navy-200\/75 {
  --tw-ring-color: rgb(205 209 225 / 0.75);
}
.ring-navy-200\/80 {
  --tw-ring-color: rgb(205 209 225 / 0.8);
}
.ring-navy-200\/85 {
  --tw-ring-color: rgb(205 209 225 / 0.85);
}
.ring-navy-200\/90 {
  --tw-ring-color: rgb(205 209 225 / 0.9);
}
.ring-navy-200\/95 {
  --tw-ring-color: rgb(205 209 225 / 0.95);
}
.ring-navy-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(152 163 194 / var(--tw-ring-opacity, 1));
}
.ring-navy-400\/0 {
  --tw-ring-color: rgb(152 163 194 / 0);
}
.ring-navy-400\/10 {
  --tw-ring-color: rgb(152 163 194 / 0.1);
}
.ring-navy-400\/100 {
  --tw-ring-color: rgb(152 163 194 / 1);
}
.ring-navy-400\/15 {
  --tw-ring-color: rgb(152 163 194 / 0.15);
}
.ring-navy-400\/20 {
  --tw-ring-color: rgb(152 163 194 / 0.2);
}
.ring-navy-400\/25 {
  --tw-ring-color: rgb(152 163 194 / 0.25);
}
.ring-navy-400\/30 {
  --tw-ring-color: rgb(152 163 194 / 0.3);
}
.ring-navy-400\/35 {
  --tw-ring-color: rgb(152 163 194 / 0.35);
}
.ring-navy-400\/40 {
  --tw-ring-color: rgb(152 163 194 / 0.4);
}
.ring-navy-400\/45 {
  --tw-ring-color: rgb(152 163 194 / 0.45);
}
.ring-navy-400\/5 {
  --tw-ring-color: rgb(152 163 194 / 0.05);
}
.ring-navy-400\/50 {
  --tw-ring-color: rgb(152 163 194 / 0.5);
}
.ring-navy-400\/55 {
  --tw-ring-color: rgb(152 163 194 / 0.55);
}
.ring-navy-400\/60 {
  --tw-ring-color: rgb(152 163 194 / 0.6);
}
.ring-navy-400\/65 {
  --tw-ring-color: rgb(152 163 194 / 0.65);
}
.ring-navy-400\/70 {
  --tw-ring-color: rgb(152 163 194 / 0.7);
}
.ring-navy-400\/75 {
  --tw-ring-color: rgb(152 163 194 / 0.75);
}
.ring-navy-400\/80 {
  --tw-ring-color: rgb(152 163 194 / 0.8);
}
.ring-navy-400\/85 {
  --tw-ring-color: rgb(152 163 194 / 0.85);
}
.ring-navy-400\/90 {
  --tw-ring-color: rgb(152 163 194 / 0.9);
}
.ring-navy-400\/95 {
  --tw-ring-color: rgb(152 163 194 / 0.95);
}
.ring-navy-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 244 248 / var(--tw-ring-opacity, 1));
}
.ring-navy-50\/0 {
  --tw-ring-color: rgb(242 244 248 / 0);
}
.ring-navy-50\/10 {
  --tw-ring-color: rgb(242 244 248 / 0.1);
}
.ring-navy-50\/100 {
  --tw-ring-color: rgb(242 244 248 / 1);
}
.ring-navy-50\/15 {
  --tw-ring-color: rgb(242 244 248 / 0.15);
}
.ring-navy-50\/20 {
  --tw-ring-color: rgb(242 244 248 / 0.2);
}
.ring-navy-50\/25 {
  --tw-ring-color: rgb(242 244 248 / 0.25);
}
.ring-navy-50\/30 {
  --tw-ring-color: rgb(242 244 248 / 0.3);
}
.ring-navy-50\/35 {
  --tw-ring-color: rgb(242 244 248 / 0.35);
}
.ring-navy-50\/40 {
  --tw-ring-color: rgb(242 244 248 / 0.4);
}
.ring-navy-50\/45 {
  --tw-ring-color: rgb(242 244 248 / 0.45);
}
.ring-navy-50\/5 {
  --tw-ring-color: rgb(242 244 248 / 0.05);
}
.ring-navy-50\/50 {
  --tw-ring-color: rgb(242 244 248 / 0.5);
}
.ring-navy-50\/55 {
  --tw-ring-color: rgb(242 244 248 / 0.55);
}
.ring-navy-50\/60 {
  --tw-ring-color: rgb(242 244 248 / 0.6);
}
.ring-navy-50\/65 {
  --tw-ring-color: rgb(242 244 248 / 0.65);
}
.ring-navy-50\/70 {
  --tw-ring-color: rgb(242 244 248 / 0.7);
}
.ring-navy-50\/75 {
  --tw-ring-color: rgb(242 244 248 / 0.75);
}
.ring-navy-50\/80 {
  --tw-ring-color: rgb(242 244 248 / 0.8);
}
.ring-navy-50\/85 {
  --tw-ring-color: rgb(242 244 248 / 0.85);
}
.ring-navy-50\/90 {
  --tw-ring-color: rgb(242 244 248 / 0.9);
}
.ring-navy-50\/95 {
  --tw-ring-color: rgb(242 244 248 / 0.95);
}
.ring-navy-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(104 118 166 / var(--tw-ring-opacity, 1));
}
.ring-navy-600\/0 {
  --tw-ring-color: rgb(104 118 166 / 0);
}
.ring-navy-600\/10 {
  --tw-ring-color: rgb(104 118 166 / 0.1);
}
.ring-navy-600\/100 {
  --tw-ring-color: rgb(104 118 166 / 1);
}
.ring-navy-600\/15 {
  --tw-ring-color: rgb(104 118 166 / 0.15);
}
.ring-navy-600\/20 {
  --tw-ring-color: rgb(104 118 166 / 0.2);
}
.ring-navy-600\/25 {
  --tw-ring-color: rgb(104 118 166 / 0.25);
}
.ring-navy-600\/30 {
  --tw-ring-color: rgb(104 118 166 / 0.3);
}
.ring-navy-600\/35 {
  --tw-ring-color: rgb(104 118 166 / 0.35);
}
.ring-navy-600\/40 {
  --tw-ring-color: rgb(104 118 166 / 0.4);
}
.ring-navy-600\/45 {
  --tw-ring-color: rgb(104 118 166 / 0.45);
}
.ring-navy-600\/5 {
  --tw-ring-color: rgb(104 118 166 / 0.05);
}
.ring-navy-600\/50 {
  --tw-ring-color: rgb(104 118 166 / 0.5);
}
.ring-navy-600\/55 {
  --tw-ring-color: rgb(104 118 166 / 0.55);
}
.ring-navy-600\/60 {
  --tw-ring-color: rgb(104 118 166 / 0.6);
}
.ring-navy-600\/65 {
  --tw-ring-color: rgb(104 118 166 / 0.65);
}
.ring-navy-600\/70 {
  --tw-ring-color: rgb(104 118 166 / 0.7);
}
.ring-navy-600\/75 {
  --tw-ring-color: rgb(104 118 166 / 0.75);
}
.ring-navy-600\/80 {
  --tw-ring-color: rgb(104 118 166 / 0.8);
}
.ring-navy-600\/85 {
  --tw-ring-color: rgb(104 118 166 / 0.85);
}
.ring-navy-600\/90 {
  --tw-ring-color: rgb(104 118 166 / 0.9);
}
.ring-navy-600\/95 {
  --tw-ring-color: rgb(104 118 166 / 0.95);
}
.ring-navy-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(53 72 137 / var(--tw-ring-opacity, 1));
}
.ring-navy-800\/0 {
  --tw-ring-color: rgb(53 72 137 / 0);
}
.ring-navy-800\/10 {
  --tw-ring-color: rgb(53 72 137 / 0.1);
}
.ring-navy-800\/100 {
  --tw-ring-color: rgb(53 72 137 / 1);
}
.ring-navy-800\/15 {
  --tw-ring-color: rgb(53 72 137 / 0.15);
}
.ring-navy-800\/20 {
  --tw-ring-color: rgb(53 72 137 / 0.2);
}
.ring-navy-800\/25 {
  --tw-ring-color: rgb(53 72 137 / 0.25);
}
.ring-navy-800\/30 {
  --tw-ring-color: rgb(53 72 137 / 0.3);
}
.ring-navy-800\/35 {
  --tw-ring-color: rgb(53 72 137 / 0.35);
}
.ring-navy-800\/40 {
  --tw-ring-color: rgb(53 72 137 / 0.4);
}
.ring-navy-800\/45 {
  --tw-ring-color: rgb(53 72 137 / 0.45);
}
.ring-navy-800\/5 {
  --tw-ring-color: rgb(53 72 137 / 0.05);
}
.ring-navy-800\/50 {
  --tw-ring-color: rgb(53 72 137 / 0.5);
}
.ring-navy-800\/55 {
  --tw-ring-color: rgb(53 72 137 / 0.55);
}
.ring-navy-800\/60 {
  --tw-ring-color: rgb(53 72 137 / 0.6);
}
.ring-navy-800\/65 {
  --tw-ring-color: rgb(53 72 137 / 0.65);
}
.ring-navy-800\/70 {
  --tw-ring-color: rgb(53 72 137 / 0.7);
}
.ring-navy-800\/75 {
  --tw-ring-color: rgb(53 72 137 / 0.75);
}
.ring-navy-800\/80 {
  --tw-ring-color: rgb(53 72 137 / 0.8);
}
.ring-navy-800\/85 {
  --tw-ring-color: rgb(53 72 137 / 0.85);
}
.ring-navy-800\/90 {
  --tw-ring-color: rgb(53 72 137 / 0.9);
}
.ring-navy-800\/95 {
  --tw-ring-color: rgb(53 72 137 / 0.95);
}
.ring-navy-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 26 107 / var(--tw-ring-opacity, 1));
}
.ring-navy-900\/0 {
  --tw-ring-color: rgb(3 26 107 / 0);
}
.ring-navy-900\/10 {
  --tw-ring-color: rgb(3 26 107 / 0.1);
}
.ring-navy-900\/100 {
  --tw-ring-color: rgb(3 26 107 / 1);
}
.ring-navy-900\/15 {
  --tw-ring-color: rgb(3 26 107 / 0.15);
}
.ring-navy-900\/20 {
  --tw-ring-color: rgb(3 26 107 / 0.2);
}
.ring-navy-900\/25 {
  --tw-ring-color: rgb(3 26 107 / 0.25);
}
.ring-navy-900\/30 {
  --tw-ring-color: rgb(3 26 107 / 0.3);
}
.ring-navy-900\/35 {
  --tw-ring-color: rgb(3 26 107 / 0.35);
}
.ring-navy-900\/40 {
  --tw-ring-color: rgb(3 26 107 / 0.4);
}
.ring-navy-900\/45 {
  --tw-ring-color: rgb(3 26 107 / 0.45);
}
.ring-navy-900\/5 {
  --tw-ring-color: rgb(3 26 107 / 0.05);
}
.ring-navy-900\/50 {
  --tw-ring-color: rgb(3 26 107 / 0.5);
}
.ring-navy-900\/55 {
  --tw-ring-color: rgb(3 26 107 / 0.55);
}
.ring-navy-900\/60 {
  --tw-ring-color: rgb(3 26 107 / 0.6);
}
.ring-navy-900\/65 {
  --tw-ring-color: rgb(3 26 107 / 0.65);
}
.ring-navy-900\/70 {
  --tw-ring-color: rgb(3 26 107 / 0.7);
}
.ring-navy-900\/75 {
  --tw-ring-color: rgb(3 26 107 / 0.75);
}
.ring-navy-900\/80 {
  --tw-ring-color: rgb(3 26 107 / 0.8);
}
.ring-navy-900\/85 {
  --tw-ring-color: rgb(3 26 107 / 0.85);
}
.ring-navy-900\/90 {
  --tw-ring-color: rgb(3 26 107 / 0.9);
}
.ring-navy-900\/95 {
  --tw-ring-color: rgb(3 26 107 / 0.95);
}
.ring-navy-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 21 80 / var(--tw-ring-opacity, 1));
}
.ring-navy-950\/0 {
  --tw-ring-color: rgb(5 21 80 / 0);
}
.ring-navy-950\/10 {
  --tw-ring-color: rgb(5 21 80 / 0.1);
}
.ring-navy-950\/100 {
  --tw-ring-color: rgb(5 21 80 / 1);
}
.ring-navy-950\/15 {
  --tw-ring-color: rgb(5 21 80 / 0.15);
}
.ring-navy-950\/20 {
  --tw-ring-color: rgb(5 21 80 / 0.2);
}
.ring-navy-950\/25 {
  --tw-ring-color: rgb(5 21 80 / 0.25);
}
.ring-navy-950\/30 {
  --tw-ring-color: rgb(5 21 80 / 0.3);
}
.ring-navy-950\/35 {
  --tw-ring-color: rgb(5 21 80 / 0.35);
}
.ring-navy-950\/40 {
  --tw-ring-color: rgb(5 21 80 / 0.4);
}
.ring-navy-950\/45 {
  --tw-ring-color: rgb(5 21 80 / 0.45);
}
.ring-navy-950\/5 {
  --tw-ring-color: rgb(5 21 80 / 0.05);
}
.ring-navy-950\/50 {
  --tw-ring-color: rgb(5 21 80 / 0.5);
}
.ring-navy-950\/55 {
  --tw-ring-color: rgb(5 21 80 / 0.55);
}
.ring-navy-950\/60 {
  --tw-ring-color: rgb(5 21 80 / 0.6);
}
.ring-navy-950\/65 {
  --tw-ring-color: rgb(5 21 80 / 0.65);
}
.ring-navy-950\/70 {
  --tw-ring-color: rgb(5 21 80 / 0.7);
}
.ring-navy-950\/75 {
  --tw-ring-color: rgb(5 21 80 / 0.75);
}
.ring-navy-950\/80 {
  --tw-ring-color: rgb(5 21 80 / 0.8);
}
.ring-navy-950\/85 {
  --tw-ring-color: rgb(5 21 80 / 0.85);
}
.ring-navy-950\/90 {
  --tw-ring-color: rgb(5 21 80 / 0.9);
}
.ring-navy-950\/95 {
  --tw-ring-color: rgb(5 21 80 / 0.95);
}
.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 227 220 / var(--tw-ring-opacity, 1));
}
.ring-orange-200\/0 {
  --tw-ring-color: rgb(252 227 220 / 0);
}
.ring-orange-200\/10 {
  --tw-ring-color: rgb(252 227 220 / 0.1);
}
.ring-orange-200\/100 {
  --tw-ring-color: rgb(252 227 220 / 1);
}
.ring-orange-200\/15 {
  --tw-ring-color: rgb(252 227 220 / 0.15);
}
.ring-orange-200\/20 {
  --tw-ring-color: rgb(252 227 220 / 0.2);
}
.ring-orange-200\/25 {
  --tw-ring-color: rgb(252 227 220 / 0.25);
}
.ring-orange-200\/30 {
  --tw-ring-color: rgb(252 227 220 / 0.3);
}
.ring-orange-200\/35 {
  --tw-ring-color: rgb(252 227 220 / 0.35);
}
.ring-orange-200\/40 {
  --tw-ring-color: rgb(252 227 220 / 0.4);
}
.ring-orange-200\/45 {
  --tw-ring-color: rgb(252 227 220 / 0.45);
}
.ring-orange-200\/5 {
  --tw-ring-color: rgb(252 227 220 / 0.05);
}
.ring-orange-200\/50 {
  --tw-ring-color: rgb(252 227 220 / 0.5);
}
.ring-orange-200\/55 {
  --tw-ring-color: rgb(252 227 220 / 0.55);
}
.ring-orange-200\/60 {
  --tw-ring-color: rgb(252 227 220 / 0.6);
}
.ring-orange-200\/65 {
  --tw-ring-color: rgb(252 227 220 / 0.65);
}
.ring-orange-200\/70 {
  --tw-ring-color: rgb(252 227 220 / 0.7);
}
.ring-orange-200\/75 {
  --tw-ring-color: rgb(252 227 220 / 0.75);
}
.ring-orange-200\/80 {
  --tw-ring-color: rgb(252 227 220 / 0.8);
}
.ring-orange-200\/85 {
  --tw-ring-color: rgb(252 227 220 / 0.85);
}
.ring-orange-200\/90 {
  --tw-ring-color: rgb(252 227 220 / 0.9);
}
.ring-orange-200\/95 {
  --tw-ring-color: rgb(252 227 220 / 0.95);
}
.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 199 172 / var(--tw-ring-opacity, 1));
}
.ring-orange-400\/0 {
  --tw-ring-color: rgb(250 199 172 / 0);
}
.ring-orange-400\/10 {
  --tw-ring-color: rgb(250 199 172 / 0.1);
}
.ring-orange-400\/100 {
  --tw-ring-color: rgb(250 199 172 / 1);
}
.ring-orange-400\/15 {
  --tw-ring-color: rgb(250 199 172 / 0.15);
}
.ring-orange-400\/20 {
  --tw-ring-color: rgb(250 199 172 / 0.2);
}
.ring-orange-400\/25 {
  --tw-ring-color: rgb(250 199 172 / 0.25);
}
.ring-orange-400\/30 {
  --tw-ring-color: rgb(250 199 172 / 0.3);
}
.ring-orange-400\/35 {
  --tw-ring-color: rgb(250 199 172 / 0.35);
}
.ring-orange-400\/40 {
  --tw-ring-color: rgb(250 199 172 / 0.4);
}
.ring-orange-400\/45 {
  --tw-ring-color: rgb(250 199 172 / 0.45);
}
.ring-orange-400\/5 {
  --tw-ring-color: rgb(250 199 172 / 0.05);
}
.ring-orange-400\/50 {
  --tw-ring-color: rgb(250 199 172 / 0.5);
}
.ring-orange-400\/55 {
  --tw-ring-color: rgb(250 199 172 / 0.55);
}
.ring-orange-400\/60 {
  --tw-ring-color: rgb(250 199 172 / 0.6);
}
.ring-orange-400\/65 {
  --tw-ring-color: rgb(250 199 172 / 0.65);
}
.ring-orange-400\/70 {
  --tw-ring-color: rgb(250 199 172 / 0.7);
}
.ring-orange-400\/75 {
  --tw-ring-color: rgb(250 199 172 / 0.75);
}
.ring-orange-400\/80 {
  --tw-ring-color: rgb(250 199 172 / 0.8);
}
.ring-orange-400\/85 {
  --tw-ring-color: rgb(250 199 172 / 0.85);
}
.ring-orange-400\/90 {
  --tw-ring-color: rgb(250 199 172 / 0.9);
}
.ring-orange-400\/95 {
  --tw-ring-color: rgb(250 199 172 / 0.95);
}
.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 248 245 / var(--tw-ring-opacity, 1));
}
.ring-orange-50\/0 {
  --tw-ring-color: rgb(254 248 245 / 0);
}
.ring-orange-50\/10 {
  --tw-ring-color: rgb(254 248 245 / 0.1);
}
.ring-orange-50\/100 {
  --tw-ring-color: rgb(254 248 245 / 1);
}
.ring-orange-50\/15 {
  --tw-ring-color: rgb(254 248 245 / 0.15);
}
.ring-orange-50\/20 {
  --tw-ring-color: rgb(254 248 245 / 0.2);
}
.ring-orange-50\/25 {
  --tw-ring-color: rgb(254 248 245 / 0.25);
}
.ring-orange-50\/30 {
  --tw-ring-color: rgb(254 248 245 / 0.3);
}
.ring-orange-50\/35 {
  --tw-ring-color: rgb(254 248 245 / 0.35);
}
.ring-orange-50\/40 {
  --tw-ring-color: rgb(254 248 245 / 0.4);
}
.ring-orange-50\/45 {
  --tw-ring-color: rgb(254 248 245 / 0.45);
}
.ring-orange-50\/5 {
  --tw-ring-color: rgb(254 248 245 / 0.05);
}
.ring-orange-50\/50 {
  --tw-ring-color: rgb(254 248 245 / 0.5);
}
.ring-orange-50\/55 {
  --tw-ring-color: rgb(254 248 245 / 0.55);
}
.ring-orange-50\/60 {
  --tw-ring-color: rgb(254 248 245 / 0.6);
}
.ring-orange-50\/65 {
  --tw-ring-color: rgb(254 248 245 / 0.65);
}
.ring-orange-50\/70 {
  --tw-ring-color: rgb(254 248 245 / 0.7);
}
.ring-orange-50\/75 {
  --tw-ring-color: rgb(254 248 245 / 0.75);
}
.ring-orange-50\/80 {
  --tw-ring-color: rgb(254 248 245 / 0.8);
}
.ring-orange-50\/85 {
  --tw-ring-color: rgb(254 248 245 / 0.85);
}
.ring-orange-50\/90 {
  --tw-ring-color: rgb(254 248 245 / 0.9);
}
.ring-orange-50\/95 {
  --tw-ring-color: rgb(254 248 245 / 0.95);
}
.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 172 131 / var(--tw-ring-opacity, 1));
}
.ring-orange-600\/0 {
  --tw-ring-color: rgb(247 172 131 / 0);
}
.ring-orange-600\/10 {
  --tw-ring-color: rgb(247 172 131 / 0.1);
}
.ring-orange-600\/100 {
  --tw-ring-color: rgb(247 172 131 / 1);
}
.ring-orange-600\/15 {
  --tw-ring-color: rgb(247 172 131 / 0.15);
}
.ring-orange-600\/20 {
  --tw-ring-color: rgb(247 172 131 / 0.2);
}
.ring-orange-600\/25 {
  --tw-ring-color: rgb(247 172 131 / 0.25);
}
.ring-orange-600\/30 {
  --tw-ring-color: rgb(247 172 131 / 0.3);
}
.ring-orange-600\/35 {
  --tw-ring-color: rgb(247 172 131 / 0.35);
}
.ring-orange-600\/40 {
  --tw-ring-color: rgb(247 172 131 / 0.4);
}
.ring-orange-600\/45 {
  --tw-ring-color: rgb(247 172 131 / 0.45);
}
.ring-orange-600\/5 {
  --tw-ring-color: rgb(247 172 131 / 0.05);
}
.ring-orange-600\/50 {
  --tw-ring-color: rgb(247 172 131 / 0.5);
}
.ring-orange-600\/55 {
  --tw-ring-color: rgb(247 172 131 / 0.55);
}
.ring-orange-600\/60 {
  --tw-ring-color: rgb(247 172 131 / 0.6);
}
.ring-orange-600\/65 {
  --tw-ring-color: rgb(247 172 131 / 0.65);
}
.ring-orange-600\/70 {
  --tw-ring-color: rgb(247 172 131 / 0.7);
}
.ring-orange-600\/75 {
  --tw-ring-color: rgb(247 172 131 / 0.75);
}
.ring-orange-600\/80 {
  --tw-ring-color: rgb(247 172 131 / 0.8);
}
.ring-orange-600\/85 {
  --tw-ring-color: rgb(247 172 131 / 0.85);
}
.ring-orange-600\/90 {
  --tw-ring-color: rgb(247 172 131 / 0.9);
}
.ring-orange-600\/95 {
  --tw-ring-color: rgb(247 172 131 / 0.95);
}
.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 144 89 / var(--tw-ring-opacity, 1));
}
.ring-orange-800\/0 {
  --tw-ring-color: rgb(243 144 89 / 0);
}
.ring-orange-800\/10 {
  --tw-ring-color: rgb(243 144 89 / 0.1);
}
.ring-orange-800\/100 {
  --tw-ring-color: rgb(243 144 89 / 1);
}
.ring-orange-800\/15 {
  --tw-ring-color: rgb(243 144 89 / 0.15);
}
.ring-orange-800\/20 {
  --tw-ring-color: rgb(243 144 89 / 0.2);
}
.ring-orange-800\/25 {
  --tw-ring-color: rgb(243 144 89 / 0.25);
}
.ring-orange-800\/30 {
  --tw-ring-color: rgb(243 144 89 / 0.3);
}
.ring-orange-800\/35 {
  --tw-ring-color: rgb(243 144 89 / 0.35);
}
.ring-orange-800\/40 {
  --tw-ring-color: rgb(243 144 89 / 0.4);
}
.ring-orange-800\/45 {
  --tw-ring-color: rgb(243 144 89 / 0.45);
}
.ring-orange-800\/5 {
  --tw-ring-color: rgb(243 144 89 / 0.05);
}
.ring-orange-800\/50 {
  --tw-ring-color: rgb(243 144 89 / 0.5);
}
.ring-orange-800\/55 {
  --tw-ring-color: rgb(243 144 89 / 0.55);
}
.ring-orange-800\/60 {
  --tw-ring-color: rgb(243 144 89 / 0.6);
}
.ring-orange-800\/65 {
  --tw-ring-color: rgb(243 144 89 / 0.65);
}
.ring-orange-800\/70 {
  --tw-ring-color: rgb(243 144 89 / 0.7);
}
.ring-orange-800\/75 {
  --tw-ring-color: rgb(243 144 89 / 0.75);
}
.ring-orange-800\/80 {
  --tw-ring-color: rgb(243 144 89 / 0.8);
}
.ring-orange-800\/85 {
  --tw-ring-color: rgb(243 144 89 / 0.85);
}
.ring-orange-800\/90 {
  --tw-ring-color: rgb(243 144 89 / 0.9);
}
.ring-orange-800\/95 {
  --tw-ring-color: rgb(243 144 89 / 0.95);
}
.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 116 48 / var(--tw-ring-opacity, 1));
}
.ring-orange-900\/0 {
  --tw-ring-color: rgb(242 116 48 / 0);
}
.ring-orange-900\/10 {
  --tw-ring-color: rgb(242 116 48 / 0.1);
}
.ring-orange-900\/100 {
  --tw-ring-color: rgb(242 116 48 / 1);
}
.ring-orange-900\/15 {
  --tw-ring-color: rgb(242 116 48 / 0.15);
}
.ring-orange-900\/20 {
  --tw-ring-color: rgb(242 116 48 / 0.2);
}
.ring-orange-900\/25 {
  --tw-ring-color: rgb(242 116 48 / 0.25);
}
.ring-orange-900\/30 {
  --tw-ring-color: rgb(242 116 48 / 0.3);
}
.ring-orange-900\/35 {
  --tw-ring-color: rgb(242 116 48 / 0.35);
}
.ring-orange-900\/40 {
  --tw-ring-color: rgb(242 116 48 / 0.4);
}
.ring-orange-900\/45 {
  --tw-ring-color: rgb(242 116 48 / 0.45);
}
.ring-orange-900\/5 {
  --tw-ring-color: rgb(242 116 48 / 0.05);
}
.ring-orange-900\/50 {
  --tw-ring-color: rgb(242 116 48 / 0.5);
}
.ring-orange-900\/55 {
  --tw-ring-color: rgb(242 116 48 / 0.55);
}
.ring-orange-900\/60 {
  --tw-ring-color: rgb(242 116 48 / 0.6);
}
.ring-orange-900\/65 {
  --tw-ring-color: rgb(242 116 48 / 0.65);
}
.ring-orange-900\/70 {
  --tw-ring-color: rgb(242 116 48 / 0.7);
}
.ring-orange-900\/75 {
  --tw-ring-color: rgb(242 116 48 / 0.75);
}
.ring-orange-900\/80 {
  --tw-ring-color: rgb(242 116 48 / 0.8);
}
.ring-orange-900\/85 {
  --tw-ring-color: rgb(242 116 48 / 0.85);
}
.ring-orange-900\/90 {
  --tw-ring-color: rgb(242 116 48 / 0.9);
}
.ring-orange-900\/95 {
  --tw-ring-color: rgb(242 116 48 / 0.95);
}
.ring-orange-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 63 10 / var(--tw-ring-opacity, 1));
}
.ring-orange-950\/0 {
  --tw-ring-color: rgb(161 63 10 / 0);
}
.ring-orange-950\/10 {
  --tw-ring-color: rgb(161 63 10 / 0.1);
}
.ring-orange-950\/100 {
  --tw-ring-color: rgb(161 63 10 / 1);
}
.ring-orange-950\/15 {
  --tw-ring-color: rgb(161 63 10 / 0.15);
}
.ring-orange-950\/20 {
  --tw-ring-color: rgb(161 63 10 / 0.2);
}
.ring-orange-950\/25 {
  --tw-ring-color: rgb(161 63 10 / 0.25);
}
.ring-orange-950\/30 {
  --tw-ring-color: rgb(161 63 10 / 0.3);
}
.ring-orange-950\/35 {
  --tw-ring-color: rgb(161 63 10 / 0.35);
}
.ring-orange-950\/40 {
  --tw-ring-color: rgb(161 63 10 / 0.4);
}
.ring-orange-950\/45 {
  --tw-ring-color: rgb(161 63 10 / 0.45);
}
.ring-orange-950\/5 {
  --tw-ring-color: rgb(161 63 10 / 0.05);
}
.ring-orange-950\/50 {
  --tw-ring-color: rgb(161 63 10 / 0.5);
}
.ring-orange-950\/55 {
  --tw-ring-color: rgb(161 63 10 / 0.55);
}
.ring-orange-950\/60 {
  --tw-ring-color: rgb(161 63 10 / 0.6);
}
.ring-orange-950\/65 {
  --tw-ring-color: rgb(161 63 10 / 0.65);
}
.ring-orange-950\/70 {
  --tw-ring-color: rgb(161 63 10 / 0.7);
}
.ring-orange-950\/75 {
  --tw-ring-color: rgb(161 63 10 / 0.75);
}
.ring-orange-950\/80 {
  --tw-ring-color: rgb(161 63 10 / 0.8);
}
.ring-orange-950\/85 {
  --tw-ring-color: rgb(161 63 10 / 0.85);
}
.ring-orange-950\/90 {
  --tw-ring-color: rgb(161 63 10 / 0.9);
}
.ring-orange-950\/95 {
  --tw-ring-color: rgb(161 63 10 / 0.95);
}
.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 218 254 / var(--tw-ring-opacity, 1));
}
.ring-pink-200\/0 {
  --tw-ring-color: rgb(246 218 254 / 0);
}
.ring-pink-200\/10 {
  --tw-ring-color: rgb(246 218 254 / 0.1);
}
.ring-pink-200\/100 {
  --tw-ring-color: rgb(246 218 254 / 1);
}
.ring-pink-200\/15 {
  --tw-ring-color: rgb(246 218 254 / 0.15);
}
.ring-pink-200\/20 {
  --tw-ring-color: rgb(246 218 254 / 0.2);
}
.ring-pink-200\/25 {
  --tw-ring-color: rgb(246 218 254 / 0.25);
}
.ring-pink-200\/30 {
  --tw-ring-color: rgb(246 218 254 / 0.3);
}
.ring-pink-200\/35 {
  --tw-ring-color: rgb(246 218 254 / 0.35);
}
.ring-pink-200\/40 {
  --tw-ring-color: rgb(246 218 254 / 0.4);
}
.ring-pink-200\/45 {
  --tw-ring-color: rgb(246 218 254 / 0.45);
}
.ring-pink-200\/5 {
  --tw-ring-color: rgb(246 218 254 / 0.05);
}
.ring-pink-200\/50 {
  --tw-ring-color: rgb(246 218 254 / 0.5);
}
.ring-pink-200\/55 {
  --tw-ring-color: rgb(246 218 254 / 0.55);
}
.ring-pink-200\/60 {
  --tw-ring-color: rgb(246 218 254 / 0.6);
}
.ring-pink-200\/65 {
  --tw-ring-color: rgb(246 218 254 / 0.65);
}
.ring-pink-200\/70 {
  --tw-ring-color: rgb(246 218 254 / 0.7);
}
.ring-pink-200\/75 {
  --tw-ring-color: rgb(246 218 254 / 0.75);
}
.ring-pink-200\/80 {
  --tw-ring-color: rgb(246 218 254 / 0.8);
}
.ring-pink-200\/85 {
  --tw-ring-color: rgb(246 218 254 / 0.85);
}
.ring-pink-200\/90 {
  --tw-ring-color: rgb(246 218 254 / 0.9);
}
.ring-pink-200\/95 {
  --tw-ring-color: rgb(246 218 254 / 0.95);
}
.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 181 252 / var(--tw-ring-opacity, 1));
}
.ring-pink-400\/0 {
  --tw-ring-color: rgb(237 181 252 / 0);
}
.ring-pink-400\/10 {
  --tw-ring-color: rgb(237 181 252 / 0.1);
}
.ring-pink-400\/100 {
  --tw-ring-color: rgb(237 181 252 / 1);
}
.ring-pink-400\/15 {
  --tw-ring-color: rgb(237 181 252 / 0.15);
}
.ring-pink-400\/20 {
  --tw-ring-color: rgb(237 181 252 / 0.2);
}
.ring-pink-400\/25 {
  --tw-ring-color: rgb(237 181 252 / 0.25);
}
.ring-pink-400\/30 {
  --tw-ring-color: rgb(237 181 252 / 0.3);
}
.ring-pink-400\/35 {
  --tw-ring-color: rgb(237 181 252 / 0.35);
}
.ring-pink-400\/40 {
  --tw-ring-color: rgb(237 181 252 / 0.4);
}
.ring-pink-400\/45 {
  --tw-ring-color: rgb(237 181 252 / 0.45);
}
.ring-pink-400\/5 {
  --tw-ring-color: rgb(237 181 252 / 0.05);
}
.ring-pink-400\/50 {
  --tw-ring-color: rgb(237 181 252 / 0.5);
}
.ring-pink-400\/55 {
  --tw-ring-color: rgb(237 181 252 / 0.55);
}
.ring-pink-400\/60 {
  --tw-ring-color: rgb(237 181 252 / 0.6);
}
.ring-pink-400\/65 {
  --tw-ring-color: rgb(237 181 252 / 0.65);
}
.ring-pink-400\/70 {
  --tw-ring-color: rgb(237 181 252 / 0.7);
}
.ring-pink-400\/75 {
  --tw-ring-color: rgb(237 181 252 / 0.75);
}
.ring-pink-400\/80 {
  --tw-ring-color: rgb(237 181 252 / 0.8);
}
.ring-pink-400\/85 {
  --tw-ring-color: rgb(237 181 252 / 0.85);
}
.ring-pink-400\/90 {
  --tw-ring-color: rgb(237 181 252 / 0.9);
}
.ring-pink-400\/95 {
  --tw-ring-color: rgb(237 181 252 / 0.95);
}
.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 246 255 / var(--tw-ring-opacity, 1));
}
.ring-pink-50\/0 {
  --tw-ring-color: rgb(253 246 255 / 0);
}
.ring-pink-50\/10 {
  --tw-ring-color: rgb(253 246 255 / 0.1);
}
.ring-pink-50\/100 {
  --tw-ring-color: rgb(253 246 255 / 1);
}
.ring-pink-50\/15 {
  --tw-ring-color: rgb(253 246 255 / 0.15);
}
.ring-pink-50\/20 {
  --tw-ring-color: rgb(253 246 255 / 0.2);
}
.ring-pink-50\/25 {
  --tw-ring-color: rgb(253 246 255 / 0.25);
}
.ring-pink-50\/30 {
  --tw-ring-color: rgb(253 246 255 / 0.3);
}
.ring-pink-50\/35 {
  --tw-ring-color: rgb(253 246 255 / 0.35);
}
.ring-pink-50\/40 {
  --tw-ring-color: rgb(253 246 255 / 0.4);
}
.ring-pink-50\/45 {
  --tw-ring-color: rgb(253 246 255 / 0.45);
}
.ring-pink-50\/5 {
  --tw-ring-color: rgb(253 246 255 / 0.05);
}
.ring-pink-50\/50 {
  --tw-ring-color: rgb(253 246 255 / 0.5);
}
.ring-pink-50\/55 {
  --tw-ring-color: rgb(253 246 255 / 0.55);
}
.ring-pink-50\/60 {
  --tw-ring-color: rgb(253 246 255 / 0.6);
}
.ring-pink-50\/65 {
  --tw-ring-color: rgb(253 246 255 / 0.65);
}
.ring-pink-50\/70 {
  --tw-ring-color: rgb(253 246 255 / 0.7);
}
.ring-pink-50\/75 {
  --tw-ring-color: rgb(253 246 255 / 0.75);
}
.ring-pink-50\/80 {
  --tw-ring-color: rgb(253 246 255 / 0.8);
}
.ring-pink-50\/85 {
  --tw-ring-color: rgb(253 246 255 / 0.85);
}
.ring-pink-50\/90 {
  --tw-ring-color: rgb(253 246 255 / 0.9);
}
.ring-pink-50\/95 {
  --tw-ring-color: rgb(253 246 255 / 0.95);
}
.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 143 251 / var(--tw-ring-opacity, 1));
}
.ring-pink-600\/0 {
  --tw-ring-color: rgb(229 143 251 / 0);
}
.ring-pink-600\/10 {
  --tw-ring-color: rgb(229 143 251 / 0.1);
}
.ring-pink-600\/100 {
  --tw-ring-color: rgb(229 143 251 / 1);
}
.ring-pink-600\/15 {
  --tw-ring-color: rgb(229 143 251 / 0.15);
}
.ring-pink-600\/20 {
  --tw-ring-color: rgb(229 143 251 / 0.2);
}
.ring-pink-600\/25 {
  --tw-ring-color: rgb(229 143 251 / 0.25);
}
.ring-pink-600\/30 {
  --tw-ring-color: rgb(229 143 251 / 0.3);
}
.ring-pink-600\/35 {
  --tw-ring-color: rgb(229 143 251 / 0.35);
}
.ring-pink-600\/40 {
  --tw-ring-color: rgb(229 143 251 / 0.4);
}
.ring-pink-600\/45 {
  --tw-ring-color: rgb(229 143 251 / 0.45);
}
.ring-pink-600\/5 {
  --tw-ring-color: rgb(229 143 251 / 0.05);
}
.ring-pink-600\/50 {
  --tw-ring-color: rgb(229 143 251 / 0.5);
}
.ring-pink-600\/55 {
  --tw-ring-color: rgb(229 143 251 / 0.55);
}
.ring-pink-600\/60 {
  --tw-ring-color: rgb(229 143 251 / 0.6);
}
.ring-pink-600\/65 {
  --tw-ring-color: rgb(229 143 251 / 0.65);
}
.ring-pink-600\/70 {
  --tw-ring-color: rgb(229 143 251 / 0.7);
}
.ring-pink-600\/75 {
  --tw-ring-color: rgb(229 143 251 / 0.75);
}
.ring-pink-600\/80 {
  --tw-ring-color: rgb(229 143 251 / 0.8);
}
.ring-pink-600\/85 {
  --tw-ring-color: rgb(229 143 251 / 0.85);
}
.ring-pink-600\/90 {
  --tw-ring-color: rgb(229 143 251 / 0.9);
}
.ring-pink-600\/95 {
  --tw-ring-color: rgb(229 143 251 / 0.95);
}
.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 106 249 / var(--tw-ring-opacity, 1));
}
.ring-pink-800\/0 {
  --tw-ring-color: rgb(220 106 249 / 0);
}
.ring-pink-800\/10 {
  --tw-ring-color: rgb(220 106 249 / 0.1);
}
.ring-pink-800\/100 {
  --tw-ring-color: rgb(220 106 249 / 1);
}
.ring-pink-800\/15 {
  --tw-ring-color: rgb(220 106 249 / 0.15);
}
.ring-pink-800\/20 {
  --tw-ring-color: rgb(220 106 249 / 0.2);
}
.ring-pink-800\/25 {
  --tw-ring-color: rgb(220 106 249 / 0.25);
}
.ring-pink-800\/30 {
  --tw-ring-color: rgb(220 106 249 / 0.3);
}
.ring-pink-800\/35 {
  --tw-ring-color: rgb(220 106 249 / 0.35);
}
.ring-pink-800\/40 {
  --tw-ring-color: rgb(220 106 249 / 0.4);
}
.ring-pink-800\/45 {
  --tw-ring-color: rgb(220 106 249 / 0.45);
}
.ring-pink-800\/5 {
  --tw-ring-color: rgb(220 106 249 / 0.05);
}
.ring-pink-800\/50 {
  --tw-ring-color: rgb(220 106 249 / 0.5);
}
.ring-pink-800\/55 {
  --tw-ring-color: rgb(220 106 249 / 0.55);
}
.ring-pink-800\/60 {
  --tw-ring-color: rgb(220 106 249 / 0.6);
}
.ring-pink-800\/65 {
  --tw-ring-color: rgb(220 106 249 / 0.65);
}
.ring-pink-800\/70 {
  --tw-ring-color: rgb(220 106 249 / 0.7);
}
.ring-pink-800\/75 {
  --tw-ring-color: rgb(220 106 249 / 0.75);
}
.ring-pink-800\/80 {
  --tw-ring-color: rgb(220 106 249 / 0.8);
}
.ring-pink-800\/85 {
  --tw-ring-color: rgb(220 106 249 / 0.85);
}
.ring-pink-800\/90 {
  --tw-ring-color: rgb(220 106 249 / 0.9);
}
.ring-pink-800\/95 {
  --tw-ring-color: rgb(220 106 249 / 0.95);
}
.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 69 248 / var(--tw-ring-opacity, 1));
}
.ring-pink-900\/0 {
  --tw-ring-color: rgb(211 69 248 / 0);
}
.ring-pink-900\/10 {
  --tw-ring-color: rgb(211 69 248 / 0.1);
}
.ring-pink-900\/100 {
  --tw-ring-color: rgb(211 69 248 / 1);
}
.ring-pink-900\/15 {
  --tw-ring-color: rgb(211 69 248 / 0.15);
}
.ring-pink-900\/20 {
  --tw-ring-color: rgb(211 69 248 / 0.2);
}
.ring-pink-900\/25 {
  --tw-ring-color: rgb(211 69 248 / 0.25);
}
.ring-pink-900\/30 {
  --tw-ring-color: rgb(211 69 248 / 0.3);
}
.ring-pink-900\/35 {
  --tw-ring-color: rgb(211 69 248 / 0.35);
}
.ring-pink-900\/40 {
  --tw-ring-color: rgb(211 69 248 / 0.4);
}
.ring-pink-900\/45 {
  --tw-ring-color: rgb(211 69 248 / 0.45);
}
.ring-pink-900\/5 {
  --tw-ring-color: rgb(211 69 248 / 0.05);
}
.ring-pink-900\/50 {
  --tw-ring-color: rgb(211 69 248 / 0.5);
}
.ring-pink-900\/55 {
  --tw-ring-color: rgb(211 69 248 / 0.55);
}
.ring-pink-900\/60 {
  --tw-ring-color: rgb(211 69 248 / 0.6);
}
.ring-pink-900\/65 {
  --tw-ring-color: rgb(211 69 248 / 0.65);
}
.ring-pink-900\/70 {
  --tw-ring-color: rgb(211 69 248 / 0.7);
}
.ring-pink-900\/75 {
  --tw-ring-color: rgb(211 69 248 / 0.75);
}
.ring-pink-900\/80 {
  --tw-ring-color: rgb(211 69 248 / 0.8);
}
.ring-pink-900\/85 {
  --tw-ring-color: rgb(211 69 248 / 0.85);
}
.ring-pink-900\/90 {
  --tw-ring-color: rgb(211 69 248 / 0.9);
}
.ring-pink-900\/95 {
  --tw-ring-color: rgb(211 69 248 / 0.95);
}
.ring-pink-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(116 5 145 / var(--tw-ring-opacity, 1));
}
.ring-pink-950\/0 {
  --tw-ring-color: rgb(116 5 145 / 0);
}
.ring-pink-950\/10 {
  --tw-ring-color: rgb(116 5 145 / 0.1);
}
.ring-pink-950\/100 {
  --tw-ring-color: rgb(116 5 145 / 1);
}
.ring-pink-950\/15 {
  --tw-ring-color: rgb(116 5 145 / 0.15);
}
.ring-pink-950\/20 {
  --tw-ring-color: rgb(116 5 145 / 0.2);
}
.ring-pink-950\/25 {
  --tw-ring-color: rgb(116 5 145 / 0.25);
}
.ring-pink-950\/30 {
  --tw-ring-color: rgb(116 5 145 / 0.3);
}
.ring-pink-950\/35 {
  --tw-ring-color: rgb(116 5 145 / 0.35);
}
.ring-pink-950\/40 {
  --tw-ring-color: rgb(116 5 145 / 0.4);
}
.ring-pink-950\/45 {
  --tw-ring-color: rgb(116 5 145 / 0.45);
}
.ring-pink-950\/5 {
  --tw-ring-color: rgb(116 5 145 / 0.05);
}
.ring-pink-950\/50 {
  --tw-ring-color: rgb(116 5 145 / 0.5);
}
.ring-pink-950\/55 {
  --tw-ring-color: rgb(116 5 145 / 0.55);
}
.ring-pink-950\/60 {
  --tw-ring-color: rgb(116 5 145 / 0.6);
}
.ring-pink-950\/65 {
  --tw-ring-color: rgb(116 5 145 / 0.65);
}
.ring-pink-950\/70 {
  --tw-ring-color: rgb(116 5 145 / 0.7);
}
.ring-pink-950\/75 {
  --tw-ring-color: rgb(116 5 145 / 0.75);
}
.ring-pink-950\/80 {
  --tw-ring-color: rgb(116 5 145 / 0.8);
}
.ring-pink-950\/85 {
  --tw-ring-color: rgb(116 5 145 / 0.85);
}
.ring-pink-950\/90 {
  --tw-ring-color: rgb(116 5 145 / 0.9);
}
.ring-pink-950\/95 {
  --tw-ring-color: rgb(116 5 145 / 0.95);
}
.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 218 253 / var(--tw-ring-opacity, 1));
}
.ring-purple-200\/0 {
  --tw-ring-color: rgb(231 218 253 / 0);
}
.ring-purple-200\/10 {
  --tw-ring-color: rgb(231 218 253 / 0.1);
}
.ring-purple-200\/100 {
  --tw-ring-color: rgb(231 218 253 / 1);
}
.ring-purple-200\/15 {
  --tw-ring-color: rgb(231 218 253 / 0.15);
}
.ring-purple-200\/20 {
  --tw-ring-color: rgb(231 218 253 / 0.2);
}
.ring-purple-200\/25 {
  --tw-ring-color: rgb(231 218 253 / 0.25);
}
.ring-purple-200\/30 {
  --tw-ring-color: rgb(231 218 253 / 0.3);
}
.ring-purple-200\/35 {
  --tw-ring-color: rgb(231 218 253 / 0.35);
}
.ring-purple-200\/40 {
  --tw-ring-color: rgb(231 218 253 / 0.4);
}
.ring-purple-200\/45 {
  --tw-ring-color: rgb(231 218 253 / 0.45);
}
.ring-purple-200\/5 {
  --tw-ring-color: rgb(231 218 253 / 0.05);
}
.ring-purple-200\/50 {
  --tw-ring-color: rgb(231 218 253 / 0.5);
}
.ring-purple-200\/55 {
  --tw-ring-color: rgb(231 218 253 / 0.55);
}
.ring-purple-200\/60 {
  --tw-ring-color: rgb(231 218 253 / 0.6);
}
.ring-purple-200\/65 {
  --tw-ring-color: rgb(231 218 253 / 0.65);
}
.ring-purple-200\/70 {
  --tw-ring-color: rgb(231 218 253 / 0.7);
}
.ring-purple-200\/75 {
  --tw-ring-color: rgb(231 218 253 / 0.75);
}
.ring-purple-200\/80 {
  --tw-ring-color: rgb(231 218 253 / 0.8);
}
.ring-purple-200\/85 {
  --tw-ring-color: rgb(231 218 253 / 0.85);
}
.ring-purple-200\/90 {
  --tw-ring-color: rgb(231 218 253 / 0.9);
}
.ring-purple-200\/95 {
  --tw-ring-color: rgb(231 218 253 / 0.95);
}
.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 181 251 / var(--tw-ring-opacity, 1));
}
.ring-purple-400\/0 {
  --tw-ring-color: rgb(207 181 251 / 0);
}
.ring-purple-400\/10 {
  --tw-ring-color: rgb(207 181 251 / 0.1);
}
.ring-purple-400\/100 {
  --tw-ring-color: rgb(207 181 251 / 1);
}
.ring-purple-400\/15 {
  --tw-ring-color: rgb(207 181 251 / 0.15);
}
.ring-purple-400\/20 {
  --tw-ring-color: rgb(207 181 251 / 0.2);
}
.ring-purple-400\/25 {
  --tw-ring-color: rgb(207 181 251 / 0.25);
}
.ring-purple-400\/30 {
  --tw-ring-color: rgb(207 181 251 / 0.3);
}
.ring-purple-400\/35 {
  --tw-ring-color: rgb(207 181 251 / 0.35);
}
.ring-purple-400\/40 {
  --tw-ring-color: rgb(207 181 251 / 0.4);
}
.ring-purple-400\/45 {
  --tw-ring-color: rgb(207 181 251 / 0.45);
}
.ring-purple-400\/5 {
  --tw-ring-color: rgb(207 181 251 / 0.05);
}
.ring-purple-400\/50 {
  --tw-ring-color: rgb(207 181 251 / 0.5);
}
.ring-purple-400\/55 {
  --tw-ring-color: rgb(207 181 251 / 0.55);
}
.ring-purple-400\/60 {
  --tw-ring-color: rgb(207 181 251 / 0.6);
}
.ring-purple-400\/65 {
  --tw-ring-color: rgb(207 181 251 / 0.65);
}
.ring-purple-400\/70 {
  --tw-ring-color: rgb(207 181 251 / 0.7);
}
.ring-purple-400\/75 {
  --tw-ring-color: rgb(207 181 251 / 0.75);
}
.ring-purple-400\/80 {
  --tw-ring-color: rgb(207 181 251 / 0.8);
}
.ring-purple-400\/85 {
  --tw-ring-color: rgb(207 181 251 / 0.85);
}
.ring-purple-400\/90 {
  --tw-ring-color: rgb(207 181 251 / 0.9);
}
.ring-purple-400\/95 {
  --tw-ring-color: rgb(207 181 251 / 0.95);
}
.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 246 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-50\/0 {
  --tw-ring-color: rgb(249 246 255 / 0);
}
.ring-purple-50\/10 {
  --tw-ring-color: rgb(249 246 255 / 0.1);
}
.ring-purple-50\/100 {
  --tw-ring-color: rgb(249 246 255 / 1);
}
.ring-purple-50\/15 {
  --tw-ring-color: rgb(249 246 255 / 0.15);
}
.ring-purple-50\/20 {
  --tw-ring-color: rgb(249 246 255 / 0.2);
}
.ring-purple-50\/25 {
  --tw-ring-color: rgb(249 246 255 / 0.25);
}
.ring-purple-50\/30 {
  --tw-ring-color: rgb(249 246 255 / 0.3);
}
.ring-purple-50\/35 {
  --tw-ring-color: rgb(249 246 255 / 0.35);
}
.ring-purple-50\/40 {
  --tw-ring-color: rgb(249 246 255 / 0.4);
}
.ring-purple-50\/45 {
  --tw-ring-color: rgb(249 246 255 / 0.45);
}
.ring-purple-50\/5 {
  --tw-ring-color: rgb(249 246 255 / 0.05);
}
.ring-purple-50\/50 {
  --tw-ring-color: rgb(249 246 255 / 0.5);
}
.ring-purple-50\/55 {
  --tw-ring-color: rgb(249 246 255 / 0.55);
}
.ring-purple-50\/60 {
  --tw-ring-color: rgb(249 246 255 / 0.6);
}
.ring-purple-50\/65 {
  --tw-ring-color: rgb(249 246 255 / 0.65);
}
.ring-purple-50\/70 {
  --tw-ring-color: rgb(249 246 255 / 0.7);
}
.ring-purple-50\/75 {
  --tw-ring-color: rgb(249 246 255 / 0.75);
}
.ring-purple-50\/80 {
  --tw-ring-color: rgb(249 246 255 / 0.8);
}
.ring-purple-50\/85 {
  --tw-ring-color: rgb(249 246 255 / 0.85);
}
.ring-purple-50\/90 {
  --tw-ring-color: rgb(249 246 255 / 0.9);
}
.ring-purple-50\/95 {
  --tw-ring-color: rgb(249 246 255 / 0.95);
}
.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 144 249 / var(--tw-ring-opacity, 1));
}
.ring-purple-600\/0 {
  --tw-ring-color: rgb(183 144 249 / 0);
}
.ring-purple-600\/10 {
  --tw-ring-color: rgb(183 144 249 / 0.1);
}
.ring-purple-600\/100 {
  --tw-ring-color: rgb(183 144 249 / 1);
}
.ring-purple-600\/15 {
  --tw-ring-color: rgb(183 144 249 / 0.15);
}
.ring-purple-600\/20 {
  --tw-ring-color: rgb(183 144 249 / 0.2);
}
.ring-purple-600\/25 {
  --tw-ring-color: rgb(183 144 249 / 0.25);
}
.ring-purple-600\/30 {
  --tw-ring-color: rgb(183 144 249 / 0.3);
}
.ring-purple-600\/35 {
  --tw-ring-color: rgb(183 144 249 / 0.35);
}
.ring-purple-600\/40 {
  --tw-ring-color: rgb(183 144 249 / 0.4);
}
.ring-purple-600\/45 {
  --tw-ring-color: rgb(183 144 249 / 0.45);
}
.ring-purple-600\/5 {
  --tw-ring-color: rgb(183 144 249 / 0.05);
}
.ring-purple-600\/50 {
  --tw-ring-color: rgb(183 144 249 / 0.5);
}
.ring-purple-600\/55 {
  --tw-ring-color: rgb(183 144 249 / 0.55);
}
.ring-purple-600\/60 {
  --tw-ring-color: rgb(183 144 249 / 0.6);
}
.ring-purple-600\/65 {
  --tw-ring-color: rgb(183 144 249 / 0.65);
}
.ring-purple-600\/70 {
  --tw-ring-color: rgb(183 144 249 / 0.7);
}
.ring-purple-600\/75 {
  --tw-ring-color: rgb(183 144 249 / 0.75);
}
.ring-purple-600\/80 {
  --tw-ring-color: rgb(183 144 249 / 0.8);
}
.ring-purple-600\/85 {
  --tw-ring-color: rgb(183 144 249 / 0.85);
}
.ring-purple-600\/90 {
  --tw-ring-color: rgb(183 144 249 / 0.9);
}
.ring-purple-600\/95 {
  --tw-ring-color: rgb(183 144 249 / 0.95);
}
.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 107 247 / var(--tw-ring-opacity, 1));
}
.ring-purple-800\/0 {
  --tw-ring-color: rgb(159 107 247 / 0);
}
.ring-purple-800\/10 {
  --tw-ring-color: rgb(159 107 247 / 0.1);
}
.ring-purple-800\/100 {
  --tw-ring-color: rgb(159 107 247 / 1);
}
.ring-purple-800\/15 {
  --tw-ring-color: rgb(159 107 247 / 0.15);
}
.ring-purple-800\/20 {
  --tw-ring-color: rgb(159 107 247 / 0.2);
}
.ring-purple-800\/25 {
  --tw-ring-color: rgb(159 107 247 / 0.25);
}
.ring-purple-800\/30 {
  --tw-ring-color: rgb(159 107 247 / 0.3);
}
.ring-purple-800\/35 {
  --tw-ring-color: rgb(159 107 247 / 0.35);
}
.ring-purple-800\/40 {
  --tw-ring-color: rgb(159 107 247 / 0.4);
}
.ring-purple-800\/45 {
  --tw-ring-color: rgb(159 107 247 / 0.45);
}
.ring-purple-800\/5 {
  --tw-ring-color: rgb(159 107 247 / 0.05);
}
.ring-purple-800\/50 {
  --tw-ring-color: rgb(159 107 247 / 0.5);
}
.ring-purple-800\/55 {
  --tw-ring-color: rgb(159 107 247 / 0.55);
}
.ring-purple-800\/60 {
  --tw-ring-color: rgb(159 107 247 / 0.6);
}
.ring-purple-800\/65 {
  --tw-ring-color: rgb(159 107 247 / 0.65);
}
.ring-purple-800\/70 {
  --tw-ring-color: rgb(159 107 247 / 0.7);
}
.ring-purple-800\/75 {
  --tw-ring-color: rgb(159 107 247 / 0.75);
}
.ring-purple-800\/80 {
  --tw-ring-color: rgb(159 107 247 / 0.8);
}
.ring-purple-800\/85 {
  --tw-ring-color: rgb(159 107 247 / 0.85);
}
.ring-purple-800\/90 {
  --tw-ring-color: rgb(159 107 247 / 0.9);
}
.ring-purple-800\/95 {
  --tw-ring-color: rgb(159 107 247 / 0.95);
}
.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 70 244 / var(--tw-ring-opacity, 1));
}
.ring-purple-900\/0 {
  --tw-ring-color: rgb(134 70 244 / 0);
}
.ring-purple-900\/10 {
  --tw-ring-color: rgb(134 70 244 / 0.1);
}
.ring-purple-900\/100 {
  --tw-ring-color: rgb(134 70 244 / 1);
}
.ring-purple-900\/15 {
  --tw-ring-color: rgb(134 70 244 / 0.15);
}
.ring-purple-900\/20 {
  --tw-ring-color: rgb(134 70 244 / 0.2);
}
.ring-purple-900\/25 {
  --tw-ring-color: rgb(134 70 244 / 0.25);
}
.ring-purple-900\/30 {
  --tw-ring-color: rgb(134 70 244 / 0.3);
}
.ring-purple-900\/35 {
  --tw-ring-color: rgb(134 70 244 / 0.35);
}
.ring-purple-900\/40 {
  --tw-ring-color: rgb(134 70 244 / 0.4);
}
.ring-purple-900\/45 {
  --tw-ring-color: rgb(134 70 244 / 0.45);
}
.ring-purple-900\/5 {
  --tw-ring-color: rgb(134 70 244 / 0.05);
}
.ring-purple-900\/50 {
  --tw-ring-color: rgb(134 70 244 / 0.5);
}
.ring-purple-900\/55 {
  --tw-ring-color: rgb(134 70 244 / 0.55);
}
.ring-purple-900\/60 {
  --tw-ring-color: rgb(134 70 244 / 0.6);
}
.ring-purple-900\/65 {
  --tw-ring-color: rgb(134 70 244 / 0.65);
}
.ring-purple-900\/70 {
  --tw-ring-color: rgb(134 70 244 / 0.7);
}
.ring-purple-900\/75 {
  --tw-ring-color: rgb(134 70 244 / 0.75);
}
.ring-purple-900\/80 {
  --tw-ring-color: rgb(134 70 244 / 0.8);
}
.ring-purple-900\/85 {
  --tw-ring-color: rgb(134 70 244 / 0.85);
}
.ring-purple-900\/90 {
  --tw-ring-color: rgb(134 70 244 / 0.9);
}
.ring-purple-900\/95 {
  --tw-ring-color: rgb(134 70 244 / 0.95);
}
.ring-purple-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 3 188 / var(--tw-ring-opacity, 1));
}
.ring-purple-950\/0 {
  --tw-ring-color: rgb(71 3 188 / 0);
}
.ring-purple-950\/10 {
  --tw-ring-color: rgb(71 3 188 / 0.1);
}
.ring-purple-950\/100 {
  --tw-ring-color: rgb(71 3 188 / 1);
}
.ring-purple-950\/15 {
  --tw-ring-color: rgb(71 3 188 / 0.15);
}
.ring-purple-950\/20 {
  --tw-ring-color: rgb(71 3 188 / 0.2);
}
.ring-purple-950\/25 {
  --tw-ring-color: rgb(71 3 188 / 0.25);
}
.ring-purple-950\/30 {
  --tw-ring-color: rgb(71 3 188 / 0.3);
}
.ring-purple-950\/35 {
  --tw-ring-color: rgb(71 3 188 / 0.35);
}
.ring-purple-950\/40 {
  --tw-ring-color: rgb(71 3 188 / 0.4);
}
.ring-purple-950\/45 {
  --tw-ring-color: rgb(71 3 188 / 0.45);
}
.ring-purple-950\/5 {
  --tw-ring-color: rgb(71 3 188 / 0.05);
}
.ring-purple-950\/50 {
  --tw-ring-color: rgb(71 3 188 / 0.5);
}
.ring-purple-950\/55 {
  --tw-ring-color: rgb(71 3 188 / 0.55);
}
.ring-purple-950\/60 {
  --tw-ring-color: rgb(71 3 188 / 0.6);
}
.ring-purple-950\/65 {
  --tw-ring-color: rgb(71 3 188 / 0.65);
}
.ring-purple-950\/70 {
  --tw-ring-color: rgb(71 3 188 / 0.7);
}
.ring-purple-950\/75 {
  --tw-ring-color: rgb(71 3 188 / 0.75);
}
.ring-purple-950\/80 {
  --tw-ring-color: rgb(71 3 188 / 0.8);
}
.ring-purple-950\/85 {
  --tw-ring-color: rgb(71 3 188 / 0.85);
}
.ring-purple-950\/90 {
  --tw-ring-color: rgb(71 3 188 / 0.9);
}
.ring-purple-950\/95 {
  --tw-ring-color: rgb(71 3 188 / 0.95);
}
.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 209 206 / var(--tw-ring-opacity, 1));
}
.ring-red-200\/0 {
  --tw-ring-color: rgb(251 209 206 / 0);
}
.ring-red-200\/10 {
  --tw-ring-color: rgb(251 209 206 / 0.1);
}
.ring-red-200\/100 {
  --tw-ring-color: rgb(251 209 206 / 1);
}
.ring-red-200\/15 {
  --tw-ring-color: rgb(251 209 206 / 0.15);
}
.ring-red-200\/20 {
  --tw-ring-color: rgb(251 209 206 / 0.2);
}
.ring-red-200\/25 {
  --tw-ring-color: rgb(251 209 206 / 0.25);
}
.ring-red-200\/30 {
  --tw-ring-color: rgb(251 209 206 / 0.3);
}
.ring-red-200\/35 {
  --tw-ring-color: rgb(251 209 206 / 0.35);
}
.ring-red-200\/40 {
  --tw-ring-color: rgb(251 209 206 / 0.4);
}
.ring-red-200\/45 {
  --tw-ring-color: rgb(251 209 206 / 0.45);
}
.ring-red-200\/5 {
  --tw-ring-color: rgb(251 209 206 / 0.05);
}
.ring-red-200\/50 {
  --tw-ring-color: rgb(251 209 206 / 0.5);
}
.ring-red-200\/55 {
  --tw-ring-color: rgb(251 209 206 / 0.55);
}
.ring-red-200\/60 {
  --tw-ring-color: rgb(251 209 206 / 0.6);
}
.ring-red-200\/65 {
  --tw-ring-color: rgb(251 209 206 / 0.65);
}
.ring-red-200\/70 {
  --tw-ring-color: rgb(251 209 206 / 0.7);
}
.ring-red-200\/75 {
  --tw-ring-color: rgb(251 209 206 / 0.75);
}
.ring-red-200\/80 {
  --tw-ring-color: rgb(251 209 206 / 0.8);
}
.ring-red-200\/85 {
  --tw-ring-color: rgb(251 209 206 / 0.85);
}
.ring-red-200\/90 {
  --tw-ring-color: rgb(251 209 206 / 0.9);
}
.ring-red-200\/95 {
  --tw-ring-color: rgb(251 209 206 / 0.95);
}
.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 163 158 / var(--tw-ring-opacity, 1));
}
.ring-red-400\/0 {
  --tw-ring-color: rgb(247 163 158 / 0);
}
.ring-red-400\/10 {
  --tw-ring-color: rgb(247 163 158 / 0.1);
}
.ring-red-400\/100 {
  --tw-ring-color: rgb(247 163 158 / 1);
}
.ring-red-400\/15 {
  --tw-ring-color: rgb(247 163 158 / 0.15);
}
.ring-red-400\/20 {
  --tw-ring-color: rgb(247 163 158 / 0.2);
}
.ring-red-400\/25 {
  --tw-ring-color: rgb(247 163 158 / 0.25);
}
.ring-red-400\/30 {
  --tw-ring-color: rgb(247 163 158 / 0.3);
}
.ring-red-400\/35 {
  --tw-ring-color: rgb(247 163 158 / 0.35);
}
.ring-red-400\/40 {
  --tw-ring-color: rgb(247 163 158 / 0.4);
}
.ring-red-400\/45 {
  --tw-ring-color: rgb(247 163 158 / 0.45);
}
.ring-red-400\/5 {
  --tw-ring-color: rgb(247 163 158 / 0.05);
}
.ring-red-400\/50 {
  --tw-ring-color: rgb(247 163 158 / 0.5);
}
.ring-red-400\/55 {
  --tw-ring-color: rgb(247 163 158 / 0.55);
}
.ring-red-400\/60 {
  --tw-ring-color: rgb(247 163 158 / 0.6);
}
.ring-red-400\/65 {
  --tw-ring-color: rgb(247 163 158 / 0.65);
}
.ring-red-400\/70 {
  --tw-ring-color: rgb(247 163 158 / 0.7);
}
.ring-red-400\/75 {
  --tw-ring-color: rgb(247 163 158 / 0.75);
}
.ring-red-400\/80 {
  --tw-ring-color: rgb(247 163 158 / 0.8);
}
.ring-red-400\/85 {
  --tw-ring-color: rgb(247 163 158 / 0.85);
}
.ring-red-400\/90 {
  --tw-ring-color: rgb(247 163 158 / 0.9);
}
.ring-red-400\/95 {
  --tw-ring-color: rgb(247 163 158 / 0.95);
}
.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 244 243 / var(--tw-ring-opacity, 1));
}
.ring-red-50\/0 {
  --tw-ring-color: rgb(254 244 243 / 0);
}
.ring-red-50\/10 {
  --tw-ring-color: rgb(254 244 243 / 0.1);
}
.ring-red-50\/100 {
  --tw-ring-color: rgb(254 244 243 / 1);
}
.ring-red-50\/15 {
  --tw-ring-color: rgb(254 244 243 / 0.15);
}
.ring-red-50\/20 {
  --tw-ring-color: rgb(254 244 243 / 0.2);
}
.ring-red-50\/25 {
  --tw-ring-color: rgb(254 244 243 / 0.25);
}
.ring-red-50\/30 {
  --tw-ring-color: rgb(254 244 243 / 0.3);
}
.ring-red-50\/35 {
  --tw-ring-color: rgb(254 244 243 / 0.35);
}
.ring-red-50\/40 {
  --tw-ring-color: rgb(254 244 243 / 0.4);
}
.ring-red-50\/45 {
  --tw-ring-color: rgb(254 244 243 / 0.45);
}
.ring-red-50\/5 {
  --tw-ring-color: rgb(254 244 243 / 0.05);
}
.ring-red-50\/50 {
  --tw-ring-color: rgb(254 244 243 / 0.5);
}
.ring-red-50\/55 {
  --tw-ring-color: rgb(254 244 243 / 0.55);
}
.ring-red-50\/60 {
  --tw-ring-color: rgb(254 244 243 / 0.6);
}
.ring-red-50\/65 {
  --tw-ring-color: rgb(254 244 243 / 0.65);
}
.ring-red-50\/70 {
  --tw-ring-color: rgb(254 244 243 / 0.7);
}
.ring-red-50\/75 {
  --tw-ring-color: rgb(254 244 243 / 0.75);
}
.ring-red-50\/80 {
  --tw-ring-color: rgb(254 244 243 / 0.8);
}
.ring-red-50\/85 {
  --tw-ring-color: rgb(254 244 243 / 0.85);
}
.ring-red-50\/90 {
  --tw-ring-color: rgb(254 244 243 / 0.9);
}
.ring-red-50\/95 {
  --tw-ring-color: rgb(254 244 243 / 0.95);
}
.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 116 109 / var(--tw-ring-opacity, 1));
}
.ring-red-600\/0 {
  --tw-ring-color: rgb(242 116 109 / 0);
}
.ring-red-600\/10 {
  --tw-ring-color: rgb(242 116 109 / 0.1);
}
.ring-red-600\/100 {
  --tw-ring-color: rgb(242 116 109 / 1);
}
.ring-red-600\/15 {
  --tw-ring-color: rgb(242 116 109 / 0.15);
}
.ring-red-600\/20 {
  --tw-ring-color: rgb(242 116 109 / 0.2);
}
.ring-red-600\/25 {
  --tw-ring-color: rgb(242 116 109 / 0.25);
}
.ring-red-600\/30 {
  --tw-ring-color: rgb(242 116 109 / 0.3);
}
.ring-red-600\/35 {
  --tw-ring-color: rgb(242 116 109 / 0.35);
}
.ring-red-600\/40 {
  --tw-ring-color: rgb(242 116 109 / 0.4);
}
.ring-red-600\/45 {
  --tw-ring-color: rgb(242 116 109 / 0.45);
}
.ring-red-600\/5 {
  --tw-ring-color: rgb(242 116 109 / 0.05);
}
.ring-red-600\/50 {
  --tw-ring-color: rgb(242 116 109 / 0.5);
}
.ring-red-600\/55 {
  --tw-ring-color: rgb(242 116 109 / 0.55);
}
.ring-red-600\/60 {
  --tw-ring-color: rgb(242 116 109 / 0.6);
}
.ring-red-600\/65 {
  --tw-ring-color: rgb(242 116 109 / 0.65);
}
.ring-red-600\/70 {
  --tw-ring-color: rgb(242 116 109 / 0.7);
}
.ring-red-600\/75 {
  --tw-ring-color: rgb(242 116 109 / 0.75);
}
.ring-red-600\/80 {
  --tw-ring-color: rgb(242 116 109 / 0.8);
}
.ring-red-600\/85 {
  --tw-ring-color: rgb(242 116 109 / 0.85);
}
.ring-red-600\/90 {
  --tw-ring-color: rgb(242 116 109 / 0.9);
}
.ring-red-600\/95 {
  --tw-ring-color: rgb(242 116 109 / 0.95);
}
.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 70 61 / var(--tw-ring-opacity, 1));
}
.ring-red-800\/0 {
  --tw-ring-color: rgb(238 70 61 / 0);
}
.ring-red-800\/10 {
  --tw-ring-color: rgb(238 70 61 / 0.1);
}
.ring-red-800\/100 {
  --tw-ring-color: rgb(238 70 61 / 1);
}
.ring-red-800\/15 {
  --tw-ring-color: rgb(238 70 61 / 0.15);
}
.ring-red-800\/20 {
  --tw-ring-color: rgb(238 70 61 / 0.2);
}
.ring-red-800\/25 {
  --tw-ring-color: rgb(238 70 61 / 0.25);
}
.ring-red-800\/30 {
  --tw-ring-color: rgb(238 70 61 / 0.3);
}
.ring-red-800\/35 {
  --tw-ring-color: rgb(238 70 61 / 0.35);
}
.ring-red-800\/40 {
  --tw-ring-color: rgb(238 70 61 / 0.4);
}
.ring-red-800\/45 {
  --tw-ring-color: rgb(238 70 61 / 0.45);
}
.ring-red-800\/5 {
  --tw-ring-color: rgb(238 70 61 / 0.05);
}
.ring-red-800\/50 {
  --tw-ring-color: rgb(238 70 61 / 0.5);
}
.ring-red-800\/55 {
  --tw-ring-color: rgb(238 70 61 / 0.55);
}
.ring-red-800\/60 {
  --tw-ring-color: rgb(238 70 61 / 0.6);
}
.ring-red-800\/65 {
  --tw-ring-color: rgb(238 70 61 / 0.65);
}
.ring-red-800\/70 {
  --tw-ring-color: rgb(238 70 61 / 0.7);
}
.ring-red-800\/75 {
  --tw-ring-color: rgb(238 70 61 / 0.75);
}
.ring-red-800\/80 {
  --tw-ring-color: rgb(238 70 61 / 0.8);
}
.ring-red-800\/85 {
  --tw-ring-color: rgb(238 70 61 / 0.85);
}
.ring-red-800\/90 {
  --tw-ring-color: rgb(238 70 61 / 0.9);
}
.ring-red-800\/95 {
  --tw-ring-color: rgb(238 70 61 / 0.95);
}
.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 24 12 / var(--tw-ring-opacity, 1));
}
.ring-red-900\/0 {
  --tw-ring-color: rgb(234 24 12 / 0);
}
.ring-red-900\/10 {
  --tw-ring-color: rgb(234 24 12 / 0.1);
}
.ring-red-900\/100 {
  --tw-ring-color: rgb(234 24 12 / 1);
}
.ring-red-900\/15 {
  --tw-ring-color: rgb(234 24 12 / 0.15);
}
.ring-red-900\/20 {
  --tw-ring-color: rgb(234 24 12 / 0.2);
}
.ring-red-900\/25 {
  --tw-ring-color: rgb(234 24 12 / 0.25);
}
.ring-red-900\/30 {
  --tw-ring-color: rgb(234 24 12 / 0.3);
}
.ring-red-900\/35 {
  --tw-ring-color: rgb(234 24 12 / 0.35);
}
.ring-red-900\/40 {
  --tw-ring-color: rgb(234 24 12 / 0.4);
}
.ring-red-900\/45 {
  --tw-ring-color: rgb(234 24 12 / 0.45);
}
.ring-red-900\/5 {
  --tw-ring-color: rgb(234 24 12 / 0.05);
}
.ring-red-900\/50 {
  --tw-ring-color: rgb(234 24 12 / 0.5);
}
.ring-red-900\/55 {
  --tw-ring-color: rgb(234 24 12 / 0.55);
}
.ring-red-900\/60 {
  --tw-ring-color: rgb(234 24 12 / 0.6);
}
.ring-red-900\/65 {
  --tw-ring-color: rgb(234 24 12 / 0.65);
}
.ring-red-900\/70 {
  --tw-ring-color: rgb(234 24 12 / 0.7);
}
.ring-red-900\/75 {
  --tw-ring-color: rgb(234 24 12 / 0.75);
}
.ring-red-900\/80 {
  --tw-ring-color: rgb(234 24 12 / 0.8);
}
.ring-red-900\/85 {
  --tw-ring-color: rgb(234 24 12 / 0.85);
}
.ring-red-900\/90 {
  --tw-ring-color: rgb(234 24 12 / 0.9);
}
.ring-red-900\/95 {
  --tw-ring-color: rgb(234 24 12 / 0.95);
}
.ring-red-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 10 2 / var(--tw-ring-opacity, 1));
}
.ring-red-950\/0 {
  --tw-ring-color: rgb(167 10 2 / 0);
}
.ring-red-950\/10 {
  --tw-ring-color: rgb(167 10 2 / 0.1);
}
.ring-red-950\/100 {
  --tw-ring-color: rgb(167 10 2 / 1);
}
.ring-red-950\/15 {
  --tw-ring-color: rgb(167 10 2 / 0.15);
}
.ring-red-950\/20 {
  --tw-ring-color: rgb(167 10 2 / 0.2);
}
.ring-red-950\/25 {
  --tw-ring-color: rgb(167 10 2 / 0.25);
}
.ring-red-950\/30 {
  --tw-ring-color: rgb(167 10 2 / 0.3);
}
.ring-red-950\/35 {
  --tw-ring-color: rgb(167 10 2 / 0.35);
}
.ring-red-950\/40 {
  --tw-ring-color: rgb(167 10 2 / 0.4);
}
.ring-red-950\/45 {
  --tw-ring-color: rgb(167 10 2 / 0.45);
}
.ring-red-950\/5 {
  --tw-ring-color: rgb(167 10 2 / 0.05);
}
.ring-red-950\/50 {
  --tw-ring-color: rgb(167 10 2 / 0.5);
}
.ring-red-950\/55 {
  --tw-ring-color: rgb(167 10 2 / 0.55);
}
.ring-red-950\/60 {
  --tw-ring-color: rgb(167 10 2 / 0.6);
}
.ring-red-950\/65 {
  --tw-ring-color: rgb(167 10 2 / 0.65);
}
.ring-red-950\/70 {
  --tw-ring-color: rgb(167 10 2 / 0.7);
}
.ring-red-950\/75 {
  --tw-ring-color: rgb(167 10 2 / 0.75);
}
.ring-red-950\/80 {
  --tw-ring-color: rgb(167 10 2 / 0.8);
}
.ring-red-950\/85 {
  --tw-ring-color: rgb(167 10 2 / 0.85);
}
.ring-red-950\/90 {
  --tw-ring-color: rgb(167 10 2 / 0.9);
}
.ring-red-950\/95 {
  --tw-ring-color: rgb(167 10 2 / 0.95);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-transparent\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}
.ring-transparent\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.ring-transparent\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}
.ring-transparent\/15 {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}
.ring-transparent\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.ring-transparent\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.ring-transparent\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.ring-transparent\/35 {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}
.ring-transparent\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.ring-transparent\/45 {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}
.ring-transparent\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-transparent\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.ring-transparent\/55 {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}
.ring-transparent\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.ring-transparent\/65 {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}
.ring-transparent\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.ring-transparent\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.ring-transparent\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.ring-transparent\/85 {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}
.ring-transparent\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.ring-transparent\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-white\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-white\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}
.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-white\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}
.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-white\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}
.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-white\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}
.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-white\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}
.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-white\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-white\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}
.ring-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-white\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 211 / var(--tw-ring-opacity, 1));
}
.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 242 211 / 0);
}
.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 242 211 / 0.1);
}
.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 242 211 / 1);
}
.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 242 211 / 0.15);
}
.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 242 211 / 0.2);
}
.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 242 211 / 0.25);
}
.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 242 211 / 0.3);
}
.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 242 211 / 0.35);
}
.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 242 211 / 0.4);
}
.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 242 211 / 0.45);
}
.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 242 211 / 0.05);
}
.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 242 211 / 0.5);
}
.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 242 211 / 0.55);
}
.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 242 211 / 0.6);
}
.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 242 211 / 0.65);
}
.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 242 211 / 0.7);
}
.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 242 211 / 0.75);
}
.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 242 211 / 0.8);
}
.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 242 211 / 0.85);
}
.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 242 211 / 0.9);
}
.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 242 211 / 0.95);
}
.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 229 167 / var(--tw-ring-opacity, 1));
}
.ring-yellow-400\/0 {
  --tw-ring-color: rgb(254 229 167 / 0);
}
.ring-yellow-400\/10 {
  --tw-ring-color: rgb(254 229 167 / 0.1);
}
.ring-yellow-400\/100 {
  --tw-ring-color: rgb(254 229 167 / 1);
}
.ring-yellow-400\/15 {
  --tw-ring-color: rgb(254 229 167 / 0.15);
}
.ring-yellow-400\/20 {
  --tw-ring-color: rgb(254 229 167 / 0.2);
}
.ring-yellow-400\/25 {
  --tw-ring-color: rgb(254 229 167 / 0.25);
}
.ring-yellow-400\/30 {
  --tw-ring-color: rgb(254 229 167 / 0.3);
}
.ring-yellow-400\/35 {
  --tw-ring-color: rgb(254 229 167 / 0.35);
}
.ring-yellow-400\/40 {
  --tw-ring-color: rgb(254 229 167 / 0.4);
}
.ring-yellow-400\/45 {
  --tw-ring-color: rgb(254 229 167 / 0.45);
}
.ring-yellow-400\/5 {
  --tw-ring-color: rgb(254 229 167 / 0.05);
}
.ring-yellow-400\/50 {
  --tw-ring-color: rgb(254 229 167 / 0.5);
}
.ring-yellow-400\/55 {
  --tw-ring-color: rgb(254 229 167 / 0.55);
}
.ring-yellow-400\/60 {
  --tw-ring-color: rgb(254 229 167 / 0.6);
}
.ring-yellow-400\/65 {
  --tw-ring-color: rgb(254 229 167 / 0.65);
}
.ring-yellow-400\/70 {
  --tw-ring-color: rgb(254 229 167 / 0.7);
}
.ring-yellow-400\/75 {
  --tw-ring-color: rgb(254 229 167 / 0.75);
}
.ring-yellow-400\/80 {
  --tw-ring-color: rgb(254 229 167 / 0.8);
}
.ring-yellow-400\/85 {
  --tw-ring-color: rgb(254 229 167 / 0.85);
}
.ring-yellow-400\/90 {
  --tw-ring-color: rgb(254 229 167 / 0.9);
}
.ring-yellow-400\/95 {
  --tw-ring-color: rgb(254 229 167 / 0.95);
}
.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 252 244 / var(--tw-ring-opacity, 1));
}
.ring-yellow-50\/0 {
  --tw-ring-color: rgb(255 252 244 / 0);
}
.ring-yellow-50\/10 {
  --tw-ring-color: rgb(255 252 244 / 0.1);
}
.ring-yellow-50\/100 {
  --tw-ring-color: rgb(255 252 244 / 1);
}
.ring-yellow-50\/15 {
  --tw-ring-color: rgb(255 252 244 / 0.15);
}
.ring-yellow-50\/20 {
  --tw-ring-color: rgb(255 252 244 / 0.2);
}
.ring-yellow-50\/25 {
  --tw-ring-color: rgb(255 252 244 / 0.25);
}
.ring-yellow-50\/30 {
  --tw-ring-color: rgb(255 252 244 / 0.3);
}
.ring-yellow-50\/35 {
  --tw-ring-color: rgb(255 252 244 / 0.35);
}
.ring-yellow-50\/40 {
  --tw-ring-color: rgb(255 252 244 / 0.4);
}
.ring-yellow-50\/45 {
  --tw-ring-color: rgb(255 252 244 / 0.45);
}
.ring-yellow-50\/5 {
  --tw-ring-color: rgb(255 252 244 / 0.05);
}
.ring-yellow-50\/50 {
  --tw-ring-color: rgb(255 252 244 / 0.5);
}
.ring-yellow-50\/55 {
  --tw-ring-color: rgb(255 252 244 / 0.55);
}
.ring-yellow-50\/60 {
  --tw-ring-color: rgb(255 252 244 / 0.6);
}
.ring-yellow-50\/65 {
  --tw-ring-color: rgb(255 252 244 / 0.65);
}
.ring-yellow-50\/70 {
  --tw-ring-color: rgb(255 252 244 / 0.7);
}
.ring-yellow-50\/75 {
  --tw-ring-color: rgb(255 252 244 / 0.75);
}
.ring-yellow-50\/80 {
  --tw-ring-color: rgb(255 252 244 / 0.8);
}
.ring-yellow-50\/85 {
  --tw-ring-color: rgb(255 252 244 / 0.85);
}
.ring-yellow-50\/90 {
  --tw-ring-color: rgb(255 252 244 / 0.9);
}
.ring-yellow-50\/95 {
  --tw-ring-color: rgb(255 252 244 / 0.95);
}
.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 217 124 / var(--tw-ring-opacity, 1));
}
.ring-yellow-600\/0 {
  --tw-ring-color: rgb(253 217 124 / 0);
}
.ring-yellow-600\/10 {
  --tw-ring-color: rgb(253 217 124 / 0.1);
}
.ring-yellow-600\/100 {
  --tw-ring-color: rgb(253 217 124 / 1);
}
.ring-yellow-600\/15 {
  --tw-ring-color: rgb(253 217 124 / 0.15);
}
.ring-yellow-600\/20 {
  --tw-ring-color: rgb(253 217 124 / 0.2);
}
.ring-yellow-600\/25 {
  --tw-ring-color: rgb(253 217 124 / 0.25);
}
.ring-yellow-600\/30 {
  --tw-ring-color: rgb(253 217 124 / 0.3);
}
.ring-yellow-600\/35 {
  --tw-ring-color: rgb(253 217 124 / 0.35);
}
.ring-yellow-600\/40 {
  --tw-ring-color: rgb(253 217 124 / 0.4);
}
.ring-yellow-600\/45 {
  --tw-ring-color: rgb(253 217 124 / 0.45);
}
.ring-yellow-600\/5 {
  --tw-ring-color: rgb(253 217 124 / 0.05);
}
.ring-yellow-600\/50 {
  --tw-ring-color: rgb(253 217 124 / 0.5);
}
.ring-yellow-600\/55 {
  --tw-ring-color: rgb(253 217 124 / 0.55);
}
.ring-yellow-600\/60 {
  --tw-ring-color: rgb(253 217 124 / 0.6);
}
.ring-yellow-600\/65 {
  --tw-ring-color: rgb(253 217 124 / 0.65);
}
.ring-yellow-600\/70 {
  --tw-ring-color: rgb(253 217 124 / 0.7);
}
.ring-yellow-600\/75 {
  --tw-ring-color: rgb(253 217 124 / 0.75);
}
.ring-yellow-600\/80 {
  --tw-ring-color: rgb(253 217 124 / 0.8);
}
.ring-yellow-600\/85 {
  --tw-ring-color: rgb(253 217 124 / 0.85);
}
.ring-yellow-600\/90 {
  --tw-ring-color: rgb(253 217 124 / 0.9);
}
.ring-yellow-600\/95 {
  --tw-ring-color: rgb(253 217 124 / 0.95);
}
.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 204 80 / var(--tw-ring-opacity, 1));
}
.ring-yellow-800\/0 {
  --tw-ring-color: rgb(252 204 80 / 0);
}
.ring-yellow-800\/10 {
  --tw-ring-color: rgb(252 204 80 / 0.1);
}
.ring-yellow-800\/100 {
  --tw-ring-color: rgb(252 204 80 / 1);
}
.ring-yellow-800\/15 {
  --tw-ring-color: rgb(252 204 80 / 0.15);
}
.ring-yellow-800\/20 {
  --tw-ring-color: rgb(252 204 80 / 0.2);
}
.ring-yellow-800\/25 {
  --tw-ring-color: rgb(252 204 80 / 0.25);
}
.ring-yellow-800\/30 {
  --tw-ring-color: rgb(252 204 80 / 0.3);
}
.ring-yellow-800\/35 {
  --tw-ring-color: rgb(252 204 80 / 0.35);
}
.ring-yellow-800\/40 {
  --tw-ring-color: rgb(252 204 80 / 0.4);
}
.ring-yellow-800\/45 {
  --tw-ring-color: rgb(252 204 80 / 0.45);
}
.ring-yellow-800\/5 {
  --tw-ring-color: rgb(252 204 80 / 0.05);
}
.ring-yellow-800\/50 {
  --tw-ring-color: rgb(252 204 80 / 0.5);
}
.ring-yellow-800\/55 {
  --tw-ring-color: rgb(252 204 80 / 0.55);
}
.ring-yellow-800\/60 {
  --tw-ring-color: rgb(252 204 80 / 0.6);
}
.ring-yellow-800\/65 {
  --tw-ring-color: rgb(252 204 80 / 0.65);
}
.ring-yellow-800\/70 {
  --tw-ring-color: rgb(252 204 80 / 0.7);
}
.ring-yellow-800\/75 {
  --tw-ring-color: rgb(252 204 80 / 0.75);
}
.ring-yellow-800\/80 {
  --tw-ring-color: rgb(252 204 80 / 0.8);
}
.ring-yellow-800\/85 {
  --tw-ring-color: rgb(252 204 80 / 0.85);
}
.ring-yellow-800\/90 {
  --tw-ring-color: rgb(252 204 80 / 0.9);
}
.ring-yellow-800\/95 {
  --tw-ring-color: rgb(252 204 80 / 0.95);
}
.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.ring-yellow-900\/0 {
  --tw-ring-color: rgb(251 191 36 / 0);
}
.ring-yellow-900\/10 {
  --tw-ring-color: rgb(251 191 36 / 0.1);
}
.ring-yellow-900\/100 {
  --tw-ring-color: rgb(251 191 36 / 1);
}
.ring-yellow-900\/15 {
  --tw-ring-color: rgb(251 191 36 / 0.15);
}
.ring-yellow-900\/20 {
  --tw-ring-color: rgb(251 191 36 / 0.2);
}
.ring-yellow-900\/25 {
  --tw-ring-color: rgb(251 191 36 / 0.25);
}
.ring-yellow-900\/30 {
  --tw-ring-color: rgb(251 191 36 / 0.3);
}
.ring-yellow-900\/35 {
  --tw-ring-color: rgb(251 191 36 / 0.35);
}
.ring-yellow-900\/40 {
  --tw-ring-color: rgb(251 191 36 / 0.4);
}
.ring-yellow-900\/45 {
  --tw-ring-color: rgb(251 191 36 / 0.45);
}
.ring-yellow-900\/5 {
  --tw-ring-color: rgb(251 191 36 / 0.05);
}
.ring-yellow-900\/50 {
  --tw-ring-color: rgb(251 191 36 / 0.5);
}
.ring-yellow-900\/55 {
  --tw-ring-color: rgb(251 191 36 / 0.55);
}
.ring-yellow-900\/60 {
  --tw-ring-color: rgb(251 191 36 / 0.6);
}
.ring-yellow-900\/65 {
  --tw-ring-color: rgb(251 191 36 / 0.65);
}
.ring-yellow-900\/70 {
  --tw-ring-color: rgb(251 191 36 / 0.7);
}
.ring-yellow-900\/75 {
  --tw-ring-color: rgb(251 191 36 / 0.75);
}
.ring-yellow-900\/80 {
  --tw-ring-color: rgb(251 191 36 / 0.8);
}
.ring-yellow-900\/85 {
  --tw-ring-color: rgb(251 191 36 / 0.85);
}
.ring-yellow-900\/90 {
  --tw-ring-color: rgb(251 191 36 / 0.9);
}
.ring-yellow-900\/95 {
  --tw-ring-color: rgb(251 191 36 / 0.95);
}
.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(144 106 7 / var(--tw-ring-opacity, 1));
}
.ring-yellow-950\/0 {
  --tw-ring-color: rgb(144 106 7 / 0);
}
.ring-yellow-950\/10 {
  --tw-ring-color: rgb(144 106 7 / 0.1);
}
.ring-yellow-950\/100 {
  --tw-ring-color: rgb(144 106 7 / 1);
}
.ring-yellow-950\/15 {
  --tw-ring-color: rgb(144 106 7 / 0.15);
}
.ring-yellow-950\/20 {
  --tw-ring-color: rgb(144 106 7 / 0.2);
}
.ring-yellow-950\/25 {
  --tw-ring-color: rgb(144 106 7 / 0.25);
}
.ring-yellow-950\/30 {
  --tw-ring-color: rgb(144 106 7 / 0.3);
}
.ring-yellow-950\/35 {
  --tw-ring-color: rgb(144 106 7 / 0.35);
}
.ring-yellow-950\/40 {
  --tw-ring-color: rgb(144 106 7 / 0.4);
}
.ring-yellow-950\/45 {
  --tw-ring-color: rgb(144 106 7 / 0.45);
}
.ring-yellow-950\/5 {
  --tw-ring-color: rgb(144 106 7 / 0.05);
}
.ring-yellow-950\/50 {
  --tw-ring-color: rgb(144 106 7 / 0.5);
}
.ring-yellow-950\/55 {
  --tw-ring-color: rgb(144 106 7 / 0.55);
}
.ring-yellow-950\/60 {
  --tw-ring-color: rgb(144 106 7 / 0.6);
}
.ring-yellow-950\/65 {
  --tw-ring-color: rgb(144 106 7 / 0.65);
}
.ring-yellow-950\/70 {
  --tw-ring-color: rgb(144 106 7 / 0.7);
}
.ring-yellow-950\/75 {
  --tw-ring-color: rgb(144 106 7 / 0.75);
}
.ring-yellow-950\/80 {
  --tw-ring-color: rgb(144 106 7 / 0.8);
}
.ring-yellow-950\/85 {
  --tw-ring-color: rgb(144 106 7 / 0.85);
}
.ring-yellow-950\/90 {
  --tw-ring-color: rgb(144 106 7 / 0.9);
}
.ring-yellow-950\/95 {
  --tw-ring-color: rgb(144 106 7 / 0.95);
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}
.ring-offset-\[3px\] {
  --tw-ring-offset-width: 3px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  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;
}
.delay-100 {
  transition-delay: 100ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[--anchor-max-height\:15rem\] {
  --anchor-max-height: 15rem;
}
.\*\:block > * {
  display: block;
}
.\*\:w-full > * {
  width: 100%;
}
.\*\:\!gap-4 > * {
  gap: 1rem !important;
}
.\*\:gap-x-4 > * {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.first-letter\:uppercase::first-letter {
  text-transform: uppercase;
}
.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:text-base::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:text-lg::-moz-placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.placeholder\:text-lg::placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-xl::-moz-placeholder {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.placeholder\:text-xl::placeholder {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.placeholder\:text-xs::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}
.placeholder\:text-xs::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-700::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-700::placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-800::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-800::placeholder {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity, 1));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:right-full::before {
  content: var(--tw-content);
  right: 100%;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:size-3::before {
  content: var(--tw-content);
  width: 0.75rem;
  height: 0.75rem;
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-red-900::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 24 12 / var(--tw-bg-opacity, 1));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:invisible::after {
  content: var(--tw-content);
  visibility: hidden;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0\.5::after {
  content: var(--tw-content);
  left: 0.125rem;
}
.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}
.after\:col-span-1::after {
  content: var(--tw-content);
  grid-column: span 1 / span 1;
}
.after\:col-start-1::after {
  content: var(--tw-content);
  grid-column-start: 1;
}
.after\:row-span-1::after {
  content: var(--tw-content);
  grid-row: span 1 / span 1;
}
.after\:row-start-1::after {
  content: var(--tw-content);
  grid-row-start: 1;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:size-5::after {
  content: var(--tw-content);
  width: 1.25rem;
  height: 1.25rem;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:whitespace-pre-wrap::after {
  content: var(--tw-content);
  white-space: pre-wrap;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:rounded-lg::after {
  content: var(--tw-content);
  border-radius: 0.5rem;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-none::after {
  content: var(--tw-content);
  border-style: none;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:p-4::after {
  content: var(--tw-content);
  padding: 1rem;
}
.after\:py-1\.5::after {
  content: var(--tw-content);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.after\:pr-10::after {
  content: var(--tw-content);
  padding-right: 2.5rem;
}
.after\:leading-6::after {
  content: var(--tw-content);
  line-height: 1.5rem;
}
.after\:text-gray-800::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity, 1));
}
.after\:text-gray-900::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}
.after\:shadow-sm::after {
  content: var(--tw-content);
  --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);
}
.after\:outline-none::after {
  content: var(--tw-content);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.after\:ring-1::after {
  content: var(--tw-content);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.after\:ring-inset::after {
  content: var(--tw-content);
  --tw-ring-inset: inset;
}
.after\:ring-gray-300::after {
  content: var(--tw-content);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity, 1));
}
.after\:ring-red-950::after {
  content: var(--tw-content);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 10 2 / var(--tw-ring-opacity, 1));
}
.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);
}
.after\:content-\[attr\(data-replicated-value\)_\"_\"\]::after {
  --tw-content: attr(data-replicated-value) " ";
  content: var(--tw-content);
}
.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.first\:bg-gray-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.last\:bg-gray-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.even\:bg-gray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.checked\:border-blue-900:checked {
  --tw-border-opacity: 1;
  border-color: rgb(52 106 244 / var(--tw-border-opacity, 1));
}
.checked\:bg-blue-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.hover\:z-50:hover {
  z-index: 50;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\: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\:rounded:hover {
  border-radius: 0.25rem;
}
.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}
.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 106 244 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 227 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(141 171 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(103 143 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 61 187 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900\/10:hover {
  background-color: rgb(36 36 36 / 0.1);
}
.hover\:bg-navy-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 72 137 / var(--tw-bg-opacity, 1));
}
.hover\:bg-navy-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 21 80 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 181 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 70 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 116 109 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 70 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 10 2 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:fill-red-200:hover {
  fill: #FBD1CE;
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(141 171 249 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(52 106 244 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-950:hover {
  --tw-text-opacity: 1;
  color: rgb(11 61 187 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}
.hover\:text-navy-800:hover {
  --tw-text-opacity: 1;
  color: rgb(53 72 137 / var(--tw-text-opacity, 1));
}
.hover\:text-navy-950:hover {
  --tw-text-opacity: 1;
  color: rgb(5 21 80 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-wsMd:hover {
  --tw-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 0px 4px 12px -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\:ring-1:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-inset:hover {
  --tw-ring-inset: inset;
}
.hover\:ring-blue-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 171 249 / var(--tw-ring-opacity, 1));
}
.focus\:relative:focus {
  position: relative;
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgb(52 106 244 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-blue-950:focus {
  outline-color: #0B3DBB;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 171 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 143 247 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 106 244 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 61 187 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 10 2 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.after\:focus\:outline-none:focus::after {
  content: var(--tw-content);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.after\:focus\:ring-2:focus::after {
  content: var(--tw-content);
  --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);
}
.after\:focus\:ring-red-950:focus::after {
  content: var(--tw-content);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 10 2 / var(--tw-ring-opacity, 1));
}
.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.hover\:enabled\:text-blue-950:enabled:hover {
  --tw-text-opacity: 1;
  color: rgb(11 61 187 / var(--tw-text-opacity, 1));
}
.hover\:enabled\:underline:enabled:hover {
  text-decoration-line: underline;
}
.disabled\:w-full:disabled {
  width: 100%;
}
.disabled\:cursor-default:disabled {
  cursor: default;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-none:disabled {
  border-style: none;
}
.disabled\:border-gray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}
.disabled\:border-gray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.disabled\:border-gray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
}
.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-transparent:disabled {
  background-color: transparent;
}
.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.disabled\:text-gray-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.disabled\:text-gray-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity, 1));
}
.disabled\:ring-gray-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 248 248 / var(--tw-ring-opacity, 1));
}
.disabled\:ring-gray-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(193 193 193 / var(--tw-ring-opacity, 1));
}
.disabled\:hover\:bg-gray-100:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.disabled\:hover\:text-gray-300:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.disabled\:hover\:text-gray-400:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}
.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(234 24 12 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.peer:checked ~ .peer-checked\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.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, 1));
}
.peer:focus ~ .peer-focus\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity, 1));
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.peer:focus ~ .peer-focus\:ring-4 {
  --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(4px + 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);
}
.peer:focus ~ .peer-focus\:ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 106 244 / var(--tw-ring-opacity, 1));
}
.data-\[closed\]\:translate-y-4[data-closed] {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[checked\]\:bg-blue-900[data-checked] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.data-\[focus\]\:bg-white\/5[data-focus] {
  background-color: rgb(255 255 255 / 0.05);
}
.data-\[closed\]\:opacity-0[data-closed] {
  opacity: 0;
}
.data-\[enter\]\:duration-300[data-enter] {
  transition-duration: 300ms;
}
.data-\[leave\]\:duration-200[data-leave] {
  transition-duration: 200ms;
}
.data-\[enter\]\:ease-out[data-enter] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.data-\[leave\]\:ease-in[data-leave] {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.group[data-checked] .group-data-\[checked\]\:translate-x-6 {
  --tw-translate-x: 1.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));
}
.dark\:block:is(.dark *) {
  display: block;
}
.dark\:hidden:is(.dark *) {
  display: none;
}
.dark\:-translate-x-full:is(.dark *) {
  --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));
}
.dark\:translate-x-0:is(.dark *) {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.dark\:divide-gray-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(108 108 108 / var(--tw-divide-opacity, 1));
}
.dark\:border-gray-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(108 108 108 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity, 1));
}
.dark\:border-red-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(242 116 109 / var(--tw-border-opacity, 1));
}
.dark\:bg-black\/50:is(.dark *) {
  background-color: rgb(0 0 0 / 0.5);
}
.dark\:bg-blue-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(103 143 247 / var(--tw-bg-opacity, 1));
}
.dark\:bg-blue-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.dark\:bg-blue-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(11 61 187 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(145 145 145 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
.dark\:bg-navy-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(53 72 137 / var(--tw-bg-opacity, 1));
}
.dark\:bg-purple-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(159 107 247 / var(--tw-bg-opacity, 1));
}
.dark\:text-blue-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 227 253 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(179 199 251 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 222 190 / var(--tw-text-opacity, 1));
}
.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(247 163 158 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:shadow-\[0px_2px_4px_0px_rgba\(255\2c _255\2c _255\2c _0\.12\)\]:is(.dark *) {
  --tw-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.12);
  --tw-shadow-colored: 0px 2px 4px 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);
}
.dark\:ring-blue-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(179 199 251 / var(--tw-ring-opacity, 1));
}
.dark\:ring-gray-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(145 145 145 / var(--tw-ring-opacity, 1));
}
.dark\:ring-red-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 163 158 / var(--tw-ring-opacity, 1));
}
.dark\:ring-white\/10:is(.dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.dark\:ring-white\/5:is(.dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.dark\:placeholder\:text-gray-200:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-200:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-300:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-300:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-400:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-400:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-500:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-500:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.dark\:first\:bg-gray-700:first-child:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity, 1));
}
.dark\:last\:bg-gray-700:last-child:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity, 1));
}
.dark\:checked\:border-blue-600:checked:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(141 171 249 / var(--tw-border-opacity, 1));
}
.dark\:checked\:bg-blue-600:checked:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(141 171 249 / var(--tw-bg-opacity, 1));
}
.dark\:checked\:bg-blue-950:checked:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(11 61 187 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-100\/10:hover:is(.dark *) {
  background-color: rgb(248 248 248 / 0.1);
}
.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-navy-900:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 26 107 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:text-blue-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 227 253 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-blue-400:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(179 199 251 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-gray-100:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-gray-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-gray-500:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:focus\:ring-blue-400:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(179 199 251 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-red-400:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 163 158 / var(--tw-ring-opacity, 1));
}
.dark\:disabled\:bg-gray-600:disabled:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(145 145 145 / var(--tw-bg-opacity, 1));
}
.dark\:disabled\:bg-gray-700:disabled:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity, 1));
}
.dark\:disabled\:bg-gray-800:disabled:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity, 1));
}
.dark\:disabled\:text-gray-200:disabled:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity, 1));
}
.dark\:disabled\:text-gray-400:disabled:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity, 1));
}
.dark\:disabled\:text-gray-500:disabled:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity, 1));
}
.dark\:disabled\:ring-gray-600:disabled:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(145 145 145 / var(--tw-ring-opacity, 1));
}
.dark\:disabled\:ring-gray-700:disabled:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(108 108 108 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .dark\:peer-focus\:ring-blue-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 143 247 / var(--tw-ring-opacity, 1));
}
.dark\:data-\[focus\]\:bg-gray-700\/50[data-focus]:is(.dark *) {
  background-color: rgb(108 108 108 / 0.5);
}
@media not all and (min-width: 640px) {

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

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:bg-navy-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(53 72 137 / var(--tw-bg-opacity, 1));
  }

  .max-sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:max-sm\:bg-navy-900:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(3 26 107 / var(--tw-bg-opacity, 1));
  }

  .dark\:max-sm\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 640px) {

  .sm\:sticky {
    position: sticky;
  }

  .sm\:top-0 {
    top: 0px;
  }

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

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

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

  .sm\:m-0 {
    margin: 0px;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

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

  .sm\:h-\[calc\(100\%-56px\)\] {
    height: calc(100% - 56px);
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

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

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

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

  .sm\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-none {
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

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

  .sm\:p-2 {
    padding: 0.5rem;
  }

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .after\:sm\:text-sm::after {
    content: var(--tw-content);
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .data-\[closed\]\:sm\:translate-y-0[data-closed] {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .data-\[closed\]\:sm\:scale-95[data-closed] {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .dark\:sm\:bg-gray-900:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:relative {
    position: relative;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-\[72px\] {
    top: 72px;
  }

  .md\:z-auto {
    z-index: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[calc\(100vh-72px\)\] {
    height: calc(100vh - 72px);
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

  .md\:grid-cols-\[324px_1fr\] {
    grid-template-columns: 324px 1fr;
  }

  .md\:grid-rows-\[72px_minmax\(0\2c 1fr\)\] {
    grid-template-rows: 72px minmax(0,1fr);
  }

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

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

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

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

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

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

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

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .after\:md\:text-base::after {
    content: var(--tw-content);
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

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

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

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

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

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:flex-row {
    flex-direction: row;
  }
}
.\[\&\.active\]\:bg-blue-200.active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 227 253 / var(--tw-bg-opacity, 1));
}
.\[\&\.active\]\:bg-blue-900.active {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.\[\&\.active\]\:font-bold.active {
  font-weight: 700;
}
.\[\&\.active\]\:text-blue-900.active {
  --tw-text-opacity: 1;
  color: rgb(52 106 244 / var(--tw-text-opacity, 1));
}
.\[\&\.active\]\:text-navy-900.active {
  --tw-text-opacity: 1;
  color: rgb(3 26 107 / var(--tw-text-opacity, 1));
}
.\[\&\.active\]\:text-white.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:\[\&\.active\]\:bg-blue-900.active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 106 244 / var(--tw-bg-opacity, 1));
}
.dark\:\[\&\.active\]\:text-blue-200.active:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 227 253 / var(--tw-text-opacity, 1));
}
.dark\:\[\&\.active\]\:text-navy-200.active:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(205 209 225 / var(--tw-text-opacity, 1));
}
.dark\:\[\&\.active\]\:text-white.active:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
