*, ::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: #e5e7eb; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.container {
  width: 100%;
}@media (min-width: 640px) {

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

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

  .container {
    max-width: 782px;
  }
}@media (min-width: 1100px) {

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

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

  .container {
    max-width: 1300px;
  }
}@media (min-width: 1500px) {

  .container {
    max-width: 1500px;
  }
}.visible {
  visibility: visible;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.left-0 {
  left: 0px;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.z-\[1\] {
  z-index: 1;
}.z-\[2\] {
  z-index: 2;
}.z-\[3\] {
  z-index: 3;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.order-3 {
  order: 3;
}.order-4 {
  order: 4;
}.order-5 {
  order: 5;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.\!mb-\[-10\%\] {
  margin-bottom: -10% !important;
}.\!mb-\[-20\%\] {
  margin-bottom: -20% !important;
}.\!mb-\[10\%\] {
  margin-bottom: 10% !important;
}.\!ml-0 {
  margin-left: 0px !important;
}.\!mt-0 {
  margin-top: 0px !important;
}.\!mt-10 {
  margin-top: 2.5rem !important;
}.\!mt-2 {
  margin-top: 0.5rem !important;
}.\!mt-4 {
  margin-top: 1rem !important;
}.\!mt-6 {
  margin-top: 1.5rem !important;
}.\!mt-8 {
  margin-top: 2rem !important;
}.\!mt-\[-10\%\] {
  margin-top: -10% !important;
}.\!mt-\[-5\%\] {
  margin-top: -5% !important;
}.\!mt-\[0\.5em\] {
  margin-top: 0.5em !important;
}.\!mt-\[1\.5em\] {
  margin-top: 1.5em !important;
}.\!mt-\[10\%\] {
  margin-top: 10% !important;
}.\!mt-\[1em\] {
  margin-top: 1em !important;
}.\!mt-\[20\%\] {
  margin-top: 20% !important;
}.\!mt-\[2em\] {
  margin-top: 2em !important;
}.\!mt-\[3em\] {
  margin-top: 3em !important;
}.-mb-0 {
  margin-bottom: -0px;
}.-mb-0\.5 {
  margin-bottom: -0.125rem;
}.-mb-1 {
  margin-bottom: -0.25rem;
}.-mb-1\.5 {
  margin-bottom: -0.375rem;
}.-mb-10 {
  margin-bottom: -2.5rem;
}.-mb-11 {
  margin-bottom: -2.75rem;
}.-mb-12 {
  margin-bottom: -3rem;
}.-mb-14 {
  margin-bottom: -3.5rem;
}.-mb-16 {
  margin-bottom: -4rem;
}.-mb-2 {
  margin-bottom: -0.5rem;
}.-mb-2\.5 {
  margin-bottom: -0.625rem;
}.-mb-20 {
  margin-bottom: -5rem;
}.-mb-24 {
  margin-bottom: -6rem;
}.-mb-28 {
  margin-bottom: -7rem;
}.-mb-3 {
  margin-bottom: -0.75rem;
}.-mb-3\.5 {
  margin-bottom: -0.875rem;
}.-mb-32 {
  margin-bottom: -8rem;
}.-mb-36 {
  margin-bottom: -9rem;
}.-mb-4 {
  margin-bottom: -1rem;
}.-mb-40 {
  margin-bottom: -10rem;
}.-mb-44 {
  margin-bottom: -11rem;
}.-mb-48 {
  margin-bottom: -12rem;
}.-mb-5 {
  margin-bottom: -1.25rem;
}.-mb-52 {
  margin-bottom: -13rem;
}.-mb-56 {
  margin-bottom: -14rem;
}.-mb-6 {
  margin-bottom: -1.5rem;
}.-mb-60 {
  margin-bottom: -15rem;
}.-mb-64 {
  margin-bottom: -16rem;
}.-mb-7 {
  margin-bottom: -1.75rem;
}.-mb-72 {
  margin-bottom: -18rem;
}.-mb-8 {
  margin-bottom: -2rem;
}.-mb-80 {
  margin-bottom: -20rem;
}.-mb-9 {
  margin-bottom: -2.25rem;
}.-mb-96 {
  margin-bottom: -24rem;
}.-mb-px {
  margin-bottom: -1px;
}.-ml-0 {
  margin-left: -0px;
}.-ml-0\.5 {
  margin-left: -0.125rem;
}.-ml-1 {
  margin-left: -0.25rem;
}.-ml-1\.5 {
  margin-left: -0.375rem;
}.-ml-10 {
  margin-left: -2.5rem;
}.-ml-11 {
  margin-left: -2.75rem;
}.-ml-12 {
  margin-left: -3rem;
}.-ml-14 {
  margin-left: -3.5rem;
}.-ml-16 {
  margin-left: -4rem;
}.-ml-2 {
  margin-left: -0.5rem;
}.-ml-2\.5 {
  margin-left: -0.625rem;
}.-ml-20 {
  margin-left: -5rem;
}.-ml-24 {
  margin-left: -6rem;
}.-ml-28 {
  margin-left: -7rem;
}.-ml-3 {
  margin-left: -0.75rem;
}.-ml-3\.5 {
  margin-left: -0.875rem;
}.-ml-32 {
  margin-left: -8rem;
}.-ml-36 {
  margin-left: -9rem;
}.-ml-4 {
  margin-left: -1rem;
}.-ml-40 {
  margin-left: -10rem;
}.-ml-44 {
  margin-left: -11rem;
}.-ml-48 {
  margin-left: -12rem;
}.-ml-5 {
  margin-left: -1.25rem;
}.-ml-52 {
  margin-left: -13rem;
}.-ml-56 {
  margin-left: -14rem;
}.-ml-6 {
  margin-left: -1.5rem;
}.-ml-60 {
  margin-left: -15rem;
}.-ml-64 {
  margin-left: -16rem;
}.-ml-7 {
  margin-left: -1.75rem;
}.-ml-72 {
  margin-left: -18rem;
}.-ml-8 {
  margin-left: -2rem;
}.-ml-80 {
  margin-left: -20rem;
}.-ml-9 {
  margin-left: -2.25rem;
}.-ml-96 {
  margin-left: -24rem;
}.-ml-px {
  margin-left: -1px;
}.-mr-0 {
  margin-right: -0px;
}.-mr-0\.5 {
  margin-right: -0.125rem;
}.-mr-1 {
  margin-right: -0.25rem;
}.-mr-1\.5 {
  margin-right: -0.375rem;
}.-mr-10 {
  margin-right: -2.5rem;
}.-mr-11 {
  margin-right: -2.75rem;
}.-mr-12 {
  margin-right: -3rem;
}.-mr-14 {
  margin-right: -3.5rem;
}.-mr-16 {
  margin-right: -4rem;
}.-mr-2 {
  margin-right: -0.5rem;
}.-mr-2\.5 {
  margin-right: -0.625rem;
}.-mr-20 {
  margin-right: -5rem;
}.-mr-24 {
  margin-right: -6rem;
}.-mr-28 {
  margin-right: -7rem;
}.-mr-3 {
  margin-right: -0.75rem;
}.-mr-3\.5 {
  margin-right: -0.875rem;
}.-mr-32 {
  margin-right: -8rem;
}.-mr-36 {
  margin-right: -9rem;
}.-mr-4 {
  margin-right: -1rem;
}.-mr-40 {
  margin-right: -10rem;
}.-mr-44 {
  margin-right: -11rem;
}.-mr-48 {
  margin-right: -12rem;
}.-mr-5 {
  margin-right: -1.25rem;
}.-mr-52 {
  margin-right: -13rem;
}.-mr-56 {
  margin-right: -14rem;
}.-mr-6 {
  margin-right: -1.5rem;
}.-mr-60 {
  margin-right: -15rem;
}.-mr-64 {
  margin-right: -16rem;
}.-mr-7 {
  margin-right: -1.75rem;
}.-mr-72 {
  margin-right: -18rem;
}.-mr-8 {
  margin-right: -2rem;
}.-mr-80 {
  margin-right: -20rem;
}.-mr-9 {
  margin-right: -2.25rem;
}.-mr-96 {
  margin-right: -24rem;
}.-mr-px {
  margin-right: -1px;
}.-mt-0 {
  margin-top: -0px;
}.-mt-0\.5 {
  margin-top: -0.125rem;
}.-mt-1 {
  margin-top: -0.25rem;
}.-mt-1\.5 {
  margin-top: -0.375rem;
}.-mt-10 {
  margin-top: -2.5rem;
}.-mt-11 {
  margin-top: -2.75rem;
}.-mt-12 {
  margin-top: -3rem;
}.-mt-14 {
  margin-top: -3.5rem;
}.-mt-16 {
  margin-top: -4rem;
}.-mt-2 {
  margin-top: -0.5rem;
}.-mt-2\.5 {
  margin-top: -0.625rem;
}.-mt-20 {
  margin-top: -5rem;
}.-mt-24 {
  margin-top: -6rem;
}.-mt-28 {
  margin-top: -7rem;
}.-mt-3 {
  margin-top: -0.75rem;
}.-mt-3\.5 {
  margin-top: -0.875rem;
}.-mt-32 {
  margin-top: -8rem;
}.-mt-36 {
  margin-top: -9rem;
}.-mt-4 {
  margin-top: -1rem;
}.-mt-40 {
  margin-top: -10rem;
}.-mt-44 {
  margin-top: -11rem;
}.-mt-48 {
  margin-top: -12rem;
}.-mt-5 {
  margin-top: -1.25rem;
}.-mt-52 {
  margin-top: -13rem;
}.-mt-56 {
  margin-top: -14rem;
}.-mt-6 {
  margin-top: -1.5rem;
}.-mt-60 {
  margin-top: -15rem;
}.-mt-64 {
  margin-top: -16rem;
}.-mt-7 {
  margin-top: -1.75rem;
}.-mt-72 {
  margin-top: -18rem;
}.-mt-8 {
  margin-top: -2rem;
}.-mt-80 {
  margin-top: -20rem;
}.-mt-9 {
  margin-top: -2.25rem;
}.-mt-96 {
  margin-top: -24rem;
}.-mt-px {
  margin-top: -1px;
}.mb-0 {
  margin-bottom: 0px;
}.mb-0\.5 {
  margin-bottom: 0.125rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-1\.5 {
  margin-bottom: 0.375rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-11 {
  margin-bottom: 2.75rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-14 {
  margin-bottom: 3.5rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-2\.5 {
  margin-bottom: 0.625rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mb-28 {
  margin-bottom: 7rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-3\.5 {
  margin-bottom: 0.875rem;
}.mb-32 {
  margin-bottom: 8rem;
}.mb-36 {
  margin-bottom: 9rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-40 {
  margin-bottom: 10rem;
}.mb-44 {
  margin-bottom: 11rem;
}.mb-48 {
  margin-bottom: 12rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-52 {
  margin-bottom: 13rem;
}.mb-56 {
  margin-bottom: 14rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-60 {
  margin-bottom: 15rem;
}.mb-64 {
  margin-bottom: 16rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-72 {
  margin-bottom: 18rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-80 {
  margin-bottom: 20rem;
}.mb-9 {
  margin-bottom: 2.25rem;
}.mb-96 {
  margin-bottom: 24rem;
}.mb-auto {
  margin-bottom: auto;
}.mb-px {
  margin-bottom: 1px;
}.ml-0 {
  margin-left: 0px;
}.ml-0\.5 {
  margin-left: 0.125rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-1\.5 {
  margin-left: 0.375rem;
}.ml-10 {
  margin-left: 2.5rem;
}.ml-11 {
  margin-left: 2.75rem;
}.ml-12 {
  margin-left: 3rem;
}.ml-14 {
  margin-left: 3.5rem;
}.ml-16 {
  margin-left: 4rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-2\.5 {
  margin-left: 0.625rem;
}.ml-20 {
  margin-left: 5rem;
}.ml-24 {
  margin-left: 6rem;
}.ml-28 {
  margin-left: 7rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-3\.5 {
  margin-left: 0.875rem;
}.ml-32 {
  margin-left: 8rem;
}.ml-36 {
  margin-left: 9rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-40 {
  margin-left: 10rem;
}.ml-44 {
  margin-left: 11rem;
}.ml-48 {
  margin-left: 12rem;
}.ml-5 {
  margin-left: 1.25rem;
}.ml-52 {
  margin-left: 13rem;
}.ml-56 {
  margin-left: 14rem;
}.ml-6 {
  margin-left: 1.5rem;
}.ml-60 {
  margin-left: 15rem;
}.ml-64 {
  margin-left: 16rem;
}.ml-7 {
  margin-left: 1.75rem;
}.ml-72 {
  margin-left: 18rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-80 {
  margin-left: 20rem;
}.ml-9 {
  margin-left: 2.25rem;
}.ml-96 {
  margin-left: 24rem;
}.ml-auto {
  margin-left: auto;
}.ml-px {
  margin-left: 1px;
}.mr-0 {
  margin-right: 0px;
}.mr-0\.5 {
  margin-right: 0.125rem;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-1\.5 {
  margin-right: 0.375rem;
}.mr-10 {
  margin-right: 2.5rem;
}.mr-11 {
  margin-right: 2.75rem;
}.mr-12 {
  margin-right: 3rem;
}.mr-14 {
  margin-right: 3.5rem;
}.mr-16 {
  margin-right: 4rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-2\.5 {
  margin-right: 0.625rem;
}.mr-20 {
  margin-right: 5rem;
}.mr-24 {
  margin-right: 6rem;
}.mr-28 {
  margin-right: 7rem;
}.mr-3 {
  margin-right: 0.75rem;
}.mr-3\.5 {
  margin-right: 0.875rem;
}.mr-32 {
  margin-right: 8rem;
}.mr-36 {
  margin-right: 9rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-40 {
  margin-right: 10rem;
}.mr-44 {
  margin-right: 11rem;
}.mr-48 {
  margin-right: 12rem;
}.mr-5 {
  margin-right: 1.25rem;
}.mr-52 {
  margin-right: 13rem;
}.mr-56 {
  margin-right: 14rem;
}.mr-6 {
  margin-right: 1.5rem;
}.mr-60 {
  margin-right: 15rem;
}.mr-64 {
  margin-right: 16rem;
}.mr-7 {
  margin-right: 1.75rem;
}.mr-72 {
  margin-right: 18rem;
}.mr-8 {
  margin-right: 2rem;
}.mr-80 {
  margin-right: 20rem;
}.mr-9 {
  margin-right: 2.25rem;
}.mr-96 {
  margin-right: 24rem;
}.mr-auto {
  margin-right: auto;
}.mr-px {
  margin-right: 1px;
}.mt-0 {
  margin-top: 0px;
}.mt-0\.5 {
  margin-top: 0.125rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-1\.5 {
  margin-top: 0.375rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-11 {
  margin-top: 2.75rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-14 {
  margin-top: 3.5rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-24 {
  margin-top: 6rem;
}.mt-28 {
  margin-top: 7rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-3\.5 {
  margin-top: 0.875rem;
}.mt-32 {
  margin-top: 8rem;
}.mt-36 {
  margin-top: 9rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-40 {
  margin-top: 10rem;
}.mt-44 {
  margin-top: 11rem;
}.mt-48 {
  margin-top: 12rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-52 {
  margin-top: 13rem;
}.mt-56 {
  margin-top: 14rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-60 {
  margin-top: 15rem;
}.mt-64 {
  margin-top: 16rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mt-72 {
  margin-top: 18rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-80 {
  margin-top: 20rem;
}.mt-9 {
  margin-top: 2.25rem;
}.mt-96 {
  margin-top: 24rem;
}.mt-\[-20\%\] {
  margin-top: -20%;
}.mt-\[1em\] {
  margin-top: 1em;
}.mt-\[2\.5em\] {
  margin-top: 2.5em;
}.mt-\[20\%\] {
  margin-top: 20%;
}.mt-\[3em\] {
  margin-top: 3em;
}.mt-auto {
  margin-top: auto;
}.mt-px {
  margin-top: 1px;
}.\!block {
  display: block !important;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.\!hidden {
  display: none !important;
}.hidden {
  display: none;
}.aspect-\[\.77\/1\] {
  aspect-ratio: .77/1;
}.aspect-\[\.8\/1\] {
  aspect-ratio: .8/1;
}.aspect-custom {
  aspect-ratio: 1 / 0.56;
}.aspect-custom2 {
  aspect-ratio: 1 / 0.6;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.\!h-auto {
  height: auto !important;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.\!w-\[90\%\] {
  width: 90% !important;
}.w-30p {
  width: 30%;
}.w-75p {
  width: 75%;
}.w-80p {
  width: 80%;
}.w-90p {
  width: 90%;
}.w-\[25\%\] {
  width: 25%;
}.w-\[37\%\] {
  width: 37%;
}.w-\[62\%\] {
  width: 62%;
}.w-\[75\%\] {
  width: 75%;
}.w-\[80\%\] {
  width: 80%;
}.w-\[85\%\] {
  width: 85%;
}.w-\[90\%\] {
  width: 90%;
}.w-full {
  width: 100%;
}.min-w-0 {
  min-width: 0px;
}.min-w-\[5em\] {
  min-width: 5em;
}.min-w-\[7em\] {
  min-width: 7em;
}.\!max-w-2xl {
  max-width: 1500px !important;
}.\!max-w-\[1300px\] {
  max-width: 1300px !important;
}.\!max-w-none {
  max-width: none !important;
}.max-w-155 {
  max-width: 155px;
}.max-w-2xl {
  max-width: 1500px;
}.max-w-365 {
  max-width: 365px;
}.max-w-400 {
  max-width: 400px;
}.max-w-550 {
  max-width: 550px;
}.max-w-600 {
  max-width: 600px;
}.max-w-95 {
  max-width: 95px;
}.max-w-\[1100px\] {
  max-width: 1100px;
}.max-w-\[120px\] {
  max-width: 120px;
}.max-w-\[1220px\] {
  max-width: 1220px;
}.max-w-\[1300px\] {
  max-width: 1300px;
}.max-w-\[250px\] {
  max-width: 250px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[310px\] {
  max-width: 310px;
}.max-w-\[350px\] {
  max-width: 350px;
}.max-w-\[570px\] {
  max-width: 570px;
}.max-w-\[640px\] {
  max-width: 640px;
}.max-w-\[980px\] {
  max-width: 980px;
}.max-w-full {
  max-width: 100%;
}.max-w-wpl {
  max-width: 960px;
}.max-w-wpw {
  max-width: 1100px;
}.max-w-wpx {
  max-width: 1300px;
}.\!flex-none {
  flex: none !important;
}.flex-1 {
  flex: 1 1 0%;
}.flex-auto {
  flex: 1 1 auto;
}.flex-initial {
  flex: 0 1 auto;
}.flex-none {
  flex: none;
}.flex-shrink {
  flex-shrink: 1;
}.flex-shrink-0 {
  flex-shrink: 0;
}.\!shrink-0 {
  flex-shrink: 0 !important;
}.shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.flex-grow-0 {
  flex-grow: 0;
}.\!grow-0 {
  flex-grow: 0 !important;
}.\!basis-\[53\%\] {
  flex-basis: 53% !important;
}.\!basis-\[63\%\] {
  flex-basis: 63% !important;
}.\!basis-\[70\%\] {
  flex-basis: 70% !important;
}.\!basis-\[90\%\] {
  flex-basis: 90% !important;
}.basis-\[37\%\] {
  flex-basis: 37%;
}.basis-\[40\%\] {
  flex-basis: 40%;
}.basis-\[47\%\] {
  flex-basis: 47%;
}.basis-\[53\%\] {
  flex-basis: 53%;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-context-menu {
  cursor: context-menu;
}.resize {
  resize: both;
}.-scroll-mb-0 {
  scroll-margin-bottom: -0px;
}.-scroll-mb-0\.5 {
  scroll-margin-bottom: -0.125rem;
}.-scroll-mb-1 {
  scroll-margin-bottom: -0.25rem;
}.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem;
}.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}.-scroll-mb-11 {
  scroll-margin-bottom: -2.75rem;
}.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}.-scroll-mb-14 {
  scroll-margin-bottom: -3.5rem;
}.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}.-scroll-mb-3 {
  scroll-margin-bottom: -0.75rem;
}.-scroll-mb-3\.5 {
  scroll-margin-bottom: -0.875rem;
}.-scroll-mb-32 {
  scroll-margin-bottom: -8rem;
}.-scroll-mb-36 {
  scroll-margin-bottom: -9rem;
}.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}.-scroll-mb-5 {
  scroll-margin-bottom: -1.25rem;
}.-scroll-mb-52 {
  scroll-margin-bottom: -13rem;
}.-scroll-mb-56 {
  scroll-margin-bottom: -14rem;
}.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}.-scroll-mb-7 {
  scroll-margin-bottom: -1.75rem;
}.-scroll-mb-72 {
  scroll-margin-bottom: -18rem;
}.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}.-scroll-mb-9 {
  scroll-margin-bottom: -2.25rem;
}.-scroll-mb-96 {
  scroll-margin-bottom: -24rem;
}.-scroll-mb-px {
  scroll-margin-bottom: -1px;
}.-scroll-ml-0 {
  scroll-margin-left: -0px;
}.-scroll-ml-0\.5 {
  scroll-margin-left: -0.125rem;
}.-scroll-ml-1 {
  scroll-margin-left: -0.25rem;
}.-scroll-ml-1\.5 {
  scroll-margin-left: -0.375rem;
}.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}.-scroll-ml-11 {
  scroll-margin-left: -2.75rem;
}.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}.-scroll-ml-14 {
  scroll-margin-left: -3.5rem;
}.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}.-scroll-ml-3 {
  scroll-margin-left: -0.75rem;
}.-scroll-ml-3\.5 {
  scroll-margin-left: -0.875rem;
}.-scroll-ml-32 {
  scroll-margin-left: -8rem;
}.-scroll-ml-36 {
  scroll-margin-left: -9rem;
}.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}.-scroll-ml-5 {
  scroll-margin-left: -1.25rem;
}.-scroll-ml-52 {
  scroll-margin-left: -13rem;
}.-scroll-ml-56 {
  scroll-margin-left: -14rem;
}.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}.-scroll-ml-7 {
  scroll-margin-left: -1.75rem;
}.-scroll-ml-72 {
  scroll-margin-left: -18rem;
}.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}.-scroll-ml-9 {
  scroll-margin-left: -2.25rem;
}.-scroll-ml-96 {
  scroll-margin-left: -24rem;
}.-scroll-ml-px {
  scroll-margin-left: -1px;
}.-scroll-mr-0 {
  scroll-margin-right: -0px;
}.-scroll-mr-0\.5 {
  scroll-margin-right: -0.125rem;
}.-scroll-mr-1 {
  scroll-margin-right: -0.25rem;
}.-scroll-mr-1\.5 {
  scroll-margin-right: -0.375rem;
}.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}.-scroll-mr-11 {
  scroll-margin-right: -2.75rem;
}.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}.-scroll-mr-14 {
  scroll-margin-right: -3.5rem;
}.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}.-scroll-mr-3 {
  scroll-margin-right: -0.75rem;
}.-scroll-mr-3\.5 {
  scroll-margin-right: -0.875rem;
}.-scroll-mr-32 {
  scroll-margin-right: -8rem;
}.-scroll-mr-36 {
  scroll-margin-right: -9rem;
}.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}.-scroll-mr-5 {
  scroll-margin-right: -1.25rem;
}.-scroll-mr-52 {
  scroll-margin-right: -13rem;
}.-scroll-mr-56 {
  scroll-margin-right: -14rem;
}.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}.-scroll-mr-7 {
  scroll-margin-right: -1.75rem;
}.-scroll-mr-72 {
  scroll-margin-right: -18rem;
}.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}.-scroll-mr-9 {
  scroll-margin-right: -2.25rem;
}.-scroll-mr-96 {
  scroll-margin-right: -24rem;
}.-scroll-mr-px {
  scroll-margin-right: -1px;
}.-scroll-mt-0 {
  scroll-margin-top: -0px;
}.-scroll-mt-0\.5 {
  scroll-margin-top: -0.125rem;
}.-scroll-mt-1 {
  scroll-margin-top: -0.25rem;
}.-scroll-mt-1\.5 {
  scroll-margin-top: -0.375rem;
}.-scroll-mt-10 {
  scroll-margin-top: -2.5rem;
}.-scroll-mt-11 {
  scroll-margin-top: -2.75rem;
}.-scroll-mt-12 {
  scroll-margin-top: -3rem;
}.-scroll-mt-14 {
  scroll-margin-top: -3.5rem;
}.-scroll-mt-16 {
  scroll-margin-top: -4rem;
}.-scroll-mt-2 {
  scroll-margin-top: -0.5rem;
}.-scroll-mt-2\.5 {
  scroll-margin-top: -0.625rem;
}.-scroll-mt-20 {
  scroll-margin-top: -5rem;
}.-scroll-mt-24 {
  scroll-margin-top: -6rem;
}.-scroll-mt-28 {
  scroll-margin-top: -7rem;
}.-scroll-mt-3 {
  scroll-margin-top: -0.75rem;
}.-scroll-mt-3\.5 {
  scroll-margin-top: -0.875rem;
}.-scroll-mt-32 {
  scroll-margin-top: -8rem;
}.-scroll-mt-36 {
  scroll-margin-top: -9rem;
}.-scroll-mt-4 {
  scroll-margin-top: -1rem;
}.-scroll-mt-40 {
  scroll-margin-top: -10rem;
}.-scroll-mt-44 {
  scroll-margin-top: -11rem;
}.-scroll-mt-48 {
  scroll-margin-top: -12rem;
}.-scroll-mt-5 {
  scroll-margin-top: -1.25rem;
}.-scroll-mt-52 {
  scroll-margin-top: -13rem;
}.-scroll-mt-56 {
  scroll-margin-top: -14rem;
}.-scroll-mt-6 {
  scroll-margin-top: -1.5rem;
}.-scroll-mt-60 {
  scroll-margin-top: -15rem;
}.-scroll-mt-64 {
  scroll-margin-top: -16rem;
}.-scroll-mt-7 {
  scroll-margin-top: -1.75rem;
}.-scroll-mt-72 {
  scroll-margin-top: -18rem;
}.-scroll-mt-8 {
  scroll-margin-top: -2rem;
}.-scroll-mt-80 {
  scroll-margin-top: -20rem;
}.-scroll-mt-9 {
  scroll-margin-top: -2.25rem;
}.-scroll-mt-96 {
  scroll-margin-top: -24rem;
}.-scroll-mt-px {
  scroll-margin-top: -1px;
}.scroll-mb-0 {
  scroll-margin-bottom: 0px;
}.scroll-mb-0\.5 {
  scroll-margin-bottom: 0.125rem;
}.scroll-mb-1 {
  scroll-margin-bottom: 0.25rem;
}.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem;
}.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem;
}.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem;
}.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}.scroll-mb-3 {
  scroll-margin-bottom: 0.75rem;
}.scroll-mb-3\.5 {
  scroll-margin-bottom: 0.875rem;
}.scroll-mb-32 {
  scroll-margin-bottom: 8rem;
}.scroll-mb-36 {
  scroll-margin-bottom: 9rem;
}.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}.scroll-mb-5 {
  scroll-margin-bottom: 1.25rem;
}.scroll-mb-52 {
  scroll-margin-bottom: 13rem;
}.scroll-mb-56 {
  scroll-margin-bottom: 14rem;
}.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}.scroll-mb-7 {
  scroll-margin-bottom: 1.75rem;
}.scroll-mb-72 {
  scroll-margin-bottom: 18rem;
}.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}.scroll-mb-9 {
  scroll-margin-bottom: 2.25rem;
}.scroll-mb-96 {
  scroll-margin-bottom: 24rem;
}.scroll-mb-px {
  scroll-margin-bottom: 1px;
}.scroll-ml-0 {
  scroll-margin-left: 0px;
}.scroll-ml-0\.5 {
  scroll-margin-left: 0.125rem;
}.scroll-ml-1 {
  scroll-margin-left: 0.25rem;
}.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem;
}.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}.scroll-ml-11 {
  scroll-margin-left: 2.75rem;
}.scroll-ml-12 {
  scroll-margin-left: 3rem;
}.scroll-ml-14 {
  scroll-margin-left: 3.5rem;
}.scroll-ml-16 {
  scroll-margin-left: 4rem;
}.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}.scroll-ml-20 {
  scroll-margin-left: 5rem;
}.scroll-ml-24 {
  scroll-margin-left: 6rem;
}.scroll-ml-28 {
  scroll-margin-left: 7rem;
}.scroll-ml-3 {
  scroll-margin-left: 0.75rem;
}.scroll-ml-3\.5 {
  scroll-margin-left: 0.875rem;
}.scroll-ml-32 {
  scroll-margin-left: 8rem;
}.scroll-ml-36 {
  scroll-margin-left: 9rem;
}.scroll-ml-4 {
  scroll-margin-left: 1rem;
}.scroll-ml-40 {
  scroll-margin-left: 10rem;
}.scroll-ml-44 {
  scroll-margin-left: 11rem;
}.scroll-ml-48 {
  scroll-margin-left: 12rem;
}.scroll-ml-5 {
  scroll-margin-left: 1.25rem;
}.scroll-ml-52 {
  scroll-margin-left: 13rem;
}.scroll-ml-56 {
  scroll-margin-left: 14rem;
}.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}.scroll-ml-60 {
  scroll-margin-left: 15rem;
}.scroll-ml-64 {
  scroll-margin-left: 16rem;
}.scroll-ml-7 {
  scroll-margin-left: 1.75rem;
}.scroll-ml-72 {
  scroll-margin-left: 18rem;
}.scroll-ml-8 {
  scroll-margin-left: 2rem;
}.scroll-ml-80 {
  scroll-margin-left: 20rem;
}.scroll-ml-9 {
  scroll-margin-left: 2.25rem;
}.scroll-ml-96 {
  scroll-margin-left: 24rem;
}.scroll-ml-px {
  scroll-margin-left: 1px;
}.scroll-mr-0 {
  scroll-margin-right: 0px;
}.scroll-mr-0\.5 {
  scroll-margin-right: 0.125rem;
}.scroll-mr-1 {
  scroll-margin-right: 0.25rem;
}.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem;
}.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}.scroll-mr-11 {
  scroll-margin-right: 2.75rem;
}.scroll-mr-12 {
  scroll-margin-right: 3rem;
}.scroll-mr-14 {
  scroll-margin-right: 3.5rem;
}.scroll-mr-16 {
  scroll-margin-right: 4rem;
}.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}.scroll-mr-20 {
  scroll-margin-right: 5rem;
}.scroll-mr-24 {
  scroll-margin-right: 6rem;
}.scroll-mr-28 {
  scroll-margin-right: 7rem;
}.scroll-mr-3 {
  scroll-margin-right: 0.75rem;
}.scroll-mr-3\.5 {
  scroll-margin-right: 0.875rem;
}.scroll-mr-32 {
  scroll-margin-right: 8rem;
}.scroll-mr-36 {
  scroll-margin-right: 9rem;
}.scroll-mr-4 {
  scroll-margin-right: 1rem;
}.scroll-mr-40 {
  scroll-margin-right: 10rem;
}.scroll-mr-44 {
  scroll-margin-right: 11rem;
}.scroll-mr-48 {
  scroll-margin-right: 12rem;
}.scroll-mr-5 {
  scroll-margin-right: 1.25rem;
}.scroll-mr-52 {
  scroll-margin-right: 13rem;
}.scroll-mr-56 {
  scroll-margin-right: 14rem;
}.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}.scroll-mr-60 {
  scroll-margin-right: 15rem;
}.scroll-mr-64 {
  scroll-margin-right: 16rem;
}.scroll-mr-7 {
  scroll-margin-right: 1.75rem;
}.scroll-mr-72 {
  scroll-margin-right: 18rem;
}.scroll-mr-8 {
  scroll-margin-right: 2rem;
}.scroll-mr-80 {
  scroll-margin-right: 20rem;
}.scroll-mr-9 {
  scroll-margin-right: 2.25rem;
}.scroll-mr-96 {
  scroll-margin-right: 24rem;
}.scroll-mr-px {
  scroll-margin-right: 1px;
}.scroll-mt-0 {
  scroll-margin-top: 0px;
}.scroll-mt-0\.5 {
  scroll-margin-top: 0.125rem;
}.scroll-mt-1 {
  scroll-margin-top: 0.25rem;
}.scroll-mt-1\.5 {
  scroll-margin-top: 0.375rem;
}.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}.scroll-mt-11 {
  scroll-margin-top: 2.75rem;
}.scroll-mt-12 {
  scroll-margin-top: 3rem;
}.scroll-mt-14 {
  scroll-margin-top: 3.5rem;
}.scroll-mt-16 {
  scroll-margin-top: 4rem;
}.scroll-mt-2 {
  scroll-margin-top: 0.5rem;
}.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem;
}.scroll-mt-20 {
  scroll-margin-top: 5rem;
}.scroll-mt-24 {
  scroll-margin-top: 6rem;
}.scroll-mt-28 {
  scroll-margin-top: 7rem;
}.scroll-mt-3 {
  scroll-margin-top: 0.75rem;
}.scroll-mt-3\.5 {
  scroll-margin-top: 0.875rem;
}.scroll-mt-32 {
  scroll-margin-top: 8rem;
}.scroll-mt-36 {
  scroll-margin-top: 9rem;
}.scroll-mt-4 {
  scroll-margin-top: 1rem;
}.scroll-mt-40 {
  scroll-margin-top: 10rem;
}.scroll-mt-44 {
  scroll-margin-top: 11rem;
}.scroll-mt-48 {
  scroll-margin-top: 12rem;
}.scroll-mt-5 {
  scroll-margin-top: 1.25rem;
}.scroll-mt-52 {
  scroll-margin-top: 13rem;
}.scroll-mt-56 {
  scroll-margin-top: 14rem;
}.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}.scroll-mt-60 {
  scroll-margin-top: 15rem;
}.scroll-mt-64 {
  scroll-margin-top: 16rem;
}.scroll-mt-7 {
  scroll-margin-top: 1.75rem;
}.scroll-mt-72 {
  scroll-margin-top: 18rem;
}.scroll-mt-8 {
  scroll-margin-top: 2rem;
}.scroll-mt-80 {
  scroll-margin-top: 20rem;
}.scroll-mt-9 {
  scroll-margin-top: 2.25rem;
}.scroll-mt-96 {
  scroll-margin-top: 24rem;
}.scroll-mt-px {
  scroll-margin-top: 1px;
}.scroll-pb-0 {
  scroll-padding-bottom: 0px;
}.scroll-pb-0\.5 {
  scroll-padding-bottom: 0.125rem;
}.scroll-pb-1 {
  scroll-padding-bottom: 0.25rem;
}.scroll-pb-1\.5 {
  scroll-padding-bottom: 0.375rem;
}.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem;
}.scroll-pb-11 {
  scroll-padding-bottom: 2.75rem;
}.scroll-pb-12 {
  scroll-padding-bottom: 3rem;
}.scroll-pb-14 {
  scroll-padding-bottom: 3.5rem;
}.scroll-pb-16 {
  scroll-padding-bottom: 4rem;
}.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem;
}.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem;
}.scroll-pb-20 {
  scroll-padding-bottom: 5rem;
}.scroll-pb-24 {
  scroll-padding-bottom: 6rem;
}.scroll-pb-28 {
  scroll-padding-bottom: 7rem;
}.scroll-pb-3 {
  scroll-padding-bottom: 0.75rem;
}.scroll-pb-3\.5 {
  scroll-padding-bottom: 0.875rem;
}.scroll-pb-32 {
  scroll-padding-bottom: 8rem;
}.scroll-pb-36 {
  scroll-padding-bottom: 9rem;
}.scroll-pb-4 {
  scroll-padding-bottom: 1rem;
}.scroll-pb-40 {
  scroll-padding-bottom: 10rem;
}.scroll-pb-44 {
  scroll-padding-bottom: 11rem;
}.scroll-pb-48 {
  scroll-padding-bottom: 12rem;
}.scroll-pb-5 {
  scroll-padding-bottom: 1.25rem;
}.scroll-pb-52 {
  scroll-padding-bottom: 13rem;
}.scroll-pb-56 {
  scroll-padding-bottom: 14rem;
}.scroll-pb-6 {
  scroll-padding-bottom: 1.5rem;
}.scroll-pb-60 {
  scroll-padding-bottom: 15rem;
}.scroll-pb-64 {
  scroll-padding-bottom: 16rem;
}.scroll-pb-7 {
  scroll-padding-bottom: 1.75rem;
}.scroll-pb-72 {
  scroll-padding-bottom: 18rem;
}.scroll-pb-8 {
  scroll-padding-bottom: 2rem;
}.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}.scroll-pb-9 {
  scroll-padding-bottom: 2.25rem;
}.scroll-pb-96 {
  scroll-padding-bottom: 24rem;
}.scroll-pb-px {
  scroll-padding-bottom: 1px;
}.scroll-pl-0 {
  scroll-padding-left: 0px;
}.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem;
}.scroll-pl-1 {
  scroll-padding-left: 0.25rem;
}.scroll-pl-1\.5 {
  scroll-padding-left: 0.375rem;
}.scroll-pl-10 {
  scroll-padding-left: 2.5rem;
}.scroll-pl-11 {
  scroll-padding-left: 2.75rem;
}.scroll-pl-12 {
  scroll-padding-left: 3rem;
}.scroll-pl-14 {
  scroll-padding-left: 3.5rem;
}.scroll-pl-16 {
  scroll-padding-left: 4rem;
}.scroll-pl-2 {
  scroll-padding-left: 0.5rem;
}.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}.scroll-pl-20 {
  scroll-padding-left: 5rem;
}.scroll-pl-24 {
  scroll-padding-left: 6rem;
}.scroll-pl-28 {
  scroll-padding-left: 7rem;
}.scroll-pl-3 {
  scroll-padding-left: 0.75rem;
}.scroll-pl-3\.5 {
  scroll-padding-left: 0.875rem;
}.scroll-pl-32 {
  scroll-padding-left: 8rem;
}.scroll-pl-36 {
  scroll-padding-left: 9rem;
}.scroll-pl-4 {
  scroll-padding-left: 1rem;
}.scroll-pl-40 {
  scroll-padding-left: 10rem;
}.scroll-pl-44 {
  scroll-padding-left: 11rem;
}.scroll-pl-48 {
  scroll-padding-left: 12rem;
}.scroll-pl-5 {
  scroll-padding-left: 1.25rem;
}.scroll-pl-52 {
  scroll-padding-left: 13rem;
}.scroll-pl-56 {
  scroll-padding-left: 14rem;
}.scroll-pl-6 {
  scroll-padding-left: 1.5rem;
}.scroll-pl-60 {
  scroll-padding-left: 15rem;
}.scroll-pl-64 {
  scroll-padding-left: 16rem;
}.scroll-pl-7 {
  scroll-padding-left: 1.75rem;
}.scroll-pl-72 {
  scroll-padding-left: 18rem;
}.scroll-pl-8 {
  scroll-padding-left: 2rem;
}.scroll-pl-80 {
  scroll-padding-left: 20rem;
}.scroll-pl-9 {
  scroll-padding-left: 2.25rem;
}.scroll-pl-96 {
  scroll-padding-left: 24rem;
}.scroll-pl-px {
  scroll-padding-left: 1px;
}.scroll-pr-0 {
  scroll-padding-right: 0px;
}.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem;
}.scroll-pr-1 {
  scroll-padding-right: 0.25rem;
}.scroll-pr-1\.5 {
  scroll-padding-right: 0.375rem;
}.scroll-pr-10 {
  scroll-padding-right: 2.5rem;
}.scroll-pr-11 {
  scroll-padding-right: 2.75rem;
}.scroll-pr-12 {
  scroll-padding-right: 3rem;
}.scroll-pr-14 {
  scroll-padding-right: 3.5rem;
}.scroll-pr-16 {
  scroll-padding-right: 4rem;
}.scroll-pr-2 {
  scroll-padding-right: 0.5rem;
}.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}.scroll-pr-20 {
  scroll-padding-right: 5rem;
}.scroll-pr-24 {
  scroll-padding-right: 6rem;
}.scroll-pr-28 {
  scroll-padding-right: 7rem;
}.scroll-pr-3 {
  scroll-padding-right: 0.75rem;
}.scroll-pr-3\.5 {
  scroll-padding-right: 0.875rem;
}.scroll-pr-32 {
  scroll-padding-right: 8rem;
}.scroll-pr-36 {
  scroll-padding-right: 9rem;
}.scroll-pr-4 {
  scroll-padding-right: 1rem;
}.scroll-pr-40 {
  scroll-padding-right: 10rem;
}.scroll-pr-44 {
  scroll-padding-right: 11rem;
}.scroll-pr-48 {
  scroll-padding-right: 12rem;
}.scroll-pr-5 {
  scroll-padding-right: 1.25rem;
}.scroll-pr-52 {
  scroll-padding-right: 13rem;
}.scroll-pr-56 {
  scroll-padding-right: 14rem;
}.scroll-pr-6 {
  scroll-padding-right: 1.5rem;
}.scroll-pr-60 {
  scroll-padding-right: 15rem;
}.scroll-pr-64 {
  scroll-padding-right: 16rem;
}.scroll-pr-7 {
  scroll-padding-right: 1.75rem;
}.scroll-pr-72 {
  scroll-padding-right: 18rem;
}.scroll-pr-8 {
  scroll-padding-right: 2rem;
}.scroll-pr-80 {
  scroll-padding-right: 20rem;
}.scroll-pr-9 {
  scroll-padding-right: 2.25rem;
}.scroll-pr-96 {
  scroll-padding-right: 24rem;
}.scroll-pr-px {
  scroll-padding-right: 1px;
}.scroll-pt-0 {
  scroll-padding-top: 0px;
}.scroll-pt-0\.5 {
  scroll-padding-top: 0.125rem;
}.scroll-pt-1 {
  scroll-padding-top: 0.25rem;
}.scroll-pt-1\.5 {
  scroll-padding-top: 0.375rem;
}.scroll-pt-10 {
  scroll-padding-top: 2.5rem;
}.scroll-pt-11 {
  scroll-padding-top: 2.75rem;
}.scroll-pt-12 {
  scroll-padding-top: 3rem;
}.scroll-pt-14 {
  scroll-padding-top: 3.5rem;
}.scroll-pt-16 {
  scroll-padding-top: 4rem;
}.scroll-pt-2 {
  scroll-padding-top: 0.5rem;
}.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem;
}.scroll-pt-20 {
  scroll-padding-top: 5rem;
}.scroll-pt-24 {
  scroll-padding-top: 6rem;
}.scroll-pt-28 {
  scroll-padding-top: 7rem;
}.scroll-pt-3 {
  scroll-padding-top: 0.75rem;
}.scroll-pt-3\.5 {
  scroll-padding-top: 0.875rem;
}.scroll-pt-32 {
  scroll-padding-top: 8rem;
}.scroll-pt-36 {
  scroll-padding-top: 9rem;
}.scroll-pt-4 {
  scroll-padding-top: 1rem;
}.scroll-pt-40 {
  scroll-padding-top: 10rem;
}.scroll-pt-44 {
  scroll-padding-top: 11rem;
}.scroll-pt-48 {
  scroll-padding-top: 12rem;
}.scroll-pt-5 {
  scroll-padding-top: 1.25rem;
}.scroll-pt-52 {
  scroll-padding-top: 13rem;
}.scroll-pt-56 {
  scroll-padding-top: 14rem;
}.scroll-pt-6 {
  scroll-padding-top: 1.5rem;
}.scroll-pt-60 {
  scroll-padding-top: 15rem;
}.scroll-pt-64 {
  scroll-padding-top: 16rem;
}.scroll-pt-7 {
  scroll-padding-top: 1.75rem;
}.scroll-pt-72 {
  scroll-padding-top: 18rem;
}.scroll-pt-8 {
  scroll-padding-top: 2rem;
}.scroll-pt-80 {
  scroll-padding-top: 20rem;
}.scroll-pt-9 {
  scroll-padding-top: 2.25rem;
}.scroll-pt-96 {
  scroll-padding-top: 24rem;
}.scroll-pt-px {
  scroll-padding-top: 1px;
}.grid-flow-row {
  grid-auto-flow: row;
}.grid-flow-col {
  grid-auto-flow: column;
}.grid-flow-dense {
  grid-auto-flow: dense;
}.grid-flow-row-dense {
  grid-auto-flow: row dense;
}.grid-flow-col-dense {
  grid-auto-flow: column dense;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}.grid-cols-none {
  grid-template-columns: none;
}.grid-cols-subgrid {
  grid-template-columns: subgrid;
}.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}.grid-rows-none {
  grid-template-rows: none;
}.grid-rows-subgrid {
  grid-template-rows: subgrid;
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}.flex-nowrap {
  flex-wrap: nowrap;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.\!gap-\[\.5em\] {
  gap: .5em !important;
}.gap-0 {
  gap: 0px;
}.gap-0\.5 {
  gap: 0.125rem;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-11 {
  gap: 2.75rem;
}.gap-12 {
  gap: 3rem;
}.gap-14 {
  gap: 3.5rem;
}.gap-16 {
  gap: 4rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-20 {
  gap: 5rem;
}.gap-24 {
  gap: 6rem;
}.gap-28 {
  gap: 7rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-3\.5 {
  gap: 0.875rem;
}.gap-32 {
  gap: 8rem;
}.gap-36 {
  gap: 9rem;
}.gap-4 {
  gap: 1rem;
}.gap-40 {
  gap: 10rem;
}.gap-44 {
  gap: 11rem;
}.gap-48 {
  gap: 12rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-52 {
  gap: 13rem;
}.gap-56 {
  gap: 14rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-60 {
  gap: 15rem;
}.gap-64 {
  gap: 16rem;
}.gap-7 {
  gap: 1.75rem;
}.gap-72 {
  gap: 18rem;
}.gap-8 {
  gap: 2rem;
}.gap-80 {
  gap: 20rem;
}.gap-9 {
  gap: 2.25rem;
}.gap-96 {
  gap: 24rem;
}.gap-\[\.5em\] {
  gap: .5em;
}.gap-\[1\.4em\] {
  gap: 1.4em;
}.gap-\[2em\] {
  gap: 2em;
}.gap-px {
  gap: 1px;
}.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}.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-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}.gap-y-0 {
  row-gap: 0px;
}.gap-y-0\.5 {
  row-gap: 0.125rem;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-y-1\.5 {
  row-gap: 0.375rem;
}.gap-y-10 {
  row-gap: 2.5rem;
}.gap-y-11 {
  row-gap: 2.75rem;
}.gap-y-12 {
  row-gap: 3rem;
}.gap-y-14 {
  row-gap: 3.5rem;
}.gap-y-16 {
  row-gap: 4rem;
}.gap-y-2 {
  row-gap: 0.5rem;
}.gap-y-2\.5 {
  row-gap: 0.625rem;
}.gap-y-20 {
  row-gap: 5rem;
}.gap-y-24 {
  row-gap: 6rem;
}.gap-y-28 {
  row-gap: 7rem;
}.gap-y-3 {
  row-gap: 0.75rem;
}.gap-y-3\.5 {
  row-gap: 0.875rem;
}.gap-y-32 {
  row-gap: 8rem;
}.gap-y-36 {
  row-gap: 9rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-40 {
  row-gap: 10rem;
}.gap-y-44 {
  row-gap: 11rem;
}.gap-y-48 {
  row-gap: 12rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.gap-y-52 {
  row-gap: 13rem;
}.gap-y-56 {
  row-gap: 14rem;
}.gap-y-6 {
  row-gap: 1.5rem;
}.gap-y-60 {
  row-gap: 15rem;
}.gap-y-64 {
  row-gap: 16rem;
}.gap-y-7 {
  row-gap: 1.75rem;
}.gap-y-72 {
  row-gap: 18rem;
}.gap-y-8 {
  row-gap: 2rem;
}.gap-y-80 {
  row-gap: 20rem;
}.gap-y-9 {
  row-gap: 2.25rem;
}.gap-y-96 {
  row-gap: 24rem;
}.gap-y-px {
  row-gap: 1px;
}.\!self-auto {
  align-self: auto !important;
}.self-auto {
  align-self: auto;
}.overflow-hidden {
  overflow: hidden;
}.text-ellipsis {
  text-overflow: ellipsis;
}.text-clip {
  text-overflow: clip;
}.whitespace-nowrap {
  white-space: nowrap;
}.text-wrap {
  text-wrap: wrap;
}.text-nowrap {
  text-wrap: nowrap;
}.text-balance {
  text-wrap: balance;
}.text-pretty {
  text-wrap: pretty;
}.rounded {
  border-radius: 0.25rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.border-0 {
  border-width: 0px;
}.border-b {
  border-bottom-width: 1px;
}.border-t {
  border-top-width: 1px;
}.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}.bg-amber-950\/15 {
  background-color: rgb(69 26 3 / 0.15);
}.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}.bg-amber-950\/35 {
  background-color: rgb(69 26 3 / 0.35);
}.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}.bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45);
}.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}.bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55);
}.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}.bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65);
}.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85);
}.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / 0.15);
}.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35);
}.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45);
}.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55);
}.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65);
}.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85);
}.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}.bg-current {
  background-color: currentColor;
}.bg-custombg {
  --tw-bg-opacity: 1;
  background-color: rgb(229 225 213 / var(--tw-bg-opacity, 1));
}.bg-custombg\/0 {
  background-color: rgb(229 225 213 / 0);
}.bg-custombg\/10 {
  background-color: rgb(229 225 213 / 0.1);
}.bg-custombg\/100 {
  background-color: rgb(229 225 213 / 1);
}.bg-custombg\/15 {
  background-color: rgb(229 225 213 / 0.15);
}.bg-custombg\/20 {
  background-color: rgb(229 225 213 / 0.2);
}.bg-custombg\/25 {
  background-color: rgb(229 225 213 / 0.25);
}.bg-custombg\/30 {
  background-color: rgb(229 225 213 / 0.3);
}.bg-custombg\/35 {
  background-color: rgb(229 225 213 / 0.35);
}.bg-custombg\/40 {
  background-color: rgb(229 225 213 / 0.4);
}.bg-custombg\/45 {
  background-color: rgb(229 225 213 / 0.45);
}.bg-custombg\/5 {
  background-color: rgb(229 225 213 / 0.05);
}.bg-custombg\/50 {
  background-color: rgb(229 225 213 / 0.5);
}.bg-custombg\/55 {
  background-color: rgb(229 225 213 / 0.55);
}.bg-custombg\/60 {
  background-color: rgb(229 225 213 / 0.6);
}.bg-custombg\/65 {
  background-color: rgb(229 225 213 / 0.65);
}.bg-custombg\/70 {
  background-color: rgb(229 225 213 / 0.7);
}.bg-custombg\/75 {
  background-color: rgb(229 225 213 / 0.75);
}.bg-custombg\/80 {
  background-color: rgb(229 225 213 / 0.8);
}.bg-custombg\/85 {
  background-color: rgb(229 225 213 / 0.85);
}.bg-custombg\/90 {
  background-color: rgb(229 225 213 / 0.9);
}.bg-custombg\/95 {
  background-color: rgb(229 225 213 / 0.95);
}.bg-custombg2 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 224 201 / var(--tw-bg-opacity, 1));
}.bg-custombg2\/0 {
  background-color: rgb(231 224 201 / 0);
}.bg-custombg2\/10 {
  background-color: rgb(231 224 201 / 0.1);
}.bg-custombg2\/100 {
  background-color: rgb(231 224 201 / 1);
}.bg-custombg2\/15 {
  background-color: rgb(231 224 201 / 0.15);
}.bg-custombg2\/20 {
  background-color: rgb(231 224 201 / 0.2);
}.bg-custombg2\/25 {
  background-color: rgb(231 224 201 / 0.25);
}.bg-custombg2\/30 {
  background-color: rgb(231 224 201 / 0.3);
}.bg-custombg2\/35 {
  background-color: rgb(231 224 201 / 0.35);
}.bg-custombg2\/40 {
  background-color: rgb(231 224 201 / 0.4);
}.bg-custombg2\/45 {
  background-color: rgb(231 224 201 / 0.45);
}.bg-custombg2\/5 {
  background-color: rgb(231 224 201 / 0.05);
}.bg-custombg2\/50 {
  background-color: rgb(231 224 201 / 0.5);
}.bg-custombg2\/55 {
  background-color: rgb(231 224 201 / 0.55);
}.bg-custombg2\/60 {
  background-color: rgb(231 224 201 / 0.6);
}.bg-custombg2\/65 {
  background-color: rgb(231 224 201 / 0.65);
}.bg-custombg2\/70 {
  background-color: rgb(231 224 201 / 0.7);
}.bg-custombg2\/75 {
  background-color: rgb(231 224 201 / 0.75);
}.bg-custombg2\/80 {
  background-color: rgb(231 224 201 / 0.8);
}.bg-custombg2\/85 {
  background-color: rgb(231 224 201 / 0.85);
}.bg-custombg2\/90 {
  background-color: rgb(231 224 201 / 0.9);
}.bg-custombg2\/95 {
  background-color: rgb(231 224 201 / 0.95);
}.bg-custombg3 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 151 209 / var(--tw-bg-opacity, 1));
}.bg-custombg3\/0 {
  background-color: rgb(27 151 209 / 0);
}.bg-custombg3\/10 {
  background-color: rgb(27 151 209 / 0.1);
}.bg-custombg3\/100 {
  background-color: rgb(27 151 209 / 1);
}.bg-custombg3\/15 {
  background-color: rgb(27 151 209 / 0.15);
}.bg-custombg3\/20 {
  background-color: rgb(27 151 209 / 0.2);
}.bg-custombg3\/25 {
  background-color: rgb(27 151 209 / 0.25);
}.bg-custombg3\/30 {
  background-color: rgb(27 151 209 / 0.3);
}.bg-custombg3\/35 {
  background-color: rgb(27 151 209 / 0.35);
}.bg-custombg3\/40 {
  background-color: rgb(27 151 209 / 0.4);
}.bg-custombg3\/45 {
  background-color: rgb(27 151 209 / 0.45);
}.bg-custombg3\/5 {
  background-color: rgb(27 151 209 / 0.05);
}.bg-custombg3\/50 {
  background-color: rgb(27 151 209 / 0.5);
}.bg-custombg3\/55 {
  background-color: rgb(27 151 209 / 0.55);
}.bg-custombg3\/60 {
  background-color: rgb(27 151 209 / 0.6);
}.bg-custombg3\/65 {
  background-color: rgb(27 151 209 / 0.65);
}.bg-custombg3\/70 {
  background-color: rgb(27 151 209 / 0.7);
}.bg-custombg3\/75 {
  background-color: rgb(27 151 209 / 0.75);
}.bg-custombg3\/80 {
  background-color: rgb(27 151 209 / 0.8);
}.bg-custombg3\/85 {
  background-color: rgb(27 151 209 / 0.85);
}.bg-custombg3\/90 {
  background-color: rgb(27 151 209 / 0.9);
}.bg-custombg3\/95 {
  background-color: rgb(27 151 209 / 0.95);
}.bg-custombg3_1 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 146 202 / var(--tw-bg-opacity, 1));
}.bg-custombg3_1\/0 {
  background-color: rgb(29 146 202 / 0);
}.bg-custombg3_1\/10 {
  background-color: rgb(29 146 202 / 0.1);
}.bg-custombg3_1\/100 {
  background-color: rgb(29 146 202 / 1);
}.bg-custombg3_1\/15 {
  background-color: rgb(29 146 202 / 0.15);
}.bg-custombg3_1\/20 {
  background-color: rgb(29 146 202 / 0.2);
}.bg-custombg3_1\/25 {
  background-color: rgb(29 146 202 / 0.25);
}.bg-custombg3_1\/30 {
  background-color: rgb(29 146 202 / 0.3);
}.bg-custombg3_1\/35 {
  background-color: rgb(29 146 202 / 0.35);
}.bg-custombg3_1\/40 {
  background-color: rgb(29 146 202 / 0.4);
}.bg-custombg3_1\/45 {
  background-color: rgb(29 146 202 / 0.45);
}.bg-custombg3_1\/5 {
  background-color: rgb(29 146 202 / 0.05);
}.bg-custombg3_1\/50 {
  background-color: rgb(29 146 202 / 0.5);
}.bg-custombg3_1\/55 {
  background-color: rgb(29 146 202 / 0.55);
}.bg-custombg3_1\/60 {
  background-color: rgb(29 146 202 / 0.6);
}.bg-custombg3_1\/65 {
  background-color: rgb(29 146 202 / 0.65);
}.bg-custombg3_1\/70 {
  background-color: rgb(29 146 202 / 0.7);
}.bg-custombg3_1\/75 {
  background-color: rgb(29 146 202 / 0.75);
}.bg-custombg3_1\/80 {
  background-color: rgb(29 146 202 / 0.8);
}.bg-custombg3_1\/85 {
  background-color: rgb(29 146 202 / 0.85);
}.bg-custombg3_1\/90 {
  background-color: rgb(29 146 202 / 0.9);
}.bg-custombg3_1\/95 {
  background-color: rgb(29 146 202 / 0.95);
}.bg-custombg3_2 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 95 128 / var(--tw-bg-opacity, 1));
}.bg-custombg3_2\/0 {
  background-color: rgb(33 95 128 / 0);
}.bg-custombg3_2\/10 {
  background-color: rgb(33 95 128 / 0.1);
}.bg-custombg3_2\/100 {
  background-color: rgb(33 95 128 / 1);
}.bg-custombg3_2\/15 {
  background-color: rgb(33 95 128 / 0.15);
}.bg-custombg3_2\/20 {
  background-color: rgb(33 95 128 / 0.2);
}.bg-custombg3_2\/25 {
  background-color: rgb(33 95 128 / 0.25);
}.bg-custombg3_2\/30 {
  background-color: rgb(33 95 128 / 0.3);
}.bg-custombg3_2\/35 {
  background-color: rgb(33 95 128 / 0.35);
}.bg-custombg3_2\/40 {
  background-color: rgb(33 95 128 / 0.4);
}.bg-custombg3_2\/45 {
  background-color: rgb(33 95 128 / 0.45);
}.bg-custombg3_2\/5 {
  background-color: rgb(33 95 128 / 0.05);
}.bg-custombg3_2\/50 {
  background-color: rgb(33 95 128 / 0.5);
}.bg-custombg3_2\/55 {
  background-color: rgb(33 95 128 / 0.55);
}.bg-custombg3_2\/60 {
  background-color: rgb(33 95 128 / 0.6);
}.bg-custombg3_2\/65 {
  background-color: rgb(33 95 128 / 0.65);
}.bg-custombg3_2\/70 {
  background-color: rgb(33 95 128 / 0.7);
}.bg-custombg3_2\/75 {
  background-color: rgb(33 95 128 / 0.75);
}.bg-custombg3_2\/80 {
  background-color: rgb(33 95 128 / 0.8);
}.bg-custombg3_2\/85 {
  background-color: rgb(33 95 128 / 0.85);
}.bg-custombg3_2\/90 {
  background-color: rgb(33 95 128 / 0.9);
}.bg-custombg3_2\/95 {
  background-color: rgb(33 95 128 / 0.95);
}.bg-custombg4 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 102 115 / var(--tw-bg-opacity, 1));
}.bg-custombg4\/0 {
  background-color: rgb(30 102 115 / 0);
}.bg-custombg4\/10 {
  background-color: rgb(30 102 115 / 0.1);
}.bg-custombg4\/100 {
  background-color: rgb(30 102 115 / 1);
}.bg-custombg4\/15 {
  background-color: rgb(30 102 115 / 0.15);
}.bg-custombg4\/20 {
  background-color: rgb(30 102 115 / 0.2);
}.bg-custombg4\/25 {
  background-color: rgb(30 102 115 / 0.25);
}.bg-custombg4\/30 {
  background-color: rgb(30 102 115 / 0.3);
}.bg-custombg4\/35 {
  background-color: rgb(30 102 115 / 0.35);
}.bg-custombg4\/40 {
  background-color: rgb(30 102 115 / 0.4);
}.bg-custombg4\/45 {
  background-color: rgb(30 102 115 / 0.45);
}.bg-custombg4\/5 {
  background-color: rgb(30 102 115 / 0.05);
}.bg-custombg4\/50 {
  background-color: rgb(30 102 115 / 0.5);
}.bg-custombg4\/55 {
  background-color: rgb(30 102 115 / 0.55);
}.bg-custombg4\/60 {
  background-color: rgb(30 102 115 / 0.6);
}.bg-custombg4\/65 {
  background-color: rgb(30 102 115 / 0.65);
}.bg-custombg4\/70 {
  background-color: rgb(30 102 115 / 0.7);
}.bg-custombg4\/75 {
  background-color: rgb(30 102 115 / 0.75);
}.bg-custombg4\/80 {
  background-color: rgb(30 102 115 / 0.8);
}.bg-custombg4\/85 {
  background-color: rgb(30 102 115 / 0.85);
}.bg-custombg4\/90 {
  background-color: rgb(30 102 115 / 0.9);
}.bg-custombg4\/95 {
  background-color: rgb(30 102 115 / 0.95);
}.bg-custombg4_2 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 85 95 / var(--tw-bg-opacity, 1));
}.bg-custombg4_2\/0 {
  background-color: rgb(32 85 95 / 0);
}.bg-custombg4_2\/10 {
  background-color: rgb(32 85 95 / 0.1);
}.bg-custombg4_2\/100 {
  background-color: rgb(32 85 95 / 1);
}.bg-custombg4_2\/15 {
  background-color: rgb(32 85 95 / 0.15);
}.bg-custombg4_2\/20 {
  background-color: rgb(32 85 95 / 0.2);
}.bg-custombg4_2\/25 {
  background-color: rgb(32 85 95 / 0.25);
}.bg-custombg4_2\/30 {
  background-color: rgb(32 85 95 / 0.3);
}.bg-custombg4_2\/35 {
  background-color: rgb(32 85 95 / 0.35);
}.bg-custombg4_2\/40 {
  background-color: rgb(32 85 95 / 0.4);
}.bg-custombg4_2\/45 {
  background-color: rgb(32 85 95 / 0.45);
}.bg-custombg4_2\/5 {
  background-color: rgb(32 85 95 / 0.05);
}.bg-custombg4_2\/50 {
  background-color: rgb(32 85 95 / 0.5);
}.bg-custombg4_2\/55 {
  background-color: rgb(32 85 95 / 0.55);
}.bg-custombg4_2\/60 {
  background-color: rgb(32 85 95 / 0.6);
}.bg-custombg4_2\/65 {
  background-color: rgb(32 85 95 / 0.65);
}.bg-custombg4_2\/70 {
  background-color: rgb(32 85 95 / 0.7);
}.bg-custombg4_2\/75 {
  background-color: rgb(32 85 95 / 0.75);
}.bg-custombg4_2\/80 {
  background-color: rgb(32 85 95 / 0.8);
}.bg-custombg4_2\/85 {
  background-color: rgb(32 85 95 / 0.85);
}.bg-custombg4_2\/90 {
  background-color: rgb(32 85 95 / 0.9);
}.bg-custombg4_2\/95 {
  background-color: rgb(32 85 95 / 0.95);
}.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15);
}.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35);
}.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15);
}.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35);
}.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15);
}.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35);
}.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35);
}.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15);
}.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35);
}.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35);
}.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15);
}.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35);
}.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15);
}.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35);
}.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15);
}.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35);
}.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15);
}.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35);
}.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}.bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / 0.15);
}.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35);
}.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}.bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45);
}.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}.bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55);
}.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}.bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65);
}.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}.bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85);
}.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}.bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / 0.15);
}.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / 0.35);
}.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}.bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45);
}.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}.bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55);
}.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}.bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65);
}.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}.bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85);
}.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15);
}.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35);
}.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45);
}.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55);
}.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65);
}.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85);
}.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15);
}.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35);
}.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45);
}.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55);
}.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65);
}.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85);
}.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15);
}.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35);
}.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45);
}.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55);
}.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65);
}.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85);
}.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15);
}.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35);
}.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45);
}.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55);
}.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65);
}.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85);
}.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15);
}.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35);
}.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45);
}.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55);
}.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65);
}.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85);
}.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15);
}.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35);
}.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45);
}.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55);
}.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65);
}.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85);
}.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15);
}.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35);
}.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45);
}.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55);
}.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65);
}.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85);
}.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15);
}.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35);
}.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45);
}.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55);
}.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65);
}.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85);
}.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15);
}.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35);
}.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45);
}.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55);
}.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65);
}.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85);
}.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15);
}.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35);
}.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45);
}.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55);
}.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65);
}.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85);
}.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}.bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / 0.15);
}.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35);
}.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}.bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45);
}.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}.bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55);
}.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}.bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65);
}.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}.bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85);
}.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}.bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}.bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}.bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}.bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}.bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}.bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15);
}.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}.bg-inherit {
  background-color: inherit;
}.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15);
}.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35);
}.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15);
}.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35);
}.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15);
}.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35);
}.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15);
}.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35);
}.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15);
}.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35);
}.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15);
}.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35);
}.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15);
}.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35);
}.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15);
}.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35);
}.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15);
}.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35);
}.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15);
}.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35);
}.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}.bg-lime-950\/15 {
  background-color: rgb(26 46 5 / 0.15);
}.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}.bg-lime-950\/35 {
  background-color: rgb(26 46 5 / 0.35);
}.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}.bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45);
}.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}.bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55);
}.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}.bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65);
}.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}.bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85);
}.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}.bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}.bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}.bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}.bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}.bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}.bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15);
}.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35);
}.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15);
}.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35);
}.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15);
}.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35);
}.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15);
}.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35);
}.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15);
}.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35);
}.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35);
}.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15);
}.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35);
}.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15);
}.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35);
}.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15);
}.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35);
}.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15);
}.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35);
}.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}.bg-orange-950\/15 {
  background-color: rgb(67 20 7 / 0.15);
}.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}.bg-orange-950\/35 {
  background-color: rgb(67 20 7 / 0.35);
}.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}.bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45);
}.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}.bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55);
}.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}.bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65);
}.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}.bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85);
}.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15);
}.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35);
}.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15);
}.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35);
}.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15);
}.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35);
}.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15);
}.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35);
}.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35);
}.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15);
}.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35);
}.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15);
}.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35);
}.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15);
}.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35);
}.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15);
}.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35);
}.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}.bg-pink-950\/15 {
  background-color: rgb(80 7 36 / 0.15);
}.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35);
}.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}.bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45);
}.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}.bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55);
}.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}.bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65);
}.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}.bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85);
}.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15);
}.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / 0.15);
}.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / 0.35);
}.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45);
}.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55);
}.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65);
}.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85);
}.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / 0.15);
}.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / 0.35);
}.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45);
}.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55);
}.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65);
}.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85);
}.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / 0.15);
}.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / 0.35);
}.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45);
}.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55);
}.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65);
}.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85);
}.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15);
}.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / 0.35);
}.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45);
}.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55);
}.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65);
}.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85);
}.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / 0.15);
}.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / 0.35);
}.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45);
}.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55);
}.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65);
}.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85);
}.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15);
}.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / 0.35);
}.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45);
}.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55);
}.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65);
}.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85);
}.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / 0.15);
}.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / 0.35);
}.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45);
}.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55);
}.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65);
}.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85);
}.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / 0.15);
}.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / 0.35);
}.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45);
}.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55);
}.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65);
}.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85);
}.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / 0.15);
}.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / 0.35);
}.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45);
}.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55);
}.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65);
}.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85);
}.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / 0.15);
}.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / 0.35);
}.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45);
}.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55);
}.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65);
}.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85);
}.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}.bg-rose-950\/15 {
  background-color: rgb(76 5 25 / 0.15);
}.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}.bg-rose-950\/35 {
  background-color: rgb(76 5 25 / 0.35);
}.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}.bg-rose-950\/45 {
  background-color: rgb(76 5 25 / 0.45);
}.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}.bg-rose-950\/55 {
  background-color: rgb(76 5 25 / 0.55);
}.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}.bg-rose-950\/65 {
  background-color: rgb(76 5 25 / 0.65);
}.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}.bg-rose-950\/85 {
  background-color: rgb(76 5 25 / 0.85);
}.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}.bg-sky-950\/15 {
  background-color: rgb(8 47 73 / 0.15);
}.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}.bg-sky-950\/35 {
  background-color: rgb(8 47 73 / 0.35);
}.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}.bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}.bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}.bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}.bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}.bg-slate-950\/15 {
  background-color: rgb(2 6 23 / 0.15);
}.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}.bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}.bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}.bg-stone-100\/15 {
  background-color: rgb(245 245 244 / 0.15);
}.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}.bg-stone-100\/35 {
  background-color: rgb(245 245 244 / 0.35);
}.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}.bg-stone-100\/45 {
  background-color: rgb(245 245 244 / 0.45);
}.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}.bg-stone-100\/55 {
  background-color: rgb(245 245 244 / 0.55);
}.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}.bg-stone-100\/65 {
  background-color: rgb(245 245 244 / 0.65);
}.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}.bg-stone-100\/85 {
  background-color: rgb(245 245 244 / 0.85);
}.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / 0.15);
}.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / 0.35);
}.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45);
}.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55);
}.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65);
}.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85);
}.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / 0.15);
}.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / 0.35);
}.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45);
}.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55);
}.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65);
}.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85);
}.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / 0.15);
}.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / 0.35);
}.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45);
}.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55);
}.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65);
}.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85);
}.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}.bg-stone-50\/15 {
  background-color: rgb(250 250 249 / 0.15);
}.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}.bg-stone-50\/35 {
  background-color: rgb(250 250 249 / 0.35);
}.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}.bg-stone-50\/45 {
  background-color: rgb(250 250 249 / 0.45);
}.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}.bg-stone-50\/55 {
  background-color: rgb(250 250 249 / 0.55);
}.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}.bg-stone-50\/65 {
  background-color: rgb(250 250 249 / 0.65);
}.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}.bg-stone-50\/85 {
  background-color: rgb(250 250 249 / 0.85);
}.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / 0.15);
}.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / 0.35);
}.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45);
}.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55);
}.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65);
}.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85);
}.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / 0.15);
}.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / 0.35);
}.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45);
}.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55);
}.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65);
}.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85);
}.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / 0.15);
}.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / 0.35);
}.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45);
}.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55);
}.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65);
}.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85);
}.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / 0.15);
}.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / 0.35);
}.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45);
}.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55);
}.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65);
}.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85);
}.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / 0.15);
}.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / 0.35);
}.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45);
}.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55);
}.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65);
}.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85);
}.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}.bg-stone-950\/15 {
  background-color: rgb(12 10 9 / 0.15);
}.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}.bg-stone-950\/35 {
  background-color: rgb(12 10 9 / 0.35);
}.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}.bg-stone-950\/45 {
  background-color: rgb(12 10 9 / 0.45);
}.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}.bg-stone-950\/55 {
  background-color: rgb(12 10 9 / 0.55);
}.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}.bg-stone-950\/65 {
  background-color: rgb(12 10 9 / 0.65);
}.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}.bg-stone-950\/85 {
  background-color: rgb(12 10 9 / 0.85);
}.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15);
}.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35);
}.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45);
}.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55);
}.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65);
}.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85);
}.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15);
}.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35);
}.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45);
}.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55);
}.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65);
}.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85);
}.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15);
}.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35);
}.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45);
}.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55);
}.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65);
}.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85);
}.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15);
}.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35);
}.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45);
}.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55);
}.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65);
}.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85);
}.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15);
}.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35);
}.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15);
}.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35);
}.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45);
}.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55);
}.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65);
}.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85);
}.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15);
}.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35);
}.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45);
}.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55);
}.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65);
}.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85);
}.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15);
}.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35);
}.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45);
}.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55);
}.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65);
}.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85);
}.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15);
}.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35);
}.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45);
}.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55);
}.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65);
}.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85);
}.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15);
}.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35);
}.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45);
}.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55);
}.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65);
}.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85);
}.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}.bg-teal-950\/15 {
  background-color: rgb(4 47 46 / 0.15);
}.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}.bg-teal-950\/35 {
  background-color: rgb(4 47 46 / 0.35);
}.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}.bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45);
}.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}.bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55);
}.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}.bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65);
}.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}.bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85);
}.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}.bg-transparent {
  background-color: transparent;
}.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / 0.15);
}.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / 0.35);
}.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45);
}.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55);
}.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65);
}.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85);
}.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / 0.15);
}.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / 0.35);
}.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45);
}.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55);
}.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65);
}.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85);
}.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / 0.15);
}.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / 0.35);
}.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45);
}.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55);
}.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65);
}.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85);
}.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15);
}.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / 0.35);
}.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45);
}.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55);
}.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65);
}.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85);
}.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / 0.15);
}.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / 0.35);
}.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45);
}.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55);
}.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65);
}.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85);
}.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15);
}.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / 0.35);
}.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45);
}.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55);
}.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65);
}.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85);
}.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / 0.15);
}.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / 0.35);
}.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45);
}.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55);
}.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65);
}.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / 0.15);
}.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / 0.35);
}.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45);
}.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55);
}.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65);
}.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85);
}.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / 0.15);
}.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / 0.35);
}.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45);
}.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55);
}.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65);
}.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85);
}.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / 0.15);
}.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / 0.35);
}.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45);
}.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55);
}.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65);
}.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85);
}.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}.bg-violet-950\/15 {
  background-color: rgb(46 16 101 / 0.15);
}.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}.bg-violet-950\/35 {
  background-color: rgb(46 16 101 / 0.35);
}.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}.bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45);
}.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}.bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55);
}.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}.bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65);
}.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}.bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85);
}.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / 0.15);
}.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / 0.35);
}.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45);
}.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55);
}.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65);
}.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85);
}.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / 0.15);
}.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / 0.35);
}.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45);
}.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55);
}.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65);
}.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85);
}.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / 0.15);
}.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / 0.35);
}.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45);
}.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55);
}.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65);
}.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85);
}.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / 0.15);
}.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / 0.35);
}.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45);
}.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55);
}.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65);
}.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85);
}.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / 0.15);
}.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / 0.35);
}.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45);
}.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55);
}.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65);
}.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85);
}.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / 0.15);
}.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / 0.35);
}.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45);
}.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55);
}.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65);
}.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85);
}.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}.bg-zinc-700\/15 {
  background-color: rgb(63 63 70 / 0.15);
}.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}.bg-zinc-700\/35 {
  background-color: rgb(63 63 70 / 0.35);
}.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}.bg-zinc-700\/45 {
  background-color: rgb(63 63 70 / 0.45);
}.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}.bg-zinc-700\/55 {
  background-color: rgb(63 63 70 / 0.55);
}.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}.bg-zinc-700\/65 {
  background-color: rgb(63 63 70 / 0.65);
}.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}.bg-zinc-700\/85 {
  background-color: rgb(63 63 70 / 0.85);
}.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}.bg-zinc-800\/15 {
  background-color: rgb(39 39 42 / 0.15);
}.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}.bg-zinc-800\/35 {
  background-color: rgb(39 39 42 / 0.35);
}.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}.bg-zinc-800\/45 {
  background-color: rgb(39 39 42 / 0.45);
}.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}.bg-zinc-800\/55 {
  background-color: rgb(39 39 42 / 0.55);
}.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}.bg-zinc-800\/65 {
  background-color: rgb(39 39 42 / 0.65);
}.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}.bg-zinc-800\/85 {
  background-color: rgb(39 39 42 / 0.85);
}.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}.bg-zinc-900\/15 {
  background-color: rgb(24 24 27 / 0.15);
}.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}.bg-zinc-900\/35 {
  background-color: rgb(24 24 27 / 0.35);
}.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}.bg-zinc-900\/45 {
  background-color: rgb(24 24 27 / 0.45);
}.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}.bg-zinc-900\/55 {
  background-color: rgb(24 24 27 / 0.55);
}.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}.bg-zinc-900\/65 {
  background-color: rgb(24 24 27 / 0.65);
}.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}.bg-zinc-900\/85 {
  background-color: rgb(24 24 27 / 0.85);
}.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}.bg-zinc-950\/15 {
  background-color: rgb(9 9 11 / 0.15);
}.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}.bg-zinc-950\/35 {
  background-color: rgb(9 9 11 / 0.35);
}.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}.bg-zinc-950\/45 {
  background-color: rgb(9 9 11 / 0.45);
}.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}.bg-zinc-950\/55 {
  background-color: rgb(9 9 11 / 0.55);
}.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}.bg-zinc-950\/65 {
  background-color: rgb(9 9 11 / 0.65);
}.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}.bg-zinc-950\/85 {
  background-color: rgb(9 9 11 / 0.85);
}.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}.bg-opacity-0 {
  --tw-bg-opacity: 0;
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.bg-opacity-100 {
  --tw-bg-opacity: 1;
}.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}.bg-none {
  background-image: none;
}.bg-auto {
  background-size: auto;
}.bg-contain {
  background-size: contain;
}.bg-cover {
  background-size: cover;
}.bg-fixed {
  background-attachment: fixed;
}.bg-local {
  background-attachment: local;
}.bg-scroll {
  background-attachment: scroll;
}.bg-clip-border {
  background-clip: border-box;
}.bg-clip-padding {
  background-clip: padding-box;
}.bg-clip-content {
  background-clip: content-box;
}.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}.bg-bottom {
  background-position: bottom;
}.bg-center {
  background-position: center;
}.bg-left {
  background-position: left;
}.bg-left-bottom {
  background-position: left bottom;
}.bg-left-top {
  background-position: left top;
}.bg-right {
  background-position: right;
}.bg-right-bottom {
  background-position: right bottom;
}.bg-right-top {
  background-position: right top;
}.bg-top {
  background-position: top;
}.bg-repeat {
  background-repeat: repeat;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.bg-repeat-x {
  background-repeat: repeat-x;
}.bg-repeat-y {
  background-repeat: repeat-y;
}.bg-repeat-round {
  background-repeat: round;
}.bg-repeat-space {
  background-repeat: space;
}.bg-origin-border {
  background-origin: border-box;
}.bg-origin-padding {
  background-origin: padding-box;
}.bg-origin-content {
  background-origin: content-box;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-2 {
  padding: 0.5rem;
}.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.px-\[\.5em\] {
  padding-left: .5em;
  padding-right: .5em;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.pb-0 {
  padding-bottom: 0px;
}.pb-0\.5 {
  padding-bottom: 0.125rem;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pb-1\.5 {
  padding-bottom: 0.375rem;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-11 {
  padding-bottom: 2.75rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-14 {
  padding-bottom: 3.5rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-2\.5 {
  padding-bottom: 0.625rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pb-28 {
  padding-bottom: 7rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-3\.5 {
  padding-bottom: 0.875rem;
}.pb-32 {
  padding-bottom: 8rem;
}.pb-36 {
  padding-bottom: 9rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-40 {
  padding-bottom: 10rem;
}.pb-44 {
  padding-bottom: 11rem;
}.pb-48 {
  padding-bottom: 12rem;
}.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-64 {
  padding-bottom: 16rem;
}.pb-7 {
  padding-bottom: 1.75rem;
}.pb-72 {
  padding-bottom: 18rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pb-80 {
  padding-bottom: 20rem;
}.pb-9 {
  padding-bottom: 2.25rem;
}.pb-96 {
  padding-bottom: 24rem;
}.pb-\[\.2em\] {
  padding-bottom: .2em;
}.pb-px {
  padding-bottom: 1px;
}.pl-0 {
  padding-left: 0px;
}.pl-0\.5 {
  padding-left: 0.125rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pl-1\.5 {
  padding-left: 0.375rem;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-11 {
  padding-left: 2.75rem;
}.pl-12 {
  padding-left: 3rem;
}.pl-14 {
  padding-left: 3.5rem;
}.pl-16 {
  padding-left: 4rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-2\.5 {
  padding-left: 0.625rem;
}.pl-20 {
  padding-left: 5rem;
}.pl-24 {
  padding-left: 6rem;
}.pl-28 {
  padding-left: 7rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pl-3\.5 {
  padding-left: 0.875rem;
}.pl-32 {
  padding-left: 8rem;
}.pl-36 {
  padding-left: 9rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-40 {
  padding-left: 10rem;
}.pl-44 {
  padding-left: 11rem;
}.pl-48 {
  padding-left: 12rem;
}.pl-5 {
  padding-left: 1.25rem;
}.pl-52 {
  padding-left: 13rem;
}.pl-56 {
  padding-left: 14rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-60 {
  padding-left: 15rem;
}.pl-64 {
  padding-left: 16rem;
}.pl-7 {
  padding-left: 1.75rem;
}.pl-72 {
  padding-left: 18rem;
}.pl-8 {
  padding-left: 2rem;
}.pl-80 {
  padding-left: 20rem;
}.pl-9 {
  padding-left: 2.25rem;
}.pl-96 {
  padding-left: 24rem;
}.pl-\[10\%\] {
  padding-left: 10%;
}.pl-\[1em\] {
  padding-left: 1em;
}.pl-px {
  padding-left: 1px;
}.pr-0 {
  padding-right: 0px;
}.pr-0\.5 {
  padding-right: 0.125rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pr-1\.5 {
  padding-right: 0.375rem;
}.pr-10 {
  padding-right: 2.5rem;
}.pr-11 {
  padding-right: 2.75rem;
}.pr-12 {
  padding-right: 3rem;
}.pr-14 {
  padding-right: 3.5rem;
}.pr-16 {
  padding-right: 4rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-2\.5 {
  padding-right: 0.625rem;
}.pr-20 {
  padding-right: 5rem;
}.pr-24 {
  padding-right: 6rem;
}.pr-28 {
  padding-right: 7rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pr-3\.5 {
  padding-right: 0.875rem;
}.pr-32 {
  padding-right: 8rem;
}.pr-36 {
  padding-right: 9rem;
}.pr-4 {
  padding-right: 1rem;
}.pr-40 {
  padding-right: 10rem;
}.pr-44 {
  padding-right: 11rem;
}.pr-48 {
  padding-right: 12rem;
}.pr-5 {
  padding-right: 1.25rem;
}.pr-52 {
  padding-right: 13rem;
}.pr-56 {
  padding-right: 14rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pr-60 {
  padding-right: 15rem;
}.pr-64 {
  padding-right: 16rem;
}.pr-7 {
  padding-right: 1.75rem;
}.pr-72 {
  padding-right: 18rem;
}.pr-8 {
  padding-right: 2rem;
}.pr-80 {
  padding-right: 20rem;
}.pr-9 {
  padding-right: 2.25rem;
}.pr-96 {
  padding-right: 24rem;
}.pr-px {
  padding-right: 1px;
}.pt-0 {
  padding-top: 0px;
}.pt-0\.5 {
  padding-top: 0.125rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-1\.5 {
  padding-top: 0.375rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-11 {
  padding-top: 2.75rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-14 {
  padding-top: 3.5rem;
}.pt-16 {
  padding-top: 4rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-2\.5 {
  padding-top: 0.625rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-24 {
  padding-top: 6rem;
}.pt-28 {
  padding-top: 7rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-3\.5 {
  padding-top: 0.875rem;
}.pt-32 {
  padding-top: 8rem;
}.pt-36 {
  padding-top: 9rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-40 {
  padding-top: 10rem;
}.pt-44 {
  padding-top: 11rem;
}.pt-48 {
  padding-top: 12rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-52 {
  padding-top: 13rem;
}.pt-56 {
  padding-top: 14rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-60 {
  padding-top: 15rem;
}.pt-64 {
  padding-top: 16rem;
}.pt-7 {
  padding-top: 1.75rem;
}.pt-72 {
  padding-top: 18rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-80 {
  padding-top: 20rem;
}.pt-9 {
  padding-top: 2.25rem;
}.pt-96 {
  padding-top: 24rem;
}.pt-\[\.1em\] {
  padding-top: .1em;
}.pt-\[1em\] {
  padding-top: 1em;
}.pt-\[5\%\] {
  padding-top: 5%;
}.pt-\[8\%\] {
  padding-top: 8%;
}.pt-px {
  padding-top: 1px;
}.\!text-left {
  text-align: left !important;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.\!text-right {
  text-align: right !important;
}.text-right {
  text-align: right;
}.text-justify {
  text-align: justify;
}.text-start {
  text-align: start;
}.text-end {
  text-align: end;
}.align-text-top {
  vertical-align: text-top;
}.align-text-bottom {
  vertical-align: text-bottom;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}.text-8xl {
  font-size: 6rem;
  line-height: 1;
}.text-9xl {
  font-size: 8rem;
  line-height: 1;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-em-1 {
  font-size: 1em;
}.text-em-1125 {
  font-size: 1.125em;
}.text-em-125 {
  font-size: 1.25em;
}.text-em-15 {
  font-size: 1.5em;
}.text-em-7 {
  font-size: .7em;
}.text-em-75 {
  font-size: .75em;
}.text-em-875 {
  font-size: .875em;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-px-14 {
  font-size: 14px;
}.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 !important;
}.\!font-medium {
  font-weight: 500 !important;
}.\!font-normal {
  font-weight: 400 !important;
}.\!font-semibold {
  font-weight: 600 !important;
}.font-bold {
  font-weight: 700;
}.font-extrabold {
  font-weight: 800;
}.font-extralight {
  font-weight: 200;
}.font-light {
  font-weight: 300;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.font-thin {
  font-weight: 100;
}.leading-6 {
  line-height: 1.5rem;
}.leading-\[1\.4\] {
  line-height: 1.4;
}.leading-\[1\.8\] {
  line-height: 1.8;
}.leading-none {
  line-height: 1;
}.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15);
}.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35);
}.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15);
}.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35);
}.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15);
}.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35);
}.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}.text-amber-950\/15 {
  color: rgb(69 26 3 / 0.15);
}.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}.text-amber-950\/35 {
  color: rgb(69 26 3 / 0.35);
}.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}.text-amber-950\/45 {
  color: rgb(69 26 3 / 0.45);
}.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}.text-amber-950\/55 {
  color: rgb(69 26 3 / 0.55);
}.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}.text-amber-950\/65 {
  color: rgb(69 26 3 / 0.65);
}.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}.text-amber-950\/85 {
  color: rgb(69 26 3 / 0.85);
}.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-black\/0 {
  color: rgb(0 0 0 / 0);
}.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}.text-black\/100 {
  color: rgb(0 0 0 / 1);
}.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15);
}.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35);
}.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45);
}.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55);
}.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65);
}.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85);
}.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}.text-current {
  color: currentColor;
}.text-custombg {
  --tw-text-opacity: 1;
  color: rgb(229 225 213 / var(--tw-text-opacity, 1));
}.text-custombg\/0 {
  color: rgb(229 225 213 / 0);
}.text-custombg\/10 {
  color: rgb(229 225 213 / 0.1);
}.text-custombg\/100 {
  color: rgb(229 225 213 / 1);
}.text-custombg\/15 {
  color: rgb(229 225 213 / 0.15);
}.text-custombg\/20 {
  color: rgb(229 225 213 / 0.2);
}.text-custombg\/25 {
  color: rgb(229 225 213 / 0.25);
}.text-custombg\/30 {
  color: rgb(229 225 213 / 0.3);
}.text-custombg\/35 {
  color: rgb(229 225 213 / 0.35);
}.text-custombg\/40 {
  color: rgb(229 225 213 / 0.4);
}.text-custombg\/45 {
  color: rgb(229 225 213 / 0.45);
}.text-custombg\/5 {
  color: rgb(229 225 213 / 0.05);
}.text-custombg\/50 {
  color: rgb(229 225 213 / 0.5);
}.text-custombg\/55 {
  color: rgb(229 225 213 / 0.55);
}.text-custombg\/60 {
  color: rgb(229 225 213 / 0.6);
}.text-custombg\/65 {
  color: rgb(229 225 213 / 0.65);
}.text-custombg\/70 {
  color: rgb(229 225 213 / 0.7);
}.text-custombg\/75 {
  color: rgb(229 225 213 / 0.75);
}.text-custombg\/80 {
  color: rgb(229 225 213 / 0.8);
}.text-custombg\/85 {
  color: rgb(229 225 213 / 0.85);
}.text-custombg\/90 {
  color: rgb(229 225 213 / 0.9);
}.text-custombg\/95 {
  color: rgb(229 225 213 / 0.95);
}.text-custombg2 {
  --tw-text-opacity: 1;
  color: rgb(231 224 201 / var(--tw-text-opacity, 1));
}.text-custombg2\/0 {
  color: rgb(231 224 201 / 0);
}.text-custombg2\/10 {
  color: rgb(231 224 201 / 0.1);
}.text-custombg2\/100 {
  color: rgb(231 224 201 / 1);
}.text-custombg2\/15 {
  color: rgb(231 224 201 / 0.15);
}.text-custombg2\/20 {
  color: rgb(231 224 201 / 0.2);
}.text-custombg2\/25 {
  color: rgb(231 224 201 / 0.25);
}.text-custombg2\/30 {
  color: rgb(231 224 201 / 0.3);
}.text-custombg2\/35 {
  color: rgb(231 224 201 / 0.35);
}.text-custombg2\/40 {
  color: rgb(231 224 201 / 0.4);
}.text-custombg2\/45 {
  color: rgb(231 224 201 / 0.45);
}.text-custombg2\/5 {
  color: rgb(231 224 201 / 0.05);
}.text-custombg2\/50 {
  color: rgb(231 224 201 / 0.5);
}.text-custombg2\/55 {
  color: rgb(231 224 201 / 0.55);
}.text-custombg2\/60 {
  color: rgb(231 224 201 / 0.6);
}.text-custombg2\/65 {
  color: rgb(231 224 201 / 0.65);
}.text-custombg2\/70 {
  color: rgb(231 224 201 / 0.7);
}.text-custombg2\/75 {
  color: rgb(231 224 201 / 0.75);
}.text-custombg2\/80 {
  color: rgb(231 224 201 / 0.8);
}.text-custombg2\/85 {
  color: rgb(231 224 201 / 0.85);
}.text-custombg2\/90 {
  color: rgb(231 224 201 / 0.9);
}.text-custombg2\/95 {
  color: rgb(231 224 201 / 0.95);
}.text-custombg3 {
  --tw-text-opacity: 1;
  color: rgb(27 151 209 / var(--tw-text-opacity, 1));
}.text-custombg3\/0 {
  color: rgb(27 151 209 / 0);
}.text-custombg3\/10 {
  color: rgb(27 151 209 / 0.1);
}.text-custombg3\/100 {
  color: rgb(27 151 209 / 1);
}.text-custombg3\/15 {
  color: rgb(27 151 209 / 0.15);
}.text-custombg3\/20 {
  color: rgb(27 151 209 / 0.2);
}.text-custombg3\/25 {
  color: rgb(27 151 209 / 0.25);
}.text-custombg3\/30 {
  color: rgb(27 151 209 / 0.3);
}.text-custombg3\/35 {
  color: rgb(27 151 209 / 0.35);
}.text-custombg3\/40 {
  color: rgb(27 151 209 / 0.4);
}.text-custombg3\/45 {
  color: rgb(27 151 209 / 0.45);
}.text-custombg3\/5 {
  color: rgb(27 151 209 / 0.05);
}.text-custombg3\/50 {
  color: rgb(27 151 209 / 0.5);
}.text-custombg3\/55 {
  color: rgb(27 151 209 / 0.55);
}.text-custombg3\/60 {
  color: rgb(27 151 209 / 0.6);
}.text-custombg3\/65 {
  color: rgb(27 151 209 / 0.65);
}.text-custombg3\/70 {
  color: rgb(27 151 209 / 0.7);
}.text-custombg3\/75 {
  color: rgb(27 151 209 / 0.75);
}.text-custombg3\/80 {
  color: rgb(27 151 209 / 0.8);
}.text-custombg3\/85 {
  color: rgb(27 151 209 / 0.85);
}.text-custombg3\/90 {
  color: rgb(27 151 209 / 0.9);
}.text-custombg3\/95 {
  color: rgb(27 151 209 / 0.95);
}.text-custombg3_1 {
  --tw-text-opacity: 1;
  color: rgb(29 146 202 / var(--tw-text-opacity, 1));
}.text-custombg3_1\/0 {
  color: rgb(29 146 202 / 0);
}.text-custombg3_1\/10 {
  color: rgb(29 146 202 / 0.1);
}.text-custombg3_1\/100 {
  color: rgb(29 146 202 / 1);
}.text-custombg3_1\/15 {
  color: rgb(29 146 202 / 0.15);
}.text-custombg3_1\/20 {
  color: rgb(29 146 202 / 0.2);
}.text-custombg3_1\/25 {
  color: rgb(29 146 202 / 0.25);
}.text-custombg3_1\/30 {
  color: rgb(29 146 202 / 0.3);
}.text-custombg3_1\/35 {
  color: rgb(29 146 202 / 0.35);
}.text-custombg3_1\/40 {
  color: rgb(29 146 202 / 0.4);
}.text-custombg3_1\/45 {
  color: rgb(29 146 202 / 0.45);
}.text-custombg3_1\/5 {
  color: rgb(29 146 202 / 0.05);
}.text-custombg3_1\/50 {
  color: rgb(29 146 202 / 0.5);
}.text-custombg3_1\/55 {
  color: rgb(29 146 202 / 0.55);
}.text-custombg3_1\/60 {
  color: rgb(29 146 202 / 0.6);
}.text-custombg3_1\/65 {
  color: rgb(29 146 202 / 0.65);
}.text-custombg3_1\/70 {
  color: rgb(29 146 202 / 0.7);
}.text-custombg3_1\/75 {
  color: rgb(29 146 202 / 0.75);
}.text-custombg3_1\/80 {
  color: rgb(29 146 202 / 0.8);
}.text-custombg3_1\/85 {
  color: rgb(29 146 202 / 0.85);
}.text-custombg3_1\/90 {
  color: rgb(29 146 202 / 0.9);
}.text-custombg3_1\/95 {
  color: rgb(29 146 202 / 0.95);
}.text-custombg3_2 {
  --tw-text-opacity: 1;
  color: rgb(33 95 128 / var(--tw-text-opacity, 1));
}.text-custombg3_2\/0 {
  color: rgb(33 95 128 / 0);
}.text-custombg3_2\/10 {
  color: rgb(33 95 128 / 0.1);
}.text-custombg3_2\/100 {
  color: rgb(33 95 128 / 1);
}.text-custombg3_2\/15 {
  color: rgb(33 95 128 / 0.15);
}.text-custombg3_2\/20 {
  color: rgb(33 95 128 / 0.2);
}.text-custombg3_2\/25 {
  color: rgb(33 95 128 / 0.25);
}.text-custombg3_2\/30 {
  color: rgb(33 95 128 / 0.3);
}.text-custombg3_2\/35 {
  color: rgb(33 95 128 / 0.35);
}.text-custombg3_2\/40 {
  color: rgb(33 95 128 / 0.4);
}.text-custombg3_2\/45 {
  color: rgb(33 95 128 / 0.45);
}.text-custombg3_2\/5 {
  color: rgb(33 95 128 / 0.05);
}.text-custombg3_2\/50 {
  color: rgb(33 95 128 / 0.5);
}.text-custombg3_2\/55 {
  color: rgb(33 95 128 / 0.55);
}.text-custombg3_2\/60 {
  color: rgb(33 95 128 / 0.6);
}.text-custombg3_2\/65 {
  color: rgb(33 95 128 / 0.65);
}.text-custombg3_2\/70 {
  color: rgb(33 95 128 / 0.7);
}.text-custombg3_2\/75 {
  color: rgb(33 95 128 / 0.75);
}.text-custombg3_2\/80 {
  color: rgb(33 95 128 / 0.8);
}.text-custombg3_2\/85 {
  color: rgb(33 95 128 / 0.85);
}.text-custombg3_2\/90 {
  color: rgb(33 95 128 / 0.9);
}.text-custombg3_2\/95 {
  color: rgb(33 95 128 / 0.95);
}.text-custombg4 {
  --tw-text-opacity: 1;
  color: rgb(30 102 115 / var(--tw-text-opacity, 1));
}.text-custombg4\/0 {
  color: rgb(30 102 115 / 0);
}.text-custombg4\/10 {
  color: rgb(30 102 115 / 0.1);
}.text-custombg4\/100 {
  color: rgb(30 102 115 / 1);
}.text-custombg4\/15 {
  color: rgb(30 102 115 / 0.15);
}.text-custombg4\/20 {
  color: rgb(30 102 115 / 0.2);
}.text-custombg4\/25 {
  color: rgb(30 102 115 / 0.25);
}.text-custombg4\/30 {
  color: rgb(30 102 115 / 0.3);
}.text-custombg4\/35 {
  color: rgb(30 102 115 / 0.35);
}.text-custombg4\/40 {
  color: rgb(30 102 115 / 0.4);
}.text-custombg4\/45 {
  color: rgb(30 102 115 / 0.45);
}.text-custombg4\/5 {
  color: rgb(30 102 115 / 0.05);
}.text-custombg4\/50 {
  color: rgb(30 102 115 / 0.5);
}.text-custombg4\/55 {
  color: rgb(30 102 115 / 0.55);
}.text-custombg4\/60 {
  color: rgb(30 102 115 / 0.6);
}.text-custombg4\/65 {
  color: rgb(30 102 115 / 0.65);
}.text-custombg4\/70 {
  color: rgb(30 102 115 / 0.7);
}.text-custombg4\/75 {
  color: rgb(30 102 115 / 0.75);
}.text-custombg4\/80 {
  color: rgb(30 102 115 / 0.8);
}.text-custombg4\/85 {
  color: rgb(30 102 115 / 0.85);
}.text-custombg4\/90 {
  color: rgb(30 102 115 / 0.9);
}.text-custombg4\/95 {
  color: rgb(30 102 115 / 0.95);
}.text-custombg4_2 {
  --tw-text-opacity: 1;
  color: rgb(32 85 95 / var(--tw-text-opacity, 1));
}.text-custombg4_2\/0 {
  color: rgb(32 85 95 / 0);
}.text-custombg4_2\/10 {
  color: rgb(32 85 95 / 0.1);
}.text-custombg4_2\/100 {
  color: rgb(32 85 95 / 1);
}.text-custombg4_2\/15 {
  color: rgb(32 85 95 / 0.15);
}.text-custombg4_2\/20 {
  color: rgb(32 85 95 / 0.2);
}.text-custombg4_2\/25 {
  color: rgb(32 85 95 / 0.25);
}.text-custombg4_2\/30 {
  color: rgb(32 85 95 / 0.3);
}.text-custombg4_2\/35 {
  color: rgb(32 85 95 / 0.35);
}.text-custombg4_2\/40 {
  color: rgb(32 85 95 / 0.4);
}.text-custombg4_2\/45 {
  color: rgb(32 85 95 / 0.45);
}.text-custombg4_2\/5 {
  color: rgb(32 85 95 / 0.05);
}.text-custombg4_2\/50 {
  color: rgb(32 85 95 / 0.5);
}.text-custombg4_2\/55 {
  color: rgb(32 85 95 / 0.55);
}.text-custombg4_2\/60 {
  color: rgb(32 85 95 / 0.6);
}.text-custombg4_2\/65 {
  color: rgb(32 85 95 / 0.65);
}.text-custombg4_2\/70 {
  color: rgb(32 85 95 / 0.7);
}.text-custombg4_2\/75 {
  color: rgb(32 85 95 / 0.75);
}.text-custombg4_2\/80 {
  color: rgb(32 85 95 / 0.8);
}.text-custombg4_2\/85 {
  color: rgb(32 85 95 / 0.85);
}.text-custombg4_2\/90 {
  color: rgb(32 85 95 / 0.9);
}.text-custombg4_2\/95 {
  color: rgb(32 85 95 / 0.95);
}.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}.text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15);
}.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}.text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35);
}.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}.text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45);
}.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}.text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55);
}.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}.text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65);
}.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}.text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85);
}.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15);
}.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35);
}.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15);
}.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35);
}.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15);
}.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35);
}.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}.text-emerald-950\/15 {
  color: rgb(2 44 34 / 0.15);
}.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}.text-emerald-950\/35 {
  color: rgb(2 44 34 / 0.35);
}.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}.text-emerald-950\/45 {
  color: rgb(2 44 34 / 0.45);
}.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}.text-emerald-950\/55 {
  color: rgb(2 44 34 / 0.55);
}.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}.text-emerald-950\/65 {
  color: rgb(2 44 34 / 0.65);
}.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}.text-emerald-950\/85 {
  color: rgb(2 44 34 / 0.85);
}.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15);
}.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35);
}.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45);
}.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55);
}.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65);
}.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85);
}.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15);
}.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35);
}.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45);
}.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55);
}.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65);
}.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85);
}.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15);
}.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35);
}.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45);
}.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55);
}.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65);
}.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85);
}.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15);
}.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35);
}.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15);
}.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35);
}.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45);
}.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55);
}.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65);
}.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85);
}.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15);
}.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35);
}.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15);
}.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35);
}.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15);
}.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35);
}.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45);
}.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55);
}.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65);
}.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85);
}.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15);
}.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35);
}.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45);
}.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55);
}.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65);
}.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85);
}.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15);
}.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35);
}.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}.text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15);
}.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}.text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35);
}.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}.text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45);
}.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}.text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55);
}.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}.text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65);
}.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}.text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85);
}.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}.text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}.text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}.text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}.text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}.text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}.text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}.text-inherit {
  color: inherit;
}.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15);
}.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35);
}.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45);
}.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55);
}.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65);
}.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85);
}.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15);
}.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35);
}.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15);
}.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35);
}.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45);
}.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55);
}.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65);
}.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85);
}.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15);
}.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35);
}.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15);
}.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35);
}.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15);
}.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35);
}.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45);
}.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55);
}.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65);
}.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85);
}.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15);
}.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35);
}.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45);
}.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55);
}.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65);
}.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85);
}.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15);
}.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35);
}.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}.text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15);
}.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}.text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35);
}.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}.text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45);
}.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}.text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55);
}.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}.text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65);
}.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}.text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85);
}.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}.text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15);
}.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}.text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35);
}.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}.text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45);
}.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}.text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55);
}.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}.text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65);
}.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}.text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85);
}.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}.text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15);
}.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}.text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35);
}.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}.text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45);
}.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}.text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55);
}.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}.text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65);
}.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}.text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85);
}.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15);
}.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35);
}.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45);
}.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55);
}.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65);
}.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85);
}.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15);
}.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35);
}.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45);
}.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55);
}.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65);
}.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85);
}.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15);
}.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35);
}.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45);
}.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55);
}.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65);
}.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85);
}.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15);
}.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35);
}.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45);
}.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55);
}.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65);
}.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85);
}.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15);
}.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35);
}.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45);
}.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55);
}.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65);
}.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85);
}.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15);
}.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35);
}.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45);
}.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55);
}.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65);
}.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85);
}.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15);
}.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35);
}.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45);
}.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55);
}.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65);
}.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85);
}.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15);
}.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35);
}.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45);
}.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55);
}.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65);
}.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85);
}.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15);
}.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35);
}.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45);
}.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55);
}.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65);
}.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85);
}.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15);
}.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35);
}.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45);
}.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55);
}.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65);
}.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85);
}.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}.text-rose-950\/15 {
  color: rgb(76 5 25 / 0.15);
}.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}.text-rose-950\/35 {
  color: rgb(76 5 25 / 0.35);
}.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}.text-rose-950\/45 {
  color: rgb(76 5 25 / 0.45);
}.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}.text-rose-950\/55 {
  color: rgb(76 5 25 / 0.55);
}.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}.text-rose-950\/65 {
  color: rgb(76 5 25 / 0.65);
}.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}.text-rose-950\/85 {
  color: rgb(76 5 25 / 0.85);
}.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15);
}.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35);
}.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45);
}.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55);
}.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65);
}.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85);
}.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15);
}.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35);
}.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15);
}.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35);
}.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15);
}.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35);
}.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}.text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15);
}.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}.text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35);
}.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}.text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45);
}.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}.text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55);
}.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}.text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65);
}.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}.text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85);
}.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15);
}.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35);
}.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45);
}.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55);
}.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65);
}.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85);
}.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15);
}.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35);
}.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45);
}.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55);
}.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65);
}.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85);
}.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15);
}.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35);
}.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45);
}.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55);
}.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65);
}.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85);
}.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15);
}.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35);
}.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15);
}.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35);
}.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45);
}.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55);
}.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65);
}.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85);
}.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15);
}.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35);
}.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15);
}.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35);
}.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15);
}.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35);
}.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45);
}.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55);
}.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65);
}.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85);
}.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15);
}.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35);
}.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45);
}.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55);
}.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65);
}.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85);
}.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15);
}.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35);
}.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}.text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15);
}.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}.text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35);
}.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}.text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45);
}.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}.text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55);
}.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}.text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65);
}.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}.text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85);
}.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15);
}.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35);
}.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45);
}.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55);
}.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65);
}.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85);
}.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15);
}.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35);
}.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45);
}.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55);
}.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65);
}.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85);
}.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15);
}.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35);
}.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45);
}.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55);
}.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65);
}.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85);
}.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15);
}.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35);
}.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15);
}.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35);
}.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15);
}.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35);
}.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15);
}.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35);
}.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45);
}.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55);
}.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65);
}.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85);
}.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15);
}.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35);
}.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45);
}.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55);
}.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65);
}.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85);
}.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15);
}.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35);
}.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}.text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15);
}.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}.text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35);
}.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}.text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45);
}.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}.text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55);
}.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}.text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65);
}.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}.text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85);
}.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}.text-transparent {
  color: transparent;
}.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15);
}.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35);
}.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45);
}.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55);
}.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65);
}.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85);
}.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15);
}.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35);
}.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45);
}.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55);
}.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65);
}.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85);
}.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15);
}.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35);
}.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45);
}.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55);
}.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65);
}.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85);
}.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15);
}.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35);
}.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45);
}.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55);
}.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65);
}.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85);
}.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15);
}.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35);
}.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45);
}.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55);
}.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65);
}.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85);
}.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15);
}.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35);
}.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45);
}.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55);
}.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65);
}.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85);
}.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15);
}.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35);
}.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45);
}.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55);
}.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65);
}.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85);
}.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15);
}.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35);
}.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45);
}.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55);
}.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65);
}.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85);
}.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15);
}.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35);
}.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45);
}.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55);
}.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65);
}.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85);
}.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15);
}.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35);
}.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45);
}.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55);
}.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65);
}.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85);
}.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}.text-violet-950\/15 {
  color: rgb(46 16 101 / 0.15);
}.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}.text-violet-950\/35 {
  color: rgb(46 16 101 / 0.35);
}.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}.text-violet-950\/45 {
  color: rgb(46 16 101 / 0.45);
}.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}.text-violet-950\/55 {
  color: rgb(46 16 101 / 0.55);
}.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}.text-violet-950\/65 {
  color: rgb(46 16 101 / 0.65);
}.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}.text-violet-950\/85 {
  color: rgb(46 16 101 / 0.85);
}.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-white\/0 {
  color: rgb(255 255 255 / 0);
}.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}.text-white\/100 {
  color: rgb(255 255 255 / 1);
}.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15);
}.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35);
}.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45);
}.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55);
}.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65);
}.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85);
}.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15);
}.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35);
}.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45);
}.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55);
}.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65);
}.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85);
}.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15);
}.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35);
}.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45);
}.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55);
}.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65);
}.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85);
}.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15);
}.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35);
}.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45);
}.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55);
}.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65);
}.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85);
}.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15);
}.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35);
}.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45);
}.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55);
}.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65);
}.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85);
}.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15);
}.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35);
}.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45);
}.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55);
}.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65);
}.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85);
}.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15);
}.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35);
}.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45);
}.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55);
}.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65);
}.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85);
}.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15);
}.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35);
}.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45);
}.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55);
}.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65);
}.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85);
}.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15);
}.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35);
}.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45);
}.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55);
}.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65);
}.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85);
}.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15);
}.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35);
}.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45);
}.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55);
}.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65);
}.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85);
}.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}.text-zinc-950\/15 {
  color: rgb(9 9 11 / 0.15);
}.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}.text-zinc-950\/35 {
  color: rgb(9 9 11 / 0.35);
}.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}.text-zinc-950\/45 {
  color: rgb(9 9 11 / 0.45);
}.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}.text-zinc-950\/55 {
  color: rgb(9 9 11 / 0.55);
}.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}.text-zinc-950\/65 {
  color: rgb(9 9 11 / 0.65);
}.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}.text-zinc-950\/85 {
  color: rgb(9 9 11 / 0.85);
}.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}.text-opacity-0 {
  --tw-text-opacity: 0;
}.text-opacity-10 {
  --tw-text-opacity: 0.1;
}.text-opacity-100 {
  --tw-text-opacity: 1;
}.text-opacity-15 {
  --tw-text-opacity: 0.15;
}.text-opacity-20 {
  --tw-text-opacity: 0.2;
}.text-opacity-25 {
  --tw-text-opacity: 0.25;
}.text-opacity-30 {
  --tw-text-opacity: 0.3;
}.text-opacity-35 {
  --tw-text-opacity: 0.35;
}.text-opacity-40 {
  --tw-text-opacity: 0.4;
}.text-opacity-45 {
  --tw-text-opacity: 0.45;
}.text-opacity-5 {
  --tw-text-opacity: 0.05;
}.text-opacity-50 {
  --tw-text-opacity: 0.5;
}.text-opacity-55 {
  --tw-text-opacity: 0.55;
}.text-opacity-60 {
  --tw-text-opacity: 0.6;
}.text-opacity-65 {
  --tw-text-opacity: 0.65;
}.text-opacity-70 {
  --tw-text-opacity: 0.7;
}.text-opacity-75 {
  --tw-text-opacity: 0.75;
}.text-opacity-80 {
  --tw-text-opacity: 0.8;
}.text-opacity-85 {
  --tw-text-opacity: 0.85;
}.text-opacity-90 {
  --tw-text-opacity: 0.9;
}.text-opacity-95 {
  --tw-text-opacity: 0.95;
}.\!underline {
  text-decoration-line: underline !important;
}.underline {
  text-decoration-line: underline;
}.\!opacity-50 {
  opacity: 0.5 !important;
}.\!opacity-70 {
  opacity: 0.7 !important;
}.opacity-50 {
  opacity: 0.5;
}.opacity-70 {
  opacity: 0.7;
}.bg-blend-normal {
  background-blend-mode: normal;
}.bg-blend-multiply {
  background-blend-mode: multiply;
}.bg-blend-screen {
  background-blend-mode: screen;
}.bg-blend-overlay {
  background-blend-mode: overlay;
}.bg-blend-darken {
  background-blend-mode: darken;
}.bg-blend-lighten {
  background-blend-mode: lighten;
}.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}.bg-blend-color-burn {
  background-blend-mode: color-burn;
}.bg-blend-hard-light {
  background-blend-mode: hard-light;
}.bg-blend-soft-light {
  background-blend-mode: soft-light;
}.bg-blend-difference {
  background-blend-mode: difference;
}.bg-blend-exclusion {
  background-blend-mode: exclusion;
}.bg-blend-hue {
  background-blend-mode: hue;
}.bg-blend-saturation {
  background-blend-mode: saturation;
}.bg-blend-color {
  background-blend-mode: color;
}.bg-blend-luminosity {
  background-blend-mode: luminosity;
}.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);
}.\[margin-block-start\:20\%\] {
  margin-block-start: 20%;
}.editor-styles-wrapper h1,.editor-styles-wrapper h2,.editor-styles-wrapper h3,.editor-styles-wrapper h4,.editor-styles-wrapper h5,.editor-styles-wrapper h6{all:unset;font-size:var(--wp--preset--font-size--gigantic);font-weight:var(--wp--custom--font-weight--heading)}:where(.editor-styles-wrapper) blockquote,:where(.editor-styles-wrapper) dl,:where(.editor-styles-wrapper) dd,:where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6,:where(.editor-styles-wrapper) hr,:where(.editor-styles-wrapper) figure,:where(.editor-styles-wrapper) p,:where(.editor-styles-wrapper) pre{margin:unset}html{color:#000}html::after{background:rgba(0,0,0,0)}body{line-height:1.6}html :where(.editor-styles-wrapper),:where(.editor-styles-wrapper) :host{font-family:var(--wp--preset--font-family--yu-mincho)}a{color:inherit;text-decoration:none}.editor-visual-editor__post-title-wrapper .wp-block-post-title{display:block;margin-top:1em;margin-bottom:1em}.is-root-container{padding-left:var(--wp--style--root--padding-left);padding-right:var(--wp--style--root--padding-right)}.is-root-container :where(.has-global-padding){padding-left:0;padding-right:0}.is-root-container>.alignfull{margin-left:calc(var(--wp--style--root--padding-left)*-1);margin-right:calc(var(--wp--style--root--padding-right)*-1)}.is-root-container :where(.has-global-padding)>.alignfull{margin-left:0;margin-right:0}.is-layout-flow>*+.wp-block-heading{margin-top:3rem}:where(.editor-styles-wrapper) h1{line-height:normal !important}:where(.editor-styles-wrapper) p{line-height:normal}.max-w-155{max-width:155px}.w-30p{width:30%}.list-disc{list-style-type:disc}.is-style-reset_list{list-style:none;margin:0;padding:0}.is-style-default{list-style:disc}.is-style-number{list-style:decimal;padding-inline-start:2em}.is-style-i-block{display:inline-block}@media screen and (min-width: 782px){.wp:hidden{display:none}}.editor-styles-wrapper .acContainer-box__body{max-height:none !important;overflow:visible !important}.fs_12-10{font-size:clamp(.625rem,.51rem + .49vw,.75rem)}.fs_13-10{font-size:clamp(.625rem,.452rem + .74vw,.813rem)}.fs_14-10{font-size:clamp(.625rem,.395rem + .98vw,.875rem)}.fs_16-10{font-size:clamp(.625rem,.279rem + 1.47vw,1rem)}.fs_13-11{font-size:clamp(.688rem,.572rem + .49vw,.813rem)}.fs_14-12{font-size:clamp(.75rem,.635rem + .49vw,.875rem)}.fs_16-12{font-size:clamp(.75rem,.52rem + .98vw,1rem)}.fs_16-14{font-size:clamp(.875rem,.76rem + .49vw,1rem)}.fs_18-12{font-size:clamp(.75rem,.404rem + 1.47vw,1.125rem)}.fs_18-14{font-size:clamp(.875rem,.645rem + .98vw,1.125rem)}.fs_18-16{font-size:clamp(1rem,.885rem + .49vw,1.125rem)}.fs_20-14{font-size:clamp(.875rem,.529rem + 1.47vw,1.25rem)}.fs_20-16{font-size:clamp(1rem,.77rem + .98vw,1.25rem)}.fs_20-18{font-size:clamp(1.125rem,1.01rem + .49vw,1.25rem)}.fs_22-16{font-size:clamp(1rem,.654rem + 1.47vw,1.375rem)}.fs_22-18{font-size:clamp(1.125rem,.895rem + .98vw,1.375rem)}.fs_24-16{font-size:clamp(1rem,.539rem + 1.97vw,1.5rem)}.fs_24-20{font-size:clamp(1.25rem,1.02rem + .98vw,1.5rem)}.fs_28-16{font-size:clamp(1rem,.309rem + 2.95vw,1.75rem)}.fs_28-18{font-size:clamp(1.125rem,.549rem + 2.46vw,1.75rem)}.fs_18-16-14{font-size:clamp(.875rem,.76rem + .49vw,1rem)}@media screen and (min-width: 782px){.fs_18-16-14{font-size:clamp(1rem,.451rem + 1.12vw,1.125rem)}}.fs_24-20-18{font-size:clamp(1.125rem,1.01rem + .49vw,1.25rem)}@media screen and (min-width: 782px){.fs_24-20-18{font-size:clamp(1.25rem,.152rem + 2.25vw,1.5rem)}}.fs_24-20-14{font-size:clamp(.875rem,.529rem + 1.47vw,1.25rem)}@media screen and (min-width: 782px){.fs_24-20-14{font-size:clamp(1.25rem,.782rem + .96vw,1.5rem)}}.fs_28-20-22-18{font-size:clamp(1.125rem,.895rem + .98vw,1.375rem)}@media screen and (min-width: 782px){.fs_28-20-22-18{font-size:clamp(1.25rem,-0.852rem + 4.3vw,1.75rem)}}.fs_28-20-28-18-1200{font-size:clamp(1.125rem,.549rem + 2.46vw,1.75rem)}@media screen and (min-width: 782px){.fs_28-20-28-18-1200{font-size:clamp(1.25rem,.315rem + 1.91vw,1.75rem)}}.fs_24-20-24-18-1200{font-size:clamp(1.125rem,.781rem + 1.47vw,1.5rem)}@media screen and (min-width: 782px){.fs_24-20-24-18-1200{font-size:clamp(1.25rem,.783rem + .957vw,1.5rem)}}.fs_24-16-24-16-1200{font-size:clamp(1rem,.539rem + 1.966vw,1.5rem)}@media screen and (min-width: 782px){.fs_24-16-24-16-1200{font-size:clamp(1rem,.065rem + 1.914vw,1.5rem)}}.fs_24-20-24-16-1200{font-size:clamp(1rem,.539rem + 1.966vw,1.5rem)}@media screen and (min-width: 782px){.fs_24-20-24-16-1200{font-size:clamp(1.25rem,.783rem + .957vw,1.5rem)}}.fs_28-20-22-18-1200{font-size:clamp(1.125rem,.895rem + .98vw,1.375rem)}@media screen and (min-width: 782px){.fs_28-20-22-18-1200{font-size:clamp(1.25rem,.315rem + 1.914vw,1.75rem)}}.fs_24-20-22-16-1200{font-size:clamp(1rem,.654rem + 1.47vw,1.375rem)}@media screen and (min-width: 782px){.fs_24-20-22-16-1200{font-size:clamp(1.25rem,.782rem + .96vw,1.5rem)}}.fs_24-18-22-16-1200{font-size:clamp(1rem,.654rem + 1.47vw,1.375rem)}@media screen and (min-width: 782px){.fs_24-18-22-16-1200{font-size:clamp(1.125rem,.423rem + 1.44vw,1.5rem)}}.fs_22-16-18-14-1200{font-size:clamp(.875rem,.645rem + .98vw,1.125rem)}@media screen and (min-width: 782px){.fs_22-16-18-14-1200{font-size:clamp(1rem,.298rem + 1.44vw,1.375rem)}}.fs_28-20-22-16{font-size:clamp(1rem,.654rem + 1.47vw,1.375rem)}@media screen and (min-width: 782px){.fs_28-20-22-16{font-size:clamp(1.25rem,-0.947rem + 4.49vw,1.75rem)}}.fs_64-50-64-45{font-size:clamp(2.813rem,1.718rem + 4.67vw,4rem)}@media screen and (min-width: 782px){.fs_64-50-64-45{font-size:clamp(3.125rem,-0.719rem + 7.87vw,4rem)}}.fs_20-16-18-14-1200{font-size:clamp(.875rem,.645rem + .98vw,1.125rem)}@media screen and (min-width: 782px){.fs_20-16-18-14-1200{font-size:clamp(1rem,.532rem + .96vw,1.25rem)}}.fs_18-12-18-14-1200{font-size:clamp(.875rem,.645rem + .98vw,1.125rem)}@media screen and (min-width: 782px){.fs_18-12-18-14-1200{font-size:clamp(.75rem,.048rem + 1.44vw,1.125rem)}}.fs_18-16-18-14-1200{font-size:clamp(.875rem,.645rem + .98vw,1.125rem)}@media screen and (min-width: 782px){.fs_18-16-18-14-1200{font-size:clamp(1rem,.766rem + .478vw,1.125rem)}}.fs_80-60-80-45{font-size:clamp(2.813rem,.797rem + 8.6vw,5rem)}@media screen and (min-width: 782px){.fs_80-60-80-45{font-size:clamp(3.75rem,1.411rem + 4.78vw,5rem)}}.fs_36-24-30-18{font-size:clamp(1.125rem,.434rem + 2.95vw,1.875rem)}@media screen and (min-width: 782px){.fs_36-24-30-18{font-size:clamp(1.5rem,.097rem + 2.87vw,2.25rem)}}.fs_34-20-30-16{font-size:clamp(1rem,.194rem + 3.44vw,1.875rem)}@media screen and (min-width: 782px){.fs_34-20-30-16{font-size:clamp(1.25rem,-0.387rem + 3.35vw,2.125rem)}}.fs_34-18{font-size:clamp(1.125rem,.759rem + 1.56vw,2.125rem)}.fs_36-18{font-size:clamp(1.125rem,.088rem + 4.42vw,2.25rem)}.px_60-20-960{padding-left:clamp(1.25rem,-0.353rem + 6.838vw,3.75rem);padding-right:clamp(1.25rem,-0.353rem + 6.838vw,3.75rem)}.pl_60-20-960{padding-left:clamp(1.25rem,-0.353rem + 6.838vw,3.75rem)}.pr_60-20-960{padding-right:clamp(1.25rem,-0.353rem + 6.838vw,3.75rem)}.px_60-15-960{padding-left:clamp(.938rem,-0.865rem + 7.692vw,3.75rem);padding-right:clamp(.938rem,-0.865rem + 7.692vw,3.75rem)}.pl_60-15-960{padding-left:clamp(.938rem,-0.865rem + 7.692vw,3.75rem)}.pr_60-15-960{padding-right:clamp(.938rem,-0.865rem + 7.692vw,3.75rem)}.px_50-10-960{padding-left:clamp(.625rem,-0.978rem + 6.838vw,3.125rem);padding-right:clamp(.625rem,-0.978rem + 6.838vw,3.125rem)}.pl_50-10-960{padding-left:clamp(.625rem,-0.978rem + 6.838vw,3.125rem)}.pr_50-10-960{padding-right:clamp(.625rem,-0.978rem + 6.838vw,3.125rem)}.btn_arrow_def{display:flex;align-items:stretch;margin-block-start:0;--bg: #149ad8}.btn_arrow_def.b2{--bg: rgba(67, 187, 199, 0.34)}.btn_arrow_def.b3{--bg: rgba(10, 56, 115, 0.34)}.btn_arrow_def.b4{--bg: #FF7D54}.btn_arrow_def__inner{flex:1;display:flex;flex-direction:column;justify-content:center;background:var(--bg);border-radius:5px 0 0 5px;padding:.5em .8em;color:#fff;text-decoration:none;margin:0;position:relative}.btn_arrow_def__inner a{color:inherit;text-decoration:none}.btn_arrow_def__inner::after{content:"";position:absolute;top:0;bottom:0;left:100%;aspect-ratio:59.6/158.5;background-color:var(--bg);-webkit-mask-image:url(../../assets/images/arrow_slide.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:url(../../assets/images/arrow_slide.svg);mask-repeat:no-repeat;mask-size:100% 100%}.btn_arrow_def_container{display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:1em;column-gap:1em;row-gap:3em}.__left_full{margin-left:calc(var(--wp--style--root--padding-left)*-1)}.__right_full{margin-right:calc(var(--wp--style--root--padding-right)*-1)}.rt_padding_l{padding-left:var(--wp--style--root--padding-left)}.rt_padding_r{padding-right:var(--wp--style--root--padding-right)}@media screen and (min-width: 782px){.wp:rt_padding_l{padding-left:var(--wp--style--root--padding-left)}.wp:rt_padding_r{padding-right:var(--wp--style--root--padding-right)}}.btn_arrow_b_container{display:grid;grid-template-columns:minmax(0, 1fr);grid-auto-rows:1fr;-moz-column-gap:.5em;column-gap:.5em;row-gap:1.5em}@media screen and (min-width: 640px){.btn_arrow_b_container{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media screen and (min-width: 782px){.btn_arrow_b_container{-moz-column-gap:1em;column-gap:1em;row-gap:3em}}.btn_arrow_b{display:flex;align-items:stretch;margin-block-start:0;width:100%;max-width:300px;margin-inline:auto;height:100%;transition:opacity .3s ease}@media screen and (min-width: 640px){.btn_arrow_b{max-width:none;margin-inline:0}}.btn_arrow_b__inner{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;background:var(--bg);border-radius:5px 0 0 5px;padding:1em;padding-right:0;min-height:clamp(80px,12vw,140px);position:relative}.btn_arrow_b__inner.is-clickable{cursor:pointer}.btn_arrow_b:has(.btn_arrow_b__inner.is-clickable:hover){opacity:.7 !important}.btn_arrow_b .ttl_container{flex:1;display:flex;align-items:center;min-height:8em}.btn_arrow_b::after{content:"";align-self:stretch;min-height:80px;aspect-ratio:.375/1;flex-shrink:0;background-color:var(--bg);-webkit-mask:url(../../assets/images/arrow_slide.svg) no-repeat center/100% 100%;mask:url(../../assets/images/arrow_slide.svg) no-repeat center/100% 100%}.btn_arrow_b.b1{--bg: #149AD8}.btn_arrow_b.b2{--bg: rgba(67, 187, 199, 0.34)}.btn_arrow_b.b3{--bg: rgba(10, 56, 115, 0.34)}.btn_arrow_b.b4{--bg: #FF7D54}.btn_arrow{--border-color: #fff;--bg-color: #fff;--height: 2.5em;position:relative;display:inline-flex;align-items:center;height:var(--height);padding:0 .5em;text-decoration:none;color:var(--border-color);border:1px solid var(--border-color);border-right:none;border-radius:.3em 0 0 .3em;margin-right:calc(var(--height)/2);margin-left:auto}.btn_arrow::after{content:"";position:absolute;top:-1px;left:100%;width:calc(var(--height)/1.414);height:calc(var(--height)/1.414);border-top:1px solid var(--border-color);border-right:1px solid var(--border-color);transform:rotate(45deg);transform-origin:top left;border-top-right-radius:.2em}.btn_arrow--current{border-color:currentColor}.btn_arrow--current::after{border-color:currentColor}.view_all{font-size:.75em}.view_all a{display:inline-block;padding:.2em 1.5em .2em 0;border-bottom:1px solid #fff;position:relative;white-space:nowrap}.view_all a:after{content:"";display:block;height:2.2em;width:1px;position:absolute;right:0;bottom:0;background-color:#fff;transform-origin:right bottom;transform:rotate(-25deg)}.line3{display:inline-block;padding:.5em 0;background:url(../../assets/images/img_line3.png) no-repeat center/contain;background-position:center bottom .5em;color:#1d92ca;font-weight:normal}.text-em-75{font-size:.75em}.lr_line{display:inline-flex;gap:.2em}.lr_line:before,.lr_line::after{content:"-";display:block}.box_line_arrow{display:inline-block;padding:.5em 1em;background:#fff;color:#1d92ca;border:2px solid #1d92ca;border-radius:6px 0 0 6px;position:relative;border-right:none;filter:drop-shadow(0 0 0.5px #1d92ca)}.box_line_arrow::before{content:"";position:absolute;top:-2px;height:calc(100% + 4px);left:calc(100% - 1px);aspect-ratio:.375/1;background-color:#1d92ca;-webkit-mask-image:url(../../assets/images/arrow_slide.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:url(../../assets/images/arrow_slide.svg);mask-repeat:no-repeat;mask-size:100% 100%;filter:drop-shadow(0 0 0.5px #1d92ca)}.box_line_arrow::after{content:"";position:absolute;top:0;height:100%;left:calc(100% - 1px);aspect-ratio:.375/1;background-color:#fff;-webkit-mask-image:url(../../assets/images/arrow_slide.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:url(../../assets/images/arrow_slide.svg);mask-repeat:no-repeat;mask-size:100% 100%}.box_line_arrow.b1{display:flex;gap:.75em;align-items:center;background:#149ad8;color:#fff;border:none;border-radius:0;filter:none;padding:.3em 2.25em .3em 1em;clip-path:polygon(0 0, calc(100% - 1.4em) 0, 100% 50%, calc(100% - 1.4em) 100%, 0 100%);max-width:480px;transition:opacity .3s ease}@media screen and (max-width: 460px){.box_line_arrow.b1{max-width:400px}}.box_line_arrow.b1::before{display:none}.box_line_arrow.b1::after{display:none}.box_line_arrow.b1:has(a:hover){opacity:.7 !important}.box_line_arrow.b1 img{height:4em;width:auto;flex-shrink:0}.box_line_arrow.b1 .txt{display:flex;flex-direction:column;align-items:center;gap:.3em;flex:1;min-width:0}.box_line_arrow.b1 .line3{color:#fff;background-image:none;text-decoration:underline;text-underline-offset:.25em;font-size:1.05em;padding:0}.box_line_arrow.b1 .line3 a::after{content:"";position:absolute;inset:0}.box_line_arrow.b1 .tx2{font-size:.8em}@media screen and (min-width: 782px){.box_line_arrow.b1{gap:1.5em;padding:.3em 3em .3em 3%;clip-path:polygon(0 0, calc(100% - 1.75em) 0, 100% 50%, calc(100% - 1.75em) 100%, 0 100%)}.box_line_arrow.b1 img{width:32.6%;height:auto}.box_line_arrow.b1 .txt{gap:.5em}.box_line_arrow.b1 .line3{text-underline-offset:.3em;white-space:nowrap}}.fsize_18_28_s_m{font-size:clamp(1.125rem,.549rem + 2.46vw,1.75rem)}.fsize_15_24_s_m__20_24_m_l{font-size:clamp(.938rem,.419rem + 2.21vw,1.5rem)}@media screen and (min-width: 782px){.fsize_15_24_s_m__20_24_m_l{font-size:clamp(1.25rem,.978rem + .56vw,1.5rem)}}.fsize_14_18_s_m{font-size:clamp(.875rem,.645rem + .98vw,1.125rem)}@keyframes show{from{opacity:0}to{opacity:1}}@keyframes hide{from{opacity:1}to{opacity:0}}@keyframes bar1{0%{transform:translateY(0) rotate(45deg)}50%{transform:translateY(0) rotate(0)}100%{transform:translateY(-0.8em) rotate(0)}}@keyframes bar3{0%{transform:translateY(0) rotate(-45deg)}50%{transform:translateY(0) rotate(0)}100%{transform:translateY(0.8em) rotate(0)}}[data-scroll=opt0]{transform:translateY(20px);opacity:0}[data-scroll=opt0].animIn{transition:transform .8s,opacity .8s;transform:translateY(0);opacity:1}[data-scroll=opt1]{transform:translateY(20px);opacity:0}[data-scroll=opt1].animIn{transition:transform .8s 0.1s,opacity .8s 0.1s;transform:translateY(0);opacity:1}[data-scroll=opx1]{transform:translateX(20px);opacity:0}[data-scroll=opx1].animIn{transition:transform .8s 0.1s,opacity .8s 0.1s;transform:translateX(0);opacity:1}[data-scroll=opxl1]{transform:translateX(-20px);opacity:0}[data-scroll=opxl1].animIn{transition:transform .8s 0.1s,opacity .8s 0.1s;transform:translateX(0);opacity:1}[data-scroll=opt2]{transform:translateY(20px);opacity:0}[data-scroll=opt2].animIn{transition:transform .8s 0.2s,opacity .8s 0.2s;transform:translateY(0);opacity:1}[data-scroll=opx2]{transform:translateX(20px);opacity:0}[data-scroll=opx2].animIn{transition:transform .8s 0.2s,opacity .8s 0.2s;transform:translateX(0);opacity:1}[data-scroll=opxl2]{transform:translateX(-20px);opacity:0}[data-scroll=opxl2].animIn{transition:transform .8s 0.2s,opacity .8s 0.2s;transform:translateX(0);opacity:1}[data-scroll=opt3]{transform:translateY(20px);opacity:0}[data-scroll=opt3].animIn{transition:transform .8s 0.3s,opacity .8s 0.3s;transform:translateY(0);opacity:1}[data-scroll=opx3]{transform:translateX(20px);opacity:0}[data-scroll=opx3].animIn{transition:transform .8s 0.3s,opacity .8s 0.3s;transform:translateX(0);opacity:1}[data-scroll=opxl3]{transform:translateX(-20px);opacity:0}[data-scroll=opxl3].animIn{transition:transform .8s 0.3s,opacity .8s 0.3s;transform:translateX(0);opacity:1}[data-scroll=opt4]{transform:translateY(20px);opacity:0}[data-scroll=opt4].animIn{transition:transform .8s 0.4s,opacity .8s 0.4s;transform:translateY(0);opacity:1}[data-scroll=opx4]{transform:translateX(20px);opacity:0}[data-scroll=opx4].animIn{transition:transform .8s 0.4s,opacity .8s 0.4s;transform:translateX(0);opacity:1}[data-scroll=opxl4]{transform:translateX(-20px);opacity:0}[data-scroll=opxl4].animIn{transition:transform .8s 0.4s,opacity .8s 0.4s;transform:translateX(0);opacity:1}[data-scroll=opt5]{transform:translateY(20px);opacity:0}[data-scroll=opt5].animIn{transition:transform .8s 0.5s,opacity .8s 0.5s;transform:translateY(0);opacity:1}[data-scroll=opx5]{transform:translateX(20px);opacity:0}[data-scroll=opx5].animIn{transition:transform .8s 0.5s,opacity .8s 0.5s;transform:translateX(0);opacity:1}[data-scroll=opxl5]{transform:translateX(-20px);opacity:0}[data-scroll=opxl5].animIn{transition:transform .8s 0.5s,opacity .8s 0.5s;transform:translateX(0);opacity:1}[data-scroll=opt6]{transform:translateY(20px);opacity:0}[data-scroll=opt6].animIn{transition:transform .8s 0.6s,opacity .8s 0.6s;transform:translateY(0);opacity:1}[data-scroll=opx6]{transform:translateX(20px);opacity:0}[data-scroll=opx6].animIn{transition:transform .8s 0.6s,opacity .8s 0.6s;transform:translateX(0);opacity:1}[data-scroll=opxl6]{transform:translateX(-20px);opacity:0}[data-scroll=opxl6].animIn{transition:transform .8s 0.6s,opacity .8s 0.6s;transform:translateX(0);opacity:1}[data-scroll=opt7]{transform:translateY(20px);opacity:0}[data-scroll=opt7].animIn{transition:transform .8s 0.7s,opacity .8s 0.7s;transform:translateY(0);opacity:1}[data-scroll=opx7]{transform:translateX(20px);opacity:0}[data-scroll=opx7].animIn{transition:transform .8s 0.7s,opacity .8s 0.7s;transform:translateX(0);opacity:1}[data-scroll=opxl7]{transform:translateX(-20px);opacity:0}[data-scroll=opxl7].animIn{transition:transform .8s 0.7s,opacity .8s 0.7s;transform:translateX(0);opacity:1}[data-scroll=opt8]{transform:translateY(20px);opacity:0}[data-scroll=opt8].animIn{transition:transform .8s 0.8s,opacity .8s 0.8s;transform:translateY(0);opacity:1}[data-scroll=opx8]{transform:translateX(20px);opacity:0}[data-scroll=opx8].animIn{transition:transform .8s 0.8s,opacity .8s 0.8s;transform:translateX(0);opacity:1}[data-scroll=opxl8]{transform:translateX(-20px);opacity:0}[data-scroll=opxl8].animIn{transition:transform .8s 0.8s,opacity .8s 0.8s;transform:translateX(0);opacity:1}[data-scroll=opt9]{transform:translateY(20px);opacity:0}[data-scroll=opt9].animIn{transition:transform .8s 0.9s,opacity .8s 0.9s;transform:translateY(0);opacity:1}[data-scroll=opx9]{transform:translateX(20px);opacity:0}[data-scroll=opx9].animIn{transition:transform .8s 0.9s,opacity .8s 0.9s;transform:translateX(0);opacity:1}[data-scroll=opxl9]{transform:translateX(-20px);opacity:0}[data-scroll=opxl9].animIn{transition:transform .8s 0.9s,opacity .8s 0.9s;transform:translateX(0);opacity:1}[data-scroll=opt10]{transform:translateY(20px);opacity:0}[data-scroll=opt10].animIn{transition:transform .8s 1s,opacity .8s 1s;transform:translateY(0);opacity:1}[data-scroll=opx10]{transform:translateX(20px);opacity:0}[data-scroll=opx10].animIn{transition:transform .8s 1s,opacity .8s 1s;transform:translateX(0);opacity:1}[data-scroll=opxl10]{transform:translateX(-20px);opacity:0}[data-scroll=opxl10].animIn{transition:transform .8s 1s,opacity .8s 1s;transform:translateX(0);opacity:1}[data-scroll=opt11]{transform:translateY(20px);opacity:0}[data-scroll=opt11].animIn{transition:transform .8s 1.1s,opacity .8s 1.1s;transform:translateY(0);opacity:1}[data-scroll=opx11]{transform:translateX(20px);opacity:0}[data-scroll=opx11].animIn{transition:transform .8s 1.1s,opacity .8s 1.1s;transform:translateX(0);opacity:1}[data-scroll=opxl11]{transform:translateX(-20px);opacity:0}[data-scroll=opxl11].animIn{transition:transform .8s 1.1s,opacity .8s 1.1s;transform:translateX(0);opacity:1}[data-scroll=opt12]{transform:translateY(20px);opacity:0}[data-scroll=opt12].animIn{transition:transform .8s 1.2s,opacity .8s 1.2s;transform:translateY(0);opacity:1}[data-scroll=opx12]{transform:translateX(20px);opacity:0}[data-scroll=opx12].animIn{transition:transform .8s 1.2s,opacity .8s 1.2s;transform:translateX(0);opacity:1}[data-scroll=opxl12]{transform:translateX(-20px);opacity:0}[data-scroll=opxl12].animIn{transition:transform .8s 1.2s,opacity .8s 1.2s;transform:translateX(0);opacity:1}[data-scroll=opt13]{transform:translateY(20px);opacity:0}[data-scroll=opt13].animIn{transition:transform .8s 1.3s,opacity .8s 1.3s;transform:translateY(0);opacity:1}[data-scroll=opx13]{transform:translateX(20px);opacity:0}[data-scroll=opx13].animIn{transition:transform .8s 1.3s,opacity .8s 1.3s;transform:translateX(0);opacity:1}[data-scroll=opxl13]{transform:translateX(-20px);opacity:0}[data-scroll=opxl13].animIn{transition:transform .8s 1.3s,opacity .8s 1.3s;transform:translateX(0);opacity:1}[data-scroll=opt14]{transform:translateY(20px);opacity:0}[data-scroll=opt14].animIn{transition:transform .8s 1.4s,opacity .8s 1.4s;transform:translateY(0);opacity:1}[data-scroll=opx14]{transform:translateX(20px);opacity:0}[data-scroll=opx14].animIn{transition:transform .8s 1.4s,opacity .8s 1.4s;transform:translateX(0);opacity:1}[data-scroll=opxl14]{transform:translateX(-20px);opacity:0}[data-scroll=opxl14].animIn{transition:transform .8s 1.4s,opacity .8s 1.4s;transform:translateX(0);opacity:1}[data-scroll=opt15]{transform:translateY(20px);opacity:0}[data-scroll=opt15].animIn{transition:transform .8s 1.5s,opacity .8s 1.5s;transform:translateY(0);opacity:1}[data-scroll=opx15]{transform:translateX(20px);opacity:0}[data-scroll=opx15].animIn{transition:transform .8s 1.5s,opacity .8s 1.5s;transform:translateX(0);opacity:1}[data-scroll=opxl15]{transform:translateX(-20px);opacity:0}[data-scroll=opxl15].animIn{transition:transform .8s 1.5s,opacity .8s 1.5s;transform:translateX(0);opacity:1}[data-scroll=opt16]{transform:translateY(20px);opacity:0}[data-scroll=opt16].animIn{transition:transform .8s 1.6s,opacity .8s 1.6s;transform:translateY(0);opacity:1}[data-scroll=opx16]{transform:translateX(20px);opacity:0}[data-scroll=opx16].animIn{transition:transform .8s 1.6s,opacity .8s 1.6s;transform:translateX(0);opacity:1}[data-scroll=opxl16]{transform:translateX(-20px);opacity:0}[data-scroll=opxl16].animIn{transition:transform .8s 1.6s,opacity .8s 1.6s;transform:translateX(0);opacity:1}[data-scroll=opt17]{transform:translateY(20px);opacity:0}[data-scroll=opt17].animIn{transition:transform .8s 1.7s,opacity .8s 1.7s;transform:translateY(0);opacity:1}[data-scroll=opx17]{transform:translateX(20px);opacity:0}[data-scroll=opx17].animIn{transition:transform .8s 1.7s,opacity .8s 1.7s;transform:translateX(0);opacity:1}[data-scroll=opxl17]{transform:translateX(-20px);opacity:0}[data-scroll=opxl17].animIn{transition:transform .8s 1.7s,opacity .8s 1.7s;transform:translateX(0);opacity:1}[data-scroll=opt18]{transform:translateY(20px);opacity:0}[data-scroll=opt18].animIn{transition:transform .8s 1.8s,opacity .8s 1.8s;transform:translateY(0);opacity:1}[data-scroll=opx18]{transform:translateX(20px);opacity:0}[data-scroll=opx18].animIn{transition:transform .8s 1.8s,opacity .8s 1.8s;transform:translateX(0);opacity:1}[data-scroll=opxl18]{transform:translateX(-20px);opacity:0}[data-scroll=opxl18].animIn{transition:transform .8s 1.8s,opacity .8s 1.8s;transform:translateX(0);opacity:1}[data-scroll=opt19]{transform:translateY(20px);opacity:0}[data-scroll=opt19].animIn{transition:transform .8s 1.9s,opacity .8s 1.9s;transform:translateY(0);opacity:1}[data-scroll=opx19]{transform:translateX(20px);opacity:0}[data-scroll=opx19].animIn{transition:transform .8s 1.9s,opacity .8s 1.9s;transform:translateX(0);opacity:1}[data-scroll=opxl19]{transform:translateX(-20px);opacity:0}[data-scroll=opxl19].animIn{transition:transform .8s 1.9s,opacity .8s 1.9s;transform:translateX(0);opacity:1}[data-scroll=opt20]{transform:translateY(20px);opacity:0}[data-scroll=opt20].animIn{transition:transform .8s 2s,opacity .8s 2s;transform:translateY(0);opacity:1}[data-scroll=opx20]{transform:translateX(20px);opacity:0}[data-scroll=opx20].animIn{transition:transform .8s 2s,opacity .8s 2s;transform:translateX(0);opacity:1}[data-scroll=opxl20]{transform:translateX(-20px);opacity:0}[data-scroll=opxl20].animIn{transition:transform .8s 2s,opacity .8s 2s;transform:translateX(0);opacity:1}[data-scroll=opt21]{transform:translateY(20px);opacity:0}[data-scroll=opt21].animIn{transition:transform .8s 2.1s,opacity .8s 2.1s;transform:translateY(0);opacity:1}[data-scroll=opx21]{transform:translateX(20px);opacity:0}[data-scroll=opx21].animIn{transition:transform .8s 2.1s,opacity .8s 2.1s;transform:translateX(0);opacity:1}[data-scroll=opxl21]{transform:translateX(-20px);opacity:0}[data-scroll=opxl21].animIn{transition:transform .8s 2.1s,opacity .8s 2.1s;transform:translateX(0);opacity:1}[data-scroll=opt22]{transform:translateY(20px);opacity:0}[data-scroll=opt22].animIn{transition:transform .8s 2.2s,opacity .8s 2.2s;transform:translateY(0);opacity:1}[data-scroll=opx22]{transform:translateX(20px);opacity:0}[data-scroll=opx22].animIn{transition:transform .8s 2.2s,opacity .8s 2.2s;transform:translateX(0);opacity:1}[data-scroll=opxl22]{transform:translateX(-20px);opacity:0}[data-scroll=opxl22].animIn{transition:transform .8s 2.2s,opacity .8s 2.2s;transform:translateX(0);opacity:1}[data-scroll=opt23]{transform:translateY(20px);opacity:0}[data-scroll=opt23].animIn{transition:transform .8s 2.3s,opacity .8s 2.3s;transform:translateY(0);opacity:1}[data-scroll=opx23]{transform:translateX(20px);opacity:0}[data-scroll=opx23].animIn{transition:transform .8s 2.3s,opacity .8s 2.3s;transform:translateX(0);opacity:1}[data-scroll=opxl23]{transform:translateX(-20px);opacity:0}[data-scroll=opxl23].animIn{transition:transform .8s 2.3s,opacity .8s 2.3s;transform:translateX(0);opacity:1}[data-scroll=opt24]{transform:translateY(20px);opacity:0}[data-scroll=opt24].animIn{transition:transform .8s 2.4s,opacity .8s 2.4s;transform:translateY(0);opacity:1}[data-scroll=opx24]{transform:translateX(20px);opacity:0}[data-scroll=opx24].animIn{transition:transform .8s 2.4s,opacity .8s 2.4s;transform:translateX(0);opacity:1}[data-scroll=opxl24]{transform:translateX(-20px);opacity:0}[data-scroll=opxl24].animIn{transition:transform .8s 2.4s,opacity .8s 2.4s;transform:translateX(0);opacity:1}[data-scroll=opt25]{transform:translateY(20px);opacity:0}[data-scroll=opt25].animIn{transition:transform .8s 2.5s,opacity .8s 2.5s;transform:translateY(0);opacity:1}[data-scroll=opx25]{transform:translateX(20px);opacity:0}[data-scroll=opx25].animIn{transition:transform .8s 2.5s,opacity .8s 2.5s;transform:translateX(0);opacity:1}[data-scroll=opxl25]{transform:translateX(-20px);opacity:0}[data-scroll=opxl25].animIn{transition:transform .8s 2.5s,opacity .8s 2.5s;transform:translateX(0);opacity:1}[data-scroll=opt26]{transform:translateY(20px);opacity:0}[data-scroll=opt26].animIn{transition:transform .8s 2.6s,opacity .8s 2.6s;transform:translateY(0);opacity:1}[data-scroll=opx26]{transform:translateX(20px);opacity:0}[data-scroll=opx26].animIn{transition:transform .8s 2.6s,opacity .8s 2.6s;transform:translateX(0);opacity:1}[data-scroll=opxl26]{transform:translateX(-20px);opacity:0}[data-scroll=opxl26].animIn{transition:transform .8s 2.6s,opacity .8s 2.6s;transform:translateX(0);opacity:1}[data-scroll=opt27]{transform:translateY(20px);opacity:0}[data-scroll=opt27].animIn{transition:transform .8s 2.7s,opacity .8s 2.7s;transform:translateY(0);opacity:1}[data-scroll=opx27]{transform:translateX(20px);opacity:0}[data-scroll=opx27].animIn{transition:transform .8s 2.7s,opacity .8s 2.7s;transform:translateX(0);opacity:1}[data-scroll=opxl27]{transform:translateX(-20px);opacity:0}[data-scroll=opxl27].animIn{transition:transform .8s 2.7s,opacity .8s 2.7s;transform:translateX(0);opacity:1}[data-scroll=opt28]{transform:translateY(20px);opacity:0}[data-scroll=opt28].animIn{transition:transform .8s 2.8s,opacity .8s 2.8s;transform:translateY(0);opacity:1}[data-scroll=opx28]{transform:translateX(20px);opacity:0}[data-scroll=opx28].animIn{transition:transform .8s 2.8s,opacity .8s 2.8s;transform:translateX(0);opacity:1}[data-scroll=opxl28]{transform:translateX(-20px);opacity:0}[data-scroll=opxl28].animIn{transition:transform .8s 2.8s,opacity .8s 2.8s;transform:translateX(0);opacity:1}[data-scroll=opt29]{transform:translateY(20px);opacity:0}[data-scroll=opt29].animIn{transition:transform .8s 2.9s,opacity .8s 2.9s;transform:translateY(0);opacity:1}[data-scroll=opx29]{transform:translateX(20px);opacity:0}[data-scroll=opx29].animIn{transition:transform .8s 2.9s,opacity .8s 2.9s;transform:translateX(0);opacity:1}[data-scroll=opxl29]{transform:translateX(-20px);opacity:0}[data-scroll=opxl29].animIn{transition:transform .8s 2.9s,opacity .8s 2.9s;transform:translateX(0);opacity:1}[data-scroll=opt30]{transform:translateY(20px);opacity:0}[data-scroll=opt30].animIn{transition:transform .8s 3s,opacity .8s 3s;transform:translateY(0);opacity:1}[data-scroll=opx30]{transform:translateX(20px);opacity:0}[data-scroll=opx30].animIn{transition:transform .8s 3s,opacity .8s 3s;transform:translateX(0);opacity:1}[data-scroll=opxl30]{transform:translateX(-20px);opacity:0}[data-scroll=opxl30].animIn{transition:transform .8s 3s,opacity .8s 3s;transform:translateX(0);opacity:1}[data-scroll=opt31]{transform:translateY(20px);opacity:0}[data-scroll=opt31].animIn{transition:transform .8s 3.1s,opacity .8s 3.1s;transform:translateY(0);opacity:1}[data-scroll=opx31]{transform:translateX(20px);opacity:0}[data-scroll=opx31].animIn{transition:transform .8s 3.1s,opacity .8s 3.1s;transform:translateX(0);opacity:1}[data-scroll=opxl31]{transform:translateX(-20px);opacity:0}[data-scroll=opxl31].animIn{transition:transform .8s 3.1s,opacity .8s 3.1s;transform:translateX(0);opacity:1}[data-scroll=opt32]{transform:translateY(20px);opacity:0}[data-scroll=opt32].animIn{transition:transform .8s 3.2s,opacity .8s 3.2s;transform:translateY(0);opacity:1}[data-scroll=opx32]{transform:translateX(20px);opacity:0}[data-scroll=opx32].animIn{transition:transform .8s 3.2s,opacity .8s 3.2s;transform:translateX(0);opacity:1}[data-scroll=opxl32]{transform:translateX(-20px);opacity:0}[data-scroll=opxl32].animIn{transition:transform .8s 3.2s,opacity .8s 3.2s;transform:translateX(0);opacity:1}[data-scroll=opt33]{transform:translateY(20px);opacity:0}[data-scroll=opt33].animIn{transition:transform .8s 3.3s,opacity .8s 3.3s;transform:translateY(0);opacity:1}[data-scroll=opx33]{transform:translateX(20px);opacity:0}[data-scroll=opx33].animIn{transition:transform .8s 3.3s,opacity .8s 3.3s;transform:translateX(0);opacity:1}[data-scroll=opxl33]{transform:translateX(-20px);opacity:0}[data-scroll=opxl33].animIn{transition:transform .8s 3.3s,opacity .8s 3.3s;transform:translateX(0);opacity:1}[data-scroll=opt34]{transform:translateY(20px);opacity:0}[data-scroll=opt34].animIn{transition:transform .8s 3.4s,opacity .8s 3.4s;transform:translateY(0);opacity:1}[data-scroll=opx34]{transform:translateX(20px);opacity:0}[data-scroll=opx34].animIn{transition:transform .8s 3.4s,opacity .8s 3.4s;transform:translateX(0);opacity:1}[data-scroll=opxl34]{transform:translateX(-20px);opacity:0}[data-scroll=opxl34].animIn{transition:transform .8s 3.4s,opacity .8s 3.4s;transform:translateX(0);opacity:1}[data-scroll=opt35]{transform:translateY(20px);opacity:0}[data-scroll=opt35].animIn{transition:transform .8s 3.5s,opacity .8s 3.5s;transform:translateY(0);opacity:1}[data-scroll=opx35]{transform:translateX(20px);opacity:0}[data-scroll=opx35].animIn{transition:transform .8s 3.5s,opacity .8s 3.5s;transform:translateX(0);opacity:1}[data-scroll=opxl35]{transform:translateX(-20px);opacity:0}[data-scroll=opxl35].animIn{transition:transform .8s 3.5s,opacity .8s 3.5s;transform:translateX(0);opacity:1}[data-scroll=opt36]{transform:translateY(20px);opacity:0}[data-scroll=opt36].animIn{transition:transform .8s 3.6s,opacity .8s 3.6s;transform:translateY(0);opacity:1}[data-scroll=opx36]{transform:translateX(20px);opacity:0}[data-scroll=opx36].animIn{transition:transform .8s 3.6s,opacity .8s 3.6s;transform:translateX(0);opacity:1}[data-scroll=opxl36]{transform:translateX(-20px);opacity:0}[data-scroll=opxl36].animIn{transition:transform .8s 3.6s,opacity .8s 3.6s;transform:translateX(0);opacity:1}[data-scroll=opt37]{transform:translateY(20px);opacity:0}[data-scroll=opt37].animIn{transition:transform .8s 3.7s,opacity .8s 3.7s;transform:translateY(0);opacity:1}[data-scroll=opx37]{transform:translateX(20px);opacity:0}[data-scroll=opx37].animIn{transition:transform .8s 3.7s,opacity .8s 3.7s;transform:translateX(0);opacity:1}[data-scroll=opxl37]{transform:translateX(-20px);opacity:0}[data-scroll=opxl37].animIn{transition:transform .8s 3.7s,opacity .8s 3.7s;transform:translateX(0);opacity:1}[data-scroll=opt38]{transform:translateY(20px);opacity:0}[data-scroll=opt38].animIn{transition:transform .8s 3.8s,opacity .8s 3.8s;transform:translateY(0);opacity:1}[data-scroll=opx38]{transform:translateX(20px);opacity:0}[data-scroll=opx38].animIn{transition:transform .8s 3.8s,opacity .8s 3.8s;transform:translateX(0);opacity:1}[data-scroll=opxl38]{transform:translateX(-20px);opacity:0}[data-scroll=opxl38].animIn{transition:transform .8s 3.8s,opacity .8s 3.8s;transform:translateX(0);opacity:1}[data-scroll=opt39]{transform:translateY(20px);opacity:0}[data-scroll=opt39].animIn{transition:transform .8s 3.9s,opacity .8s 3.9s;transform:translateY(0);opacity:1}[data-scroll=opx39]{transform:translateX(20px);opacity:0}[data-scroll=opx39].animIn{transition:transform .8s 3.9s,opacity .8s 3.9s;transform:translateX(0);opacity:1}[data-scroll=opxl39]{transform:translateX(-20px);opacity:0}[data-scroll=opxl39].animIn{transition:transform .8s 3.9s,opacity .8s 3.9s;transform:translateX(0);opacity:1}[data-scroll=opt40]{transform:translateY(20px);opacity:0}[data-scroll=opt40].animIn{transition:transform .8s 4s,opacity .8s 4s;transform:translateY(0);opacity:1}[data-scroll=opx40]{transform:translateX(20px);opacity:0}[data-scroll=opx40].animIn{transition:transform .8s 4s,opacity .8s 4s;transform:translateX(0);opacity:1}[data-scroll=opxl40]{transform:translateX(-20px);opacity:0}[data-scroll=opxl40].animIn{transition:transform .8s 4s,opacity .8s 4s;transform:translateX(0);opacity:1}[data-scroll=opt41]{transform:translateY(20px);opacity:0}[data-scroll=opt41].animIn{transition:transform .8s 4.1s,opacity .8s 4.1s;transform:translateY(0);opacity:1}[data-scroll=opx41]{transform:translateX(20px);opacity:0}[data-scroll=opx41].animIn{transition:transform .8s 4.1s,opacity .8s 4.1s;transform:translateX(0);opacity:1}[data-scroll=opxl41]{transform:translateX(-20px);opacity:0}[data-scroll=opxl41].animIn{transition:transform .8s 4.1s,opacity .8s 4.1s;transform:translateX(0);opacity:1}[data-scroll=opt42]{transform:translateY(20px);opacity:0}[data-scroll=opt42].animIn{transition:transform .8s 4.2s,opacity .8s 4.2s;transform:translateY(0);opacity:1}[data-scroll=opx42]{transform:translateX(20px);opacity:0}[data-scroll=opx42].animIn{transition:transform .8s 4.2s,opacity .8s 4.2s;transform:translateX(0);opacity:1}[data-scroll=opxl42]{transform:translateX(-20px);opacity:0}[data-scroll=opxl42].animIn{transition:transform .8s 4.2s,opacity .8s 4.2s;transform:translateX(0);opacity:1}[data-scroll=opt43]{transform:translateY(20px);opacity:0}[data-scroll=opt43].animIn{transition:transform .8s 4.3s,opacity .8s 4.3s;transform:translateY(0);opacity:1}[data-scroll=opx43]{transform:translateX(20px);opacity:0}[data-scroll=opx43].animIn{transition:transform .8s 4.3s,opacity .8s 4.3s;transform:translateX(0);opacity:1}[data-scroll=opxl43]{transform:translateX(-20px);opacity:0}[data-scroll=opxl43].animIn{transition:transform .8s 4.3s,opacity .8s 4.3s;transform:translateX(0);opacity:1}[data-scroll=opt44]{transform:translateY(20px);opacity:0}[data-scroll=opt44].animIn{transition:transform .8s 4.4s,opacity .8s 4.4s;transform:translateY(0);opacity:1}[data-scroll=opx44]{transform:translateX(20px);opacity:0}[data-scroll=opx44].animIn{transition:transform .8s 4.4s,opacity .8s 4.4s;transform:translateX(0);opacity:1}[data-scroll=opxl44]{transform:translateX(-20px);opacity:0}[data-scroll=opxl44].animIn{transition:transform .8s 4.4s,opacity .8s 4.4s;transform:translateX(0);opacity:1}[data-scroll=opt45]{transform:translateY(20px);opacity:0}[data-scroll=opt45].animIn{transition:transform .8s 4.5s,opacity .8s 4.5s;transform:translateY(0);opacity:1}[data-scroll=opx45]{transform:translateX(20px);opacity:0}[data-scroll=opx45].animIn{transition:transform .8s 4.5s,opacity .8s 4.5s;transform:translateX(0);opacity:1}[data-scroll=opxl45]{transform:translateX(-20px);opacity:0}[data-scroll=opxl45].animIn{transition:transform .8s 4.5s,opacity .8s 4.5s;transform:translateX(0);opacity:1}[data-scroll=opt46]{transform:translateY(20px);opacity:0}[data-scroll=opt46].animIn{transition:transform .8s 4.6s,opacity .8s 4.6s;transform:translateY(0);opacity:1}[data-scroll=opx46]{transform:translateX(20px);opacity:0}[data-scroll=opx46].animIn{transition:transform .8s 4.6s,opacity .8s 4.6s;transform:translateX(0);opacity:1}[data-scroll=opxl46]{transform:translateX(-20px);opacity:0}[data-scroll=opxl46].animIn{transition:transform .8s 4.6s,opacity .8s 4.6s;transform:translateX(0);opacity:1}[data-scroll=opt47]{transform:translateY(20px);opacity:0}[data-scroll=opt47].animIn{transition:transform .8s 4.7s,opacity .8s 4.7s;transform:translateY(0);opacity:1}[data-scroll=opx47]{transform:translateX(20px);opacity:0}[data-scroll=opx47].animIn{transition:transform .8s 4.7s,opacity .8s 4.7s;transform:translateX(0);opacity:1}[data-scroll=opxl47]{transform:translateX(-20px);opacity:0}[data-scroll=opxl47].animIn{transition:transform .8s 4.7s,opacity .8s 4.7s;transform:translateX(0);opacity:1}[data-scroll=opt48]{transform:translateY(20px);opacity:0}[data-scroll=opt48].animIn{transition:transform .8s 4.8s,opacity .8s 4.8s;transform:translateY(0);opacity:1}[data-scroll=opx48]{transform:translateX(20px);opacity:0}[data-scroll=opx48].animIn{transition:transform .8s 4.8s,opacity .8s 4.8s;transform:translateX(0);opacity:1}[data-scroll=opxl48]{transform:translateX(-20px);opacity:0}[data-scroll=opxl48].animIn{transition:transform .8s 4.8s,opacity .8s 4.8s;transform:translateX(0);opacity:1}[data-scroll=opt49]{transform:translateY(20px);opacity:0}[data-scroll=opt49].animIn{transition:transform .8s 4.9s,opacity .8s 4.9s;transform:translateY(0);opacity:1}[data-scroll=opx49]{transform:translateX(20px);opacity:0}[data-scroll=opx49].animIn{transition:transform .8s 4.9s,opacity .8s 4.9s;transform:translateX(0);opacity:1}[data-scroll=opxl49]{transform:translateX(-20px);opacity:0}[data-scroll=opxl49].animIn{transition:transform .8s 4.9s,opacity .8s 4.9s;transform:translateX(0);opacity:1}[data-scroll=opt50]{transform:translateY(20px);opacity:0}[data-scroll=opt50].animIn{transition:transform .8s 5s,opacity .8s 5s;transform:translateY(0);opacity:1}[data-scroll=opx50]{transform:translateX(20px);opacity:0}[data-scroll=opx50].animIn{transition:transform .8s 5s,opacity .8s 5s;transform:translateX(0);opacity:1}[data-scroll=opxl50]{transform:translateX(-20px);opacity:0}[data-scroll=opxl50].animIn{transition:transform .8s 5s,opacity .8s 5s;transform:translateX(0);opacity:1}[data-scroll=opt]{transform:translateY(20px);opacity:0}[data-scroll=opt].animIn{transition:transform .8s,opacity .8s;transform:translateY(0);opacity:1}[data-scroll=opx-l]{transform:translateX(-20px);opacity:0}[data-scroll=opx-l].animIn{transition:transform .8s,opacity .8s;transform:translateX(0);opacity:1}[data-scroll=opx-r]{transform:translateX(20px);opacity:0}[data-scroll=opx-r].animIn{transition:transform .8s,opacity .8s;transform:translateX(0);opacity:1}[data-scroll=op]{opacity:0}[data-scroll=op].animIn{transition:opacity 1.5s .5s;opacity:1}.flex_none{flex:none !important}.squareImage{aspect-ratio:1/1}.squareImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:.5em}.icoContainer{align-self:flex-start}.btnCart{font-size:1.5em}.btnHm{width:2.6em;aspect-ratio:1/1;cursor:pointer;box-sizing:border-box}.btnHm_inner{position:relative}.btnHm .bar{position:absolute;height:1px;width:100%;background-color:#fff;top:0;left:0;right:0;bottom:0;margin:auto;animation-fill-mode:forwards;animation-duration:.75s}.btnHm .bar:nth-child(1){transform:translateY(-8px)}.btnHm .bar:nth-child(2){transition:opacity .75s}.btnHm .bar:nth-child(3){transform:translateY(8px)}.ign{pointer-events:none;opacity:.5}.ign::before{content:"※";display:inline-block;font-size:.857em;margin-right:.3em}.spinner{margin:-1.5rem 0 0 -1.5rem;font-size:5px;position:fixed;z-index:2000;top:50%;left:50%;text-indent:-9999em;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid hsla(0,0%,100%,.4);transform:translateZ(0);animation:load8 1.1s infinite linear}.spinner,.spinner:after{border-radius:50%;width:3rem;height:3rem}.spinner2{margin:-1.5rem 0 0 -1.5rem;font-size:5px;position:fixed;z-index:2000;top:50%;left:50%;text-indent:-9999em;border-top:2px solid #000;border-right:2px solid #000;border-bottom:2px solid #000;border-left:2px solid rgba(0,0,0,.4);transform:translateZ(0);animation:load8 1.1s infinite linear}.spinner2,.spinner2:after{border-radius:50%;width:3rem;height:3rem}@keyframes load8{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}:root,:host{--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light: normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:root),svg.svg-inline--fa:not(:host){overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display, inline-block);height:1em;overflow:visible;vertical-align:-0.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0em}.svg-inline--fa.fa-sm{vertical-align:-0.07143em}.svg-inline--fa.fa-lg{vertical-align:-0.2em}.svg-inline--fa.fa-xl{vertical-align:-0.25em}.svg-inline--fa.fa-2xl{vertical-align:-0.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin, 0.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin, 0.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width, 2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width, 1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-0.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%, -50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color, #ff253a);border-radius:var(--fa-counter-border-radius, 1em);box-sizing:border-box;color:var(--fa-inverse, #fff);line-height:var(--fa-counter-line-height, 1);max-width:var(--fa-counter-max-width, 5em);min-width:var(--fa-counter-min-width, 1.5em);overflow:hidden;padding:var(--fa-counter-padding, 0.25em 0.5em);right:var(--fa-right, 0);text-overflow:ellipsis;top:var(--fa-top, 0);transform:scale(var(--fa-counter-scale, 0.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom, 0);right:var(--fa-right, 0);top:auto;transform:scale(var(--fa-layers-scale, 0.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom, 0);left:var(--fa-left, 0);right:auto;top:auto;transform:scale(var(--fa-layers-scale, 0.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top, 0);right:var(--fa-right, 0);transform:scale(var(--fa-layers-scale, 0.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left, 0);right:auto;top:var(--fa-top, 0);transform:scale(var(--fa-layers-scale, 0.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-0.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index, auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse, #fff)}.sr-only,.fa-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}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color, currentColor);opacity:var(--fa-primary-opacity, 1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color, currentColor);opacity:var(--fa-secondary-opacity, 0.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity, 0.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity, 1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}#result{width:100%}img{max-width:100%;height:auto}html{font-family:var(--wp--preset--font-family--tp-gothic);--hh: 90px}@media screen and (min-width: 641px){html{--hh: 112px}}@media screen and (min-width: 783px){html{--hh: 140px}}html{color:#000;word-break:break-all;position:relative}html.wp_site:after{content:"";position:fixed;z-index:-2;top:0;left:0;width:100%;height:100vh;background:#1b97d1;background:linear-gradient(180deg, rgb(27, 151, 209) 0%, rgb(33, 95, 128) 100%)}html.wp_site.global:after{content:"";position:fixed;z-index:-2;top:0;left:0;width:100%;height:100vh;background:#1e6673;background:linear-gradient(180deg, rgb(30, 102, 115) 0%, rgb(32, 85, 95) 100%)}html.wp_site.recruit::after{background-color:#fbfaf6;background-image:linear-gradient(to right, rgba(0, 0, 0, 0.06) 1px, transparent 1px),linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 1px, transparent 1px);background-size:20px 20px,20px 20px;background-position:0 0,0 0}@media screen and (max-width: 781px){html.wp_site.recruit::after{background-size:10px 10px,10px 10px}}body{line-height:1.6}.language-switcher{position:relative}.language-switcher select{all:unset;display:block;width:100%;box-sizing:border-box}.lang{display:none}.lang-switcher{display:flex;gap:.5em;font-size:12px}.lang-switcher li a{text-decoration:none;position:relative}.lang-switcher li.is-current a::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background:currentColor}#page{opacity:0;transition:opacity .7s;padding-top:calc(var(--hh) + 2%)}#page.on{opacity:1}input[type=search]{border:none;min-width:auto;padding:0;background-color:rgba(0,0,0,0)}input[type=search]:focus,input[type=search]:focus-visible{outline:none;border:none;box-shadow:none}:where(a){color:inherit;text-decoration:none}.underline{text-underline-offset:.3em;text-decoration-thickness:.5px !important}.is-style-reset_list{list-style:none;margin:0;padding:0}.is-style-i-block{display:inline-block}:where(h1,h2,h3,h4,h5,h6,p,li,dt,dd){text-wrap:wrap}.is-layout-flow>*+h1,.is-layout-flow>*+h2,.is-layout-flow>*+h3,.is-layout-flow>*+h4,.is-layout-flow>*+h5,.is-layout-flow>*+h6{margin-top:3rem}.entry-content>*:not(.alignwide):not(.alignfull){max-width:var(--wp--style--global--content-size)}.entry-content>*.alignwide{max-width:var(--wp--style--global--wide-size)}.entry-content>*:not(.alignfull){margin-right:auto;margin-left:auto}.entry-content>*.alignfull{margin-left:calc(var(--wp--custom--gutter)*-1);margin-right:calc(var(--wp--custom--gutter)*-1)}.wpbasis{flex-basis:440px !important;flex-grow:0 !important}.bg_l:before{content:"";position:absolute;top:0;left:0;height:65%;width:65%;background-color:var(--wp--preset--color--primary);z-index:-1}.bg_l_b{position:absolute;top:0;left:0;height:75%;width:65%;background-color:var(--wp--preset--color--primary);z-index:-1}.bg_r:before{content:"";position:absolute;bottom:0;right:0;height:150%;width:180%;background-color:var(--wp--preset--color--primary);z-index:-1}.cover{overflow:hidden;width:100%}.object_cover{height:100%}.object_cover img{-o-object-fit:cover;object-fit:cover;height:100% !important;width:100% !important}input:-webkit-autofill{box-shadow:0 0 0 1000px #f9f8f7 inset !important;-webkit-box-shadow:0 0 0 1000px #f9f8f7 inset !important;-webkit-text-fill-color:#000 !important;color:#000 !important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{box-shadow:0 0 0 1000px #f9f8f7 inset !important;-webkit-box-shadow:0 0 0 1000px #f9f8f7 inset !important;background-color:#f9f8f7 !important;-webkit-text-fill-color:#000 !important;color:#000 !important}.wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper iframe{width:100%;height:auto;aspect-ratio:16/9}:root{--ff-el: "A+mfCv-TPゴシック EL StdN", "Noto Sans JP", sans-serif;--ff-l: "A+mfCv-TPゴシック L StdN", "Noto Sans JP", sans-serif;--ff-r: "A+mfCv-TPゴシック R StdN", "Noto Sans JP", sans-serif;--ff-m: "A+mfCv-TPゴシック M StdN", "Noto Sans JP", sans-serif;--ff-b: "A+mfCv-TPゴシック B StdN", "Noto Sans JP", sans-serif;--ff-base: "A+mfCv-TPゴシック R StdN", "Noto Sans JP", sans-serif;--ff-heading: "A+mfCv-TPゴシック R StdN", "Noto Sans JP", sans-serif;--ff-strong: "A+mfCv-TPゴシック R StdN", "Noto Sans JP", sans-serif;--ff-light: "A+mfCv-TPゴシック L StdN", "Noto Sans JP", sans-serif}b,strong,th{font-family:var(--ff-strong)}h1,h2,h3,h4,h5,h6{font-family:var(--ff-heading)}.font-thin,.font-extralight,.font-light{font-family:var(--ff-light)}.font-normal{font-family:var(--ff-r)}.font-medium{font-family:var(--ff-r)}.font-semibold,.font-bold,.font-extrabold,.font-black{font-family:var(--ff-r)}.fw_el{font-family:var(--ff-el)}.fw_l{font-family:var(--ff-l)}.fw_r{font-family:var(--ff-r)}.fw_m{font-family:var(--ff-m)}.fw_b{font-family:var(--ff-b)}a{transition:opacity .3s ease}a:hover:not(.pageListContainer .swiper-slide>a):not(.serviceList-item__img a):not(.interviewList__link){opacity:.7}.btnBack{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:none}.btnBack .inner{display:block;background-color:rgba(0,0,0,.5);height:100%;opacity:0;transition:opacity .2s}.page_navi{margin-top:3em}.page_navi .wp-pagenavi{display:flex;justify-content:center}.page_navi .wp-pagenavi .current{text-decoration-color:rgba(0,0,0,0)}.page_navi .wp-pagenavi span,.page_navi .wp-pagenavi a{display:block;padding:.5em;border:none;font-weight:300;text-decoration:underline;text-underline-offset:.3em;text-decoration-thickness:1px}.site-header{position:fixed;top:0;z-index:1000;width:100%}.site-header__ttlContainer{z-index:4;transition:padding .4s}.site-header__ttlContainer::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--wp--preset--color--tertiary);opacity:1;z-index:-1}.site-header__ttlContainer-ttl{display:block;width:clamp(200px,72%,680px);position:relative;transition:width .5s}.site-header__ttlContainer-ttl .site-header__logos{gap:11px;transition:gap .4s}.site-header__ttlContainer-ttl .ttl{min-width:0}.site-header__ttlContainer-ttl .ttl a{display:inline-block}.site-header__ttlContainer-ttl .ttl img{width:auto;height:auto;max-width:clamp(175px,37vw,370px);transition:max-width .4s}@media screen and (max-width: 781px){.site-header__ttlContainer-ttl .ttl img{max-width:min(200px,clamp(160px,37vw,370px))}}.site-header__ttlContainer-ttl .ttl_kre{margin-top:11px;transition:opacity .4s,max-height .4s,margin-top .4s}.site-header__ttlContainer-ttl .ttl_kre a{display:inline-block}.site-header__ttlContainer-ttl .ttl_kre img{height:21px;width:auto;max-width:100%;transition:height .4s}@media screen and (min-width: 782px){.site-header__ttlContainer-ttl .ttl_kre{margin-top:16px}}@media screen and (max-width: 781px){.site-header__ttlContainer-ttl .ttl_kre{opacity:0;max-height:0;margin-top:0;overflow:hidden;pointer-events:none}}@media screen and (min-width: 782px){.site-header__ttlContainer-ttl .site-header__logos{gap:16px}.site-header__ttlContainer-ttl .ttl_kre img{height:30px}}.site-header.on~.gnavContainer{color:#000;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s ease-out,visibility 0s}.site-header.on~.btnBack{display:block;height:100vh}.site-header.on~.btnBack .inner{opacity:1;transition:opacity .3s .5s}@media screen and (min-width: 782px){.site-header.scOn .site-header__ttlContainer{padding-top:6px;padding-bottom:6px}.site-header.scOn .site-header__ttlContainer-ttl .site-header__logos{gap:0}.site-header.scOn .site-header__ttlContainer-ttl .ttl img{max-width:min(200px,clamp(160px,37vw,370px))}.site-header.scOn .site-header__ttlContainer-ttl .ttl_kre{opacity:0;max-height:0;margin-top:0;overflow:hidden;pointer-events:none}}@media screen and (min-width: 782px)and (min-width: 782px){.site-header.scOn .site-header__ttlContainer{padding-top:10px;padding-bottom:10px}.site-header.scOn .site-header__ttlContainer-ttl .ttl img{max-width:min(280px,100%)}}.site-main{margin:0;overflow:hidden}.site-main::after{content:"";display:block;position:absolute;top:0;left:0;z-index:-1;width:100%;height:calc(100% - 50vw);aspect-ratio:1/.235;background:url(../../assets/images/img_bk_lines1_2.png) repeat-y center top;background-size:650vw auto;margin-top:50%;opacity:.5}@media screen and (min-width: 782px){.site-main::after{background-size:530vw auto;margin-top:250px;height:calc(100% - 250px)}}@media screen and (min-width: 1500px){.site-main::after{background-size:8000px auto}}.site-footer{color:#fff;padding-top:var(--wp--preset--spacing--40);padding-bottom:2em}.site-footer__inner{padding-left:0;padding-right:0}.site-footer__copy{padding-right:var(--wp--style--root--padding-right, 32px);padding-left:var(--wp--style--root--padding-left, 32px)}@media screen and (max-width: 781px){.site-footer__nav>div{padding-left:0;padding-right:0}}body:not(.recruit) .site-footer__nav .wp-block-image img{filter:brightness(0) invert(1)}.site-footer__nav .flex>*{flex:1 1 0;min-width:0}.site-footer .site-footer__links{border-left:1px solid #fff}@media screen and (min-width: 782px){.site-footer .site-footer__links a{white-space:nowrap}}.site-footer .site-footer__links li+li{margin-top:.5em}.site-footer .sec__header .txt{margin-top:var(--wp--preset--spacing--20)}.site-footer .txtContainer{flex:none !important;align-self:auto !important;display:flex;flex-direction:column}.site-footer .txtContainer__inner{padding:1.5em;flex:1}.site-footer .companyList{font-size:.875em;margin-top:var(--wp--preset--spacing--20)}.site-footer .companyList-item dt{min-width:4em;display:flex}.site-footer .companyList-item dt:after{content:":";display:block;padding:0 .3em}.site-footer a{color:#fff}.site-footer__inner{padding-left:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40)}.site-footer__logo{margin:0}.site-footer__logo img{width:200px;height:auto}@media screen and (min-width: 782px){.site-footer__logo img{width:270px}}.site-footer__side{gap:1.4em}.site-footer__sns{display:flex;gap:1em}.site-footer__sns-link{display:inline-flex;width:1.6em;height:1.6em}.site-footer__links-item+.site-footer__links-item{margin-top:.6em}.site-footer__links-link{text-decoration:underline}.site-footer__recruit{display:inline-flex;align-items:center;color:#fff;padding:.6em 1.4em .6em 0;border-radius:.3em;white-space:nowrap}.site-footer__copy{text-align:right;font-size:.75em;margin-top:1.5em}.gnavContainer{z-index:1003;opacity:0;visibility:hidden;pointer-events:none;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);transition:opacity .2s ease-in,visibility 0s .2s;background-color:#fff;max-height:100dvh;overflow-y:auto;overscroll-behavior:contain;justify-content:center;justify-content:safe center}.gnavContainer .gnav{width:100%}.gnavContainer .list>li+li{margin-top:1em}.gnavContainer .btnClose{position:absolute;top:.5rem;right:.75rem;z-index:1;width:2.6em;aspect-ratio:1/1;cursor:pointer;box-sizing:border-box}@media screen and (min-width: 782px){.gnavContainer .btnClose{top:.75rem;right:1rem}}.gnavContainer .btnClose__inner{position:relative;width:100%;height:100%}.gnavContainer .btnClose .bar{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:1px;background-color:#000}.gnavContainer .btnClose .bar:nth-child(1){transform:rotate(45deg)}.gnavContainer .btnClose .bar:nth-child(2){transform:rotate(-45deg)}.gnavContainer .wp-block-group>p>a{color:#1e1e1e;text-decoration:none}.gnavContainer .wp-block-image{max-width:200px}@media screen and (min-width: 782px){.gnavContainer .wp-block-image{max-width:260px}}@media screen and (max-width: 781px){.gnavContainer>div{padding-left:0;padding-right:0}}.gnavContainer .flex>*{flex:1 1 0;min-width:0}.gnavContainer .site-footer__links{border-left:1px solid #898787}.gnavContainer .site-footer__links li+li{margin-top:.5em}.gnavContainer .site-footer__links a{color:#183770;text-decoration:underline;text-underline-offset:.25em}.gnavContainer .site-footer__links a:hover{text-decoration:none}.recruitBadge,.corpTopBtn{display:inline-block;background-color:#4897d4;color:#fff;font-size:1.25em;line-height:1.4;clip-path:polygon(0 0, calc(100% - 1.2em) 0, 100% 50%, calc(100% - 1.2em) 100%, 0 100%);padding:.35em 2.4em .35em 1.2em}.recruitBadge a,.corpTopBtn a{display:block;margin:-0.35em -2.4em -0.35em -1.2em;padding:.35em 2.4em .35em 1.2em;color:#fff;text-decoration:none}.corpTopBtn{background-color:#0b3774;font-size:1em}.corpTopBtn a{color:#fff}.footerBrandRow{display:flex;align-items:center;gap:clamp(12px,2vw,28px);flex-wrap:wrap}.footerBrandRow>figure{margin:0}.footerBrandRow .recruitBadge{margin:0}.footerBadge{background-color:#e3ecf3;font-size:1em}.footerBadge a{color:#4897d4}.site-footer__corpTop{margin-top:1.6em}body.recruit .site-footer .corpTopBtn a,.site-footer .corpTopBtn a,body.recruit .gnavContainer .corpTopBtn a,.gnavContainer .corpTopBtn a{color:#fff}body.recruit .site-header__ttlContainer-ttl{width:clamp(240px,62%,500px);display:grid;grid-template-columns:minmax(0, auto) auto;-moz-column-gap:clamp(12px,2.4vw,30px);column-gap:clamp(12px,2.4vw,30px);justify-content:start;align-items:start}body.recruit .site-header__ttlContainer-ttl .site-header__logos{grid-column:1;grid-row:1}body.recruit .site-header__ttlContainer-ttl .ttl_kre{grid-column:2;grid-row:1;margin-top:0;align-self:end}body.recruit .site-header__ttlContainer-ttl .ttl_kre img{height:clamp(26px,5.6vw,44px)}body.recruit .site-header__ttlContainer-ttl .site-header__tagline{grid-column:1;grid-row:2}body.recruit .site-header__ttlContainer-ttl .site-header__badge{grid-column:1;grid-row:3;justify-self:start}body.recruit .site-header__ttlContainer{flex-wrap:wrap}body.recruit .site-header__badgeRow{flex:0 0 100%;display:flex;align-items:center;flex-wrap:nowrap;margin-top:.6em}@media screen and (max-width: 781px){body.recruit .site-header__badgeRow{margin-top:.2em}}body.recruit .icoContainer{flex-shrink:0;position:absolute;top:12px;right:16px}@media screen and (min-width: 640px){body.recruit .icoContainer{top:24px;right:32px}}body.recruit .lang-switcher{white-space:nowrap}body.recruit .site-header__tagline{margin-top:.5em;max-width:100%;overflow:hidden;transition:opacity .4s,max-height .4s,margin-top .4s}body.recruit .site-header__tagline img{display:block;width:auto;height:auto;max-width:min(clamp(175px,47vw,370px),100%)}body.recruit .site-header__badge,body.recruit .site-header__corpTop{font-size:clamp(11px,1.4vw,15px);transition:font-size .4s}body.recruit .site-header__corpTop,body.recruit .site-header__corpTop a{white-space:nowrap}@media screen and (min-width: 782px){body.recruit .site-header.scOn .site-header__tagline{opacity:0;max-height:0;margin-top:0;overflow:hidden;pointer-events:none}body.recruit .site-header.scOn .site-header__badge,body.recruit .site-header.scOn .site-header__corpTop{font-size:min(13px,clamp(11px,1.4vw,15px))}body.recruit .site-header__ttlContainer-ttl .site-header__logos{gap:26px}}@media screen and (max-width: 781px){body.recruit .site-header__ttlContainer-ttl .ttl_kre{opacity:0;max-height:0;margin-top:0;overflow:hidden;pointer-events:none}body.recruit .site-header__tagline{opacity:0;max-height:0;margin-top:0;pointer-events:none}body.recruit .site-header__ttlContainer{padding-top:12px;padding-bottom:12px}body.recruit .site-header__badge,body.recruit .site-header__corpTop{font-size:9px}}body.recruit{--recruitBarW: 16px;--hh: 85px;--recruitBarGap: 1em}@media screen and (min-width: 782px){body.recruit{--recruitBarW: 22px;--hh: 180px;--recruitBarGap: .5em}}body.recruit #page.site{margin-left:var(--recruitBarW)}body.recruit .site-header{width:calc(100% - var(--recruitBarW))}body.recruit .entry-content>*.alignfull{margin-left:0}.recruitBar{position:fixed;top:0;left:0;bottom:0;z-index:1001;width:var(--recruitBarW);background-color:#4897d4;display:flex;justify-content:center;pointer-events:none}.recruitBar__txt{writing-mode:vertical-rl;color:#fff;font-size:.5rem;letter-spacing:.18em;white-space:nowrap;padding-top:1.2em}@media screen and (min-width: 782px){.recruitBar__txt{font-size:.625rem}}body.recruit .site-footer{color:#1e1e1e}body.recruit .site-footer a{color:#183770}body.recruit .site-footer .site-footer__links{border-left-color:#898787}body.recruit .site-footer .site-footer__links a{text-decoration:underline;text-underline-offset:.25em}body.recruit .site-footer .site-footer__links a:hover{text-decoration:none}body.recruit .site-footer .site-footer__copy{color:#183770}.btn_arrow_def.site-footer__recruit{--bg: #e2eaf1;--gridLine: rgba(35, 145, 208, .16);display:inline-block;padding-block:0;background-color:var(--bg);background-image:linear-gradient(to right, var(--gridLine) 1px, transparent 1px),linear-gradient(to bottom, var(--gridLine) 1px, transparent 1px);background-size:10px 10px,10px 10px;background-position:0 0,0 0;clip-path:polygon(0 0, calc(100% - 0.9em) 0, 100% 50%, calc(100% - 0.9em) 100%, 0 100%);filter:drop-shadow(0 2px 3px rgba(0, 0, 0, 0.12))}.btn_arrow_def.site-footer__recruit .btn_arrow_def__inner{background:none;border-radius:0;padding:.5em 1.4em .5em 1.2em;color:#2391d0}.btn_arrow_def.site-footer__recruit .btn_arrow_def__inner::after{content:none}.btn_arrow_def.site-footer__recruit .btn_arrow_def__inner a{color:inherit;font-family:var(--ff-r);font-weight:normal;white-space:nowrap}.breadcrumb{margin-top:.4em;line-height:1.3;font-size:.75em}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:.5em;column-gap:.5em;row-gap:.2em;margin:0;padding:0;list-style:none}.breadcrumb__item{display:flex;align-items:center;margin:0;padding:0}.breadcrumb__item+.breadcrumb__item::before{content:"/";margin-right:.5em;opacity:.8}.breadcrumb__link{text-decoration:underline;text-underline-offset:.2em}.breadcrumb__link:hover{text-decoration:none}.breadcrumb__label{text-decoration:none}.breadcrumb--main{color:#fff}.breadcrumb--main .breadcrumb__link{color:#fff}.breadcrumb--recruit{color:#4897d4;margin-top:0;margin-left:.8em}.breadcrumb--recruit .breadcrumb__link{color:#4897d4}body.recruit .site-header__badge{vertical-align:middle}@media screen and (max-width: 782px){.breadcrumb{font-size:9px;margin-top:.3em}.breadcrumb--recruit{margin-left:.6em;margin-top:0}.breadcrumb__list{-moz-column-gap:.4em;column-gap:.4em}.breadcrumb__item+.breadcrumb__item::before{margin-right:.4em}}.entry-content .swiper-pagination{position:relative;width:100%;height:max(40px,18%);padding:1em;display:flex;justify-content:center;top:0}.entry-content .swiper-pagination-bullet{width:.7em;height:.7em;border-radius:50%;margin:0 .5em}.vk_icons_col .vk_icon{margin:0 !important}.vk_icons_col .vk_icon .vk_icon_border{width:2.5em;height:auto;aspect-ratio:1/1;background-color:rgba(0,0,0,0) !important;justify-content:center;align-items:center}.vk_icons_col .vk_icon .vk_icon_border .vk_icon_font{font-size:1.3em;position:static;transform:translate(0)}.capContainer .vk_button_link-type-text:hover .vk_button_link_txt{text-decoration:underline;text-decoration-style:solid !important;text-underline-offset:2px;text-decoration-color:currentColor;text-decoration-thickness:1px}.capContainer .vk_button_link_txt{text-decoration:underline;text-decoration-style:solid;text-underline-offset:2px;text-decoration-color:currentColor;text-decoration-thickness:1px}.whatsContainer{position:relative;overflow:hidden}.pageListContainer{overflow:hidden;position:relative}.pageListContainer .swiper{transform:translateX(-12%)}@media screen and (max-width: 781px){.pageListContainer .swiper{padding-left:20%;padding-right:0;overflow:hidden}}@media screen and (min-width: 782px){.pageListContainer .swiper{transform:translateX(-7%)}}.pageListContainer .swiper-slide>a{display:block;width:100%;overflow:hidden}.pageListContainer .swiper-slide .image{aspect-ratio:1/.6;overflow:hidden}.pageListContainer .swiper-slide .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:.5em;transition:transform .4s ease}.pageListContainer .swiper-slide>a:hover .image img{transform:scale(1.05)}.pageListContainer .swiper-slide .txtContainer{transition:opacity .3s .7s}.pageListContainer .swiper-slide .txtContainer .ttl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 782px){.pageListContainer .swiper-slide-active .txtContainer{transition-delay:0s;opacity:0}}@media screen and (max-width: 781px){.pageListContainer .swiper-slide-next{visibility:hidden}.pageListContainer .swiper-slide-prev .txtContainer{opacity:0}}.pageListContainer .sw-prev:after,.pageListContainer .sw-next:after{content:none}.pageListContainer .sw-prev{display:none}.pageListContainer .sw-next{color:hsla(0,0%,100%,.7);width:3em;height:auto;aspect-ratio:1/1;border-radius:5em;border:1px solid hsla(0,0%,100%,.7)}.pageListContainer .sw-next [class*=fa]{font-size:1.7em}.pageChildList .image a{aspect-ratio:1/.6;display:block}.pageChildList .image a img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:.5em}.serviceList{display:grid;grid-template-columns:1fr;gap:2em}@media screen and (min-width: 782px){.serviceList{grid-template-columns:repeat(2, 1fr);gap:3em 2em}}.serviceList-item__img{position:relative;aspect-ratio:1/.6;overflow:hidden;border-radius:.5em;display:block}.serviceList-item__img figure,.serviceList-item__img a{position:absolute;inset:0;display:block}.serviceList-item__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s ease}.serviceList-item__img a:hover img{transform:scale(1.05)}.serviceList-item__img a:after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 60%)}.serviceList-item__ttl{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1;color:#fff;font-weight:normal;text-align:center}.serviceList-item__txt{margin-top:1em}.serviceList-item__link{margin-top:1em;display:block;text-align:right}.voiceList{display:grid;grid-template-columns:1fr;gap:1em;padding:0;margin:0;list-style:none}@media screen and (min-width: 782px){.voiceList{grid-template-columns:repeat(2, 1fr)}}.voiceList-item{position:relative;padding:1.2em 1.2em 1.2em 1.6em;background-color:rgba(238,235,226,.5);border-left:3px solid currentColor;line-height:1.7}.acContainer-box+.acContainer-box{margin-top:1em}.acContainer-box__ttl{position:relative;margin:0;padding:.5em 2.5em .5em 0;cursor:pointer;font-weight:normal;border-bottom:2px solid hsla(0,0%,100%,.4)}.acContainer-box__ttl::before,.acContainer-box__ttl::after{content:"";position:absolute;top:50%;right:.4em;width:16px;height:1px;background-color:currentColor;transform:translateY(-50%);transition:transform .3s ease,opacity .3s ease}.acContainer-box__ttl::after{transform:translateY(-50%) rotate(90deg)}.acContainer-box__body{display:block !important;max-height:0;overflow:hidden;transition:max-height .4s ease}.acContainer-box__body .inner{display:flex;flex-direction:column;gap:2em;padding-top:2em}@media screen and (min-width: 782px){.acContainer-box__body .inner{flex-direction:row;align-items:flex-start}}.acContainer-box.is-open .acContainer-box__ttl::after{opacity:0;transform:translateY(-50%) rotate(0deg)}.heroImageContainer{overflow:hidden}.column.imageContainer{overflow:hidden}.column.imageContainer .para img,.column.imageContainer .para_nosp img{transform:scale(1.2)}.eedee-gutenslider-nav{display:none}.masked-img{display:block;width:95%;height:auto;-webkit-mask-image:url("../../assets/images/maskArr.svg");mask-image:url("../../assets/images/maskArr.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto 100%;mask-size:auto 100%}.masked-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.masked-img.__r{-webkit-mask-position:left center;mask-position:left center}.masked-img.__r img{-o-object-position:left center;object-position:left center}.masked-img.__l{-webkit-mask-position:right center;mask-position:right center;-webkit-mask-image:url("../../assets/images/maskArr_l.svg");mask-image:url("../../assets/images/maskArr_l.svg")}.masked-img.__l img{-o-object-position:right center;object-position:right center}.masked-img.__top{aspect-ratio:1/1}.masked-img.__top.__slide .swiper-slide{aspect-ratio:1/1}@media screen and (min-width: 782px){.masked-img.__top{aspect-ratio:1/.68}.masked-img.__top.__slide .swiper-slide{aspect-ratio:1/.68}}.masked-img.__top.__he6{aspect-ratio:1/1}.masked-img.__top.__he6.__slide .swiper-slide{aspect-ratio:1/1}.masked-img.__top.__r81{aspect-ratio:1/.81}.masked-img.__top.__r81.__slide .swiper-slide{aspect-ratio:1/.81}.masked-img.__top.__r92{aspect-ratio:1/.92}.masked-img.__top.__r92.__slide .swiper-slide{aspect-ratio:1/.92}.masked-img.__bt{aspect-ratio:1/1}.sec__header-ttl{font-family:var(--ff-el);font-weight:200}.sec__header-txt{margin-top:.5em}.sec__header .term_name .txt::before,.sec__header .term_name .txt::after{content:"-";display:inline-block;margin:0 .2em}.sec.sec__page>.wp-block-group{flex:1}.sec.sec__right{max-width:1300px !important;margin-left:auto}@media screen and (min-width: 782px){.sec.sec__right .imageContainer{flex:1}.sec.sec__right .txtContainer{max-width:440px;width:34%}}body.single-career h3.fs_24-16-24-16-1200 .markerTxt{--markerAlpha: .15}:root{--markerRGB: 182 128 105}.tone_red{--markerRGB: 232 67 57}.tone_orange{--markerRGB: 240 133 73}.markerTxt{--markerH: 50%;--markerAlpha: .3;display:inline;background-image:linear-gradient(to top, rgb(var(--markerRGB)/var(--markerAlpha)) 0 var(--markerH), transparent var(--markerH) 100%);padding:.05em 0;-webkit-box-decoration-break:clone;box-decoration-break:clone}.markerTxt--dash{--dashLen: 6px;--dashGap: 4px;--dashW: 1px;--dashOffset: 0;background-color:rgba(0,0,0,0);padding:0 0 calc(var(--dashW) + var(--dashOffset));background-image:repeating-linear-gradient(to right, currentColor 0 var(--dashLen), transparent var(--dashLen) calc(var(--dashLen) + var(--dashGap)));background-repeat:repeat-x;background-size:100% var(--dashW);background-position:left bottom}.qaList-item+.qaList-item{margin-top:3.5em}.qaList-item__a-ttl .markerTxt{--markerAlpha: .15}.qaList-item__q,.qaList-item__a-ttl,.qaList-item__d-ttl{margin:0;line-height:1.7}.qaList-item__q::before,.qaList-item__a-ttl::before,.qaList-item__d-ttl::before{content:"";display:block;height:var(--labelH);aspect-ratio:var(--labelRatio);background-image:var(--labelSrc);background-repeat:no-repeat;background-position:left center;background-size:contain;margin-bottom:.5em}.qaList-item__q{font-weight:400;--labelSrc: url(../../assets/images/img_text_question.png);--labelRatio: 344 / 90;--labelH: clamp(2rem, 1.251rem + 3.194vw, 2.813rem)}.qaList-item__a{margin-top:2em}.qaList-item__a-ttl{color:#1e1e1e;--labelSrc: url(../../assets/images/img_text_answer.png);--labelRatio: 306 / 80;--labelH: clamp(1.75rem, 1.059rem + 2.948vw, 2.5rem)}.qaList-item__a p{margin-top:1.6em;line-height:1.9}.qaList-item__d-ttl{color:rgb(var(--markerRGB));--labelSrc: url(../../assets/images/img_text_message.png);--labelRatio: 306 / 80;--labelH: 40px}.swiper-slide--career .image{overflow:hidden;border-radius:.5em}.swiper-slide--career .slideLabel{color:rgb(var(--markerRGB));font-weight:normal}.swiper-slide--career .slidePerson{margin-top:.3em;color:#1e1e1e}.swiper-slide--career .slidePerson__badge{margin-right:1em}.pageListContainer:has(.swiper-slide--career){--slideTxtH: 50px}@media screen and (min-width: 782px){.pageListContainer:has(.swiper-slide--career){--slideTxtH: 62px}}.pageListContainer:has(.swiper-slide--career) .sw-prev,.pageListContainer:has(.swiper-slide--career) .sw-next{top:calc((100% - var(--slideTxtH))/2)}.interviewArchive .sec__header-txt,.recruit .sec_related .sec__header-txt{color:#35bbc5;line-height:1.2;padding-left:.6em;border-left:5px solid currentColor}.interviewArchive .sec__header h2.sec__header-txt,.recruit .sec_related .sec__header h2.sec__header-txt{font-size:inherit;font-weight:inherit;margin-top:.5em;margin-bottom:0}.recruit .sec_related .sec__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1em;flex-wrap:wrap}.recruit .sec_related .sec__header>*{margin-left:0;margin-right:0;max-width:none}.recruit .sec_related .btn_arrow{--border-color: #149ad8;color:#149ad8;margin-top:0;position:relative;z-index:5}.recruit .sec_related .btn_arrow a{color:inherit;text-decoration:none}.interviewArchive{padding-top:4em;padding-bottom:4em}.interviewArchive__ttl{margin-top:.5em}.interviewArchive__catch{margin-top:1.2em;line-height:1.35;font-weight:inherit}.interviewArchive__catch .markerTxt{--markerRGB: 255 220 220;--markerAlpha: 1;--markerH: 40%}.interviewArchive__lead{margin-top:2em;line-height:1.9}.interviewArchive__pager{margin-top:4em}.interviewArchive__pager .wp-pagenavi{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.3em 1em;border:0}.interviewArchive__pager .wp-pagenavi a,.interviewArchive__pager .wp-pagenavi span{color:#183770;text-decoration:underline;text-underline-offset:4px;border:0;padding:0;margin:0;font-weight:400}.interviewArchive__pager .wp-pagenavi a:hover{opacity:.6}.interviewArchive__pager .wp-pagenavi .current{text-decoration:none;font-weight:normal}.interviewArchive__pager .wp-pagenavi .extend{text-decoration:none}.interviewList{--cardGapX: 2.2em;--cardGapY: 3em;list-style:none;margin:3em 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--cardGapY) var(--cardGapX)}@media screen and (min-width: 640px){.interviewList{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 782px){.interviewList{grid-template-columns:repeat(3, 1fr)}}.interviewList__link{display:block;color:inherit;text-decoration:none}.interviewList__link:hover .interviewList__img{transform:scale(1.05)}.interviewList__imgWrap{overflow:hidden;aspect-ratio:1/.62;border-radius:.5em}.interviewList__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.interviewList__label{margin-top:1em;color:rgb(var(--markerRGB));font-weight:normal}.interviewList__person{margin-top:.4em;color:#1e1e1e}.interviewList__role{margin-right:1em}.interviewList__desc{margin-top:.6em;line-height:1.7}@media screen and (max-width: 781px){.type_d .pl_60-15-960{padding-left:0}}.card_x{--cardXCut: 30px;--cardXAlpha: .3;width:-moz-fit-content;width:fit-content;padding:.7em 3em .8em 1em;background-color:rgb(var(--markerRGB)/var(--cardXAlpha));clip-path:polygon(0 0, 100% 0, 100% calc(100% - var(--cardXCut)), calc(100% - var(--cardXCut)) 100%, 0 100%)}.circle{--circleW: 80%;--circleShadowX: 6px;--circleShadowY: 6px;--circleShadowSpread: 0}.circle .wp-block-image{margin:0}.circle img{display:block;margin-inline:auto;width:var(--circleW);aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:50%;box-shadow:var(--circleShadowX) var(--circleShadowY) 0 var(--circleShadowSpread) rgb(var(--markerRGB))}.ribbonTtl{--ribbonRGB: 20 154 216;width:-moz-fit-content;width:fit-content;max-width:100%;margin-inline:auto;padding:.6em 3em;background:rgb(var(--ribbonRGB));color:#fff;text-align:center;line-height:1.4;border-radius:.3em;opacity:1 !important}.ribbonTtl--tail{--ribbonTailW: 1.4em;position:relative;border-top-right-radius:0;border-bottom-right-radius:0;translate:calc(var(--ribbonTailW)/-2) 0}.ribbonTtl--tail::after{content:"";position:absolute;left:calc(100% - 1px);top:0;height:100%;width:var(--ribbonTailW);background:rgb(var(--ribbonRGB));clip-path:polygon(0 0, 100% 50%, 0 100%)}.ribbonTtl--left{margin-inline:0;translate:none;margin-right:var(--ribbonTailW, 0);padding:.5em 1.6em .5em 1.1em;text-align:left;display:flex;align-items:center;gap:.6em}.ribbonTtl--left i{font-size:1.05em}.pointList{--pointGap: 2.5em;display:flex;flex-direction:column;gap:5em}.pointList-item{--pointRGB: 20 154 216;--pointImgW: 40%;position:relative;display:grid;-moz-column-gap:var(--pointGap);column-gap:var(--pointGap);grid-template-columns:var(--pointImgW) 1fr;grid-template-rows:1fr auto auto 1fr auto;grid-template-areas:"img ." "img head" "img txt" "img ." "btn btn"}.pointList-item:nth-child(odd){grid-template-columns:1fr var(--pointImgW);grid-template-areas:".    img" "head img" "txt  img" ".    img" "btn  btn"}@media screen and (max-width: 781px){.pointList-item,.pointList-item:nth-child(odd){grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"img" "head" "txt" "btn";row-gap:1.5em}}.pointList-item__img{--pointShadowX: 6px;--pointShadowY: 6px;grid-area:img;align-self:center}.pointList-item__img figure{margin:0;height:100%}.pointList-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.3em;box-shadow:var(--pointShadowX) var(--pointShadowY) 0 0 rgb(var(--pointRGB))}.pointList-item__body{display:contents}.pointList-item__head{grid-area:head;min-width:0;display:flex;align-items:center;gap:1em}.pointList-item__num{flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;--numArrowW: .85em;position:relative;line-height:1;padding:.35em .7em;background:rgb(var(--pointRGB));color:#fff;border-radius:.2em;margin-right:var(--numArrowW)}.pointList-item__num::after{content:"";position:absolute;left:calc(100% - 1px);top:0;height:100%;width:var(--numArrowW);background:rgb(var(--pointRGB));clip-path:polygon(0 0, 100% 50%, 0 100%)}.pointList-item__num>*{margin:0}.pointList-item__num-label{font-size:.55em;letter-spacing:.08em}.pointList-item__num-num{font-size:1.1em;font-weight:normal;letter-spacing:.05em}.pointList-item__ttl{color:rgb(var(--pointRGB));font-weight:normal;line-height:1.4;margin:0;margin-top:0 !important}.pointList-item__txt{grid-area:txt;min-width:0;margin-top:1.2em;line-height:1.9}.pointList-item .btn_arrow{--border-color: rgb(var(--pointRGB));color:rgb(var(--pointRGB));grid-area:btn;justify-self:end;display:flex;width:-moz-fit-content;width:fit-content;position:relative;margin:1.5em 0 0}.pointList-item .btn_arrow a{color:inherit;text-decoration:none}.point_navy{--pointRGB: 10 56 115}.point_cyan{--pointRGB: 67 188 199}.point_blue{--pointRGB: 20 154 216}.point_green{--pointRGB: 21 142 71}.point_orange{--pointRGB: 255 126 84}.flowList{--flowRGB: 20 154 216;--flowGap: 1.6em;--flowRowGap: .9em;--flowBarW: 5px;display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto auto 1fr;-moz-column-gap:var(--flowGap);column-gap:var(--flowGap);row-gap:var(--flowRowGap);margin-top:2em}.flowList>*{margin-block:0}@media screen and (max-width: 781px){.flowList{grid-template-columns:1fr}}.flowList-item{background:#fff;border-radius:.4em;border-left:var(--flowBarW) solid rgb(var(--flowRGB));padding:1.4em 1em 1.6em 0;display:grid;grid-row:span 3;grid-template-rows:subgrid;row-gap:var(--flowRowGap)}.flowList-item>*{margin-block:0}.flowList-item__head{display:flex;align-items:flex-start;gap:.9em}.flowList-item__head>*{margin-block:0}.flowList-item__num{--numArrowW: .7em;flex:none;position:relative;line-height:1;padding:.9em .7em;background:rgb(var(--flowRGB));color:#fff;font-weight:normal;border-radius:0 .2em .2em 0;margin-right:var(--numArrowW)}.flowList-item__num::after{content:"";position:absolute;left:calc(100% - 1px);top:0;height:100%;width:var(--numArrowW);background:rgb(var(--flowRGB));clip-path:polygon(0 0, 100% 50%, 0 100%)}.flowList-item__date{color:rgb(var(--flowRGB));font-weight:normal;line-height:1.5}.flowList-item__ttl{display:flex;align-items:center;gap:.5em;color:rgb(var(--flowRGB));font-weight:normal;line-height:1.4}.flowList-item__ttl i{font-size:1.15em}.flowList-item__txt{line-height:1.9}.reqList{--reqRGB: 20 154 216;--reqLabelW: 9em;--reqGap: 2em;--reqLine: #e3e3e3;background:#fff;border-radius:.4em;padding:.8em 2.4em;margin-top:2em}.reqList>*{margin-block:0}.reqList-item{display:grid;grid-template-columns:var(--reqLabelW) 1fr;gap:var(--reqGap);padding:1.05em 0;border-bottom:1px solid var(--reqLine)}.reqList-item>*{margin-block:0}.reqList-item:last-child{border-bottom:0}.reqList-item__ttl{color:rgb(var(--reqRGB));font-weight:normal;line-height:1.7}.reqList-item__txt{line-height:1.7}@media screen and (max-width: 781px){.reqList-item{grid-template-columns:1fr;gap:.3em;padding:.9em 0}.reqList{padding:.6em 1.4em}}.jobCard{--jobRGB: 20 154 216;background:#fff;border-radius:.4em;border-left:5px solid rgb(var(--jobRGB));padding:1.6em 1.8em;margin-top:2em}.jobCard__txt{line-height:1.9;opacity:1 !important}@media screen and (max-width: 781px){.jobCard{padding:1.2em 1.4em}}.dutyList{--dutyRGB: 20 154 216;display:grid;grid-template-columns:repeat(2, 1fr);align-items:stretch;gap:1em;margin-top:2em}@media screen and (max-width: 781px){.dutyList{grid-template-columns:1fr}}.dutyList-item{background:#fff;border-radius:.4em;border-left:5px solid rgb(var(--dutyRGB));padding:1.2em 1.4em;margin-top:0 !important}.dutyList-item__txt{line-height:1.7;opacity:1 !important}.dutyNote{margin-top:2em;line-height:1.8;opacity:1 !important}.flowList-item,.reqList,.jobCard,.dutyList-item{--cardShadowX: 4.5px;--cardShadowY: 7.8px;--cardShadowBlur: 8px;--cardShadowSpread: 3px;--cardShadowAlpha: .2;box-shadow:var(--cardShadowX) var(--cardShadowY) var(--cardShadowBlur) var(--cardShadowSpread) rgb(0, 0, 0, var(--cardShadowAlpha))}.secContainer:has(.reqList),.secContainer:has(.entryBtn),.secContainer:has(.jobCard),.secContainer:has(.dutyList){margin-top:4em}.entryFormCard{--formRGB: 20 154 216;--formBarW: 5px;--formLabelW: 11em;--formGap: 2em;--formLine: #f0f0f0;--fieldBg: #ececec;--fieldMaxW: 27em;background:#fff;border-radius:.4em;border-left:var(--formBarW) solid rgb(var(--formRGB));padding:1.4em 3em 2.4em;margin-top:2em;box-shadow:var(--cardShadowX, 4.5px) var(--cardShadowY, 7.8px) var(--cardShadowBlur, 8px) var(--cardShadowSpread, 3px) rgb(0, 0, 0, var(--cardShadowAlpha, 0.2))}@media screen and (max-width: 781px){.entryFormCard{padding:1em 1.4em 1.8em}}.entryFormCard .smf-item{display:grid;grid-template-columns:var(--formLabelW) 1fr;gap:var(--formGap);align-items:start;padding:1.1em 0;border-bottom:1px solid var(--formLine)}.entryFormCard .smf-item:last-of-type{border-bottom:2px solid rgb(var(--formRGB));padding-bottom:2em}@media screen and (max-width: 781px){.entryFormCard .smf-item{grid-template-columns:1fr;gap:.5em;padding:.9em 0}}.entryFormCard .smf-item__col--label{min-width:0}.entryFormCard .smf-item__col--controls{min-width:0}.entryFormCard .smf-item__label{font-weight:normal;line-height:1.6;padding-top:.55em}.entryFormCard .smf-item__label label{display:block}@media screen and (max-width: 781px){.entryFormCard .smf-item__label{padding-top:0}}.entryFormCard .smf-item.req .smf-item__label__text::after{content:"（必須）";color:#c8102e;font-size:.82em;font-weight:normal;margin-left:.2em;white-space:nowrap}.entryFormCard input[type=text],.entryFormCard input[type=email],.entryFormCard input[type=tel],.entryFormCard input[type=url],.entryFormCard input[type=number],.entryFormCard input[type=date],.entryFormCard select,.entryFormCard textarea{box-sizing:border-box;width:100%;max-width:var(--fieldMaxW);background:var(--fieldBg);border:0;border-radius:.2em;padding:.75em .9em;line-height:1.5;color:inherit;font-family:inherit;font-size:inherit}.entryFormCard input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;min-height:3em}.entryFormCard input[type=date]::-webkit-date-and-time-value{text-align:left;margin:0;min-height:1.5em;line-height:1.5}.entryFormCard :is(input,select,textarea):focus{outline:none;box-shadow:inset 0 0 0 1px rgb(var(--formRGB)/0.7)}.entryFormCard .smf-textarea-control{max-width:100%}.entryFormCard .smf-textarea-control__control{display:block;width:100%;max-width:100%;box-sizing:border-box;min-height:12em;resize:vertical;background:var(--fieldBg);border:0;border-radius:.2em;padding:.75em .9em}.entryFormCard .smf-select-control{position:relative;display:inline-block;max-width:var(--fieldMaxW);width:100%}.entryFormCard .smf-select-control__control{width:100%;background:var(--fieldBg);border:0;border-radius:.2em;padding:.75em 2.2em .75em .9em;-webkit-appearance:none;-moz-appearance:none;appearance:none}.entryFormCard .smf-item__controls>.wp-block-group{display:flex;flex-wrap:wrap;align-items:center;gap:.5em}.entryFormCard .smf-item__controls>.wp-block-group>*{margin-block:0}.entryFormCard .smf-item__controls>.wp-block-group .smf-placeholder{flex:0 1 auto}.entryFormCard .smf-item__controls>.wp-block-group .smf-select-control{width:auto}.entryFormCard .smf-item__controls>.wp-block-group select{max-width:none;width:auto;min-width:5.5em}.entryFormCard .smf-item__controls>.wp-block-group p{flex:none}.entryFormCard .smf-file-control{display:flex;align-items:center;gap:.8em;flex-wrap:wrap}.entryFormCard .smf-file-control__control{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.entryFormCard .smf-file-control label{display:inline-flex;align-items:center;gap:.8em;cursor:pointer}.entryFormCard .smf-file-control__label{display:inline-block;background:rgb(var(--formRGB));color:#fff;border-radius:.2em;padding:.6em 1.6em;line-height:1.4;white-space:nowrap}.entryFormCard .smf-file-control__label:hover{opacity:.85}.entryFormCard .smf-file-control__filename{font-size:.9em}.entryFormCard .smf-action{margin-top:2.4em;text-align:center}.entryFormCard .smf-button-control__control{background:rgb(var(--formRGB));color:#fff;border:0;border-radius:.2em;padding:.9em 3em;line-height:1.4;font-family:inherit;font-size:inherit;cursor:pointer}.entryFormCard .smf-button-control__control:hover{opacity:.85}.entryFormCard .smf-error-messages{color:#c8102e;font-size:.9em;margin-top:.4em}.entryFormCard .smf-item__controls>.wp-block-group .smf-error-messages{flex-basis:100%}.entryBtn i,.flowList-item:nth-child(3) .flowList-item__ttl i,.flowList-item:nth-child(2) .flowList-item__ttl i,.flowList-item:nth-child(1) .flowList-item__ttl i,.secContainer:has(.dutyList) .ribbonTtl--left i,.secContainer:has(.jobCard) .ribbonTtl--left i,.secContainer:has(.reqList) .ribbonTtl--left i,.secContainer:has(.flowList) .ribbonTtl--left i{--etrIconH: 1.5em;display:inline-block;width:var(--etrIconW, var(--etrIconH));height:var(--etrIconH);background-color:var(--etrIconColor, currentColor);mask-image:var(--etrIcon);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--etrIcon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.entryBtn i::before,.flowList-item:nth-child(3) .flowList-item__ttl i::before,.flowList-item:nth-child(2) .flowList-item__ttl i::before,.flowList-item:nth-child(1) .flowList-item__ttl i::before,.secContainer:has(.dutyList) .ribbonTtl--left i::before,.secContainer:has(.jobCard) .ribbonTtl--left i::before,.secContainer:has(.reqList) .ribbonTtl--left i::before,.secContainer:has(.flowList) .ribbonTtl--left i::before{content:none}.secContainer:has(.flowList) .ribbonTtl--left i{--etrIcon: url("../../assets/images/img_etr_ico1.png");--etrIconW: 1.5em}.secContainer:has(.reqList) .ribbonTtl--left i{--etrIcon: url("../../assets/images/img_etr_ico5.png");--etrIconW: 1.24em}.secContainer:has(.jobCard) .ribbonTtl--left i{--etrIcon: url("../../assets/images/img_etr_ico7.png");--etrIconW: 1.7em}.secContainer:has(.dutyList) .ribbonTtl--left i{--etrIcon: url("../../assets/images/img_etr_ico5.png");--etrIconW: 1.24em}.flowList-item:nth-child(1) .flowList-item__ttl i{--etrIcon: url("../../assets/images/img_etr_ico2.png");--etrIconW: 1.11em}.flowList-item:nth-child(2) .flowList-item__ttl i{--etrIcon: url("../../assets/images/img_etr_ico3.png");--etrIconW: 1.63em}.flowList-item:nth-child(3) .flowList-item__ttl i{--etrIcon: url("../../assets/images/img_etr_ico4.png");--etrIconW: 1.45em}.entryBtn i{--etrIcon: url("../../assets/images/img_etr_ico6.png");--etrIconH: 1.5em;--etrIconW: 2.25em}.xLink{--xSize: 1.7em;--xRadius: .22em;display:flex;align-items:center;gap:.7em}.xLink::before{content:"";flex:none;width:var(--xSize);height:var(--xSize);border-radius:var(--xRadius);background-color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:56%}.xLink a{color:inherit}.entryBtnWrap{text-align:center}.entryBtn{--entryRGB: 20 154 216;--entryTailW: 2.2em;position:relative;display:inline-flex;align-items:center;gap:1.2em;text-align:left;vertical-align:top;padding:1.1em 1.6em 1.1em 2em;margin-right:var(--entryTailW);background:rgb(var(--entryRGB));color:#fff;text-decoration:none;border-radius:.3em 0 0 .3em}.entryBtn:hover{opacity:.85}.entryBtn::after{content:"";position:absolute;left:calc(100% - 1px);top:0;height:100%;width:var(--entryTailW);background:rgb(var(--entryRGB));clip-path:polygon(0 0, 100% 50%, 0 100%)}.entryBtn i{flex:none;font-size:1.9em;line-height:1}.entryBtn__body{display:flex;flex-direction:column;gap:.3em;text-align:center}.entryBtn__ttl{font-weight:normal;line-height:1.3;text-decoration:underline;text-underline-offset:.22em}.entryBtn__txt{line-height:1.4}@media screen and (max-width: 781px){.entryBtn{--entryTailW: 1.4em;gap:.9em;padding:.9em 1.1em .9em 1.3em}.entryBtn i{font-size:1.5em}}.valueList{--valueRGB: 20 154 216;display:grid;grid-template-columns:repeat(2, 1fr);gap:3em 2.5em}.valueList-item{display:flex;flex-direction:column}.valueList-item:first-child{grid-column:1/-1;max-width:50%;margin-inline:auto}@media screen and (max-width: 639px){.valueList-item{grid-column:1/-1}.valueList-item:first-child{max-width:none}}.valueList__icon{--iconSize: 6.5em;--iconPad: 1.1em;--iconShadowX: 3px;--iconShadowY: 3px;--iconShadowSpread: 0;width:var(--iconSize);aspect-ratio:1/1;margin:0 auto;padding:var(--iconPad);display:grid;place-items:center;background:#fff;border-radius:50%;box-shadow:var(--iconShadowX) var(--iconShadowY) 0 var(--iconShadowSpread) rgb(var(--valueRGB))}.valueList__icon figure{margin:0}.valueList__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.valueList__ttl{margin-top:.5em !important;text-align:center;color:rgb(var(--valueRGB));font-weight:normal;line-height:1.4}.valueList__en{display:block;font-size:.6em;font-weight:400}.valueList__card{flex:1;margin-top:1em;padding:1.6em 1.8em;background:rgb(var(--valueRGB));color:#fff;border-radius:.3em}.valueList__card-ttl{font-weight:normal;line-height:1.5}.valueList__card-txt{margin-top:.8em;line-height:1.9}.sec.sec__page .__right .inner .wp-block-image{max-width:650px;margin-left:auto;margin-right:0}.sec.sec__page .__right .inner .wp-block-image img{width:100%;height:auto}.heroYa{--yaScale: 131%;margin:0}.heroYa img{width:var(--yaScale);max-width:none;height:auto}@media screen and (max-width: 781px){.heroYa{--yaScale: 100%}}.qaCardList{display:grid;grid-template-columns:repeat(3, 1fr);gap:2.4em 3.2em}.qaCardList.qaCardList>*{margin-block:0}@media screen and (max-width: 959px){.qaCardList{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 639px){.qaCardList{grid-template-columns:1fr;gap:1.6em}}.qaCard{--qaViewRGB: 20 154 217;--qaPadX: 1.5em;--qaBarW: .5em;position:relative;display:flex;flex-direction:column;background:#fff;border-radius:.25em;box-shadow:0 3px 12px rgba(0,0,0,.09);padding:1.4em var(--qaPadX) 1.2em}.qaCard::before{content:"";position:absolute;left:calc(var(--qaBarW)*-1);top:0;bottom:0;width:var(--qaBarW);background:rgb(var(--qaRGB));border-radius:.25em 0 0 .25em}.qaCard__num{--qaNumTailW: .77em;align-self:flex-start;position:relative;margin:0 0 1.2em calc((var(--qaPadX) + var(--qaBarW))*-1);padding:.85em 2.2em .85em 1.3em;background:rgb(var(--qaRGB));color:#fff;font-weight:400;line-height:1.1;letter-spacing:.08em;clip-path:polygon(0 0, calc(100% - var(--qaNumTailW)) 0, 100% 50%, calc(100% - var(--qaNumTailW)) 100%, 0 100%)}.qaCard__head{display:flex;align-items:center;gap:.5em;color:rgb(var(--qaRGB));margin-bottom:.7em}.qaCard__head.qaCard__head>*{margin-block:0}.qaCard__ico{flex:none;line-height:1}.qaCard__ico i{font-size:1.1em}.qaCard__ttl{margin:0;font-weight:normal;line-height:1.3;color:inherit}.qaCard__txt{margin:0 0 1.2em;line-height:1.7;color:#333}.qaCard .btn_arrow{margin-top:auto}.qaCard .btn_arrow,.quizBanner .btn_arrow{--border-color: rgb(var(--qaViewRGB));color:rgb(var(--qaViewRGB));font-size:12px !important}.qaCard .btn_arrow a,.quizBanner .btn_arrow a{color:inherit;font-weight:normal;text-decoration:none}:where(.qaCard,.qaSection){--qaRGB: 63 88 128}.qa_01{--qaRGB: 63 88 128}.qa_02{--qaRGB: 144 109 43}.qa_03{--qaRGB: 80 122 100}.qa_04{--qaRGB: 95 121 50}.qa_05{--qaRGB: 95 86 153}.qa_06{--qaRGB: 118 104 95}.quizBanner{--quizRGB: 184 93 128;--qaViewRGB: 20 154 217;--quizPadX: 1.6em;--quizPadY: 1.9em;--quizBarW: .5em;display:flex;align-items:center;gap:1.2em;flex-wrap:wrap;background:#fff;border-radius:.25em;box-shadow:0 3px 12px rgba(0,0,0,.09);padding:var(--quizPadY) var(--quizPadX);max-width:720px;margin-inline:auto;position:relative}.quizBanner::before{content:"";position:absolute;left:calc(var(--quizBarW)*-1);top:0;bottom:0;width:var(--quizBarW);background:rgb(var(--quizRGB));border-radius:.25em 0 0 .25em}.quizBanner.quizBanner>*{margin-block:0}.quizBanner__label{--quizTailW: .85em;flex:none;margin:calc(var(--quizPadY)*-1 - .5em) 0 calc(var(--quizPadY)*-1 - .5em) calc(var(--quizPadX)*-1);padding:1em 2.2em 1em 1.3em;background:rgb(var(--quizRGB));color:#fff;font-weight:400;letter-spacing:.1em;line-height:1.1;clip-path:polygon(0 0, calc(100% - var(--quizTailW)) 0, 100% 50%, calc(100% - var(--quizTailW)) 100%, 0 100%)}.quizBanner__ico{flex:none;margin:0;color:rgb(var(--quizRGB));line-height:1}.quizBanner__ico i{font-size:1.4em}.quizBanner__ttl{margin:0;color:rgb(var(--quizRGB));font-weight:normal}.quizBanner__note{margin:0;color:#333}@media screen and (max-width: 781px){.quizBanner .btn_arrow{margin-left:0}}.qaSection__head{--qaHeadTailW: 1.05em;display:flex;align-items:center;gap:.9em;background:rgb(var(--qaRGB));color:#fff;padding:1.2em 3.4em 1.2em 1.4em;clip-path:polygon(0 0, calc(100% - var(--qaHeadTailW)) 0, 100% 50%, calc(100% - var(--qaHeadTailW)) 100%, 0 100%)}.qaSection__head.qaSection__head>*{margin-block:0}.qaSection__head-ico{flex:none;line-height:1}.qaSection__head-ico i{font-size:1.5em}.qaSection__head-no{margin:0;letter-spacing:.1em;color:#fff}.qaSection__head-ttl{margin:0;font-weight:normal;color:#fff}.qaSection__body{display:grid;grid-template-columns:12em 1fr;gap:2.5em;margin-top:2.5em}@media screen and (max-width: 781px){.qaSection__body{grid-template-columns:1fr;gap:1.2em}}.qaSection__index{align-self:start;position:sticky;top:8em}@media screen and (max-width: 781px){.qaSection__index{position:static;display:flex;flex-wrap:wrap;gap:.4em 1.2em}}.qaSection__index li{list-style:none}.qaSection__index a{display:block;padding:.45em 0 .45em 1.1em;position:relative;color:#333;text-decoration:none;line-height:1.4}.qaSection__index a::before{content:"";position:absolute;left:0;top:50%;translate:0 -50%;border-left:.45em solid rgb(var(--qaRGB));border-top:.3em solid rgba(0,0,0,0);border-bottom:.3em solid rgba(0,0,0,0);opacity:0;transition:opacity .2s}.qaSection__index a:hover::before,.qaSection__index a.is-current::before{opacity:1}.qaSection__item+.qaSection__item{margin-top:3em}.qaSection__item.qaSection__item>*,.qaSection__item .qaSection__a>*,.qaSection__a.qaSection__item>*,.qaSection__a .qaSection__a>*{margin-block-start:0}.qaSection__label{display:block;margin:0;color:rgb(var(--qaRGB));font-weight:normal;line-height:1.4}.qaSection__q{margin:.1em 0 1em !important;color:rgb(var(--qaRGB));font-weight:400}.qaSection__a{background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.09);border-radius:.25em;padding:0 0 2em}.qaSection__lead{margin:0;padding-top:.75em;padding-bottom:.75em;padding-left:.9em;border-left:3px solid rgb(var(--qaRGB));color:rgb(var(--qaRGB));font-weight:normal;line-height:1.7}.qaSection__a-body{padding:0 .9em;margin-top:2.8em !important}.qaSection__a-body>p{line-height:2;color:#000}.qaSection__a-body>p+p{margin-top:2em}.qaSection__btn{--qaBtnTailW: .63em;display:block;width:-moz-fit-content;width:fit-content;margin:2.4em 0 0 auto;padding:.45em 2.2em .45em 1.4em;background:rgb(var(--qaRGB));clip-path:polygon(0 0, calc(100% - var(--qaBtnTailW)) 0, 100% 50%, calc(100% - var(--qaBtnTailW)) 100%, 0 100%)}.qaSection__btn a{color:#fff;text-decoration:underline}:where(.officeTour){--officeRGB: 0 150 222}.office_01{--officeRGB: 0 44 111}.office_02{--officeRGB: 56 188 200}.office_03{--officeRGB: 0 150 222}.officeTour--out{--officeRGB: 123 84 71}.officeTour{display:grid;grid-template-columns:17em 1fr;gap:3em}@media screen and (max-width: 781px){.officeTour{grid-template-columns:1fr;gap:1.5em}}.officeTour__index-ttl{margin:0 0 2em;padding-left:.7em;border-left:4px solid rgb(var(--officeRGB));font-weight:normal;line-height:1.3}.officeTour__index{align-self:start;position:sticky;top:8em}@media screen and (max-width: 781px){.officeTour__index{position:static}}.officeTour__nav{--dotSize: 1.1em;--dotCurrent: 2.9em;--lineW: .32em;--dotCx: calc(var(--dotCurrent) / 2);--itemH: 4.6em;position:relative;margin:0;padding:0;list-style:none}.officeTour__nav li{list-style:none;margin:0}.officeTour__nav a{position:relative;z-index:1;display:flex;align-items:center;min-height:var(--itemH);padding:0 0 0 calc(var(--dotCurrent) + .8em);color:#222;font-weight:normal;line-height:1.4;text-decoration:none}.officeTour__nav a::after{content:"";position:absolute;z-index:0;left:calc(var(--dotCx) - var(--lineW)/2);top:0;bottom:0;width:var(--lineW);background:#8a8a8a}.officeTour__nav a::before{content:"";position:absolute;z-index:1;left:calc(var(--dotCx) - var(--dotSize)/2);top:50%;translate:0 -50%;width:var(--dotSize);height:var(--dotSize);border-radius:50%;background:#fff;border:.3em solid rgb(var(--officeRGB));box-sizing:border-box;transition:width .2s,height .2s,left .2s}.officeTour__nav a .officeTour__walk{position:absolute;z-index:2;left:0;top:50%;translate:0 -50%;width:var(--dotCurrent);height:var(--dotCurrent);display:flex;align-items:center;justify-content:center;color:rgb(var(--officeRGB));font-size:1.15em;opacity:0;pointer-events:none;transition:opacity .2s}.officeTour__nav li:first-child a::after{top:50%}.officeTour__nav li:last-child a::after{bottom:50%}.officeTour__nav a.is-current::before{left:0;width:var(--dotCurrent);height:var(--dotCurrent);border-width:.22em}.officeTour__nav a.is-current .officeTour__walk{opacity:1}.officeTour__main{min-width:0}.officeTour__main.officeTour__main>*{margin-block-start:0}.officeCard{position:relative}.officeCard+.officeCard{margin-top:3.5em}.officeCard__media{position:relative;border-radius:.5em;overflow:hidden;box-shadow:0 3px 14px rgba(0,0,0,.12)}.officeCard__media.officeCard__media>*{margin-block-start:0}.officeCard__slider{--swiper-pagination-left: auto;--swiper-pagination-right: 1.6em;--swiper-pagination-bottom: 3.8em;--swiper-pagination-bullet-size: .75em;--swiper-pagination-bullet-horizontal-gap: .28em;--swiper-pagination-color: #fff;--swiper-pagination-bullet-inactive-color: #fff;--swiper-pagination-bullet-inactive-opacity: .5}.officeCard__slider.swiper-horizontal>.swiper-pagination-bullets{position:absolute;width:auto;height:auto;padding:0;top:auto;bottom:var(--swiper-pagination-bottom);left:auto;right:var(--swiper-pagination-right);justify-content:flex-end}.officeCard__slider .swiper-pagination{z-index:3}.officeCard__slider .swiper-slide{line-height:0}.officeCard__img{margin:0;line-height:0}.officeCard__img img{width:100%;display:block;aspect-ratio:16/9;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.officeCard__head{--officeHeadTailW: .9em;position:absolute;z-index:2;left:-0.55em;top:.8em;display:flex;align-items:center;gap:.9em;background:rgb(var(--officeRGB));color:#fff;padding:.95em 2.8em .95em 1.2em;clip-path:polygon(0 0, calc(100% - var(--officeHeadTailW)) 0, 100% 50%, calc(100% - var(--officeHeadTailW)) 100%, 0 100%)}.officeCard__head.officeCard__head>*{margin-block:0}.officeCard__head-ico{flex:none;line-height:1}.officeCard__head-ico i{font-size:1.6em}.officeCard__head-no{margin:0;letter-spacing:.08em;color:#fff}.officeCard__head-ttl{margin:0;font-weight:normal;color:#fff}.officeCard__caption{position:absolute;z-index:2;left:0;right:0;bottom:0;display:flex;align-items:center;gap:1em;background:rgb(var(--officeRGB));color:#fff;padding:.9em 1.6em}.officeCard__caption.officeCard__caption>*{margin-block:0}.officeCard__caption-txt{margin:0;flex:1 1 auto;line-height:1.5}.officeCard__caption-tag{flex:none;margin:0;padding:.5em 1.1em;background:#fff;color:#222;font-weight:normal;border-radius:.35em;line-height:1.3}.officeCard__txt{margin:1.2em 0 0;line-height:2;color:#000}@media screen and (max-width: 639px){.officeCard__caption{position:static;flex-wrap:wrap}}.newsList>*+*{margin-top:3em}.newsList-item__inner{display:flex}.newsList-item .image{max-width:105px}.newsList-item .image a{display:block;aspect-ratio:1/1}.newsList-item .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:.4em}.newsList-item .txtContainer{padding:0 .5em;flex:1;min-width:0}.newsList-item .ttl{text-underline-offset:.2em}.newsList-item a:hover .ttl{text-decoration:underline}.newsList--side>*+*{margin-top:1.5em}.newsList--side .newsList-item .image{max-width:90px}.newsList--side .newsList-item .txtContainer{padding-left:.75em;line-height:1.35}.newsList--side .newsList-item .ttl{font-size:clamp(.75rem,.635rem + .49vw,.875rem)}.newsList--side .newsList-item .date{font-size:.75em;margin-top:.15em}.newsList--side .newsList-item .excr{display:none}.newsList--side .newsList-item .catsList{font-size:.7em;margin-top:.25em}.newsList:not(.newsList--side) .newsList-item .txtContainer{font-size:max(13px,.875em)}.newsList:not(.newsList--side) .newsList-item .date,.newsList:not(.newsList--side) .newsList-item .catsList-item{font-size:max(12px,.875em)}.page{color:#fff}.page.news_topics .termList-item a{display:block;padding:.5em 1em;min-width:5.5em;text-align:center;border:1px solid hsla(0,0%,100%,.5);color:#fff;font-size:.7em;line-height:1;text-decoration:none}.page.news_topics .termList-item.is-current a{background:hsla(0,0%,100%,.8);color:#1c93cb}.page.news_topics.recruit .termList-item a{border-color:rgba(28,147,203,.5);color:#1c93cb}.page.news_topics.recruit .termList-item.is-current a{background:#1c93cb;color:#fff}.page.news_topics .newsList{display:grid;row-gap:3em;margin-top:2em}.page.news_topics .newsList-item{margin-top:0}@media screen and (min-width: 782px){.page.news_topics .entry-content{padding-top:var(--wp--preset--spacing--70)}.page.news_topics .newsList{grid-template-columns:repeat(2, 1fr);row-gap:5em;-moz-column-gap:3em;column-gap:3em}}.singleNews{color:#fff}.recruit .singleNews,body.recruit .singleNews{color:#000}.singleNews__side{margin-top:5em}@media screen and (min-width: 782px){.singleNews__side{margin-top:0}}.single.single-partner{color:#fff}.single.single-user .column1{margin-top:5%}.single.single-user .column2{margin-top:5%;margin-left:0 !important}.single.single-user .sec_info .wp-swiper{height:100%}.single.single-user .sec_info .wp-swiper__wrapper{height:100%}.single.single-user .sec_info .wp-swiper__wrapper>.swiper{height:100%}.single.single-user .sec_info .wp-swiper__slide{aspect-ratio:1/.67}.single.single-user .sec_info .wp-swiper__slide-content{height:100%}.single.single-user .sec_info .wp-swiper__slide-content figure{height:100%}.single.single-user .sec_info .wp-swiper__slide-content img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.single.single-user .btnContainer .vk_button{display:flex;justify-content:center}.single.single-user .btnContainer .vk_button a{display:block}.single.single-user .pageHeader__container{padding:2em 1em;background-color:rgba(238,235,226,.7)}.single.single-user .pageHeader__container-txt{font-family:"A+mfCv-TPゴシック EL StdN","Noto Sans JP",sans-serif;font-size:1.125em}.single.single-user .pageHeader__container-ttl{text-wrap:auto !important}.single.single-user .pageHeader__container .taxContainer{font-family:"A+mfCv-TPゴシック EL StdN","Noto Sans JP",sans-serif;font-size:.75em;display:flex;flex-wrap:wrap;gap:.5em;margin-top:1em}.single.single-user .pageHeader__container .taxContainer-tax{padding:.2em .3em;border:1px solid;line-height:1}.page.partners .partnerList{display:grid}@media screen and (min-width: 782px){.page.partners .entry-content{padding-top:var(--wp--preset--spacing--70)}.page.partners .partnerList{grid-template-columns:repeat(2, 1fr);row-gap:2em}}@media screen and (min-width: 960px){.page.partners .partnerList{grid-template-columns:repeat(4, 1fr)}}.page.global .site-header__ttlContainer:after{background-color:#1d6571}.page.contact,.page.gallery{background-color:#f5f3ee}.page.contact input{margin:0;padding:0;background:none;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.page.contact input[type=submit],.page.contact input[type=button],.page.contact button[type=submit]{background:#fff;border-radius:0;-webkit-box-sizing:content-box;-webkit-appearance:button;-moz-appearance:button;appearance:button;border:none;box-sizing:border-box;cursor:pointer}.page.contact input[type=submit]::-webkit-search-decoration,.page.contact input[type=button]::-webkit-search-decoration,.page.contact button[type=button]::-webkit-search-decoration{display:none}.page.contact input[type=submit]::focus,.page.contact input[type=button]::focus,.page.contact button[type=button]::focus{outline-offset:-2px}.page.contact .snow-monkey-form input[type=text],.page.contact .snow-monkey-form input[type=email],.page.contact .snow-monkey-form textarea{background:#f9f8f7;border:1px solid #c2c2c1;width:100%}.page.recruit{color:#000}body.recruit .site-main::after{background-image:url(../../assets/images/img_bk_rec_lines2.png);background-repeat:repeat-y;opacity:.65;height:100%;top:0;margin-top:70%}@media screen and (min-width: 782px){body.recruit .site-main::after{margin-top:20%}}@media screen and (min-width: 1500px){body.recruit .site-main::after{margin-top:12%;background-size:7200px auto}}body:not(.recruit).about .site-main::after{background-image:url(../../assets/images/img_bk_lines1_4.png)}body.recruit.page-child .sec.sec__page .sec__header-txt.fs_24-20-24-18-1200{--markerRGB: 255 220 220;--markerH: 40%;--markerAlpha: 1;width:-moz-fit-content;width:fit-content;padding:.05em 0;background-image:linear-gradient(to top, rgb(var(--markerRGB)/var(--markerAlpha)) 0 var(--markerH), transparent var(--markerH) 100%)}body.page-id-3622 .sec__header-txt.fs_24-20-24-18-1200{--markerRGB: 222 240 254;--markerH: 40%;--markerAlpha: 1;display:inline;padding:.05em 0;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(to top, rgb(var(--markerRGB)/var(--markerAlpha)) 0 var(--markerH), transparent var(--markerH) 100%)}body.recruit.greeting .secContainer:has(.type_hero)+.secContainer{margin-top:clamp(2em,4vw,5em)}@media screen and (min-width: 782px){body.recruit.greeting{--heroTxtRise: 15%}body.recruit.greeting .type_hero .sec__page{align-items:center}body.recruit.greeting .type_hero .__right{padding-top:0;translate:0 calc(var(--heroTxtRise)*-1)}}body.page-id-3622 .sec.sec__page .__left .inner.max-w-550 .order-2{padding-left:0}body.page-id-3622 .sec.sec__page .__left .inner.max-w-550 .order-2>.box_line_arrow{margin-left:0}body.page-id-3622 .ytWrap{position:relative;padding-top:20px}body.page-id-3622 .ytWrap::after{content:"";position:absolute;top:calc(20px - 2%);right:-2%;bottom:-2%;left:-2%;background:url(../../assets/images/img_ya_line.png) no-repeat center/contain;pointer-events:none;z-index:2}body.recruit.about .secContainer:has(.sec__page)+.secContainer .ribbonTtl{--ribbonTailW: 1.4em;position:relative;border-top-right-radius:0;border-bottom-right-radius:0;transform:translateX(calc(var(--ribbonTailW) / -2))}body.recruit.about .secContainer:has(.sec__page)+.secContainer .ribbonTtl::after{content:"";position:absolute;left:calc(100% - 1px);top:0;height:100%;width:var(--ribbonTailW);background:rgb(var(--ribbonRGB));clip-path:polygon(0 0, 100% 50%, 0 100%)}@media screen and (min-width: 782px){body.recruit.about .secContainer:has(.sec__page)+.secContainer .ribbonTtl{transform:translateX(calc(var(--ribbonTailW) / -2)) translateY(-190%);position:relative;z-index:1}}body.cpa-exam-pass.recruit{--wp--preset--color--tertiary: #45bbc7}body.cpa-exam-pass.recruit .flowList,body.cpa-exam-pass.recruit .reqList,body.cpa-exam-pass.recruit .jobCard,body.cpa-exam-pass.recruit .dutyList{--flowRGB: 69 187 199;--reqRGB: 69 187 199;--jobRGB: 69 187 199;--dutyRGB: 69 187 199}body.cpa-exam-pass.recruit .ribbonTtl{--ribbonRGB: 69 187 199}body.cpa-exam-pass.recruit .entryBtn{--entryRGB: 69 187 199}body.cpa-exam-pass.recruit .entryFormCard{--formRGB: 69 187 199}body.mid-career.recruit{--wp--preset--color--tertiary: #0a3873}body.mid-career.recruit .flowList,body.mid-career.recruit .reqList,body.mid-career.recruit .jobCard,body.mid-career.recruit .dutyList{--flowRGB: 10 56 115;--reqRGB: 10 56 115;--jobRGB: 10 56 115;--dutyRGB: 10 56 115}body.mid-career.recruit .ribbonTtl{--ribbonRGB: 10 56 115}body.mid-career.recruit .entryBtn{--entryRGB: 10 56 115}body.mid-career.recruit .entryFormCard{--formRGB: 10 56 115}body.assistant.recruit{--wp--preset--color--tertiary: #fe7d55}body.assistant.recruit .flowList,body.assistant.recruit .reqList,body.assistant.recruit .jobCard,body.assistant.recruit .dutyList{--flowRGB: 254 125 85;--reqRGB: 254 125 85;--jobRGB: 254 125 85;--dutyRGB: 254 125 85}body.assistant.recruit .ribbonTtl{--ribbonRGB: 254 125 85}body.assistant.recruit .entryBtn{--entryRGB: 254 125 85}body.assistant.recruit .entryFormCard{--formRGB: 254 125 85}.services .sec__header-ttl{font-weight:normal !important}body.recruit.qa .secContainer+.secContainer{margin-top:clamp(2em,4vw,5em)}body.recruit.qa .secContainer:has(.sec__page)+.secContainer{margin-top:clamp(-11em,-9vw,-4em);position:relative;z-index:1}body.recruit.qa .site-main{overflow:clip}body.recruit.office .secContainer+.secContainer{margin-top:clamp(2em,4vw,5em)}body.recruit.office .secContainer:has(.sec__page)+.secContainer{margin-top:clamp(1em,2vw,3em);position:relative;z-index:1}body.recruit.office .site-main{overflow:clip}body:not(.recruit).global .site-main::after,body:not(.recruit).greeting .site-main::after,body:not(.recruit).overview .site-main::after{top:14%;background-image:url(../../assets/images/img_bk_lines1_3.png);height:calc(86% - 50vw)}@media screen and (min-width: 782px){body:not(.recruit).global .site-main::after,body:not(.recruit).greeting .site-main::after,body:not(.recruit).overview .site-main::after{height:calc(86% - 250px)}}body:not(.recruit).global .__left,body:not(.recruit).greeting .__left,body:not(.recruit).overview .__left{padding-top:6.55%}body:not(.recruit).global .__right,body:not(.recruit).greeting .__right,body:not(.recruit).overview .__right{position:relative}@media screen and (min-width: 782px){body:not(.recruit).global .__right:before,body:not(.recruit).greeting .__right:before,body:not(.recruit).overview .__right:before{content:"";display:block;width:110%;aspect-ratio:1/.88;background:url(../../assets/images/img_line_ya.png) no-repeat center;background-size:contain;position:absolute;top:0;right:0;z-index:-1;opacity:.5}}.overview .ovList>div+div{margin-top:2em}.history .historyList dt{font-weight:100;font-size:1.5em}.history .historyList dt .date{font-weight:normal;font-size:.58em;display:inline-block;margin-left:.5em}.history .historyList>div+div{margin-top:.7em}.home .site,.page-template-page_k_template .site,.recruit .site{position:relative;overflow:hidden}.home .heroImageContainer,.page-template-page_k_template .heroImageContainer,.recruit .heroImageContainer{overflow:hidden}.home .heroImageContainer__inner .txtContainer,.page-template-page_k_template .heroImageContainer__inner .txtContainer,.recruit .heroImageContainer__inner .txtContainer{flex:1;position:relative}.home .heroImageContainer__inner .txtContainer .image,.page-template-page_k_template .heroImageContainer__inner .txtContainer .image,.recruit .heroImageContainer__inner .txtContainer .image{width:70%;margin-top:2em}@media screen and (max-width: 781px){.home .heroImageContainer__inner .txtContainer,.page-template-page_k_template .heroImageContainer__inner .txtContainer,.recruit .heroImageContainer__inner .txtContainer{padding-left:var(--wp--style--root--padding-left)}}@media screen and (min-width: 782px){.home .heroImageContainer__inner .txtContainer .image,.page-template-page_k_template .heroImageContainer__inner .txtContainer .image,.recruit .heroImageContainer__inner .txtContainer .image{width:100%;transform:translateY(50%)}}.home .ytWrap,.page-template-page_k_template .ytWrap,.recruit .ytWrap{width:90%;transform:translateX(5%);position:relative;box-sizing:border-box;margin-left:auto}.home .ytWrap #svg,.page-template-page_k_template .ytWrap #svg,.recruit .ytWrap #svg{position:absolute;width:0;height:0}.home .ytWrap #svg path,.home .ytWrap #svg polygon,.page-template-page_k_template .ytWrap #svg path,.page-template-page_k_template .ytWrap #svg polygon,.recruit .ytWrap #svg path,.recruit .ytWrap #svg polygon{transform:scale(0.00125, 0.001428)}@media screen and (min-width: 782px){.home .ytWrap,.page-template-page_k_template .ytWrap,.recruit .ytWrap{transform:translateX(0);width:100%;max-width:650px}}.home .masked-img .swiper-wrapper,.home .masked-img .swiper-slide,.page-template-page_k_template .masked-img .swiper-wrapper,.page-template-page_k_template .masked-img .swiper-slide,.recruit .masked-img .swiper-wrapper,.recruit .masked-img .swiper-slide{min-height:0 !important}@media screen and (max-width: 781px){.home .masked-img:not(.__left_full):not(.__right_full),.page-template-page_k_template .masked-img:not(.__left_full):not(.__right_full),.recruit .masked-img:not(.__left_full):not(.__right_full){width:100%}}body.quality .masked-img:not(.__left_full):not(.__right_full):not(.__l),body.sustainability .masked-img:not(.__left_full):not(.__right_full):not(.__l),body.audit .masked-img:not(.__left_full):not(.__right_full):not(.__l),body.ipo-support .masked-img:not(.__left_full):not(.__right_full):not(.__l),body.internal-control .masked-img:not(.__left_full):not(.__right_full):not(.__l){margin-left:auto;margin-right:0}body.recruit .masked-img:not(.__left_full):not(.__right_full){margin-left:auto;margin-right:calc(var(--wp--style--root--padding-right)*-1)}body.recruit .masked-img:not(.__left_full):not(.__right_full).__l{margin-left:calc(var(--wp--style--root--padding-left)*-1);margin-right:auto}.home .yt_container,.page-template-page_k_template .yt_container,.recruit .yt_container{aspect-ratio:1/.875;position:relative;width:100%;overflow:hidden;clip-path:url(#svgPath);-webkit-clip-path:url(#svgPath)}.home .yt_container .yt_media,.page-template-page_k_template .yt_container .yt_media,.recruit .yt_container .yt_media{position:absolute;left:0;width:100%;top:-15%;height:130%}.home .yt_container #yt,.page-template-page_k_template .yt_container #yt,.recruit .yt_container #yt{position:absolute;top:50%;left:50%;width:177.78%;height:100%;transform:translate(-50%, -50%)}.home .yt_container #poster,.page-template-page_k_template .yt_container #poster,.recruit .yt_container #poster{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;z-index:1}.home .yt_container #poster.off,.page-template-page_k_template .yt_container #poster.off,.recruit .yt_container #poster.off{opacity:0;transition:opacity 1.2s}@media screen and (min-width: 782px){.home .ytWrap{transform:translateX(0);width:50%}}.home .site .sitettl{opacity:0;transform:translate(-50%, 50%);transition:transform .7s .5s,opacity .7s .5s}.home .site.on .sitettl{opacity:1;transform:translate(-50%, 0)}.home .column.imageContainer{overflow:hidden;background-color:#eeebe2}.home .column.imageContainer .para img,.home .column.imageContainer .para_nosp img{transform:scale(1.2)}.home .secContainer{margin-top:3%}.home .secContainer .sec._right .sec__inner{max-width:450px}@media screen and (min-width: 782px){.home .secContainer .sec._right .sec__inner{margin-left:auto}}.home .secContainer .sec.sec__news .newsList{margin-top:3.5em}.home .secContainer .sec.sec__recruit .imageContainer{margin-right:calc(var(--wp--style--root--padding-right)*-0.5)}@media screen and (min-width: 782px){.home .secContainer .sec.sec__recruit .txtContainer{transform:translateY(-30%)}}@media screen and (max-width: 781px){.yt_container.ysp{aspect-ratio:1/1.37}.single.single-user .column1{position:relative;gap:0}.single.single-user .column1 .boxContainer{display:contents}.single.single-user .column1 .boxContainer .box1{order:2}.single.single-user .column1 .boxContainer .box2{order:3}.single.single-user .column1 .boxContainer .box3{order:1}.single.single-user .column1 .boxContainer .box4{order:4}.single.single-user .column2{margin-top:min(20%,100px)}.single.single-user .sec_info .swiper-pagination{top:0 !important}.single.single-user .sec_info.sec_shopinfo .columns{background-color:#e5e1d5}.single.single-user .sec_info.sec_shopinfo .imageContainer{overflow:visible}.home .sec.sec_concept .bg_l::before{display:none}.home .sec.sec_concept .bg_l_b{width:90%;height:65%}.home .sec.sec_concept .column.imageContainer{width:80%;margin-left:auto;transform:translateY(-10%)}}@media screen and (min-width: 782px){.entry-content .swiper-pagination{height:max(40px,18%)}._ln{fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:.5px}.line{position:absolute;fill:none;stroke:#fff;stroke-width:.5;opacity:.15;pointer-events:none}.single:not(.single-news) .entry-content-inner{padding-top:var(--wp--preset--spacing--70)}.single.single-user .pageHeader__container{position:absolute;right:0;top:0;height:100%;max-width:480px;padding:calc(var(--hh) + 1em) 2em 2em;z-index:100;display:flex;flex-direction:column;justify-content:center;background-color:rgba(238,235,226,.7)}.single.single-user .pageHeader__container-txt{font-family:"A+mfCv-TPゴシック EL StdN","Noto Sans JP",sans-serif;font-size:1.125em}.single.single-user .column2{justify-content:space-between}.single.single-user .sec_voice .sec__inner{padding-right:5%}.single.single-user .sec_voice .columns{max-width:1300px}.single.single-user .sec_voice .column.txtContainer{flex:none;flex-basis:45%}.single.single-user .sec_voice .column.txtContainer .txtContainer__inner:before{height:115%;width:140%}.single.single-user .sec_info .columns{max-width:1300px;margin-left:auto;align-items:stretch}.single.single-user .sec_info .column.txtContainer{flex:none;flex-basis:32%}.single.single-user .sec_info .swiper-pagination{position:absolute;height:auto;width:auto;top:auto;bottom:0;justify-content:flex-end;padding:1.5em 1em}.single.single-user .sec_info .bg_l:before{width:180%;transform:translateY(-7%)}.single.single-user .btnContainer .vk_button{justify-content:flex-end}.page.contact,.page.gallery{background-color:#f5f3ee}.page.contact input{margin:0;padding:0;background:none;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.page.contact input[type=submit],.page.contact input[type=button],.page.contact button[type=submit]{background:#fff;border-radius:0;-webkit-box-sizing:content-box;-webkit-appearance:button;-moz-appearance:button;appearance:button;border:none;box-sizing:border-box;cursor:pointer}.page.contact input[type=submit]::-webkit-search-decoration,.page.contact input[type=button]::-webkit-search-decoration,.page.contact button[type=button]::-webkit-search-decoration{display:none}.page.contact input[type=submit]::focus,.page.contact input[type=button]::focus,.page.contact button[type=button]::focus{outline-offset:-2px}.page.contact .smf-item__col--label{min-width:6em}.page.contact .smf-item__col--controls{flex:1}.site-footer__inner{padding-left:0;padding-right:0}.site-footer .columns{padding-top:5%}.site-footer .imageContainer{flex:1 !important}.site-footer .imageContainer img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-o-object-position:left center;object-position:left center}.site-footer .txtContainer{flex-basis:43% !important}.home .sec.sec_concept .columns{display:flex !important}.home .sec.sec_concept .column.txtContainer{flex-basis:43% !important}.home .sec.sec_concept .column.imageContainer{flex:1 !important}.home .sec.sec_concept .column.imageContainer figure{height:100%}.home .sec.sec_concept .column.imageContainer img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.home .sec.sec_news{margin-bottom:0}.home .sec.sec_news .bg_r::before{height:90%;bottom:20%;width:70%}.home .sec.sec_news .sec__inner{padding-right:5%}.home .sec.sec_news .columns{max-width:1300px;padding-top:5%}.home .sec.sec_news .column.imageContainer{flex:1 !important}.home .sec.sec_news .column.imageContainer figure{height:100%}.home .sec.sec_news .column.txtContainer{flex-basis:45% !important}.home .sec.sec_brand .bg_l:before{display:block;width:100%;height:100%;top:auto;bottom:max(40px,18%)}.home .sec.sec_brand .bg_l_b{width:100%;height:100%;top:auto;bottom:max(40px,18%)}.home .sec.sec_brand .column.txtContainer{flex-basis:43% !important}.home .sec.sec_brand .column.imageContainer figure{height:100%}.home .sec.sec_brand .column.imageContainer figure img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.home .sec.sec_brand .swiper-pagination{position:absolute;width:43%;bottom:0;justify-content:flex-end}}@media screen and (min-width: 1024px){.site-footer .txtContainer{flex-basis:440px !important}.home .sec.sec_concept .column.txtContainer{flex-basis:440px !important}.home .sec.sec_brand .column.txtContainer{flex-basis:440px !important}.home .sec.sec_brand .swiper-pagination{width:440px;text-align:right}}@media screen and (min-width: 1300px){.home .sec.sec_news .column.txtContainer{flex-basis:600px !important}.single.single-user .sec_voice .column.txtContainer{flex-basis:600px}.single.single-user .sec_info .column.txtContainer{flex:none;flex-basis:440px}}.recruit .site-header__ttlContainer::after{background-color:#fbfaf6;background-image:linear-gradient(to right, rgba(0, 0, 0, 0.06) 1px, transparent 1px),linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 1px, transparent 1px);background-size:20px 20px,20px 20px;opacity:1}@media screen and (max-width: 781px){.recruit .site-header__ttlContainer::after{background-size:10px 10px,10px 10px}}.recruit .btnHm .bar{background-color:#000}.recruit .btnContainer{text-align:right}.recruit .pageListContainer .sw-next{color:#0a3873;border-color:#0a3873;opacity:.64}@media screen and (max-width: 781px){.recruit .type_hero .__right{padding-right:1em}}.recruit .secContainer .sec.sec__about,.recruit .secContainer .sec.sec__news{min-width:0}.recruit .secContainer .sec.sec__about{padding-top:7%}@media screen and (min-width: 782px){.recruit .secContainer .sec.sec__about{min-width:400px}.recruit .secContainer .sec.sec__recruit{margin-left:max((100% - 1100px)/2,0px)}.recruit .secContainer .sec.sec__recruit .txtContainer{transform:translateY(-15%)}}.featureBox+.featureBox{margin-top:2.4em}.featureBox__ttl{margin:0;font-weight:normal;line-height:1.45}.featureBox__body{margin-top:1.1em;line-height:1.9}.supportList dt,.supportList-item{font-weight:400;margin-top:1em}.supportList dt::before,.supportList-item::before{font-family:"Font Awesome 6 Pro";font-weight:900;content:"";margin-right:.5em;color:#fff}.supportList-item{font-weight:normal}.supportList dd{line-height:1.8}body.new-graduate .sec.sec__page .sec__header{padding-left:0}body.recruit.entry{--entryRibbonRise: 200%;--entryRibbonW: 600px}@media screen and (min-width: 782px){body.recruit.entry .ribbonTtl{width:var(--entryRibbonW);max-width:100%;transform:translateX(calc(var(--ribbonTailW, 1.4em) / -2)) translateY(-7vw) !important;position:relative;z-index:1}}@media screen and (min-width: 1500px){body.recruit.entry .ribbonTtl{transform:translateX(calc(var(--ribbonTailW, 1.4em) / -2)) translateY(calc(var(--entryRibbonRise) * -1)) !important}}.entry-content>.alignfull>.has-global-padding:not(:has(.masked-img)){padding-left:calc(var(--wp--custom--gutter) + var(--wp--preset--spacing--40));padding-right:calc(var(--wp--custom--gutter) + var(--wp--preset--spacing--40))}body.page-id-3276 .entry-content :is(p,dt,dd,li):not([class*=fs_]):not([class*=fsize_]):not(.sec__header-txt){font-size:clamp(.875rem,.76rem + .49vw,1rem)}:is(body.page-id-3923,body.page-id-3921,body.page-id-3919,body.page-id-3792) .sec.sec__page p:not([class*=fs_]):not([class*=fsize_]){font-size:clamp(.875rem,.76rem + .49vw,1rem)}@media screen and (max-width: 781px){.sec__recruit .imageContainer{margin-right:calc(-1*var(--wp--custom--gutter))}.sec__recruit .imageContainer .masked-img{width:100%}}@media screen and (min-width: 782px){body.recruit .sec__rec_news>.secContainer__inner_w{width:100% !important;max-width:none !important}body.recruit .sec__recruit .imageContainer .masked-img:not(.__left_full):not(.__right_full){width:100%;margin-right:calc(-1*(var(--wp--style--root--padding-right) + var(--wp--custom--gutter)))}body.home .secContainer .sec.sec__recruit .imageContainer{margin-right:calc(var(--wp--style--root--padding-right)*-1)}body.home .secContainer .sec.sec__recruit .imageContainer .masked-img{width:100%}}.sec__recruit .imageContainer .masked-img{mask-image:url("../../assets/images/maskArr_stretch.svg");-webkit-mask-image:url("../../assets/images/maskArr_stretch.svg");mask-size:100% 100%;-webkit-mask-size:100% 100%}@media screen and (min-width: 782px){body.page-id-4510 .sec.sec__page>.__left{flex-basis:63% !important}body.page-id-4510 .masked-img.__top.__he6{aspect-ratio:1/.81}body.page-id-4510 .masked-img.__top.__he6.__slide .swiper-slide{aspect-ratio:1/.81}}@media screen and (max-width: 781px){:is(.type_hero,.sec.sec__page) .masked-img{height:81vw !important}:is(.type_hero,.sec.sec__page) .masked-img .eedee-swiper-outer,:is(.type_hero,.sec.sec__page) .masked-img .swiper,:is(.type_hero,.sec.sec__page) .masked-img .swiper-slide{height:81vw !important;min-height:0 !important}}body.single-career .type_hero .masked-img,body.page-id-4510 .masked-img.__top.__he6{width:100%}body.recruit :is(.type_hero,.sec.sec__page) .masked-img{width:calc(100% - 1px)}@media screen and (max-width: 781px){.type_hero .__left{width:100% !important;margin-left:0 !important}body.page-id-4510 .masked-img img{-o-object-position:50% 50% !important;object-position:50% 50% !important}body.page-id-4510 .sec.sec__page .masked-img{height:auto !important;min-height:0 !important;aspect-ratio:1/.81}body.page-id-4510 .sec.sec__page .masked-img .eedee-swiper-outer,body.page-id-4510 .sec.sec__page .masked-img .swiper,body.page-id-4510 .sec.sec__page .masked-img .swiper-wrapper,body.page-id-4510 .sec.sec__page .masked-img .swiper-slide,body.page-id-4510 .sec.sec__page .masked-img .eedee-background-div{height:100% !important;min-height:0 !important}}body.hotline .entry-content,body.hotline-2 .entry-content,body.privacy .entry-content,body.privacy-2 .entry-content{color:#fff;padding-left:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);--legalSectionGap: clamp(1.875rem, 1.3rem + 2.5vw, 3.125rem)}body.hotline .entry-content>*:not(.alignwide):not(.alignfull),body.hotline-2 .entry-content>*:not(.alignwide):not(.alignfull),body.privacy .entry-content>*:not(.alignwide):not(.alignfull),body.privacy-2 .entry-content>*:not(.alignwide):not(.alignfull){max-width:800px}body.hotline .entry-content .page__header,body.hotline-2 .entry-content .page__header,body.privacy .entry-content .page__header,body.privacy-2 .entry-content .page__header{text-align:center;padding-bottom:clamp(1.25rem,.9rem + 1.5vw,2rem);margin-bottom:var(--legalSectionGap)}body.hotline .entry-content .page__header .wp-block-post-title,body.hotline-2 .entry-content .page__header .wp-block-post-title,body.privacy .entry-content .page__header .wp-block-post-title,body.privacy-2 .entry-content .page__header .wp-block-post-title{font-size:clamp(1.125rem,.759rem + 1.56vw,2.125rem);font-weight:normal;line-height:1.4}body.hotline .entry-content>h1.wp-block-heading:first-of-type,body.hotline-2 .entry-content>h1.wp-block-heading:first-of-type,body.privacy .entry-content>h1.wp-block-heading:first-of-type,body.privacy-2 .entry-content>h1.wp-block-heading:first-of-type{text-align:center;padding-bottom:clamp(1.25rem,.9rem + 1.5vw,2rem);margin-bottom:var(--legalSectionGap);font-size:clamp(1.125rem,.759rem + 1.56vw,2.125rem);font-weight:normal;line-height:1.4}body.hotline .entry-content h2.wp-block-heading,body.hotline .entry-content h1.wp-block-heading:not(:first-of-type),body.hotline-2 .entry-content h2.wp-block-heading,body.hotline-2 .entry-content h1.wp-block-heading:not(:first-of-type),body.privacy .entry-content h2.wp-block-heading,body.privacy .entry-content h1.wp-block-heading:not(:first-of-type),body.privacy-2 .entry-content h2.wp-block-heading,body.privacy-2 .entry-content h1.wp-block-heading:not(:first-of-type){position:relative;font-size:clamp(.875rem,.645rem + .98vw,1.125rem);font-weight:normal;line-height:1.6;padding-left:1em;margin-top:var(--legalSectionGap)}body.hotline .entry-content h2.wp-block-heading::before,body.hotline .entry-content h1.wp-block-heading:not(:first-of-type)::before,body.hotline-2 .entry-content h2.wp-block-heading::before,body.hotline-2 .entry-content h1.wp-block-heading:not(:first-of-type)::before,body.privacy .entry-content h2.wp-block-heading::before,body.privacy .entry-content h1.wp-block-heading:not(:first-of-type)::before,body.privacy-2 .entry-content h2.wp-block-heading::before,body.privacy-2 .entry-content h1.wp-block-heading:not(:first-of-type)::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1em;background-color:#fff;border-radius:2px}@media screen and (min-width: 782px){body.hotline .entry-content h2.wp-block-heading,body.hotline .entry-content h1.wp-block-heading:not(:first-of-type),body.hotline-2 .entry-content h2.wp-block-heading,body.hotline-2 .entry-content h1.wp-block-heading:not(:first-of-type),body.privacy .entry-content h2.wp-block-heading,body.privacy .entry-content h1.wp-block-heading:not(:first-of-type),body.privacy-2 .entry-content h2.wp-block-heading,body.privacy-2 .entry-content h1.wp-block-heading:not(:first-of-type){font-size:clamp(1rem,.532rem + .96vw,1.25rem)}}body.hotline .entry-content h2.wp-block-heading:first-of-type,body.hotline .entry-content h1.wp-block-heading:nth-of-type(2),body.hotline-2 .entry-content h2.wp-block-heading:first-of-type,body.hotline-2 .entry-content h1.wp-block-heading:nth-of-type(2),body.privacy .entry-content h2.wp-block-heading:first-of-type,body.privacy .entry-content h1.wp-block-heading:nth-of-type(2),body.privacy-2 .entry-content h2.wp-block-heading:first-of-type,body.privacy-2 .entry-content h1.wp-block-heading:nth-of-type(2){margin-top:0}body.hotline .entry-content p,body.hotline-2 .entry-content p,body.privacy .entry-content p,body.privacy-2 .entry-content p{line-height:1.9;margin-top:1.5em}body.hotline .entry-content ul.wp-block-list,body.hotline-2 .entry-content ul.wp-block-list,body.privacy .entry-content ul.wp-block-list,body.privacy-2 .entry-content ul.wp-block-list{list-style:disc}body.hotline .entry-content ol.wp-block-list,body.hotline-2 .entry-content ol.wp-block-list,body.privacy .entry-content ol.wp-block-list,body.privacy-2 .entry-content ol.wp-block-list{list-style:decimal}body.hotline .entry-content .wp-block-list,body.hotline-2 .entry-content .wp-block-list,body.privacy .entry-content .wp-block-list,body.privacy-2 .entry-content .wp-block-list{margin-top:1em;padding-left:1.4em;line-height:1.9}body.hotline .entry-content .wp-block-list li+li,body.hotline-2 .entry-content .wp-block-list li+li,body.privacy .entry-content .wp-block-list li+li,body.privacy-2 .entry-content .wp-block-list li+li{margin-top:.5em}body.hotline .entry-content .wp-block-list li::marker,body.hotline-2 .entry-content .wp-block-list li::marker,body.privacy .entry-content .wp-block-list li::marker,body.privacy-2 .entry-content .wp-block-list li::marker{color:#fff}body.hotline .entry-content p a,body.hotline .entry-content .wp-block-list a,body.hotline-2 .entry-content p a,body.hotline-2 .entry-content .wp-block-list a,body.privacy .entry-content p a,body.privacy .entry-content .wp-block-list a,body.privacy-2 .entry-content p a,body.privacy-2 .entry-content .wp-block-list a{color:#fff;text-decoration:underline;text-underline-offset:.2em}body.hotline .entry-content p a:hover,body.hotline .entry-content .wp-block-list a:hover,body.hotline-2 .entry-content p a:hover,body.hotline-2 .entry-content .wp-block-list a:hover,body.privacy .entry-content p a:hover,body.privacy .entry-content .wp-block-list a:hover,body.privacy-2 .entry-content p a:hover,body.privacy-2 .entry-content .wp-block-list a:hover{opacity:.7}@media screen and (max-width: 781px){.sec.sec__page .__right .inner .wp-block-image{max-width:90%}}.sec.sec__page .sec__header{padding-top:clamp(.469rem,-0.433rem + 3.846vw,1.875rem)}body.page-id-3622 .sec.sec__page .__left .inner.max-w-550 .order-2>.box_line_arrow{margin-right:0}.recruit .sec__rec_news{padding-left:max(0px,var(--wp--custom--gutter));padding-right:max(0px,var(--wp--custom--gutter))}@media screen and (max-width: 781px){.recruit .sec__rec_news{padding-left:0}}@media screen and (min-width: 782px){.recruit .sec__rec_news{display:flex;flex-direction:column;gap:5.5%}.recruit .secContainer .sec.sec__about{flex-basis:53%}}.btn_arrow_b .ttl_container p{white-space:nowrap !important;width:120%}@media screen and (min-width: 600px){.btn_arrow_b_container{grid-template-columns:repeat(2, minmax(0, 1fr))}}.listContainer-item .ttl_container{padding-left:0}.listContainer-item .ttl_container *{margin-top:0}@media screen and (min-width: 1000px){.listContainer-item .ttl_container{display:flex;gap:1em}}.listContainer-item .btnContainer .btn_arrow{white-space:nowrap !important}.recruit .site-footer .has-global-padding{padding-left:0;padding-right:0}@media screen and (min-width: 782px){.recruit .site-footer .has-global-padding{padding-left:var(--wp--style--root--padding-left);padding-right:var(--wp--style--root--padding-right)}}.recruit .site-footer .has-global-padding .has-global-padding{padding-left:0;padding-right:0}.recruit .whatsContainer{padding-right:var(--wp--style--root--padding-right)}.site-footer figure[class*="max-w-[350px]"]{max-width:min(clamp(175px,47vw,370px),100%)}.entry-content>*.alignfull.has-global-padding,.entry-content>.secContainer.alignfull{margin-left:0;margin-right:0;padding-left:var(--wp--style--root--padding-left);padding-right:var(--wp--style--root--padding-right)}body.inquiry #page{padding-top:calc(var(--hh) + 2% + 4em)}body.inquiry :is(input,select,textarea){color:#183770}body.inquiry .entry-content>p:not(.alignwide):not(.alignfull){max-width:980px;margin-left:auto;margin-right:auto;padding-top:4em;padding-bottom:4em}body.inquiry .smf-form{max-width:980px;margin-left:auto;margin-right:auto;color:#fff}body.inquiry .smf-item{display:flex;align-items:center;gap:1.25em;padding:1em 0}@media screen and (max-width: 781px){body.inquiry .smf-item{flex-direction:column;align-items:stretch;gap:.4em}}body.inquiry .snow-monkey-form[data-screen=confirm] .smf-item{border-bottom:1px solid hsla(0,0%,100%,.25)}body.inquiry .entry-content{padding-left:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40)}body.inquiry .snow-monkey-form[data-screen=complete]{margin-top:clamp(3em,7vw,6em)}body.inquiry .entry-content:has(.snow-monkey-form[data-screen=complete])>p{display:none}body.inquiry .snow-monkey-form[data-screen=confirm] .smf-item.inquiryAddr:has(+.inquiryAddr){border-bottom:0}@media screen and (min-width: 782px){body.inquiry .inquiryRow--top{align-items:flex-start}body.inquiry .inquiryRow--top .smf-item__col--label{padding-top:.45em}}body.inquiry .smf-item.req .smf-item__label__text::after{content:"※必須";margin-left:.6em;font-size:.75em;font-weight:normal;white-space:nowrap}body.inquiry .smf-item__col--label{min-width:0}@media screen and (min-width: 782px){body.inquiry .smf-item__col--label{flex:0 0 165px}}body.inquiry .smf-item__col--controls{flex:1;min-width:0}body.inquiry .smf-item__controls input[type=text],body.inquiry .smf-item__controls input[type=email],body.inquiry .smf-item__controls input[type=tel],body.inquiry .smf-item__controls input[type=url],body.inquiry .smf-item__controls input[type=date],body.inquiry .smf-item__controls select,body.inquiry .smf-item__controls textarea{width:100%}body.inquiry .inquiryAddr--zip .smf-item__controls{display:flex;align-items:center;flex-wrap:wrap;gap:.8em}body.inquiry .inquiryAddr--zip .smf-placeholder{display:flex;align-items:center;gap:.8em;flex:0 1 auto;min-width:0}body.inquiry .inquiryAddr--zip .smf-placeholder::before{content:"〒";flex:0 0 auto}body.inquiry .inquiryAddr--zip .smf-text-control{flex:0 1 12em;min-width:8em}body.inquiry .inquiryAddr--cols .smf-item__controls{display:flex;gap:1em}@media screen and (max-width: 781px){body.inquiry .inquiryAddr--cols .smf-item__controls{flex-direction:column;gap:.4em}}body.inquiry .inquiryAddr--cols .smf-placeholder{display:flex;align-items:center;gap:.6em;min-width:0}body.inquiry .inquiryAddr--cols .smf-placeholder::before{flex:0 0 auto;white-space:nowrap}body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=pref]::before{content:"都道府県"}body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=city]::before{content:"市区町村"}body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=addr]::before{content:"番地"}body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=addr2]::before{content:"建物名・号室"}body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=pref],body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=addr]{flex:0 1 40%}body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=city],body.inquiry .inquiryAddr--cols .smf-placeholder[data-name=addr2]{flex:1 1 0}body.inquiry .inquiryAddr--cols .smf-text-control{display:block;flex:1 1 0;min-width:0}body.inquiry .inquiryZip__btn{flex:0 0 auto;min-width:12em;padding:.5em 1.2em;border:0;background:#595757;color:#fff;font-size:.9em;line-height:1.4;cursor:pointer;transition:opacity .2s}body.inquiry .inquiryZip__btn:hover{opacity:.8}body.inquiry .inquiryZip__btn:disabled{opacity:.5;cursor:default}body.inquiry .inquiryZip__msg{flex:1 0 100%;margin:0;font-size:.85em;color:#c00}body.inquiry .smf-control-description{margin-top:.5em;font-size:.85em;line-height:1.6;color:#fff}body.inquiry .smf-action{margin-top:2em;text-align:center}body.inquiry .smf-button-control__control{min-width:12em;padding:.9em 2em;border:0;background:#0b3774;color:#fff;cursor:pointer;transition:opacity .2s}body.inquiry .smf-button-control__control:hover{opacity:.85}.group.open .group-\[\.open\]\:block {
  display: block;
}.group.open .group-\[\.open\]\:hidden {
  display: none;
}@media (min-width: 640px) {

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

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

  .sm\:text-em-1 {
    font-size: 1em;
  }
}@media (min-width: 782px) {

  .wp\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .wp\:\!mt-0 {
    margin-top: 0px !important;
  }

  .wp\:\!mt-\[20\%\] {
    margin-top: 20% !important;
  }

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

  .wp\:ml-\[-5\%\] {
    margin-left: -5%;
  }

  .wp\:ml-\[5\%\] {
    margin-left: 5%;
  }

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

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

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

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

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

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

  .wp\:mt-\[35\%\] {
    margin-top: 35%;
  }

  .wp\:block {
    display: block;
  }

  .wp\:\!flex {
    display: flex !important;
  }

  .wp\:flex {
    display: flex;
  }

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

  .wp\:\!hidden {
    display: none !important;
  }

  .wp\:hidden {
    display: none;
  }

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

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

  .wp\:w-100p {
    width: 100%;
  }

  .wp\:w-80p {
    width: 80%;
  }

  .wp\:w-90p {
    width: 90%;
  }

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

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

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

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

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

  .wp\:\!min-w-\[13em\] {
    min-width: 13em !important;
  }

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

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

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

  .wp\:\!flex-1 {
    flex: 1 1 0% !important;
  }

  .wp\:\!basis-\[43\%\] {
    flex-basis: 43% !important;
  }

  .wp\:\!basis-\[50\%\] {
    flex-basis: 50% !important;
  }

  .wp\:\!basis-\[55\%\] {
    flex-basis: 55% !important;
  }

  .wp\:\!basis-\[660px\] {
    flex-basis: 660px !important;
  }

  .wp\:basis-\[300px\] {
    flex-basis: 300px;
  }

  .wp\:basis-\[47\%\] {
    flex-basis: 47%;
  }

  .wp\:basis-\[53\%\] {
    flex-basis: 53%;
  }

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

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

  .wp\:grid-cols-\[1fr_30\%\] {
    grid-template-columns: 1fr 30%;
  }

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

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

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

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

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

  .wp\:gap-12 {
    gap: 3rem;
  }

  .wp\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .wp\:pl-\[10\%\] {
    padding-left: 10%;
  }

  .wp\:pl-\[12\%\] {
    padding-left: 12%;
  }

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

  .wp\:pl-\[5\%\] {
    padding-left: 5%;
  }

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

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

  .wp\:pt-\[35\%\] {
    padding-top: 35%;
  }

  .wp\:pt-\[5\%\] {
    padding-top: 5%;
  }

  .wp\:\!text-center {
    text-align: center !important;
  }

  .wp\:\!text-right {
    text-align: right !important;
  }

  .wp\:font-bold {
    font-weight: 700;
  }

  .wp\:font-medium {
    font-weight: 500;
  }

  .wp\:font-normal {
    font-weight: 400;
  }

  .wp\:font-semibold {
    font-weight: 600;
  }
}@media (min-width: 1100px) {

  .lg\:\!basis-\[440px\] {
    flex-basis: 440px !important;
  }
}@media (min-width: 1300px) {

  .maxw\:\!basis-\[660px\] {
    flex-basis: 660px !important;
  }
}@media (max-width: 781px) {

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

  .max-wp\:\!ml-0 {
    margin-left: 0px !important;
  }

  .max-wp\:\!ml-auto {
    margin-left: auto !important;
  }

  .max-wp\:\!mr-0 {
    margin-right: 0px !important;
  }

  .max-wp\:\!mr-auto {
    margin-right: auto !important;
  }

  .max-wp\:ml-auto {
    margin-left: auto;
  }

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

  .max-wp\:h-auto {
    height: auto;
  }

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

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

  .max-wp\:\!pr-0 {
    padding-right: 0px !important;
  }

  .max-wp\:font-bold {
    font-weight: 700;
  }

  .max-wp\:font-medium {
    font-weight: 500;
  }

  .max-wp\:font-normal {
    font-weight: 400;
  }

  .max-wp\:font-semibold {
    font-weight: 600;
  }
}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}

/*# sourceMappingURL=site.css.map*/