/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden=%27true%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 10 6%27%3e %3cpath stroke=%27%236B7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m1 1 4 4 4-4%27/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

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

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

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

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

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

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden=%27true%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 12%27%3e %3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M1 5.917 5.724 10.5 15 1.5%27/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

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

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden=%27true%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 12%27%3e %3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M1 5.917 5.724 10.5 15 1.5%27/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

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

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

*, ::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(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.end-2 {
  inset-inline-end: 0.5rem;
}
.end-2\.5 {
  inset-inline-end: 0.625rem;
}
.end-24 {
  inset-inline-end: 6rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-4 {
  right: 1rem;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-start-5 {
  grid-column-start: 5;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-2 {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.me-3 {
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}
.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-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ms-2 {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.ms-3 {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}
.ms-auto {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[96px\] {
  min-height: 96px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-1\/6 {
  flex-basis: 16.666667%;
}
.basis-5\/6 {
  flex-basis: 83.333333%;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none {
  transform: none;
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

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

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.place-self-end {
  place-self: end;
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(164 202 254 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(188 240 218 / var(--tw-border-opacity));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(132 225 188 / var(--tw-border-opacity));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(49 196 141 / var(--tw-border-opacity));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(241 126 184 / var(--tw-border-opacity));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(202 191 253 / var(--tw-border-opacity));
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(172 148 250 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.border-red-600\/50 {
  border-color: rgb(224 36 36 / 0.5);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(200 30 30 / var(--tw-border-opacity));
}
.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(250 202 21 / var(--tw-border-opacity));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(227 160 8 / var(--tw-border-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(225 239 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(225 239 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(225 239 254 / 1);
}
.bg-blue-100\/20 {
  background-color: rgb(225 239 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(225 239 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(225 239 254 / 0.3);
}
.bg-blue-100\/40 {
  background-color: rgb(225 239 254 / 0.4);
}
.bg-blue-100\/5 {
  background-color: rgb(225 239 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(225 239 254 / 0.5);
}
.bg-blue-100\/60 {
  background-color: rgb(225 239 254 / 0.6);
}
.bg-blue-100\/70 {
  background-color: rgb(225 239 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(225 239 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(225 239 254 / 0.8);
}
.bg-blue-100\/90 {
  background-color: rgb(225 239 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(225 239 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(35 56 118 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(35 56 118 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(35 56 118 / 1);
}
.bg-blue-900\/20 {
  background-color: rgb(35 56 118 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(35 56 118 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(35 56 118 / 0.3);
}
.bg-blue-900\/40 {
  background-color: rgb(35 56 118 / 0.4);
}
.bg-blue-900\/5 {
  background-color: rgb(35 56 118 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(35 56 118 / 0.5);
}
.bg-blue-900\/60 {
  background-color: rgb(35 56 118 / 0.6);
}
.bg-blue-900\/70 {
  background-color: rgb(35 56 118 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(35 56 118 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(35 56 118 / 0.8);
}
.bg-blue-900\/90 {
  background-color: rgb(35 56 118 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(35 56 118 / 0.95);
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(222 247 236 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(222 247 236 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(222 247 236 / 1);
}
.bg-green-100\/20 {
  background-color: rgb(222 247 236 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(222 247 236 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(222 247 236 / 0.3);
}
.bg-green-100\/40 {
  background-color: rgb(222 247 236 / 0.4);
}
.bg-green-100\/5 {
  background-color: rgb(222 247 236 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(222 247 236 / 0.5);
}
.bg-green-100\/60 {
  background-color: rgb(222 247 236 / 0.6);
}
.bg-green-100\/70 {
  background-color: rgb(222 247 236 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(222 247 236 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(222 247 236 / 0.8);
}
.bg-green-100\/90 {
  background-color: rgb(222 247 236 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(222 247 236 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 240 218 / var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 196 141 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity));
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity));
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 71 55 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(1 71 55 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(1 71 55 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(1 71 55 / 1);
}
.bg-green-900\/20 {
  background-color: rgb(1 71 55 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(1 71 55 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(1 71 55 / 0.3);
}
.bg-green-900\/40 {
  background-color: rgb(1 71 55 / 0.4);
}
.bg-green-900\/5 {
  background-color: rgb(1 71 55 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(1 71 55 / 0.5);
}
.bg-green-900\/60 {
  background-color: rgb(1 71 55 / 0.6);
}
.bg-green-900\/70 {
  background-color: rgb(1 71 55 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(1 71 55 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(1 71 55 / 0.8);
}
.bg-green-900\/90 {
  background-color: rgb(1 71 55 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(1 71 55 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0 {
  background-color: rgb(229 237 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(229 237 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(229 237 255 / 1);
}
.bg-indigo-100\/20 {
  background-color: rgb(229 237 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(229 237 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(229 237 255 / 0.3);
}
.bg-indigo-100\/40 {
  background-color: rgb(229 237 255 / 0.4);
}
.bg-indigo-100\/5 {
  background-color: rgb(229 237 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(229 237 255 / 0.5);
}
.bg-indigo-100\/60 {
  background-color: rgb(229 237 255 / 0.6);
}
.bg-indigo-100\/70 {
  background-color: rgb(229 237 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(229 237 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(229 237 255 / 0.8);
}
.bg-indigo-100\/90 {
  background-color: rgb(229 237 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(229 237 255 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity));
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 47 120 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0 {
  background-color: rgb(54 47 120 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(54 47 120 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(54 47 120 / 1);
}
.bg-indigo-900\/20 {
  background-color: rgb(54 47 120 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(54 47 120 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(54 47 120 / 0.3);
}
.bg-indigo-900\/40 {
  background-color: rgb(54 47 120 / 0.4);
}
.bg-indigo-900\/5 {
  background-color: rgb(54 47 120 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(54 47 120 / 0.5);
}
.bg-indigo-900\/60 {
  background-color: rgb(54 47 120 / 0.6);
}
.bg-indigo-900\/70 {
  background-color: rgb(54 47 120 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(54 47 120 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(54 47 120 / 0.8);
}
.bg-indigo-900\/90 {
  background-color: rgb(54 47 120 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(54 47 120 / 0.95);
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 220 / var(--tw-bg-opacity));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 232 243 / var(--tw-bg-opacity));
}
.bg-pink-100\/0 {
  background-color: rgb(252 232 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 232 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 232 243 / 1);
}
.bg-pink-100\/20 {
  background-color: rgb(252 232 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 232 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 232 243 / 0.3);
}
.bg-pink-100\/40 {
  background-color: rgb(252 232 243 / 0.4);
}
.bg-pink-100\/5 {
  background-color: rgb(252 232 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 232 243 / 0.5);
}
.bg-pink-100\/60 {
  background-color: rgb(252 232 243 / 0.6);
}
.bg-pink-100\/70 {
  background-color: rgb(252 232 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 232 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 232 243 / 0.8);
}
.bg-pink-100\/90 {
  background-color: rgb(252 232 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 232 243 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 31 105 / var(--tw-bg-opacity));
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 26 61 / var(--tw-bg-opacity));
}
.bg-pink-900\/0 {
  background-color: rgb(117 26 61 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(117 26 61 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(117 26 61 / 1);
}
.bg-pink-900\/20 {
  background-color: rgb(117 26 61 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(117 26 61 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(117 26 61 / 0.3);
}
.bg-pink-900\/40 {
  background-color: rgb(117 26 61 / 0.4);
}
.bg-pink-900\/5 {
  background-color: rgb(117 26 61 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(117 26 61 / 0.5);
}
.bg-pink-900\/60 {
  background-color: rgb(117 26 61 / 0.6);
}
.bg-pink-900\/70 {
  background-color: rgb(117 26 61 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(117 26 61 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(117 26 61 / 0.8);
}
.bg-pink-900\/90 {
  background-color: rgb(117 26 61 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(117 26 61 / 0.95);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 254 / var(--tw-bg-opacity));
}
.bg-purple-100\/0 {
  background-color: rgb(237 235 254 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(237 235 254 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(237 235 254 / 1);
}
.bg-purple-100\/20 {
  background-color: rgb(237 235 254 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(237 235 254 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(237 235 254 / 0.3);
}
.bg-purple-100\/40 {
  background-color: rgb(237 235 254 / 0.4);
}
.bg-purple-100\/5 {
  background-color: rgb(237 235 254 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(237 235 254 / 0.5);
}
.bg-purple-100\/60 {
  background-color: rgb(237 235 254 / 0.6);
}
.bg-purple-100\/70 {
  background-color: rgb(237 235 254 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(237 235 254 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(237 235 254 / 0.8);
}
.bg-purple-100\/90 {
  background-color: rgb(237 235 254 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(237 235 254 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 58 242 / var(--tw-bg-opacity));
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 29 150 / var(--tw-bg-opacity));
}
.bg-purple-900\/0 {
  background-color: rgb(74 29 150 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(74 29 150 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(74 29 150 / 1);
}
.bg-purple-900\/20 {
  background-color: rgb(74 29 150 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(74 29 150 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(74 29 150 / 0.3);
}
.bg-purple-900\/40 {
  background-color: rgb(74 29 150 / 0.4);
}
.bg-purple-900\/5 {
  background-color: rgb(74 29 150 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(74 29 150 / 0.5);
}
.bg-purple-900\/60 {
  background-color: rgb(74 29 150 / 0.6);
}
.bg-purple-900\/70 {
  background-color: rgb(74 29 150 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(74 29 150 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(74 29 150 / 0.8);
}
.bg-purple-900\/90 {
  background-color: rgb(74 29 150 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(74 29 150 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(253 232 232 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(253 232 232 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(253 232 232 / 1);
}
.bg-red-100\/20 {
  background-color: rgb(253 232 232 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(253 232 232 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(253 232 232 / 0.3);
}
.bg-red-100\/40 {
  background-color: rgb(253 232 232 / 0.4);
}
.bg-red-100\/5 {
  background-color: rgb(253 232 232 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(253 232 232 / 0.5);
}
.bg-red-100\/60 {
  background-color: rgb(253 232 232 / 0.6);
}
.bg-red-100\/70 {
  background-color: rgb(253 232 232 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(253 232 232 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(253 232 232 / 0.8);
}
.bg-red-100\/90 {
  background-color: rgb(253 232 232 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(253 232 232 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 128 128 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(119 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(119 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(119 29 29 / 1);
}
.bg-red-900\/20 {
  background-color: rgb(119 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(119 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(119 29 29 / 0.3);
}
.bg-red-900\/40 {
  background-color: rgb(119 29 29 / 0.4);
}
.bg-red-900\/5 {
  background-color: rgb(119 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(119 29 29 / 0.5);
}
.bg-red-900\/60 {
  background-color: rgb(119 29 29 / 0.6);
}
.bg-red-900\/70 {
  background-color: rgb(119 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(119 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(119 29 29 / 0.8);
}
.bg-red-900\/90 {
  background-color: rgb(119 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(119 29 29 / 0.95);
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0 {
  background-color: rgb(253 246 178 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(253 246 178 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(253 246 178 / 1);
}
.bg-yellow-100\/20 {
  background-color: rgb(253 246 178 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(253 246 178 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(253 246 178 / 0.3);
}
.bg-yellow-100\/40 {
  background-color: rgb(253 246 178 / 0.4);
}
.bg-yellow-100\/5 {
  background-color: rgb(253 246 178 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(253 246 178 / 0.5);
}
.bg-yellow-100\/60 {
  background-color: rgb(253 246 178 / 0.6);
}
.bg-yellow-100\/70 {
  background-color: rgb(253 246 178 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(253 246 178 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(253 246 178 / 0.8);
}
.bg-yellow-100\/90 {
  background-color: rgb(253 246 178 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(253 246 178 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 202 21 / var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 160 8 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 234 / var(--tw-bg-opacity));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 88 10 / var(--tw-bg-opacity));
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 49 18 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0 {
  background-color: rgb(99 49 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(99 49 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(99 49 18 / 1);
}
.bg-yellow-900\/20 {
  background-color: rgb(99 49 18 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(99 49 18 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(99 49 18 / 0.3);
}
.bg-yellow-900\/40 {
  background-color: rgb(99 49 18 / 0.4);
}
.bg-yellow-900\/5 {
  background-color: rgb(99 49 18 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(99 49 18 / 0.5);
}
.bg-yellow-900\/60 {
  background-color: rgb(99 49 18 / 0.6);
}
.bg-yellow-900\/70 {
  background-color: rgb(99 49 18 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(99 49 18 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(99 49 18 / 0.8);
}
.bg-yellow-900\/90 {
  background-color: rgb(99 49 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(99 49 18 / 0.95);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-500 {
  --tw-gradient-from: #3F83F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-400 {
  --tw-gradient-from: #FF8A4C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 138 76 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600 {
  --tw-gradient-from: #D61F69 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-green-500 {
  --tw-gradient-to: #0E9F6E var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #FF8A4C var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #E74694 var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-blue-600 {
  fill: #1C64F2;
}
.stroke-2 {
  stroke-width: 2;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.ps-10 {
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
}
.ps-3 {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(164 202 254 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(164 202 254 / 0);
}
.text-blue-300\/10 {
  color: rgb(164 202 254 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(164 202 254 / 1);
}
.text-blue-300\/20 {
  color: rgb(164 202 254 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(164 202 254 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(164 202 254 / 0.3);
}
.text-blue-300\/40 {
  color: rgb(164 202 254 / 0.4);
}
.text-blue-300\/5 {
  color: rgb(164 202 254 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(164 202 254 / 0.5);
}
.text-blue-300\/60 {
  color: rgb(164 202 254 / 0.6);
}
.text-blue-300\/70 {
  color: rgb(164 202 254 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(164 202 254 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(164 202 254 / 0.8);
}
.text-blue-300\/90 {
  color: rgb(164 202 254 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(164 202 254 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(235 245 255 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity));
}
.text-blue-800\/0 {
  color: rgb(30 66 159 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 66 159 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 66 159 / 1);
}
.text-blue-800\/20 {
  color: rgb(30 66 159 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 66 159 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 66 159 / 0.3);
}
.text-blue-800\/40 {
  color: rgb(30 66 159 / 0.4);
}
.text-blue-800\/5 {
  color: rgb(30 66 159 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 66 159 / 0.5);
}
.text-blue-800\/60 {
  color: rgb(30 66 159 / 0.6);
}
.text-blue-800\/70 {
  color: rgb(30 66 159 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 66 159 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 66 159 / 0.8);
}
.text-blue-800\/90 {
  color: rgb(30 66 159 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 66 159 / 0.95);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.text-cyan-300\/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\/40 {
  color: rgb(103 232 249 / 0.4);
}
.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\/60 {
  color: rgb(103 232 249 / 0.6);
}
.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\/90 {
  color: rgb(103 232 249 / 0.9);
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.text-cyan-800\/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\/40 {
  color: rgb(21 94 117 / 0.4);
}
.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\/60 {
  color: rgb(21 94 117 / 0.6);
}
.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\/90 {
  color: rgb(21 94 117 / 0.9);
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-emerald-300\/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\/40 {
  color: rgb(110 231 183 / 0.4);
}
.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\/60 {
  color: rgb(110 231 183 / 0.6);
}
.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\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-emerald-800\/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\/40 {
  color: rgb(6 95 70 / 0.4);
}
.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\/60 {
  color: rgb(6 95 70 / 0.6);
}
.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\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.text-fuchsia-300\/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\/40 {
  color: rgb(240 171 252 / 0.4);
}
.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\/60 {
  color: rgb(240 171 252 / 0.6);
}
.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\/90 {
  color: rgb(240 171 252 / 0.9);
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.text-fuchsia-800\/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\/40 {
  color: rgb(134 25 143 / 0.4);
}
.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\/60 {
  color: rgb(134 25 143 / 0.6);
}
.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\/90 {
  color: rgb(134 25 143 / 0.9);
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(132 225 188 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(132 225 188 / 0);
}
.text-green-300\/10 {
  color: rgb(132 225 188 / 0.1);
}
.text-green-300\/100 {
  color: rgb(132 225 188 / 1);
}
.text-green-300\/20 {
  color: rgb(132 225 188 / 0.2);
}
.text-green-300\/25 {
  color: rgb(132 225 188 / 0.25);
}
.text-green-300\/30 {
  color: rgb(132 225 188 / 0.3);
}
.text-green-300\/40 {
  color: rgb(132 225 188 / 0.4);
}
.text-green-300\/5 {
  color: rgb(132 225 188 / 0.05);
}
.text-green-300\/50 {
  color: rgb(132 225 188 / 0.5);
}
.text-green-300\/60 {
  color: rgb(132 225 188 / 0.6);
}
.text-green-300\/70 {
  color: rgb(132 225 188 / 0.7);
}
.text-green-300\/75 {
  color: rgb(132 225 188 / 0.75);
}
.text-green-300\/80 {
  color: rgb(132 225 188 / 0.8);
}
.text-green-300\/90 {
  color: rgb(132 225 188 / 0.9);
}
.text-green-300\/95 {
  color: rgb(132 225 188 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(243 250 247 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(14 159 110 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 108 78 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(3 84 63 / 0);
}
.text-green-800\/10 {
  color: rgb(3 84 63 / 0.1);
}
.text-green-800\/100 {
  color: rgb(3 84 63 / 1);
}
.text-green-800\/20 {
  color: rgb(3 84 63 / 0.2);
}
.text-green-800\/25 {
  color: rgb(3 84 63 / 0.25);
}
.text-green-800\/30 {
  color: rgb(3 84 63 / 0.3);
}
.text-green-800\/40 {
  color: rgb(3 84 63 / 0.4);
}
.text-green-800\/5 {
  color: rgb(3 84 63 / 0.05);
}
.text-green-800\/50 {
  color: rgb(3 84 63 / 0.5);
}
.text-green-800\/60 {
  color: rgb(3 84 63 / 0.6);
}
.text-green-800\/70 {
  color: rgb(3 84 63 / 0.7);
}
.text-green-800\/75 {
  color: rgb(3 84 63 / 0.75);
}
.text-green-800\/80 {
  color: rgb(3 84 63 / 0.8);
}
.text-green-800\/90 {
  color: rgb(3 84 63 / 0.9);
}
.text-green-800\/95 {
  color: rgb(3 84 63 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(180 198 252 / var(--tw-text-opacity));
}
.text-indigo-300\/0 {
  color: rgb(180 198 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(180 198 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(180 198 252 / 1);
}
.text-indigo-300\/20 {
  color: rgb(180 198 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(180 198 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(180 198 252 / 0.3);
}
.text-indigo-300\/40 {
  color: rgb(180 198 252 / 0.4);
}
.text-indigo-300\/5 {
  color: rgb(180 198 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(180 198 252 / 0.5);
}
.text-indigo-300\/60 {
  color: rgb(180 198 252 / 0.6);
}
.text-indigo-300\/70 {
  color: rgb(180 198 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(180 198 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(180 198 252 / 0.8);
}
.text-indigo-300\/90 {
  color: rgb(180 198 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(180 198 252 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(66 56 157 / var(--tw-text-opacity));
}
.text-indigo-800\/0 {
  color: rgb(66 56 157 / 0);
}
.text-indigo-800\/10 {
  color: rgb(66 56 157 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(66 56 157 / 1);
}
.text-indigo-800\/20 {
  color: rgb(66 56 157 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(66 56 157 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(66 56 157 / 0.3);
}
.text-indigo-800\/40 {
  color: rgb(66 56 157 / 0.4);
}
.text-indigo-800\/5 {
  color: rgb(66 56 157 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(66 56 157 / 0.5);
}
.text-indigo-800\/60 {
  color: rgb(66 56 157 / 0.6);
}
.text-indigo-800\/70 {
  color: rgb(66 56 157 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(66 56 157 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(66 56 157 / 0.8);
}
.text-indigo-800\/90 {
  color: rgb(66 56 157 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(66 56 157 / 0.95);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/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\/40 {
  color: rgb(190 242 100 / 0.4);
}
.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\/60 {
  color: rgb(190 242 100 / 0.6);
}
.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\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/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\/40 {
  color: rgb(63 98 18 / 0.4);
}
.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\/60 {
  color: rgb(63 98 18 / 0.6);
}
.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\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(138 44 13 / var(--tw-text-opacity));
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(248 180 217 / var(--tw-text-opacity));
}
.text-pink-300\/0 {
  color: rgb(248 180 217 / 0);
}
.text-pink-300\/10 {
  color: rgb(248 180 217 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(248 180 217 / 1);
}
.text-pink-300\/20 {
  color: rgb(248 180 217 / 0.2);
}
.text-pink-300\/25 {
  color: rgb(248 180 217 / 0.25);
}
.text-pink-300\/30 {
  color: rgb(248 180 217 / 0.3);
}
.text-pink-300\/40 {
  color: rgb(248 180 217 / 0.4);
}
.text-pink-300\/5 {
  color: rgb(248 180 217 / 0.05);
}
.text-pink-300\/50 {
  color: rgb(248 180 217 / 0.5);
}
.text-pink-300\/60 {
  color: rgb(248 180 217 / 0.6);
}
.text-pink-300\/70 {
  color: rgb(248 180 217 / 0.7);
}
.text-pink-300\/75 {
  color: rgb(248 180 217 / 0.75);
}
.text-pink-300\/80 {
  color: rgb(248 180 217 / 0.8);
}
.text-pink-300\/90 {
  color: rgb(248 180 217 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(248 180 217 / 0.95);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(153 21 75 / var(--tw-text-opacity));
}
.text-pink-800\/0 {
  color: rgb(153 21 75 / 0);
}
.text-pink-800\/10 {
  color: rgb(153 21 75 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(153 21 75 / 1);
}
.text-pink-800\/20 {
  color: rgb(153 21 75 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(153 21 75 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(153 21 75 / 0.3);
}
.text-pink-800\/40 {
  color: rgb(153 21 75 / 0.4);
}
.text-pink-800\/5 {
  color: rgb(153 21 75 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(153 21 75 / 0.5);
}
.text-pink-800\/60 {
  color: rgb(153 21 75 / 0.6);
}
.text-pink-800\/70 {
  color: rgb(153 21 75 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(153 21 75 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(153 21 75 / 0.8);
}
.text-pink-800\/90 {
  color: rgb(153 21 75 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(153 21 75 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(202 191 253 / var(--tw-text-opacity));
}
.text-purple-300\/0 {
  color: rgb(202 191 253 / 0);
}
.text-purple-300\/10 {
  color: rgb(202 191 253 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(202 191 253 / 1);
}
.text-purple-300\/20 {
  color: rgb(202 191 253 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(202 191 253 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(202 191 253 / 0.3);
}
.text-purple-300\/40 {
  color: rgb(202 191 253 / 0.4);
}
.text-purple-300\/5 {
  color: rgb(202 191 253 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(202 191 253 / 0.5);
}
.text-purple-300\/60 {
  color: rgb(202 191 253 / 0.6);
}
.text-purple-300\/70 {
  color: rgb(202 191 253 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(202 191 253 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(202 191 253 / 0.8);
}
.text-purple-300\/90 {
  color: rgb(202 191 253 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(202 191 253 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(85 33 181 / var(--tw-text-opacity));
}
.text-purple-800\/0 {
  color: rgb(85 33 181 / 0);
}
.text-purple-800\/10 {
  color: rgb(85 33 181 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(85 33 181 / 1);
}
.text-purple-800\/20 {
  color: rgb(85 33 181 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(85 33 181 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(85 33 181 / 0.3);
}
.text-purple-800\/40 {
  color: rgb(85 33 181 / 0.4);
}
.text-purple-800\/5 {
  color: rgb(85 33 181 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(85 33 181 / 0.5);
}
.text-purple-800\/60 {
  color: rgb(85 33 181 / 0.6);
}
.text-purple-800\/70 {
  color: rgb(85 33 181 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(85 33 181 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(85 33 181 / 0.8);
}
.text-purple-800\/90 {
  color: rgb(85 33 181 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(85 33 181 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(248 180 180 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(248 180 180 / 0);
}
.text-red-300\/10 {
  color: rgb(248 180 180 / 0.1);
}
.text-red-300\/100 {
  color: rgb(248 180 180 / 1);
}
.text-red-300\/20 {
  color: rgb(248 180 180 / 0.2);
}
.text-red-300\/25 {
  color: rgb(248 180 180 / 0.25);
}
.text-red-300\/30 {
  color: rgb(248 180 180 / 0.3);
}
.text-red-300\/40 {
  color: rgb(248 180 180 / 0.4);
}
.text-red-300\/5 {
  color: rgb(248 180 180 / 0.05);
}
.text-red-300\/50 {
  color: rgb(248 180 180 / 0.5);
}
.text-red-300\/60 {
  color: rgb(248 180 180 / 0.6);
}
.text-red-300\/70 {
  color: rgb(248 180 180 / 0.7);
}
.text-red-300\/75 {
  color: rgb(248 180 180 / 0.75);
}
.text-red-300\/80 {
  color: rgb(248 180 180 / 0.8);
}
.text-red-300\/90 {
  color: rgb(248 180 180 / 0.9);
}
.text-red-300\/95 {
  color: rgb(248 180 180 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(155 28 28 / 0);
}
.text-red-800\/10 {
  color: rgb(155 28 28 / 0.1);
}
.text-red-800\/100 {
  color: rgb(155 28 28 / 1);
}
.text-red-800\/20 {
  color: rgb(155 28 28 / 0.2);
}
.text-red-800\/25 {
  color: rgb(155 28 28 / 0.25);
}
.text-red-800\/30 {
  color: rgb(155 28 28 / 0.3);
}
.text-red-800\/40 {
  color: rgb(155 28 28 / 0.4);
}
.text-red-800\/5 {
  color: rgb(155 28 28 / 0.05);
}
.text-red-800\/50 {
  color: rgb(155 28 28 / 0.5);
}
.text-red-800\/60 {
  color: rgb(155 28 28 / 0.6);
}
.text-red-800\/70 {
  color: rgb(155 28 28 / 0.7);
}
.text-red-800\/75 {
  color: rgb(155 28 28 / 0.75);
}
.text-red-800\/80 {
  color: rgb(155 28 28 / 0.8);
}
.text-red-800\/90 {
  color: rgb(155 28 28 / 0.9);
}
.text-red-800\/95 {
  color: rgb(155 28 28 / 0.95);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}
.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}
.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}
.text-rose-300\/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\/40 {
  color: rgb(253 164 175 / 0.4);
}
.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\/60 {
  color: rgb(253 164 175 / 0.6);
}
.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\/90 {
  color: rgb(253 164 175 / 0.9);
}
.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}
.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}
.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}
.text-rose-800\/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\/40 {
  color: rgb(159 18 57 / 0.4);
}
.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\/60 {
  color: rgb(159 18 57 / 0.6);
}
.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\/90 {
  color: rgb(159 18 57 / 0.9);
}
.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/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\/40 {
  color: rgb(125 211 252 / 0.4);
}
.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\/60 {
  color: rgb(125 211 252 / 0.6);
}
.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\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/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\/40 {
  color: rgb(7 89 133 / 0.4);
}
.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\/60 {
  color: rgb(7 89 133 / 0.6);
}
.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\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-violet-300\/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\/40 {
  color: rgb(196 181 253 / 0.4);
}
.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\/60 {
  color: rgb(196 181 253 / 0.6);
}
.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\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-violet-800\/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\/40 {
  color: rgb(91 33 182 / 0.4);
}
.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\/60 {
  color: rgb(91 33 182 / 0.6);
}
.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\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(250 202 21 / var(--tw-text-opacity));
}
.text-yellow-300\/0 {
  color: rgb(250 202 21 / 0);
}
.text-yellow-300\/10 {
  color: rgb(250 202 21 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(250 202 21 / 1);
}
.text-yellow-300\/20 {
  color: rgb(250 202 21 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(250 202 21 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(250 202 21 / 0.3);
}
.text-yellow-300\/40 {
  color: rgb(250 202 21 / 0.4);
}
.text-yellow-300\/5 {
  color: rgb(250 202 21 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(250 202 21 / 0.5);
}
.text-yellow-300\/60 {
  color: rgb(250 202 21 / 0.6);
}
.text-yellow-300\/70 {
  color: rgb(250 202 21 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(250 202 21 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(250 202 21 / 0.8);
}
.text-yellow-300\/90 {
  color: rgb(250 202 21 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(250 202 21 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(142 75 16 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity));
}
.text-yellow-800\/0 {
  color: rgb(114 59 19 / 0);
}
.text-yellow-800\/10 {
  color: rgb(114 59 19 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(114 59 19 / 1);
}
.text-yellow-800\/20 {
  color: rgb(114 59 19 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(114 59 19 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(114 59 19 / 0.3);
}
.text-yellow-800\/40 {
  color: rgb(114 59 19 / 0.4);
}
.text-yellow-800\/5 {
  color: rgb(114 59 19 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(114 59 19 / 0.5);
}
.text-yellow-800\/60 {
  color: rgb(114 59 19 / 0.6);
}
.text-yellow-800\/70 {
  color: rgb(114 59 19 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(114 59 19 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(114 59 19 / 0.8);
}
.text-yellow-800\/90 {
  color: rgb(114 59 19 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(114 59 19 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-red-400 {
  outline-color: #F98080;
}
.outline-yellow-400 {
  outline-color: #E3A008;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}
.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity));
}
.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity));
}
.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}
.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity));
}
.ring-green-600\/20 {
  --tw-ring-color: rgb(5 122 85 / 0.2);
}
.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(104 117 245 / var(--tw-ring-opacity));
}
.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}
.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 70 148 / var(--tw-ring-opacity));
}
.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(144 97 249 / var(--tw-ring-opacity));
}
.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity));
}
.ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}
.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 120 3 / var(--tw-ring-opacity));
}
.ring-yellow-600\/20 {
  --tw-ring-color: rgb(159 88 10 / 0.2);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html {
  scroll-behavior: smooth;
}

/* Changing default marker to an arrow, marker animation on open/close */
summary.custom {
  position: relative;
}

summary.custom::marker {
  content: none;
}

details > summary.custom::before,
details > summary.custom::after {
  content: "";
  display: inline-block;

  --size: 15px;
  --marker-rotate-timing: 150ms;

  background-image: url(406d13b35541f3c79f22.svg);
  background-size: var(--size) var(--size);
  background-repeat: no-repeat;
  width: var(--size);
  height: var(--size);

  position: absolute;
  right: var(--size);
  top: 50%;
  transform: translateY(-50%);
  transition: all var(--marker-rotate-timing);
}

details[open] > summary.custom::before,
details[open] > summary.custom::after {
  transform: rotate(180deg) translateY(50%);
}

.solid-select-container[data-disabled="true"] {
  pointer-events: none;
}
.solid-select-container {
  position: relative;
}
.solid-select-control[data-disabled="true"] {
  background-color: rgb(243, 244, 246);
  border-color: rgb(209, 213, 219);
}
.solid-select-control {
  border-color: rgb(229, 231, 235);
  border-radius: 0.25rem;
  border-width: 1px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  line-height: 1.5;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.solid-select-control[data-multiple="true"][data-has-value="true"] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.solid-select-control:focus-within {
  outline-color: rgb(209, 213, 219);
}
.solid-select-placeholder {
  color: rgb(156, 163, 175);
  grid-column-start: 1;
  grid-row-start: 1;
}
.solid-select-single-value {
  grid-column-start: 1;
  grid-row-start: 1;
}
.solid-select-multi-value {
  background-color: rgb(243, 244, 246);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  font-size: 85%;
  line-height: 1;
  line-height: inherit;
  padding-left: 4px;
  padding-right: 4px;
}
.solid-select-multi-value-remove {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.solid-select-multi-value-remove:hover {
  text-shadow:
    1px 1px 3px rgb(0 0 0 / 29%),
    2px 4px 7px rgb(73 64 125 / 35%);
}
.solid-select-input {
  background-color: transparent;
  border-width: 0px;
  flex: 1 1 0%;
  margin: 0px;
  padding: 0px;
  caret-color: transparent;
  grid-column-start: 1;
  grid-row-start: 1;
  font: inherit;
  outline: none;
}
.solid-select-input:-moz-read-only {
  cursor: default;
}
.solid-select-input:read-only {
  cursor: default;
}
.solid-select-input[data-multiple="true"] {
  caret-color: currentColor;
}
.solid-select-input[data-is-active="true"] {
  caret-color: currentColor;
}
.solid-select-list {
  background-color: white;
  border-radius: 0.125rem;
  margin-top: 0.25rem;
  max-height: 50vh;
  min-width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  overflow-y: auto;
  padding: 0.5rem;
  position: absolute;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 10px 15px -3px rgb(0 0 0/0.1),
    0 4px 6px -4px rgb(0 0 0/0.1);
  white-space: nowrap;
  z-index: 1;
}
.solid-select-option:hover {
  background-color: rgb(229, 231, 235);
}
.solid-select-option[data-focused="true"] {
  background-color: rgb(243, 244, 246);
}
.solid-select-option mark {
  background-color: unset;
  color: unset;
  text-decoration-line: underline;
}
.solid-select-option {
  cursor: default;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-wrap: break-word;
  font-size: 0.875em;
  max-width: 100%;
  white-space: initial;
  word-wrap: break-word;
}
.solid-select-option[data-disabled="true"] {
  pointer-events: none;
  color: rgb(156, 163, 175);
}
.solid-select-list-placeholder {
  cursor: default;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media only screen and (min-width: 768px) {
  .solid-select-option {
    font-size: 1em;
  }
}

/* [popover] {
  bottom: 0;
  opacity: 0;
  transition: all 0.3s allow-discrete;
}

[popover]:popover-open {
  bottom: 10px;
  opacity: 1;
}

@starting-style {
  [popover]:popover-open {
    bottom: 0;
    opacity: 0;
  }
} */

[popover] {
  --padding: 2rem;

  inset: unset;
  left: 0;
  right: 0;

  width: calc(100vw - var(--padding));

  top: -20px;
  opacity: 0;

  transition: all 0.3s allow-discrete;
}

[popover]:popover-open {
  top: 10px;
  opacity: 1;
}

@starting-style {
  [popover]:popover-open {
    inset: unset;
    left: 0;
    right: 0;

    top: -20px;
    opacity: 0;
  }
}

/* Dialog entry/exit animations */

dialog {
  --animation-timing: 0.2s;
  animation: fade-out var(--animation-timing) ease-out;
}

dialog[open] {
  animation: fade-in var(--animation-timing) ease-out;
}

dialog[open]::backdrop {
  animation: backdrop-fade-in var(--animation-timing) ease-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes backdrop-fade-in {
  from {
    background-color: rgb(55 65 81 / 0);
  }

  tp {
    background-color: rgb(55 65 81 / 0.9);
  }
}

.placeholder\:text-slate-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.placeholder\:text-slate-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.backdrop\:bg-gray-700\/90::backdrop {
  background-color: rgb(55 65 81 / 0.9);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:z-\[-5\]::before {
  content: var(--tw-content);
  z-index: -5;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:opacity-50::before {
  content: var(--tw-content);
  opacity: 0.5;
}

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

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-100::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.after\:border-green-100::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(222 247 236 / var(--tw-border-opacity));
}

.after\:border-red-100::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(253 232 232 / var(--tw-border-opacity));
}

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

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.open\:mb-8[open] {
  margin-bottom: 2rem;
}

.focus-within\:border-sky-600\/50:focus-within {
  border-color: rgb(2 132 199 / 0.5);
}

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 63 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 56 157 / var(--tw-bg-opacity));
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 21 75 / var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 33 181 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

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

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 120 3 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 59 19 / var(--tw-bg-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.focus\:border-sky-600\/50:focus {
  border-color: rgb(2 132 199 / 0.5);
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 86 219 / var(--tw-ring-opacity));
}

.focus\:ring-cyan-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity));
}

.focus\:ring-emerald-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 225 188 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 198 252 / var(--tw-ring-opacity));
}

.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 180 217 / var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 191 253 / var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 180 180 / var(--tw-ring-opacity));
}

.focus\:ring-sky-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 202 21 / var(--tw-ring-opacity));
}

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

.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.disabled\:bg-gray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.disabled\:text-blue-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}

.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.disabled\:text-gray-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group[open] .group-open\:rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.group[open] .group-open\:border-b {
  border-bottom-width: 1px;
}

.group[open] .group-open\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.group[open] .group-open\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:disabled .group-disabled\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.group:disabled .group-disabled\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

:is([dir="rtl"] .rtl\:text-right) {
  text-align: right;
}

:is(.dark .dark\:block) {
  display: block;
}

:is(.dark .dark\:hidden) {
  display: none;
}

:is(.dark .dark\:divide-gray-700) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}

:is(.dark .dark\:border-blue-400) {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-blue-800) {
  --tw-border-opacity: 1;
  border-color: rgb(30 66 159 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-cyan-400) {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-emerald-400) {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-fuchsia-400) {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-400) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-500) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-green-400) {
  --tw-border-opacity: 1;
  border-color: rgb(49 196 141 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-green-700) {
  --tw-border-opacity: 1;
  border-color: rgb(4 108 78 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-indigo-400) {
  --tw-border-opacity: 1;
  border-color: rgb(141 162 251 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-lime-400) {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-pink-400) {
  --tw-border-opacity: 1;
  border-color: rgb(241 126 184 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-purple-400) {
  --tw-border-opacity: 1;
  border-color: rgb(172 148 250 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-red-400) {
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-red-400\/50) {
  border-color: rgb(249 128 128 / 0.5);
}

:is(.dark .dark\:border-red-500) {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-sky-400) {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-slate-800) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-transparent) {
  border-color: transparent;
}

:is(.dark .dark\:border-yellow-400) {
  --tw-border-opacity: 1;
  border-color: rgb(227 160 8 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-blue-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-blue-100\/0) {
  background-color: rgb(225 239 254 / 0);
}

:is(.dark .dark\:bg-blue-100\/10) {
  background-color: rgb(225 239 254 / 0.1);
}

:is(.dark .dark\:bg-blue-100\/100) {
  background-color: rgb(225 239 254 / 1);
}

:is(.dark .dark\:bg-blue-100\/20) {
  background-color: rgb(225 239 254 / 0.2);
}

:is(.dark .dark\:bg-blue-100\/25) {
  background-color: rgb(225 239 254 / 0.25);
}

:is(.dark .dark\:bg-blue-100\/30) {
  background-color: rgb(225 239 254 / 0.3);
}

:is(.dark .dark\:bg-blue-100\/40) {
  background-color: rgb(225 239 254 / 0.4);
}

:is(.dark .dark\:bg-blue-100\/5) {
  background-color: rgb(225 239 254 / 0.05);
}

:is(.dark .dark\:bg-blue-100\/50) {
  background-color: rgb(225 239 254 / 0.5);
}

:is(.dark .dark\:bg-blue-100\/60) {
  background-color: rgb(225 239 254 / 0.6);
}

:is(.dark .dark\:bg-blue-100\/70) {
  background-color: rgb(225 239 254 / 0.7);
}

:is(.dark .dark\:bg-blue-100\/75) {
  background-color: rgb(225 239 254 / 0.75);
}

:is(.dark .dark\:bg-blue-100\/80) {
  background-color: rgb(225 239 254 / 0.8);
}

:is(.dark .dark\:bg-blue-100\/90) {
  background-color: rgb(225 239 254 / 0.9);
}

:is(.dark .dark\:bg-blue-100\/95) {
  background-color: rgb(225 239 254 / 0.95);
}

:is(.dark .dark\:bg-blue-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-blue-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-blue-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-blue-900\/0) {
  background-color: rgb(35 56 118 / 0);
}

:is(.dark .dark\:bg-blue-900\/10) {
  background-color: rgb(35 56 118 / 0.1);
}

:is(.dark .dark\:bg-blue-900\/100) {
  background-color: rgb(35 56 118 / 1);
}

:is(.dark .dark\:bg-blue-900\/20) {
  background-color: rgb(35 56 118 / 0.2);
}

:is(.dark .dark\:bg-blue-900\/25) {
  background-color: rgb(35 56 118 / 0.25);
}

:is(.dark .dark\:bg-blue-900\/30) {
  background-color: rgb(35 56 118 / 0.3);
}

:is(.dark .dark\:bg-blue-900\/40) {
  background-color: rgb(35 56 118 / 0.4);
}

:is(.dark .dark\:bg-blue-900\/5) {
  background-color: rgb(35 56 118 / 0.05);
}

:is(.dark .dark\:bg-blue-900\/50) {
  background-color: rgb(35 56 118 / 0.5);
}

:is(.dark .dark\:bg-blue-900\/60) {
  background-color: rgb(35 56 118 / 0.6);
}

:is(.dark .dark\:bg-blue-900\/70) {
  background-color: rgb(35 56 118 / 0.7);
}

:is(.dark .dark\:bg-blue-900\/75) {
  background-color: rgb(35 56 118 / 0.75);
}

:is(.dark .dark\:bg-blue-900\/80) {
  background-color: rgb(35 56 118 / 0.8);
}

:is(.dark .dark\:bg-blue-900\/90) {
  background-color: rgb(35 56 118 / 0.9);
}

:is(.dark .dark\:bg-blue-900\/95) {
  background-color: rgb(35 56 118 / 0.95);
}

:is(.dark .dark\:bg-cyan-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-cyan-100\/0) {
  background-color: rgb(207 250 254 / 0);
}

:is(.dark .dark\:bg-cyan-100\/10) {
  background-color: rgb(207 250 254 / 0.1);
}

:is(.dark .dark\:bg-cyan-100\/100) {
  background-color: rgb(207 250 254 / 1);
}

:is(.dark .dark\:bg-cyan-100\/20) {
  background-color: rgb(207 250 254 / 0.2);
}

:is(.dark .dark\:bg-cyan-100\/25) {
  background-color: rgb(207 250 254 / 0.25);
}

:is(.dark .dark\:bg-cyan-100\/30) {
  background-color: rgb(207 250 254 / 0.3);
}

:is(.dark .dark\:bg-cyan-100\/40) {
  background-color: rgb(207 250 254 / 0.4);
}

:is(.dark .dark\:bg-cyan-100\/5) {
  background-color: rgb(207 250 254 / 0.05);
}

:is(.dark .dark\:bg-cyan-100\/50) {
  background-color: rgb(207 250 254 / 0.5);
}

:is(.dark .dark\:bg-cyan-100\/60) {
  background-color: rgb(207 250 254 / 0.6);
}

:is(.dark .dark\:bg-cyan-100\/70) {
  background-color: rgb(207 250 254 / 0.7);
}

:is(.dark .dark\:bg-cyan-100\/75) {
  background-color: rgb(207 250 254 / 0.75);
}

:is(.dark .dark\:bg-cyan-100\/80) {
  background-color: rgb(207 250 254 / 0.8);
}

:is(.dark .dark\:bg-cyan-100\/90) {
  background-color: rgb(207 250 254 / 0.9);
}

:is(.dark .dark\:bg-cyan-100\/95) {
  background-color: rgb(207 250 254 / 0.95);
}

:is(.dark .dark\:bg-cyan-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-cyan-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-cyan-900\/0) {
  background-color: rgb(22 78 99 / 0);
}

:is(.dark .dark\:bg-cyan-900\/10) {
  background-color: rgb(22 78 99 / 0.1);
}

:is(.dark .dark\:bg-cyan-900\/100) {
  background-color: rgb(22 78 99 / 1);
}

:is(.dark .dark\:bg-cyan-900\/20) {
  background-color: rgb(22 78 99 / 0.2);
}

:is(.dark .dark\:bg-cyan-900\/25) {
  background-color: rgb(22 78 99 / 0.25);
}

:is(.dark .dark\:bg-cyan-900\/30) {
  background-color: rgb(22 78 99 / 0.3);
}

:is(.dark .dark\:bg-cyan-900\/40) {
  background-color: rgb(22 78 99 / 0.4);
}

:is(.dark .dark\:bg-cyan-900\/5) {
  background-color: rgb(22 78 99 / 0.05);
}

:is(.dark .dark\:bg-cyan-900\/50) {
  background-color: rgb(22 78 99 / 0.5);
}

:is(.dark .dark\:bg-cyan-900\/60) {
  background-color: rgb(22 78 99 / 0.6);
}

:is(.dark .dark\:bg-cyan-900\/70) {
  background-color: rgb(22 78 99 / 0.7);
}

:is(.dark .dark\:bg-cyan-900\/75) {
  background-color: rgb(22 78 99 / 0.75);
}

:is(.dark .dark\:bg-cyan-900\/80) {
  background-color: rgb(22 78 99 / 0.8);
}

:is(.dark .dark\:bg-cyan-900\/90) {
  background-color: rgb(22 78 99 / 0.9);
}

:is(.dark .dark\:bg-cyan-900\/95) {
  background-color: rgb(22 78 99 / 0.95);
}

:is(.dark .dark\:bg-emerald-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-emerald-100\/0) {
  background-color: rgb(209 250 229 / 0);
}

:is(.dark .dark\:bg-emerald-100\/10) {
  background-color: rgb(209 250 229 / 0.1);
}

:is(.dark .dark\:bg-emerald-100\/100) {
  background-color: rgb(209 250 229 / 1);
}

:is(.dark .dark\:bg-emerald-100\/20) {
  background-color: rgb(209 250 229 / 0.2);
}

:is(.dark .dark\:bg-emerald-100\/25) {
  background-color: rgb(209 250 229 / 0.25);
}

:is(.dark .dark\:bg-emerald-100\/30) {
  background-color: rgb(209 250 229 / 0.3);
}

:is(.dark .dark\:bg-emerald-100\/40) {
  background-color: rgb(209 250 229 / 0.4);
}

:is(.dark .dark\:bg-emerald-100\/5) {
  background-color: rgb(209 250 229 / 0.05);
}

:is(.dark .dark\:bg-emerald-100\/50) {
  background-color: rgb(209 250 229 / 0.5);
}

:is(.dark .dark\:bg-emerald-100\/60) {
  background-color: rgb(209 250 229 / 0.6);
}

:is(.dark .dark\:bg-emerald-100\/70) {
  background-color: rgb(209 250 229 / 0.7);
}

:is(.dark .dark\:bg-emerald-100\/75) {
  background-color: rgb(209 250 229 / 0.75);
}

:is(.dark .dark\:bg-emerald-100\/80) {
  background-color: rgb(209 250 229 / 0.8);
}

:is(.dark .dark\:bg-emerald-100\/90) {
  background-color: rgb(209 250 229 / 0.9);
}

:is(.dark .dark\:bg-emerald-100\/95) {
  background-color: rgb(209 250 229 / 0.95);
}

:is(.dark .dark\:bg-emerald-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-emerald-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-emerald-900\/0) {
  background-color: rgb(6 78 59 / 0);
}

:is(.dark .dark\:bg-emerald-900\/10) {
  background-color: rgb(6 78 59 / 0.1);
}

:is(.dark .dark\:bg-emerald-900\/100) {
  background-color: rgb(6 78 59 / 1);
}

:is(.dark .dark\:bg-emerald-900\/20) {
  background-color: rgb(6 78 59 / 0.2);
}

:is(.dark .dark\:bg-emerald-900\/25) {
  background-color: rgb(6 78 59 / 0.25);
}

:is(.dark .dark\:bg-emerald-900\/30) {
  background-color: rgb(6 78 59 / 0.3);
}

:is(.dark .dark\:bg-emerald-900\/40) {
  background-color: rgb(6 78 59 / 0.4);
}

:is(.dark .dark\:bg-emerald-900\/5) {
  background-color: rgb(6 78 59 / 0.05);
}

:is(.dark .dark\:bg-emerald-900\/50) {
  background-color: rgb(6 78 59 / 0.5);
}

:is(.dark .dark\:bg-emerald-900\/60) {
  background-color: rgb(6 78 59 / 0.6);
}

:is(.dark .dark\:bg-emerald-900\/70) {
  background-color: rgb(6 78 59 / 0.7);
}

:is(.dark .dark\:bg-emerald-900\/75) {
  background-color: rgb(6 78 59 / 0.75);
}

:is(.dark .dark\:bg-emerald-900\/80) {
  background-color: rgb(6 78 59 / 0.8);
}

:is(.dark .dark\:bg-emerald-900\/90) {
  background-color: rgb(6 78 59 / 0.9);
}

:is(.dark .dark\:bg-emerald-900\/95) {
  background-color: rgb(6 78 59 / 0.95);
}

:is(.dark .dark\:bg-fuchsia-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-fuchsia-100\/0) {
  background-color: rgb(250 232 255 / 0);
}

:is(.dark .dark\:bg-fuchsia-100\/10) {
  background-color: rgb(250 232 255 / 0.1);
}

:is(.dark .dark\:bg-fuchsia-100\/100) {
  background-color: rgb(250 232 255 / 1);
}

:is(.dark .dark\:bg-fuchsia-100\/20) {
  background-color: rgb(250 232 255 / 0.2);
}

:is(.dark .dark\:bg-fuchsia-100\/25) {
  background-color: rgb(250 232 255 / 0.25);
}

:is(.dark .dark\:bg-fuchsia-100\/30) {
  background-color: rgb(250 232 255 / 0.3);
}

:is(.dark .dark\:bg-fuchsia-100\/40) {
  background-color: rgb(250 232 255 / 0.4);
}

:is(.dark .dark\:bg-fuchsia-100\/5) {
  background-color: rgb(250 232 255 / 0.05);
}

:is(.dark .dark\:bg-fuchsia-100\/50) {
  background-color: rgb(250 232 255 / 0.5);
}

:is(.dark .dark\:bg-fuchsia-100\/60) {
  background-color: rgb(250 232 255 / 0.6);
}

:is(.dark .dark\:bg-fuchsia-100\/70) {
  background-color: rgb(250 232 255 / 0.7);
}

:is(.dark .dark\:bg-fuchsia-100\/75) {
  background-color: rgb(250 232 255 / 0.75);
}

:is(.dark .dark\:bg-fuchsia-100\/80) {
  background-color: rgb(250 232 255 / 0.8);
}

:is(.dark .dark\:bg-fuchsia-100\/90) {
  background-color: rgb(250 232 255 / 0.9);
}

:is(.dark .dark\:bg-fuchsia-100\/95) {
  background-color: rgb(250 232 255 / 0.95);
}

:is(.dark .dark\:bg-fuchsia-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-fuchsia-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-fuchsia-900\/0) {
  background-color: rgb(112 26 117 / 0);
}

:is(.dark .dark\:bg-fuchsia-900\/10) {
  background-color: rgb(112 26 117 / 0.1);
}

:is(.dark .dark\:bg-fuchsia-900\/100) {
  background-color: rgb(112 26 117 / 1);
}

:is(.dark .dark\:bg-fuchsia-900\/20) {
  background-color: rgb(112 26 117 / 0.2);
}

:is(.dark .dark\:bg-fuchsia-900\/25) {
  background-color: rgb(112 26 117 / 0.25);
}

:is(.dark .dark\:bg-fuchsia-900\/30) {
  background-color: rgb(112 26 117 / 0.3);
}

:is(.dark .dark\:bg-fuchsia-900\/40) {
  background-color: rgb(112 26 117 / 0.4);
}

:is(.dark .dark\:bg-fuchsia-900\/5) {
  background-color: rgb(112 26 117 / 0.05);
}

:is(.dark .dark\:bg-fuchsia-900\/50) {
  background-color: rgb(112 26 117 / 0.5);
}

:is(.dark .dark\:bg-fuchsia-900\/60) {
  background-color: rgb(112 26 117 / 0.6);
}

:is(.dark .dark\:bg-fuchsia-900\/70) {
  background-color: rgb(112 26 117 / 0.7);
}

:is(.dark .dark\:bg-fuchsia-900\/75) {
  background-color: rgb(112 26 117 / 0.75);
}

:is(.dark .dark\:bg-fuchsia-900\/80) {
  background-color: rgb(112 26 117 / 0.8);
}

:is(.dark .dark\:bg-fuchsia-900\/90) {
  background-color: rgb(112 26 117 / 0.9);
}

:is(.dark .dark\:bg-fuchsia-900\/95) {
  background-color: rgb(112 26 117 / 0.95);
}

:is(.dark .dark\:bg-gray-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-700\/50) {
  background-color: rgb(55 65 81 / 0.5);
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-800\/50) {
  background-color: rgb(31 41 55 / 0.5);
}

:is(.dark .dark\:bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-100\/0) {
  background-color: rgb(222 247 236 / 0);
}

:is(.dark .dark\:bg-green-100\/10) {
  background-color: rgb(222 247 236 / 0.1);
}

:is(.dark .dark\:bg-green-100\/100) {
  background-color: rgb(222 247 236 / 1);
}

:is(.dark .dark\:bg-green-100\/20) {
  background-color: rgb(222 247 236 / 0.2);
}

:is(.dark .dark\:bg-green-100\/25) {
  background-color: rgb(222 247 236 / 0.25);
}

:is(.dark .dark\:bg-green-100\/30) {
  background-color: rgb(222 247 236 / 0.3);
}

:is(.dark .dark\:bg-green-100\/40) {
  background-color: rgb(222 247 236 / 0.4);
}

:is(.dark .dark\:bg-green-100\/5) {
  background-color: rgb(222 247 236 / 0.05);
}

:is(.dark .dark\:bg-green-100\/50) {
  background-color: rgb(222 247 236 / 0.5);
}

:is(.dark .dark\:bg-green-100\/60) {
  background-color: rgb(222 247 236 / 0.6);
}

:is(.dark .dark\:bg-green-100\/70) {
  background-color: rgb(222 247 236 / 0.7);
}

:is(.dark .dark\:bg-green-100\/75) {
  background-color: rgb(222 247 236 / 0.75);
}

:is(.dark .dark\:bg-green-100\/80) {
  background-color: rgb(222 247 236 / 0.8);
}

:is(.dark .dark\:bg-green-100\/90) {
  background-color: rgb(222 247 236 / 0.9);
}

:is(.dark .dark\:bg-green-100\/95) {
  background-color: rgb(222 247 236 / 0.95);
}

:is(.dark .dark\:bg-green-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 63 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 71 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-900\/0) {
  background-color: rgb(1 71 55 / 0);
}

:is(.dark .dark\:bg-green-900\/10) {
  background-color: rgb(1 71 55 / 0.1);
}

:is(.dark .dark\:bg-green-900\/100) {
  background-color: rgb(1 71 55 / 1);
}

:is(.dark .dark\:bg-green-900\/20) {
  background-color: rgb(1 71 55 / 0.2);
}

:is(.dark .dark\:bg-green-900\/25) {
  background-color: rgb(1 71 55 / 0.25);
}

:is(.dark .dark\:bg-green-900\/30) {
  background-color: rgb(1 71 55 / 0.3);
}

:is(.dark .dark\:bg-green-900\/40) {
  background-color: rgb(1 71 55 / 0.4);
}

:is(.dark .dark\:bg-green-900\/5) {
  background-color: rgb(1 71 55 / 0.05);
}

:is(.dark .dark\:bg-green-900\/50) {
  background-color: rgb(1 71 55 / 0.5);
}

:is(.dark .dark\:bg-green-900\/60) {
  background-color: rgb(1 71 55 / 0.6);
}

:is(.dark .dark\:bg-green-900\/70) {
  background-color: rgb(1 71 55 / 0.7);
}

:is(.dark .dark\:bg-green-900\/75) {
  background-color: rgb(1 71 55 / 0.75);
}

:is(.dark .dark\:bg-green-900\/80) {
  background-color: rgb(1 71 55 / 0.8);
}

:is(.dark .dark\:bg-green-900\/90) {
  background-color: rgb(1 71 55 / 0.9);
}

:is(.dark .dark\:bg-green-900\/95) {
  background-color: rgb(1 71 55 / 0.95);
}

:is(.dark .dark\:bg-indigo-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-indigo-100\/0) {
  background-color: rgb(229 237 255 / 0);
}

:is(.dark .dark\:bg-indigo-100\/10) {
  background-color: rgb(229 237 255 / 0.1);
}

:is(.dark .dark\:bg-indigo-100\/100) {
  background-color: rgb(229 237 255 / 1);
}

:is(.dark .dark\:bg-indigo-100\/20) {
  background-color: rgb(229 237 255 / 0.2);
}

:is(.dark .dark\:bg-indigo-100\/25) {
  background-color: rgb(229 237 255 / 0.25);
}

:is(.dark .dark\:bg-indigo-100\/30) {
  background-color: rgb(229 237 255 / 0.3);
}

:is(.dark .dark\:bg-indigo-100\/40) {
  background-color: rgb(229 237 255 / 0.4);
}

:is(.dark .dark\:bg-indigo-100\/5) {
  background-color: rgb(229 237 255 / 0.05);
}

:is(.dark .dark\:bg-indigo-100\/50) {
  background-color: rgb(229 237 255 / 0.5);
}

:is(.dark .dark\:bg-indigo-100\/60) {
  background-color: rgb(229 237 255 / 0.6);
}

:is(.dark .dark\:bg-indigo-100\/70) {
  background-color: rgb(229 237 255 / 0.7);
}

:is(.dark .dark\:bg-indigo-100\/75) {
  background-color: rgb(229 237 255 / 0.75);
}

:is(.dark .dark\:bg-indigo-100\/80) {
  background-color: rgb(229 237 255 / 0.8);
}

:is(.dark .dark\:bg-indigo-100\/90) {
  background-color: rgb(229 237 255 / 0.9);
}

:is(.dark .dark\:bg-indigo-100\/95) {
  background-color: rgb(229 237 255 / 0.95);
}

:is(.dark .dark\:bg-indigo-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-indigo-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(54 47 120 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-indigo-900\/0) {
  background-color: rgb(54 47 120 / 0);
}

:is(.dark .dark\:bg-indigo-900\/10) {
  background-color: rgb(54 47 120 / 0.1);
}

:is(.dark .dark\:bg-indigo-900\/100) {
  background-color: rgb(54 47 120 / 1);
}

:is(.dark .dark\:bg-indigo-900\/20) {
  background-color: rgb(54 47 120 / 0.2);
}

:is(.dark .dark\:bg-indigo-900\/25) {
  background-color: rgb(54 47 120 / 0.25);
}

:is(.dark .dark\:bg-indigo-900\/30) {
  background-color: rgb(54 47 120 / 0.3);
}

:is(.dark .dark\:bg-indigo-900\/40) {
  background-color: rgb(54 47 120 / 0.4);
}

:is(.dark .dark\:bg-indigo-900\/5) {
  background-color: rgb(54 47 120 / 0.05);
}

:is(.dark .dark\:bg-indigo-900\/50) {
  background-color: rgb(54 47 120 / 0.5);
}

:is(.dark .dark\:bg-indigo-900\/60) {
  background-color: rgb(54 47 120 / 0.6);
}

:is(.dark .dark\:bg-indigo-900\/70) {
  background-color: rgb(54 47 120 / 0.7);
}

:is(.dark .dark\:bg-indigo-900\/75) {
  background-color: rgb(54 47 120 / 0.75);
}

:is(.dark .dark\:bg-indigo-900\/80) {
  background-color: rgb(54 47 120 / 0.8);
}

:is(.dark .dark\:bg-indigo-900\/90) {
  background-color: rgb(54 47 120 / 0.9);
}

:is(.dark .dark\:bg-indigo-900\/95) {
  background-color: rgb(54 47 120 / 0.95);
}

:is(.dark .dark\:bg-lime-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-lime-100\/0) {
  background-color: rgb(236 252 203 / 0);
}

:is(.dark .dark\:bg-lime-100\/10) {
  background-color: rgb(236 252 203 / 0.1);
}

:is(.dark .dark\:bg-lime-100\/100) {
  background-color: rgb(236 252 203 / 1);
}

:is(.dark .dark\:bg-lime-100\/20) {
  background-color: rgb(236 252 203 / 0.2);
}

:is(.dark .dark\:bg-lime-100\/25) {
  background-color: rgb(236 252 203 / 0.25);
}

:is(.dark .dark\:bg-lime-100\/30) {
  background-color: rgb(236 252 203 / 0.3);
}

:is(.dark .dark\:bg-lime-100\/40) {
  background-color: rgb(236 252 203 / 0.4);
}

:is(.dark .dark\:bg-lime-100\/5) {
  background-color: rgb(236 252 203 / 0.05);
}

:is(.dark .dark\:bg-lime-100\/50) {
  background-color: rgb(236 252 203 / 0.5);
}

:is(.dark .dark\:bg-lime-100\/60) {
  background-color: rgb(236 252 203 / 0.6);
}

:is(.dark .dark\:bg-lime-100\/70) {
  background-color: rgb(236 252 203 / 0.7);
}

:is(.dark .dark\:bg-lime-100\/75) {
  background-color: rgb(236 252 203 / 0.75);
}

:is(.dark .dark\:bg-lime-100\/80) {
  background-color: rgb(236 252 203 / 0.8);
}

:is(.dark .dark\:bg-lime-100\/90) {
  background-color: rgb(236 252 203 / 0.9);
}

:is(.dark .dark\:bg-lime-100\/95) {
  background-color: rgb(236 252 203 / 0.95);
}

:is(.dark .dark\:bg-lime-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-lime-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-lime-900\/0) {
  background-color: rgb(54 83 20 / 0);
}

:is(.dark .dark\:bg-lime-900\/10) {
  background-color: rgb(54 83 20 / 0.1);
}

:is(.dark .dark\:bg-lime-900\/100) {
  background-color: rgb(54 83 20 / 1);
}

:is(.dark .dark\:bg-lime-900\/20) {
  background-color: rgb(54 83 20 / 0.2);
}

:is(.dark .dark\:bg-lime-900\/25) {
  background-color: rgb(54 83 20 / 0.25);
}

:is(.dark .dark\:bg-lime-900\/30) {
  background-color: rgb(54 83 20 / 0.3);
}

:is(.dark .dark\:bg-lime-900\/40) {
  background-color: rgb(54 83 20 / 0.4);
}

:is(.dark .dark\:bg-lime-900\/5) {
  background-color: rgb(54 83 20 / 0.05);
}

:is(.dark .dark\:bg-lime-900\/50) {
  background-color: rgb(54 83 20 / 0.5);
}

:is(.dark .dark\:bg-lime-900\/60) {
  background-color: rgb(54 83 20 / 0.6);
}

:is(.dark .dark\:bg-lime-900\/70) {
  background-color: rgb(54 83 20 / 0.7);
}

:is(.dark .dark\:bg-lime-900\/75) {
  background-color: rgb(54 83 20 / 0.75);
}

:is(.dark .dark\:bg-lime-900\/80) {
  background-color: rgb(54 83 20 / 0.8);
}

:is(.dark .dark\:bg-lime-900\/90) {
  background-color: rgb(54 83 20 / 0.9);
}

:is(.dark .dark\:bg-lime-900\/95) {
  background-color: rgb(54 83 20 / 0.95);
}

:is(.dark .dark\:bg-orange-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-pink-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 232 243 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-pink-100\/0) {
  background-color: rgb(252 232 243 / 0);
}

:is(.dark .dark\:bg-pink-100\/10) {
  background-color: rgb(252 232 243 / 0.1);
}

:is(.dark .dark\:bg-pink-100\/100) {
  background-color: rgb(252 232 243 / 1);
}

:is(.dark .dark\:bg-pink-100\/20) {
  background-color: rgb(252 232 243 / 0.2);
}

:is(.dark .dark\:bg-pink-100\/25) {
  background-color: rgb(252 232 243 / 0.25);
}

:is(.dark .dark\:bg-pink-100\/30) {
  background-color: rgb(252 232 243 / 0.3);
}

:is(.dark .dark\:bg-pink-100\/40) {
  background-color: rgb(252 232 243 / 0.4);
}

:is(.dark .dark\:bg-pink-100\/5) {
  background-color: rgb(252 232 243 / 0.05);
}

:is(.dark .dark\:bg-pink-100\/50) {
  background-color: rgb(252 232 243 / 0.5);
}

:is(.dark .dark\:bg-pink-100\/60) {
  background-color: rgb(252 232 243 / 0.6);
}

:is(.dark .dark\:bg-pink-100\/70) {
  background-color: rgb(252 232 243 / 0.7);
}

:is(.dark .dark\:bg-pink-100\/75) {
  background-color: rgb(252 232 243 / 0.75);
}

:is(.dark .dark\:bg-pink-100\/80) {
  background-color: rgb(252 232 243 / 0.8);
}

:is(.dark .dark\:bg-pink-100\/90) {
  background-color: rgb(252 232 243 / 0.9);
}

:is(.dark .dark\:bg-pink-100\/95) {
  background-color: rgb(252 232 243 / 0.95);
}

:is(.dark .dark\:bg-pink-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(231 70 148 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-pink-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(117 26 61 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-pink-900\/0) {
  background-color: rgb(117 26 61 / 0);
}

:is(.dark .dark\:bg-pink-900\/10) {
  background-color: rgb(117 26 61 / 0.1);
}

:is(.dark .dark\:bg-pink-900\/100) {
  background-color: rgb(117 26 61 / 1);
}

:is(.dark .dark\:bg-pink-900\/20) {
  background-color: rgb(117 26 61 / 0.2);
}

:is(.dark .dark\:bg-pink-900\/25) {
  background-color: rgb(117 26 61 / 0.25);
}

:is(.dark .dark\:bg-pink-900\/30) {
  background-color: rgb(117 26 61 / 0.3);
}

:is(.dark .dark\:bg-pink-900\/40) {
  background-color: rgb(117 26 61 / 0.4);
}

:is(.dark .dark\:bg-pink-900\/5) {
  background-color: rgb(117 26 61 / 0.05);
}

:is(.dark .dark\:bg-pink-900\/50) {
  background-color: rgb(117 26 61 / 0.5);
}

:is(.dark .dark\:bg-pink-900\/60) {
  background-color: rgb(117 26 61 / 0.6);
}

:is(.dark .dark\:bg-pink-900\/70) {
  background-color: rgb(117 26 61 / 0.7);
}

:is(.dark .dark\:bg-pink-900\/75) {
  background-color: rgb(117 26 61 / 0.75);
}

:is(.dark .dark\:bg-pink-900\/80) {
  background-color: rgb(117 26 61 / 0.8);
}

:is(.dark .dark\:bg-pink-900\/90) {
  background-color: rgb(117 26 61 / 0.9);
}

:is(.dark .dark\:bg-pink-900\/95) {
  background-color: rgb(117 26 61 / 0.95);
}

:is(.dark .dark\:bg-purple-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 254 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-purple-100\/0) {
  background-color: rgb(237 235 254 / 0);
}

:is(.dark .dark\:bg-purple-100\/10) {
  background-color: rgb(237 235 254 / 0.1);
}

:is(.dark .dark\:bg-purple-100\/100) {
  background-color: rgb(237 235 254 / 1);
}

:is(.dark .dark\:bg-purple-100\/20) {
  background-color: rgb(237 235 254 / 0.2);
}

:is(.dark .dark\:bg-purple-100\/25) {
  background-color: rgb(237 235 254 / 0.25);
}

:is(.dark .dark\:bg-purple-100\/30) {
  background-color: rgb(237 235 254 / 0.3);
}

:is(.dark .dark\:bg-purple-100\/40) {
  background-color: rgb(237 235 254 / 0.4);
}

:is(.dark .dark\:bg-purple-100\/5) {
  background-color: rgb(237 235 254 / 0.05);
}

:is(.dark .dark\:bg-purple-100\/50) {
  background-color: rgb(237 235 254 / 0.5);
}

:is(.dark .dark\:bg-purple-100\/60) {
  background-color: rgb(237 235 254 / 0.6);
}

:is(.dark .dark\:bg-purple-100\/70) {
  background-color: rgb(237 235 254 / 0.7);
}

:is(.dark .dark\:bg-purple-100\/75) {
  background-color: rgb(237 235 254 / 0.75);
}

:is(.dark .dark\:bg-purple-100\/80) {
  background-color: rgb(237 235 254 / 0.8);
}

:is(.dark .dark\:bg-purple-100\/90) {
  background-color: rgb(237 235 254 / 0.9);
}

:is(.dark .dark\:bg-purple-100\/95) {
  background-color: rgb(237 235 254 / 0.95);
}

:is(.dark .dark\:bg-purple-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(144 97 249 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-purple-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 29 150 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-purple-900\/0) {
  background-color: rgb(74 29 150 / 0);
}

:is(.dark .dark\:bg-purple-900\/10) {
  background-color: rgb(74 29 150 / 0.1);
}

:is(.dark .dark\:bg-purple-900\/100) {
  background-color: rgb(74 29 150 / 1);
}

:is(.dark .dark\:bg-purple-900\/20) {
  background-color: rgb(74 29 150 / 0.2);
}

:is(.dark .dark\:bg-purple-900\/25) {
  background-color: rgb(74 29 150 / 0.25);
}

:is(.dark .dark\:bg-purple-900\/30) {
  background-color: rgb(74 29 150 / 0.3);
}

:is(.dark .dark\:bg-purple-900\/40) {
  background-color: rgb(74 29 150 / 0.4);
}

:is(.dark .dark\:bg-purple-900\/5) {
  background-color: rgb(74 29 150 / 0.05);
}

:is(.dark .dark\:bg-purple-900\/50) {
  background-color: rgb(74 29 150 / 0.5);
}

:is(.dark .dark\:bg-purple-900\/60) {
  background-color: rgb(74 29 150 / 0.6);
}

:is(.dark .dark\:bg-purple-900\/70) {
  background-color: rgb(74 29 150 / 0.7);
}

:is(.dark .dark\:bg-purple-900\/75) {
  background-color: rgb(74 29 150 / 0.75);
}

:is(.dark .dark\:bg-purple-900\/80) {
  background-color: rgb(74 29 150 / 0.8);
}

:is(.dark .dark\:bg-purple-900\/90) {
  background-color: rgb(74 29 150 / 0.9);
}

:is(.dark .dark\:bg-purple-900\/95) {
  background-color: rgb(74 29 150 / 0.95);
}

:is(.dark .dark\:bg-red-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-red-100\/0) {
  background-color: rgb(253 232 232 / 0);
}

:is(.dark .dark\:bg-red-100\/10) {
  background-color: rgb(253 232 232 / 0.1);
}

:is(.dark .dark\:bg-red-100\/100) {
  background-color: rgb(253 232 232 / 1);
}

:is(.dark .dark\:bg-red-100\/20) {
  background-color: rgb(253 232 232 / 0.2);
}

:is(.dark .dark\:bg-red-100\/25) {
  background-color: rgb(253 232 232 / 0.25);
}

:is(.dark .dark\:bg-red-100\/30) {
  background-color: rgb(253 232 232 / 0.3);
}

:is(.dark .dark\:bg-red-100\/40) {
  background-color: rgb(253 232 232 / 0.4);
}

:is(.dark .dark\:bg-red-100\/5) {
  background-color: rgb(253 232 232 / 0.05);
}

:is(.dark .dark\:bg-red-100\/50) {
  background-color: rgb(253 232 232 / 0.5);
}

:is(.dark .dark\:bg-red-100\/60) {
  background-color: rgb(253 232 232 / 0.6);
}

:is(.dark .dark\:bg-red-100\/70) {
  background-color: rgb(253 232 232 / 0.7);
}

:is(.dark .dark\:bg-red-100\/75) {
  background-color: rgb(253 232 232 / 0.75);
}

:is(.dark .dark\:bg-red-100\/80) {
  background-color: rgb(253 232 232 / 0.8);
}

:is(.dark .dark\:bg-red-100\/90) {
  background-color: rgb(253 232 232 / 0.9);
}

:is(.dark .dark\:bg-red-100\/95) {
  background-color: rgb(253 232 232 / 0.95);
}

:is(.dark .dark\:bg-red-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-red-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-red-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-red-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-red-900\/0) {
  background-color: rgb(119 29 29 / 0);
}

:is(.dark .dark\:bg-red-900\/10) {
  background-color: rgb(119 29 29 / 0.1);
}

:is(.dark .dark\:bg-red-900\/100) {
  background-color: rgb(119 29 29 / 1);
}

:is(.dark .dark\:bg-red-900\/20) {
  background-color: rgb(119 29 29 / 0.2);
}

:is(.dark .dark\:bg-red-900\/25) {
  background-color: rgb(119 29 29 / 0.25);
}

:is(.dark .dark\:bg-red-900\/30) {
  background-color: rgb(119 29 29 / 0.3);
}

:is(.dark .dark\:bg-red-900\/40) {
  background-color: rgb(119 29 29 / 0.4);
}

:is(.dark .dark\:bg-red-900\/5) {
  background-color: rgb(119 29 29 / 0.05);
}

:is(.dark .dark\:bg-red-900\/50) {
  background-color: rgb(119 29 29 / 0.5);
}

:is(.dark .dark\:bg-red-900\/60) {
  background-color: rgb(119 29 29 / 0.6);
}

:is(.dark .dark\:bg-red-900\/70) {
  background-color: rgb(119 29 29 / 0.7);
}

:is(.dark .dark\:bg-red-900\/75) {
  background-color: rgb(119 29 29 / 0.75);
}

:is(.dark .dark\:bg-red-900\/80) {
  background-color: rgb(119 29 29 / 0.8);
}

:is(.dark .dark\:bg-red-900\/90) {
  background-color: rgb(119 29 29 / 0.9);
}

:is(.dark .dark\:bg-red-900\/95) {
  background-color: rgb(119 29 29 / 0.95);
}

:is(.dark .dark\:bg-rose-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-rose-100\/0) {
  background-color: rgb(255 228 230 / 0);
}

:is(.dark .dark\:bg-rose-100\/10) {
  background-color: rgb(255 228 230 / 0.1);
}

:is(.dark .dark\:bg-rose-100\/100) {
  background-color: rgb(255 228 230 / 1);
}

:is(.dark .dark\:bg-rose-100\/20) {
  background-color: rgb(255 228 230 / 0.2);
}

:is(.dark .dark\:bg-rose-100\/25) {
  background-color: rgb(255 228 230 / 0.25);
}

:is(.dark .dark\:bg-rose-100\/30) {
  background-color: rgb(255 228 230 / 0.3);
}

:is(.dark .dark\:bg-rose-100\/40) {
  background-color: rgb(255 228 230 / 0.4);
}

:is(.dark .dark\:bg-rose-100\/5) {
  background-color: rgb(255 228 230 / 0.05);
}

:is(.dark .dark\:bg-rose-100\/50) {
  background-color: rgb(255 228 230 / 0.5);
}

:is(.dark .dark\:bg-rose-100\/60) {
  background-color: rgb(255 228 230 / 0.6);
}

:is(.dark .dark\:bg-rose-100\/70) {
  background-color: rgb(255 228 230 / 0.7);
}

:is(.dark .dark\:bg-rose-100\/75) {
  background-color: rgb(255 228 230 / 0.75);
}

:is(.dark .dark\:bg-rose-100\/80) {
  background-color: rgb(255 228 230 / 0.8);
}

:is(.dark .dark\:bg-rose-100\/90) {
  background-color: rgb(255 228 230 / 0.9);
}

:is(.dark .dark\:bg-rose-100\/95) {
  background-color: rgb(255 228 230 / 0.95);
}

:is(.dark .dark\:bg-rose-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-rose-900\/0) {
  background-color: rgb(136 19 55 / 0);
}

:is(.dark .dark\:bg-rose-900\/10) {
  background-color: rgb(136 19 55 / 0.1);
}

:is(.dark .dark\:bg-rose-900\/100) {
  background-color: rgb(136 19 55 / 1);
}

:is(.dark .dark\:bg-rose-900\/20) {
  background-color: rgb(136 19 55 / 0.2);
}

:is(.dark .dark\:bg-rose-900\/25) {
  background-color: rgb(136 19 55 / 0.25);
}

:is(.dark .dark\:bg-rose-900\/30) {
  background-color: rgb(136 19 55 / 0.3);
}

:is(.dark .dark\:bg-rose-900\/40) {
  background-color: rgb(136 19 55 / 0.4);
}

:is(.dark .dark\:bg-rose-900\/5) {
  background-color: rgb(136 19 55 / 0.05);
}

:is(.dark .dark\:bg-rose-900\/50) {
  background-color: rgb(136 19 55 / 0.5);
}

:is(.dark .dark\:bg-rose-900\/60) {
  background-color: rgb(136 19 55 / 0.6);
}

:is(.dark .dark\:bg-rose-900\/70) {
  background-color: rgb(136 19 55 / 0.7);
}

:is(.dark .dark\:bg-rose-900\/75) {
  background-color: rgb(136 19 55 / 0.75);
}

:is(.dark .dark\:bg-rose-900\/80) {
  background-color: rgb(136 19 55 / 0.8);
}

:is(.dark .dark\:bg-rose-900\/90) {
  background-color: rgb(136 19 55 / 0.9);
}

:is(.dark .dark\:bg-rose-900\/95) {
  background-color: rgb(136 19 55 / 0.95);
}

:is(.dark .dark\:bg-sky-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-sky-100\/0) {
  background-color: rgb(224 242 254 / 0);
}

:is(.dark .dark\:bg-sky-100\/10) {
  background-color: rgb(224 242 254 / 0.1);
}

:is(.dark .dark\:bg-sky-100\/100) {
  background-color: rgb(224 242 254 / 1);
}

:is(.dark .dark\:bg-sky-100\/20) {
  background-color: rgb(224 242 254 / 0.2);
}

:is(.dark .dark\:bg-sky-100\/25) {
  background-color: rgb(224 242 254 / 0.25);
}

:is(.dark .dark\:bg-sky-100\/30) {
  background-color: rgb(224 242 254 / 0.3);
}

:is(.dark .dark\:bg-sky-100\/40) {
  background-color: rgb(224 242 254 / 0.4);
}

:is(.dark .dark\:bg-sky-100\/5) {
  background-color: rgb(224 242 254 / 0.05);
}

:is(.dark .dark\:bg-sky-100\/50) {
  background-color: rgb(224 242 254 / 0.5);
}

:is(.dark .dark\:bg-sky-100\/60) {
  background-color: rgb(224 242 254 / 0.6);
}

:is(.dark .dark\:bg-sky-100\/70) {
  background-color: rgb(224 242 254 / 0.7);
}

:is(.dark .dark\:bg-sky-100\/75) {
  background-color: rgb(224 242 254 / 0.75);
}

:is(.dark .dark\:bg-sky-100\/80) {
  background-color: rgb(224 242 254 / 0.8);
}

:is(.dark .dark\:bg-sky-100\/90) {
  background-color: rgb(224 242 254 / 0.9);
}

:is(.dark .dark\:bg-sky-100\/95) {
  background-color: rgb(224 242 254 / 0.95);
}

:is(.dark .dark\:bg-sky-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-sky-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-sky-900\/0) {
  background-color: rgb(12 74 110 / 0);
}

:is(.dark .dark\:bg-sky-900\/10) {
  background-color: rgb(12 74 110 / 0.1);
}

:is(.dark .dark\:bg-sky-900\/100) {
  background-color: rgb(12 74 110 / 1);
}

:is(.dark .dark\:bg-sky-900\/20) {
  background-color: rgb(12 74 110 / 0.2);
}

:is(.dark .dark\:bg-sky-900\/25) {
  background-color: rgb(12 74 110 / 0.25);
}

:is(.dark .dark\:bg-sky-900\/30) {
  background-color: rgb(12 74 110 / 0.3);
}

:is(.dark .dark\:bg-sky-900\/40) {
  background-color: rgb(12 74 110 / 0.4);
}

:is(.dark .dark\:bg-sky-900\/5) {
  background-color: rgb(12 74 110 / 0.05);
}

:is(.dark .dark\:bg-sky-900\/50) {
  background-color: rgb(12 74 110 / 0.5);
}

:is(.dark .dark\:bg-sky-900\/60) {
  background-color: rgb(12 74 110 / 0.6);
}

:is(.dark .dark\:bg-sky-900\/70) {
  background-color: rgb(12 74 110 / 0.7);
}

:is(.dark .dark\:bg-sky-900\/75) {
  background-color: rgb(12 74 110 / 0.75);
}

:is(.dark .dark\:bg-sky-900\/80) {
  background-color: rgb(12 74 110 / 0.8);
}

:is(.dark .dark\:bg-sky-900\/90) {
  background-color: rgb(12 74 110 / 0.9);
}

:is(.dark .dark\:bg-sky-900\/95) {
  background-color: rgb(12 74 110 / 0.95);
}

:is(.dark .dark\:bg-slate-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-violet-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-violet-100\/0) {
  background-color: rgb(237 233 254 / 0);
}

:is(.dark .dark\:bg-violet-100\/10) {
  background-color: rgb(237 233 254 / 0.1);
}

:is(.dark .dark\:bg-violet-100\/100) {
  background-color: rgb(237 233 254 / 1);
}

:is(.dark .dark\:bg-violet-100\/20) {
  background-color: rgb(237 233 254 / 0.2);
}

:is(.dark .dark\:bg-violet-100\/25) {
  background-color: rgb(237 233 254 / 0.25);
}

:is(.dark .dark\:bg-violet-100\/30) {
  background-color: rgb(237 233 254 / 0.3);
}

:is(.dark .dark\:bg-violet-100\/40) {
  background-color: rgb(237 233 254 / 0.4);
}

:is(.dark .dark\:bg-violet-100\/5) {
  background-color: rgb(237 233 254 / 0.05);
}

:is(.dark .dark\:bg-violet-100\/50) {
  background-color: rgb(237 233 254 / 0.5);
}

:is(.dark .dark\:bg-violet-100\/60) {
  background-color: rgb(237 233 254 / 0.6);
}

:is(.dark .dark\:bg-violet-100\/70) {
  background-color: rgb(237 233 254 / 0.7);
}

:is(.dark .dark\:bg-violet-100\/75) {
  background-color: rgb(237 233 254 / 0.75);
}

:is(.dark .dark\:bg-violet-100\/80) {
  background-color: rgb(237 233 254 / 0.8);
}

:is(.dark .dark\:bg-violet-100\/90) {
  background-color: rgb(237 233 254 / 0.9);
}

:is(.dark .dark\:bg-violet-100\/95) {
  background-color: rgb(237 233 254 / 0.95);
}

:is(.dark .dark\:bg-violet-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-violet-900\/0) {
  background-color: rgb(76 29 149 / 0);
}

:is(.dark .dark\:bg-violet-900\/10) {
  background-color: rgb(76 29 149 / 0.1);
}

:is(.dark .dark\:bg-violet-900\/100) {
  background-color: rgb(76 29 149 / 1);
}

:is(.dark .dark\:bg-violet-900\/20) {
  background-color: rgb(76 29 149 / 0.2);
}

:is(.dark .dark\:bg-violet-900\/25) {
  background-color: rgb(76 29 149 / 0.25);
}

:is(.dark .dark\:bg-violet-900\/30) {
  background-color: rgb(76 29 149 / 0.3);
}

:is(.dark .dark\:bg-violet-900\/40) {
  background-color: rgb(76 29 149 / 0.4);
}

:is(.dark .dark\:bg-violet-900\/5) {
  background-color: rgb(76 29 149 / 0.05);
}

:is(.dark .dark\:bg-violet-900\/50) {
  background-color: rgb(76 29 149 / 0.5);
}

:is(.dark .dark\:bg-violet-900\/60) {
  background-color: rgb(76 29 149 / 0.6);
}

:is(.dark .dark\:bg-violet-900\/70) {
  background-color: rgb(76 29 149 / 0.7);
}

:is(.dark .dark\:bg-violet-900\/75) {
  background-color: rgb(76 29 149 / 0.75);
}

:is(.dark .dark\:bg-violet-900\/80) {
  background-color: rgb(76 29 149 / 0.8);
}

:is(.dark .dark\:bg-violet-900\/90) {
  background-color: rgb(76 29 149 / 0.9);
}

:is(.dark .dark\:bg-violet-900\/95) {
  background-color: rgb(76 29 149 / 0.95);
}

:is(.dark .dark\:bg-yellow-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-yellow-100\/0) {
  background-color: rgb(253 246 178 / 0);
}

:is(.dark .dark\:bg-yellow-100\/10) {
  background-color: rgb(253 246 178 / 0.1);
}

:is(.dark .dark\:bg-yellow-100\/100) {
  background-color: rgb(253 246 178 / 1);
}

:is(.dark .dark\:bg-yellow-100\/20) {
  background-color: rgb(253 246 178 / 0.2);
}

:is(.dark .dark\:bg-yellow-100\/25) {
  background-color: rgb(253 246 178 / 0.25);
}

:is(.dark .dark\:bg-yellow-100\/30) {
  background-color: rgb(253 246 178 / 0.3);
}

:is(.dark .dark\:bg-yellow-100\/40) {
  background-color: rgb(253 246 178 / 0.4);
}

:is(.dark .dark\:bg-yellow-100\/5) {
  background-color: rgb(253 246 178 / 0.05);
}

:is(.dark .dark\:bg-yellow-100\/50) {
  background-color: rgb(253 246 178 / 0.5);
}

:is(.dark .dark\:bg-yellow-100\/60) {
  background-color: rgb(253 246 178 / 0.6);
}

:is(.dark .dark\:bg-yellow-100\/70) {
  background-color: rgb(253 246 178 / 0.7);
}

:is(.dark .dark\:bg-yellow-100\/75) {
  background-color: rgb(253 246 178 / 0.75);
}

:is(.dark .dark\:bg-yellow-100\/80) {
  background-color: rgb(253 246 178 / 0.8);
}

:is(.dark .dark\:bg-yellow-100\/90) {
  background-color: rgb(253 246 178 / 0.9);
}

:is(.dark .dark\:bg-yellow-100\/95) {
  background-color: rgb(253 246 178 / 0.95);
}

:is(.dark .dark\:bg-yellow-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(194 120 3 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-yellow-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 49 18 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-yellow-900\/0) {
  background-color: rgb(99 49 18 / 0);
}

:is(.dark .dark\:bg-yellow-900\/10) {
  background-color: rgb(99 49 18 / 0.1);
}

:is(.dark .dark\:bg-yellow-900\/100) {
  background-color: rgb(99 49 18 / 1);
}

:is(.dark .dark\:bg-yellow-900\/20) {
  background-color: rgb(99 49 18 / 0.2);
}

:is(.dark .dark\:bg-yellow-900\/25) {
  background-color: rgb(99 49 18 / 0.25);
}

:is(.dark .dark\:bg-yellow-900\/30) {
  background-color: rgb(99 49 18 / 0.3);
}

:is(.dark .dark\:bg-yellow-900\/40) {
  background-color: rgb(99 49 18 / 0.4);
}

:is(.dark .dark\:bg-yellow-900\/5) {
  background-color: rgb(99 49 18 / 0.05);
}

:is(.dark .dark\:bg-yellow-900\/50) {
  background-color: rgb(99 49 18 / 0.5);
}

:is(.dark .dark\:bg-yellow-900\/60) {
  background-color: rgb(99 49 18 / 0.6);
}

:is(.dark .dark\:bg-yellow-900\/70) {
  background-color: rgb(99 49 18 / 0.7);
}

:is(.dark .dark\:bg-yellow-900\/75) {
  background-color: rgb(99 49 18 / 0.75);
}

:is(.dark .dark\:bg-yellow-900\/80) {
  background-color: rgb(99 49 18 / 0.8);
}

:is(.dark .dark\:bg-yellow-900\/90) {
  background-color: rgb(99 49 18 / 0.9);
}

:is(.dark .dark\:bg-yellow-900\/95) {
  background-color: rgb(99 49 18 / 0.95);
}

:is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}

:is(.dark .dark\:text-blue-300) {
  --tw-text-opacity: 1;
  color: rgb(164 202 254 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-blue-300\/0) {
  color: rgb(164 202 254 / 0);
}

:is(.dark .dark\:text-blue-300\/10) {
  color: rgb(164 202 254 / 0.1);
}

:is(.dark .dark\:text-blue-300\/100) {
  color: rgb(164 202 254 / 1);
}

:is(.dark .dark\:text-blue-300\/20) {
  color: rgb(164 202 254 / 0.2);
}

:is(.dark .dark\:text-blue-300\/25) {
  color: rgb(164 202 254 / 0.25);
}

:is(.dark .dark\:text-blue-300\/30) {
  color: rgb(164 202 254 / 0.3);
}

:is(.dark .dark\:text-blue-300\/40) {
  color: rgb(164 202 254 / 0.4);
}

:is(.dark .dark\:text-blue-300\/5) {
  color: rgb(164 202 254 / 0.05);
}

:is(.dark .dark\:text-blue-300\/50) {
  color: rgb(164 202 254 / 0.5);
}

:is(.dark .dark\:text-blue-300\/60) {
  color: rgb(164 202 254 / 0.6);
}

:is(.dark .dark\:text-blue-300\/70) {
  color: rgb(164 202 254 / 0.7);
}

:is(.dark .dark\:text-blue-300\/75) {
  color: rgb(164 202 254 / 0.75);
}

:is(.dark .dark\:text-blue-300\/80) {
  color: rgb(164 202 254 / 0.8);
}

:is(.dark .dark\:text-blue-300\/90) {
  color: rgb(164 202 254 / 0.9);
}

:is(.dark .dark\:text-blue-300\/95) {
  color: rgb(164 202 254 / 0.95);
}

:is(.dark .dark\:text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-blue-800\/0) {
  color: rgb(30 66 159 / 0);
}

:is(.dark .dark\:text-blue-800\/10) {
  color: rgb(30 66 159 / 0.1);
}

:is(.dark .dark\:text-blue-800\/100) {
  color: rgb(30 66 159 / 1);
}

:is(.dark .dark\:text-blue-800\/20) {
  color: rgb(30 66 159 / 0.2);
}

:is(.dark .dark\:text-blue-800\/25) {
  color: rgb(30 66 159 / 0.25);
}

:is(.dark .dark\:text-blue-800\/30) {
  color: rgb(30 66 159 / 0.3);
}

:is(.dark .dark\:text-blue-800\/40) {
  color: rgb(30 66 159 / 0.4);
}

:is(.dark .dark\:text-blue-800\/5) {
  color: rgb(30 66 159 / 0.05);
}

:is(.dark .dark\:text-blue-800\/50) {
  color: rgb(30 66 159 / 0.5);
}

:is(.dark .dark\:text-blue-800\/60) {
  color: rgb(30 66 159 / 0.6);
}

:is(.dark .dark\:text-blue-800\/70) {
  color: rgb(30 66 159 / 0.7);
}

:is(.dark .dark\:text-blue-800\/75) {
  color: rgb(30 66 159 / 0.75);
}

:is(.dark .dark\:text-blue-800\/80) {
  color: rgb(30 66 159 / 0.8);
}

:is(.dark .dark\:text-blue-800\/90) {
  color: rgb(30 66 159 / 0.9);
}

:is(.dark .dark\:text-blue-800\/95) {
  color: rgb(30 66 159 / 0.95);
}

:is(.dark .dark\:text-cyan-300) {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-cyan-300\/0) {
  color: rgb(103 232 249 / 0);
}

:is(.dark .dark\:text-cyan-300\/10) {
  color: rgb(103 232 249 / 0.1);
}

:is(.dark .dark\:text-cyan-300\/100) {
  color: rgb(103 232 249 / 1);
}

:is(.dark .dark\:text-cyan-300\/20) {
  color: rgb(103 232 249 / 0.2);
}

:is(.dark .dark\:text-cyan-300\/25) {
  color: rgb(103 232 249 / 0.25);
}

:is(.dark .dark\:text-cyan-300\/30) {
  color: rgb(103 232 249 / 0.3);
}

:is(.dark .dark\:text-cyan-300\/40) {
  color: rgb(103 232 249 / 0.4);
}

:is(.dark .dark\:text-cyan-300\/5) {
  color: rgb(103 232 249 / 0.05);
}

:is(.dark .dark\:text-cyan-300\/50) {
  color: rgb(103 232 249 / 0.5);
}

:is(.dark .dark\:text-cyan-300\/60) {
  color: rgb(103 232 249 / 0.6);
}

:is(.dark .dark\:text-cyan-300\/70) {
  color: rgb(103 232 249 / 0.7);
}

:is(.dark .dark\:text-cyan-300\/75) {
  color: rgb(103 232 249 / 0.75);
}

:is(.dark .dark\:text-cyan-300\/80) {
  color: rgb(103 232 249 / 0.8);
}

:is(.dark .dark\:text-cyan-300\/90) {
  color: rgb(103 232 249 / 0.9);
}

:is(.dark .dark\:text-cyan-300\/95) {
  color: rgb(103 232 249 / 0.95);
}

:is(.dark .dark\:text-cyan-800) {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-cyan-800\/0) {
  color: rgb(21 94 117 / 0);
}

:is(.dark .dark\:text-cyan-800\/10) {
  color: rgb(21 94 117 / 0.1);
}

:is(.dark .dark\:text-cyan-800\/100) {
  color: rgb(21 94 117 / 1);
}

:is(.dark .dark\:text-cyan-800\/20) {
  color: rgb(21 94 117 / 0.2);
}

:is(.dark .dark\:text-cyan-800\/25) {
  color: rgb(21 94 117 / 0.25);
}

:is(.dark .dark\:text-cyan-800\/30) {
  color: rgb(21 94 117 / 0.3);
}

:is(.dark .dark\:text-cyan-800\/40) {
  color: rgb(21 94 117 / 0.4);
}

:is(.dark .dark\:text-cyan-800\/5) {
  color: rgb(21 94 117 / 0.05);
}

:is(.dark .dark\:text-cyan-800\/50) {
  color: rgb(21 94 117 / 0.5);
}

:is(.dark .dark\:text-cyan-800\/60) {
  color: rgb(21 94 117 / 0.6);
}

:is(.dark .dark\:text-cyan-800\/70) {
  color: rgb(21 94 117 / 0.7);
}

:is(.dark .dark\:text-cyan-800\/75) {
  color: rgb(21 94 117 / 0.75);
}

:is(.dark .dark\:text-cyan-800\/80) {
  color: rgb(21 94 117 / 0.8);
}

:is(.dark .dark\:text-cyan-800\/90) {
  color: rgb(21 94 117 / 0.9);
}

:is(.dark .dark\:text-cyan-800\/95) {
  color: rgb(21 94 117 / 0.95);
}

:is(.dark .dark\:text-emerald-300) {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-emerald-300\/0) {
  color: rgb(110 231 183 / 0);
}

:is(.dark .dark\:text-emerald-300\/10) {
  color: rgb(110 231 183 / 0.1);
}

:is(.dark .dark\:text-emerald-300\/100) {
  color: rgb(110 231 183 / 1);
}

:is(.dark .dark\:text-emerald-300\/20) {
  color: rgb(110 231 183 / 0.2);
}

:is(.dark .dark\:text-emerald-300\/25) {
  color: rgb(110 231 183 / 0.25);
}

:is(.dark .dark\:text-emerald-300\/30) {
  color: rgb(110 231 183 / 0.3);
}

:is(.dark .dark\:text-emerald-300\/40) {
  color: rgb(110 231 183 / 0.4);
}

:is(.dark .dark\:text-emerald-300\/5) {
  color: rgb(110 231 183 / 0.05);
}

:is(.dark .dark\:text-emerald-300\/50) {
  color: rgb(110 231 183 / 0.5);
}

:is(.dark .dark\:text-emerald-300\/60) {
  color: rgb(110 231 183 / 0.6);
}

:is(.dark .dark\:text-emerald-300\/70) {
  color: rgb(110 231 183 / 0.7);
}

:is(.dark .dark\:text-emerald-300\/75) {
  color: rgb(110 231 183 / 0.75);
}

:is(.dark .dark\:text-emerald-300\/80) {
  color: rgb(110 231 183 / 0.8);
}

:is(.dark .dark\:text-emerald-300\/90) {
  color: rgb(110 231 183 / 0.9);
}

:is(.dark .dark\:text-emerald-300\/95) {
  color: rgb(110 231 183 / 0.95);
}

:is(.dark .dark\:text-emerald-800) {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-emerald-800\/0) {
  color: rgb(6 95 70 / 0);
}

:is(.dark .dark\:text-emerald-800\/10) {
  color: rgb(6 95 70 / 0.1);
}

:is(.dark .dark\:text-emerald-800\/100) {
  color: rgb(6 95 70 / 1);
}

:is(.dark .dark\:text-emerald-800\/20) {
  color: rgb(6 95 70 / 0.2);
}

:is(.dark .dark\:text-emerald-800\/25) {
  color: rgb(6 95 70 / 0.25);
}

:is(.dark .dark\:text-emerald-800\/30) {
  color: rgb(6 95 70 / 0.3);
}

:is(.dark .dark\:text-emerald-800\/40) {
  color: rgb(6 95 70 / 0.4);
}

:is(.dark .dark\:text-emerald-800\/5) {
  color: rgb(6 95 70 / 0.05);
}

:is(.dark .dark\:text-emerald-800\/50) {
  color: rgb(6 95 70 / 0.5);
}

:is(.dark .dark\:text-emerald-800\/60) {
  color: rgb(6 95 70 / 0.6);
}

:is(.dark .dark\:text-emerald-800\/70) {
  color: rgb(6 95 70 / 0.7);
}

:is(.dark .dark\:text-emerald-800\/75) {
  color: rgb(6 95 70 / 0.75);
}

:is(.dark .dark\:text-emerald-800\/80) {
  color: rgb(6 95 70 / 0.8);
}

:is(.dark .dark\:text-emerald-800\/90) {
  color: rgb(6 95 70 / 0.9);
}

:is(.dark .dark\:text-emerald-800\/95) {
  color: rgb(6 95 70 / 0.95);
}

:is(.dark .dark\:text-fuchsia-300) {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-fuchsia-300\/0) {
  color: rgb(240 171 252 / 0);
}

:is(.dark .dark\:text-fuchsia-300\/10) {
  color: rgb(240 171 252 / 0.1);
}

:is(.dark .dark\:text-fuchsia-300\/100) {
  color: rgb(240 171 252 / 1);
}

:is(.dark .dark\:text-fuchsia-300\/20) {
  color: rgb(240 171 252 / 0.2);
}

:is(.dark .dark\:text-fuchsia-300\/25) {
  color: rgb(240 171 252 / 0.25);
}

:is(.dark .dark\:text-fuchsia-300\/30) {
  color: rgb(240 171 252 / 0.3);
}

:is(.dark .dark\:text-fuchsia-300\/40) {
  color: rgb(240 171 252 / 0.4);
}

:is(.dark .dark\:text-fuchsia-300\/5) {
  color: rgb(240 171 252 / 0.05);
}

:is(.dark .dark\:text-fuchsia-300\/50) {
  color: rgb(240 171 252 / 0.5);
}

:is(.dark .dark\:text-fuchsia-300\/60) {
  color: rgb(240 171 252 / 0.6);
}

:is(.dark .dark\:text-fuchsia-300\/70) {
  color: rgb(240 171 252 / 0.7);
}

:is(.dark .dark\:text-fuchsia-300\/75) {
  color: rgb(240 171 252 / 0.75);
}

:is(.dark .dark\:text-fuchsia-300\/80) {
  color: rgb(240 171 252 / 0.8);
}

:is(.dark .dark\:text-fuchsia-300\/90) {
  color: rgb(240 171 252 / 0.9);
}

:is(.dark .dark\:text-fuchsia-300\/95) {
  color: rgb(240 171 252 / 0.95);
}

:is(.dark .dark\:text-fuchsia-800) {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-fuchsia-800\/0) {
  color: rgb(134 25 143 / 0);
}

:is(.dark .dark\:text-fuchsia-800\/10) {
  color: rgb(134 25 143 / 0.1);
}

:is(.dark .dark\:text-fuchsia-800\/100) {
  color: rgb(134 25 143 / 1);
}

:is(.dark .dark\:text-fuchsia-800\/20) {
  color: rgb(134 25 143 / 0.2);
}

:is(.dark .dark\:text-fuchsia-800\/25) {
  color: rgb(134 25 143 / 0.25);
}

:is(.dark .dark\:text-fuchsia-800\/30) {
  color: rgb(134 25 143 / 0.3);
}

:is(.dark .dark\:text-fuchsia-800\/40) {
  color: rgb(134 25 143 / 0.4);
}

:is(.dark .dark\:text-fuchsia-800\/5) {
  color: rgb(134 25 143 / 0.05);
}

:is(.dark .dark\:text-fuchsia-800\/50) {
  color: rgb(134 25 143 / 0.5);
}

:is(.dark .dark\:text-fuchsia-800\/60) {
  color: rgb(134 25 143 / 0.6);
}

:is(.dark .dark\:text-fuchsia-800\/70) {
  color: rgb(134 25 143 / 0.7);
}

:is(.dark .dark\:text-fuchsia-800\/75) {
  color: rgb(134 25 143 / 0.75);
}

:is(.dark .dark\:text-fuchsia-800\/80) {
  color: rgb(134 25 143 / 0.8);
}

:is(.dark .dark\:text-fuchsia-800\/90) {
  color: rgb(134 25 143 / 0.9);
}

:is(.dark .dark\:text-fuchsia-800\/95) {
  color: rgb(134 25 143 / 0.95);
}

:is(.dark .dark\:text-gray-100) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-200) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-700) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-200) {
  --tw-text-opacity: 1;
  color: rgb(188 240 218 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-300) {
  --tw-text-opacity: 1;
  color: rgb(132 225 188 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-300\/0) {
  color: rgb(132 225 188 / 0);
}

:is(.dark .dark\:text-green-300\/10) {
  color: rgb(132 225 188 / 0.1);
}

:is(.dark .dark\:text-green-300\/100) {
  color: rgb(132 225 188 / 1);
}

:is(.dark .dark\:text-green-300\/20) {
  color: rgb(132 225 188 / 0.2);
}

:is(.dark .dark\:text-green-300\/25) {
  color: rgb(132 225 188 / 0.25);
}

:is(.dark .dark\:text-green-300\/30) {
  color: rgb(132 225 188 / 0.3);
}

:is(.dark .dark\:text-green-300\/40) {
  color: rgb(132 225 188 / 0.4);
}

:is(.dark .dark\:text-green-300\/5) {
  color: rgb(132 225 188 / 0.05);
}

:is(.dark .dark\:text-green-300\/50) {
  color: rgb(132 225 188 / 0.5);
}

:is(.dark .dark\:text-green-300\/60) {
  color: rgb(132 225 188 / 0.6);
}

:is(.dark .dark\:text-green-300\/70) {
  color: rgb(132 225 188 / 0.7);
}

:is(.dark .dark\:text-green-300\/75) {
  color: rgb(132 225 188 / 0.75);
}

:is(.dark .dark\:text-green-300\/80) {
  color: rgb(132 225 188 / 0.8);
}

:is(.dark .dark\:text-green-300\/90) {
  color: rgb(132 225 188 / 0.9);
}

:is(.dark .dark\:text-green-300\/95) {
  color: rgb(132 225 188 / 0.95);
}

:is(.dark .dark\:text-green-400) {
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-500) {
  --tw-text-opacity: 1;
  color: rgb(14 159 110 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-800) {
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-800\/0) {
  color: rgb(3 84 63 / 0);
}

:is(.dark .dark\:text-green-800\/10) {
  color: rgb(3 84 63 / 0.1);
}

:is(.dark .dark\:text-green-800\/100) {
  color: rgb(3 84 63 / 1);
}

:is(.dark .dark\:text-green-800\/20) {
  color: rgb(3 84 63 / 0.2);
}

:is(.dark .dark\:text-green-800\/25) {
  color: rgb(3 84 63 / 0.25);
}

:is(.dark .dark\:text-green-800\/30) {
  color: rgb(3 84 63 / 0.3);
}

:is(.dark .dark\:text-green-800\/40) {
  color: rgb(3 84 63 / 0.4);
}

:is(.dark .dark\:text-green-800\/5) {
  color: rgb(3 84 63 / 0.05);
}

:is(.dark .dark\:text-green-800\/50) {
  color: rgb(3 84 63 / 0.5);
}

:is(.dark .dark\:text-green-800\/60) {
  color: rgb(3 84 63 / 0.6);
}

:is(.dark .dark\:text-green-800\/70) {
  color: rgb(3 84 63 / 0.7);
}

:is(.dark .dark\:text-green-800\/75) {
  color: rgb(3 84 63 / 0.75);
}

:is(.dark .dark\:text-green-800\/80) {
  color: rgb(3 84 63 / 0.8);
}

:is(.dark .dark\:text-green-800\/90) {
  color: rgb(3 84 63 / 0.9);
}

:is(.dark .dark\:text-green-800\/95) {
  color: rgb(3 84 63 / 0.95);
}

:is(.dark .dark\:text-indigo-300) {
  --tw-text-opacity: 1;
  color: rgb(180 198 252 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-indigo-300\/0) {
  color: rgb(180 198 252 / 0);
}

:is(.dark .dark\:text-indigo-300\/10) {
  color: rgb(180 198 252 / 0.1);
}

:is(.dark .dark\:text-indigo-300\/100) {
  color: rgb(180 198 252 / 1);
}

:is(.dark .dark\:text-indigo-300\/20) {
  color: rgb(180 198 252 / 0.2);
}

:is(.dark .dark\:text-indigo-300\/25) {
  color: rgb(180 198 252 / 0.25);
}

:is(.dark .dark\:text-indigo-300\/30) {
  color: rgb(180 198 252 / 0.3);
}

:is(.dark .dark\:text-indigo-300\/40) {
  color: rgb(180 198 252 / 0.4);
}

:is(.dark .dark\:text-indigo-300\/5) {
  color: rgb(180 198 252 / 0.05);
}

:is(.dark .dark\:text-indigo-300\/50) {
  color: rgb(180 198 252 / 0.5);
}

:is(.dark .dark\:text-indigo-300\/60) {
  color: rgb(180 198 252 / 0.6);
}

:is(.dark .dark\:text-indigo-300\/70) {
  color: rgb(180 198 252 / 0.7);
}

:is(.dark .dark\:text-indigo-300\/75) {
  color: rgb(180 198 252 / 0.75);
}

:is(.dark .dark\:text-indigo-300\/80) {
  color: rgb(180 198 252 / 0.8);
}

:is(.dark .dark\:text-indigo-300\/90) {
  color: rgb(180 198 252 / 0.9);
}

:is(.dark .dark\:text-indigo-300\/95) {
  color: rgb(180 198 252 / 0.95);
}

:is(.dark .dark\:text-indigo-800) {
  --tw-text-opacity: 1;
  color: rgb(66 56 157 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-indigo-800\/0) {
  color: rgb(66 56 157 / 0);
}

:is(.dark .dark\:text-indigo-800\/10) {
  color: rgb(66 56 157 / 0.1);
}

:is(.dark .dark\:text-indigo-800\/100) {
  color: rgb(66 56 157 / 1);
}

:is(.dark .dark\:text-indigo-800\/20) {
  color: rgb(66 56 157 / 0.2);
}

:is(.dark .dark\:text-indigo-800\/25) {
  color: rgb(66 56 157 / 0.25);
}

:is(.dark .dark\:text-indigo-800\/30) {
  color: rgb(66 56 157 / 0.3);
}

:is(.dark .dark\:text-indigo-800\/40) {
  color: rgb(66 56 157 / 0.4);
}

:is(.dark .dark\:text-indigo-800\/5) {
  color: rgb(66 56 157 / 0.05);
}

:is(.dark .dark\:text-indigo-800\/50) {
  color: rgb(66 56 157 / 0.5);
}

:is(.dark .dark\:text-indigo-800\/60) {
  color: rgb(66 56 157 / 0.6);
}

:is(.dark .dark\:text-indigo-800\/70) {
  color: rgb(66 56 157 / 0.7);
}

:is(.dark .dark\:text-indigo-800\/75) {
  color: rgb(66 56 157 / 0.75);
}

:is(.dark .dark\:text-indigo-800\/80) {
  color: rgb(66 56 157 / 0.8);
}

:is(.dark .dark\:text-indigo-800\/90) {
  color: rgb(66 56 157 / 0.9);
}

:is(.dark .dark\:text-indigo-800\/95) {
  color: rgb(66 56 157 / 0.95);
}

:is(.dark .dark\:text-lime-300) {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-lime-300\/0) {
  color: rgb(190 242 100 / 0);
}

:is(.dark .dark\:text-lime-300\/10) {
  color: rgb(190 242 100 / 0.1);
}

:is(.dark .dark\:text-lime-300\/100) {
  color: rgb(190 242 100 / 1);
}

:is(.dark .dark\:text-lime-300\/20) {
  color: rgb(190 242 100 / 0.2);
}

:is(.dark .dark\:text-lime-300\/25) {
  color: rgb(190 242 100 / 0.25);
}

:is(.dark .dark\:text-lime-300\/30) {
  color: rgb(190 242 100 / 0.3);
}

:is(.dark .dark\:text-lime-300\/40) {
  color: rgb(190 242 100 / 0.4);
}

:is(.dark .dark\:text-lime-300\/5) {
  color: rgb(190 242 100 / 0.05);
}

:is(.dark .dark\:text-lime-300\/50) {
  color: rgb(190 242 100 / 0.5);
}

:is(.dark .dark\:text-lime-300\/60) {
  color: rgb(190 242 100 / 0.6);
}

:is(.dark .dark\:text-lime-300\/70) {
  color: rgb(190 242 100 / 0.7);
}

:is(.dark .dark\:text-lime-300\/75) {
  color: rgb(190 242 100 / 0.75);
}

:is(.dark .dark\:text-lime-300\/80) {
  color: rgb(190 242 100 / 0.8);
}

:is(.dark .dark\:text-lime-300\/90) {
  color: rgb(190 242 100 / 0.9);
}

:is(.dark .dark\:text-lime-300\/95) {
  color: rgb(190 242 100 / 0.95);
}

:is(.dark .dark\:text-lime-800) {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-lime-800\/0) {
  color: rgb(63 98 18 / 0);
}

:is(.dark .dark\:text-lime-800\/10) {
  color: rgb(63 98 18 / 0.1);
}

:is(.dark .dark\:text-lime-800\/100) {
  color: rgb(63 98 18 / 1);
}

:is(.dark .dark\:text-lime-800\/20) {
  color: rgb(63 98 18 / 0.2);
}

:is(.dark .dark\:text-lime-800\/25) {
  color: rgb(63 98 18 / 0.25);
}

:is(.dark .dark\:text-lime-800\/30) {
  color: rgb(63 98 18 / 0.3);
}

:is(.dark .dark\:text-lime-800\/40) {
  color: rgb(63 98 18 / 0.4);
}

:is(.dark .dark\:text-lime-800\/5) {
  color: rgb(63 98 18 / 0.05);
}

:is(.dark .dark\:text-lime-800\/50) {
  color: rgb(63 98 18 / 0.5);
}

:is(.dark .dark\:text-lime-800\/60) {
  color: rgb(63 98 18 / 0.6);
}

:is(.dark .dark\:text-lime-800\/70) {
  color: rgb(63 98 18 / 0.7);
}

:is(.dark .dark\:text-lime-800\/75) {
  color: rgb(63 98 18 / 0.75);
}

:is(.dark .dark\:text-lime-800\/80) {
  color: rgb(63 98 18 / 0.8);
}

:is(.dark .dark\:text-lime-800\/90) {
  color: rgb(63 98 18 / 0.9);
}

:is(.dark .dark\:text-lime-800\/95) {
  color: rgb(63 98 18 / 0.95);
}

:is(.dark .dark\:text-orange-300) {
  --tw-text-opacity: 1;
  color: rgb(253 186 140 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-pink-300) {
  --tw-text-opacity: 1;
  color: rgb(248 180 217 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-pink-300\/0) {
  color: rgb(248 180 217 / 0);
}

:is(.dark .dark\:text-pink-300\/10) {
  color: rgb(248 180 217 / 0.1);
}

:is(.dark .dark\:text-pink-300\/100) {
  color: rgb(248 180 217 / 1);
}

:is(.dark .dark\:text-pink-300\/20) {
  color: rgb(248 180 217 / 0.2);
}

:is(.dark .dark\:text-pink-300\/25) {
  color: rgb(248 180 217 / 0.25);
}

:is(.dark .dark\:text-pink-300\/30) {
  color: rgb(248 180 217 / 0.3);
}

:is(.dark .dark\:text-pink-300\/40) {
  color: rgb(248 180 217 / 0.4);
}

:is(.dark .dark\:text-pink-300\/5) {
  color: rgb(248 180 217 / 0.05);
}

:is(.dark .dark\:text-pink-300\/50) {
  color: rgb(248 180 217 / 0.5);
}

:is(.dark .dark\:text-pink-300\/60) {
  color: rgb(248 180 217 / 0.6);
}

:is(.dark .dark\:text-pink-300\/70) {
  color: rgb(248 180 217 / 0.7);
}

:is(.dark .dark\:text-pink-300\/75) {
  color: rgb(248 180 217 / 0.75);
}

:is(.dark .dark\:text-pink-300\/80) {
  color: rgb(248 180 217 / 0.8);
}

:is(.dark .dark\:text-pink-300\/90) {
  color: rgb(248 180 217 / 0.9);
}

:is(.dark .dark\:text-pink-300\/95) {
  color: rgb(248 180 217 / 0.95);
}

:is(.dark .dark\:text-pink-800) {
  --tw-text-opacity: 1;
  color: rgb(153 21 75 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-pink-800\/0) {
  color: rgb(153 21 75 / 0);
}

:is(.dark .dark\:text-pink-800\/10) {
  color: rgb(153 21 75 / 0.1);
}

:is(.dark .dark\:text-pink-800\/100) {
  color: rgb(153 21 75 / 1);
}

:is(.dark .dark\:text-pink-800\/20) {
  color: rgb(153 21 75 / 0.2);
}

:is(.dark .dark\:text-pink-800\/25) {
  color: rgb(153 21 75 / 0.25);
}

:is(.dark .dark\:text-pink-800\/30) {
  color: rgb(153 21 75 / 0.3);
}

:is(.dark .dark\:text-pink-800\/40) {
  color: rgb(153 21 75 / 0.4);
}

:is(.dark .dark\:text-pink-800\/5) {
  color: rgb(153 21 75 / 0.05);
}

:is(.dark .dark\:text-pink-800\/50) {
  color: rgb(153 21 75 / 0.5);
}

:is(.dark .dark\:text-pink-800\/60) {
  color: rgb(153 21 75 / 0.6);
}

:is(.dark .dark\:text-pink-800\/70) {
  color: rgb(153 21 75 / 0.7);
}

:is(.dark .dark\:text-pink-800\/75) {
  color: rgb(153 21 75 / 0.75);
}

:is(.dark .dark\:text-pink-800\/80) {
  color: rgb(153 21 75 / 0.8);
}

:is(.dark .dark\:text-pink-800\/90) {
  color: rgb(153 21 75 / 0.9);
}

:is(.dark .dark\:text-pink-800\/95) {
  color: rgb(153 21 75 / 0.95);
}

:is(.dark .dark\:text-purple-300) {
  --tw-text-opacity: 1;
  color: rgb(202 191 253 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-purple-300\/0) {
  color: rgb(202 191 253 / 0);
}

:is(.dark .dark\:text-purple-300\/10) {
  color: rgb(202 191 253 / 0.1);
}

:is(.dark .dark\:text-purple-300\/100) {
  color: rgb(202 191 253 / 1);
}

:is(.dark .dark\:text-purple-300\/20) {
  color: rgb(202 191 253 / 0.2);
}

:is(.dark .dark\:text-purple-300\/25) {
  color: rgb(202 191 253 / 0.25);
}

:is(.dark .dark\:text-purple-300\/30) {
  color: rgb(202 191 253 / 0.3);
}

:is(.dark .dark\:text-purple-300\/40) {
  color: rgb(202 191 253 / 0.4);
}

:is(.dark .dark\:text-purple-300\/5) {
  color: rgb(202 191 253 / 0.05);
}

:is(.dark .dark\:text-purple-300\/50) {
  color: rgb(202 191 253 / 0.5);
}

:is(.dark .dark\:text-purple-300\/60) {
  color: rgb(202 191 253 / 0.6);
}

:is(.dark .dark\:text-purple-300\/70) {
  color: rgb(202 191 253 / 0.7);
}

:is(.dark .dark\:text-purple-300\/75) {
  color: rgb(202 191 253 / 0.75);
}

:is(.dark .dark\:text-purple-300\/80) {
  color: rgb(202 191 253 / 0.8);
}

:is(.dark .dark\:text-purple-300\/90) {
  color: rgb(202 191 253 / 0.9);
}

:is(.dark .dark\:text-purple-300\/95) {
  color: rgb(202 191 253 / 0.95);
}

:is(.dark .dark\:text-purple-800) {
  --tw-text-opacity: 1;
  color: rgb(85 33 181 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-purple-800\/0) {
  color: rgb(85 33 181 / 0);
}

:is(.dark .dark\:text-purple-800\/10) {
  color: rgb(85 33 181 / 0.1);
}

:is(.dark .dark\:text-purple-800\/100) {
  color: rgb(85 33 181 / 1);
}

:is(.dark .dark\:text-purple-800\/20) {
  color: rgb(85 33 181 / 0.2);
}

:is(.dark .dark\:text-purple-800\/25) {
  color: rgb(85 33 181 / 0.25);
}

:is(.dark .dark\:text-purple-800\/30) {
  color: rgb(85 33 181 / 0.3);
}

:is(.dark .dark\:text-purple-800\/40) {
  color: rgb(85 33 181 / 0.4);
}

:is(.dark .dark\:text-purple-800\/5) {
  color: rgb(85 33 181 / 0.05);
}

:is(.dark .dark\:text-purple-800\/50) {
  color: rgb(85 33 181 / 0.5);
}

:is(.dark .dark\:text-purple-800\/60) {
  color: rgb(85 33 181 / 0.6);
}

:is(.dark .dark\:text-purple-800\/70) {
  color: rgb(85 33 181 / 0.7);
}

:is(.dark .dark\:text-purple-800\/75) {
  color: rgb(85 33 181 / 0.75);
}

:is(.dark .dark\:text-purple-800\/80) {
  color: rgb(85 33 181 / 0.8);
}

:is(.dark .dark\:text-purple-800\/90) {
  color: rgb(85 33 181 / 0.9);
}

:is(.dark .dark\:text-purple-800\/95) {
  color: rgb(85 33 181 / 0.95);
}

:is(.dark .dark\:text-red-200) {
  --tw-text-opacity: 1;
  color: rgb(251 213 213 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-300) {
  --tw-text-opacity: 1;
  color: rgb(248 180 180 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-300\/0) {
  color: rgb(248 180 180 / 0);
}

:is(.dark .dark\:text-red-300\/10) {
  color: rgb(248 180 180 / 0.1);
}

:is(.dark .dark\:text-red-300\/100) {
  color: rgb(248 180 180 / 1);
}

:is(.dark .dark\:text-red-300\/20) {
  color: rgb(248 180 180 / 0.2);
}

:is(.dark .dark\:text-red-300\/25) {
  color: rgb(248 180 180 / 0.25);
}

:is(.dark .dark\:text-red-300\/30) {
  color: rgb(248 180 180 / 0.3);
}

:is(.dark .dark\:text-red-300\/40) {
  color: rgb(248 180 180 / 0.4);
}

:is(.dark .dark\:text-red-300\/5) {
  color: rgb(248 180 180 / 0.05);
}

:is(.dark .dark\:text-red-300\/50) {
  color: rgb(248 180 180 / 0.5);
}

:is(.dark .dark\:text-red-300\/60) {
  color: rgb(248 180 180 / 0.6);
}

:is(.dark .dark\:text-red-300\/70) {
  color: rgb(248 180 180 / 0.7);
}

:is(.dark .dark\:text-red-300\/75) {
  color: rgb(248 180 180 / 0.75);
}

:is(.dark .dark\:text-red-300\/80) {
  color: rgb(248 180 180 / 0.8);
}

:is(.dark .dark\:text-red-300\/90) {
  color: rgb(248 180 180 / 0.9);
}

:is(.dark .dark\:text-red-300\/95) {
  color: rgb(248 180 180 / 0.95);
}

:is(.dark .dark\:text-red-400) {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-800) {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-800\/0) {
  color: rgb(155 28 28 / 0);
}

:is(.dark .dark\:text-red-800\/10) {
  color: rgb(155 28 28 / 0.1);
}

:is(.dark .dark\:text-red-800\/100) {
  color: rgb(155 28 28 / 1);
}

:is(.dark .dark\:text-red-800\/20) {
  color: rgb(155 28 28 / 0.2);
}

:is(.dark .dark\:text-red-800\/25) {
  color: rgb(155 28 28 / 0.25);
}

:is(.dark .dark\:text-red-800\/30) {
  color: rgb(155 28 28 / 0.3);
}

:is(.dark .dark\:text-red-800\/40) {
  color: rgb(155 28 28 / 0.4);
}

:is(.dark .dark\:text-red-800\/5) {
  color: rgb(155 28 28 / 0.05);
}

:is(.dark .dark\:text-red-800\/50) {
  color: rgb(155 28 28 / 0.5);
}

:is(.dark .dark\:text-red-800\/60) {
  color: rgb(155 28 28 / 0.6);
}

:is(.dark .dark\:text-red-800\/70) {
  color: rgb(155 28 28 / 0.7);
}

:is(.dark .dark\:text-red-800\/75) {
  color: rgb(155 28 28 / 0.75);
}

:is(.dark .dark\:text-red-800\/80) {
  color: rgb(155 28 28 / 0.8);
}

:is(.dark .dark\:text-red-800\/90) {
  color: rgb(155 28 28 / 0.9);
}

:is(.dark .dark\:text-red-800\/95) {
  color: rgb(155 28 28 / 0.95);
}

:is(.dark .dark\:text-rose-300) {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-rose-300\/0) {
  color: rgb(253 164 175 / 0);
}

:is(.dark .dark\:text-rose-300\/10) {
  color: rgb(253 164 175 / 0.1);
}

:is(.dark .dark\:text-rose-300\/100) {
  color: rgb(253 164 175 / 1);
}

:is(.dark .dark\:text-rose-300\/20) {
  color: rgb(253 164 175 / 0.2);
}

:is(.dark .dark\:text-rose-300\/25) {
  color: rgb(253 164 175 / 0.25);
}

:is(.dark .dark\:text-rose-300\/30) {
  color: rgb(253 164 175 / 0.3);
}

:is(.dark .dark\:text-rose-300\/40) {
  color: rgb(253 164 175 / 0.4);
}

:is(.dark .dark\:text-rose-300\/5) {
  color: rgb(253 164 175 / 0.05);
}

:is(.dark .dark\:text-rose-300\/50) {
  color: rgb(253 164 175 / 0.5);
}

:is(.dark .dark\:text-rose-300\/60) {
  color: rgb(253 164 175 / 0.6);
}

:is(.dark .dark\:text-rose-300\/70) {
  color: rgb(253 164 175 / 0.7);
}

:is(.dark .dark\:text-rose-300\/75) {
  color: rgb(253 164 175 / 0.75);
}

:is(.dark .dark\:text-rose-300\/80) {
  color: rgb(253 164 175 / 0.8);
}

:is(.dark .dark\:text-rose-300\/90) {
  color: rgb(253 164 175 / 0.9);
}

:is(.dark .dark\:text-rose-300\/95) {
  color: rgb(253 164 175 / 0.95);
}

:is(.dark .dark\:text-rose-800) {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-rose-800\/0) {
  color: rgb(159 18 57 / 0);
}

:is(.dark .dark\:text-rose-800\/10) {
  color: rgb(159 18 57 / 0.1);
}

:is(.dark .dark\:text-rose-800\/100) {
  color: rgb(159 18 57 / 1);
}

:is(.dark .dark\:text-rose-800\/20) {
  color: rgb(159 18 57 / 0.2);
}

:is(.dark .dark\:text-rose-800\/25) {
  color: rgb(159 18 57 / 0.25);
}

:is(.dark .dark\:text-rose-800\/30) {
  color: rgb(159 18 57 / 0.3);
}

:is(.dark .dark\:text-rose-800\/40) {
  color: rgb(159 18 57 / 0.4);
}

:is(.dark .dark\:text-rose-800\/5) {
  color: rgb(159 18 57 / 0.05);
}

:is(.dark .dark\:text-rose-800\/50) {
  color: rgb(159 18 57 / 0.5);
}

:is(.dark .dark\:text-rose-800\/60) {
  color: rgb(159 18 57 / 0.6);
}

:is(.dark .dark\:text-rose-800\/70) {
  color: rgb(159 18 57 / 0.7);
}

:is(.dark .dark\:text-rose-800\/75) {
  color: rgb(159 18 57 / 0.75);
}

:is(.dark .dark\:text-rose-800\/80) {
  color: rgb(159 18 57 / 0.8);
}

:is(.dark .dark\:text-rose-800\/90) {
  color: rgb(159 18 57 / 0.9);
}

:is(.dark .dark\:text-rose-800\/95) {
  color: rgb(159 18 57 / 0.95);
}

:is(.dark .dark\:text-sky-300) {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-sky-300\/0) {
  color: rgb(125 211 252 / 0);
}

:is(.dark .dark\:text-sky-300\/10) {
  color: rgb(125 211 252 / 0.1);
}

:is(.dark .dark\:text-sky-300\/100) {
  color: rgb(125 211 252 / 1);
}

:is(.dark .dark\:text-sky-300\/20) {
  color: rgb(125 211 252 / 0.2);
}

:is(.dark .dark\:text-sky-300\/25) {
  color: rgb(125 211 252 / 0.25);
}

:is(.dark .dark\:text-sky-300\/30) {
  color: rgb(125 211 252 / 0.3);
}

:is(.dark .dark\:text-sky-300\/40) {
  color: rgb(125 211 252 / 0.4);
}

:is(.dark .dark\:text-sky-300\/5) {
  color: rgb(125 211 252 / 0.05);
}

:is(.dark .dark\:text-sky-300\/50) {
  color: rgb(125 211 252 / 0.5);
}

:is(.dark .dark\:text-sky-300\/60) {
  color: rgb(125 211 252 / 0.6);
}

:is(.dark .dark\:text-sky-300\/70) {
  color: rgb(125 211 252 / 0.7);
}

:is(.dark .dark\:text-sky-300\/75) {
  color: rgb(125 211 252 / 0.75);
}

:is(.dark .dark\:text-sky-300\/80) {
  color: rgb(125 211 252 / 0.8);
}

:is(.dark .dark\:text-sky-300\/90) {
  color: rgb(125 211 252 / 0.9);
}

:is(.dark .dark\:text-sky-300\/95) {
  color: rgb(125 211 252 / 0.95);
}

:is(.dark .dark\:text-sky-800) {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-sky-800\/0) {
  color: rgb(7 89 133 / 0);
}

:is(.dark .dark\:text-sky-800\/10) {
  color: rgb(7 89 133 / 0.1);
}

:is(.dark .dark\:text-sky-800\/100) {
  color: rgb(7 89 133 / 1);
}

:is(.dark .dark\:text-sky-800\/20) {
  color: rgb(7 89 133 / 0.2);
}

:is(.dark .dark\:text-sky-800\/25) {
  color: rgb(7 89 133 / 0.25);
}

:is(.dark .dark\:text-sky-800\/30) {
  color: rgb(7 89 133 / 0.3);
}

:is(.dark .dark\:text-sky-800\/40) {
  color: rgb(7 89 133 / 0.4);
}

:is(.dark .dark\:text-sky-800\/5) {
  color: rgb(7 89 133 / 0.05);
}

:is(.dark .dark\:text-sky-800\/50) {
  color: rgb(7 89 133 / 0.5);
}

:is(.dark .dark\:text-sky-800\/60) {
  color: rgb(7 89 133 / 0.6);
}

:is(.dark .dark\:text-sky-800\/70) {
  color: rgb(7 89 133 / 0.7);
}

:is(.dark .dark\:text-sky-800\/75) {
  color: rgb(7 89 133 / 0.75);
}

:is(.dark .dark\:text-sky-800\/80) {
  color: rgb(7 89 133 / 0.8);
}

:is(.dark .dark\:text-sky-800\/90) {
  color: rgb(7 89 133 / 0.9);
}

:is(.dark .dark\:text-sky-800\/95) {
  color: rgb(7 89 133 / 0.95);
}

:is(.dark .dark\:text-violet-300) {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-violet-300\/0) {
  color: rgb(196 181 253 / 0);
}

:is(.dark .dark\:text-violet-300\/10) {
  color: rgb(196 181 253 / 0.1);
}

:is(.dark .dark\:text-violet-300\/100) {
  color: rgb(196 181 253 / 1);
}

:is(.dark .dark\:text-violet-300\/20) {
  color: rgb(196 181 253 / 0.2);
}

:is(.dark .dark\:text-violet-300\/25) {
  color: rgb(196 181 253 / 0.25);
}

:is(.dark .dark\:text-violet-300\/30) {
  color: rgb(196 181 253 / 0.3);
}

:is(.dark .dark\:text-violet-300\/40) {
  color: rgb(196 181 253 / 0.4);
}

:is(.dark .dark\:text-violet-300\/5) {
  color: rgb(196 181 253 / 0.05);
}

:is(.dark .dark\:text-violet-300\/50) {
  color: rgb(196 181 253 / 0.5);
}

:is(.dark .dark\:text-violet-300\/60) {
  color: rgb(196 181 253 / 0.6);
}

:is(.dark .dark\:text-violet-300\/70) {
  color: rgb(196 181 253 / 0.7);
}

:is(.dark .dark\:text-violet-300\/75) {
  color: rgb(196 181 253 / 0.75);
}

:is(.dark .dark\:text-violet-300\/80) {
  color: rgb(196 181 253 / 0.8);
}

:is(.dark .dark\:text-violet-300\/90) {
  color: rgb(196 181 253 / 0.9);
}

:is(.dark .dark\:text-violet-300\/95) {
  color: rgb(196 181 253 / 0.95);
}

:is(.dark .dark\:text-violet-800) {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-violet-800\/0) {
  color: rgb(91 33 182 / 0);
}

:is(.dark .dark\:text-violet-800\/10) {
  color: rgb(91 33 182 / 0.1);
}

:is(.dark .dark\:text-violet-800\/100) {
  color: rgb(91 33 182 / 1);
}

:is(.dark .dark\:text-violet-800\/20) {
  color: rgb(91 33 182 / 0.2);
}

:is(.dark .dark\:text-violet-800\/25) {
  color: rgb(91 33 182 / 0.25);
}

:is(.dark .dark\:text-violet-800\/30) {
  color: rgb(91 33 182 / 0.3);
}

:is(.dark .dark\:text-violet-800\/40) {
  color: rgb(91 33 182 / 0.4);
}

:is(.dark .dark\:text-violet-800\/5) {
  color: rgb(91 33 182 / 0.05);
}

:is(.dark .dark\:text-violet-800\/50) {
  color: rgb(91 33 182 / 0.5);
}

:is(.dark .dark\:text-violet-800\/60) {
  color: rgb(91 33 182 / 0.6);
}

:is(.dark .dark\:text-violet-800\/70) {
  color: rgb(91 33 182 / 0.7);
}

:is(.dark .dark\:text-violet-800\/75) {
  color: rgb(91 33 182 / 0.75);
}

:is(.dark .dark\:text-violet-800\/80) {
  color: rgb(91 33 182 / 0.8);
}

:is(.dark .dark\:text-violet-800\/90) {
  color: rgb(91 33 182 / 0.9);
}

:is(.dark .dark\:text-violet-800\/95) {
  color: rgb(91 33 182 / 0.95);
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-yellow-300) {
  --tw-text-opacity: 1;
  color: rgb(250 202 21 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-yellow-300\/0) {
  color: rgb(250 202 21 / 0);
}

:is(.dark .dark\:text-yellow-300\/10) {
  color: rgb(250 202 21 / 0.1);
}

:is(.dark .dark\:text-yellow-300\/100) {
  color: rgb(250 202 21 / 1);
}

:is(.dark .dark\:text-yellow-300\/20) {
  color: rgb(250 202 21 / 0.2);
}

:is(.dark .dark\:text-yellow-300\/25) {
  color: rgb(250 202 21 / 0.25);
}

:is(.dark .dark\:text-yellow-300\/30) {
  color: rgb(250 202 21 / 0.3);
}

:is(.dark .dark\:text-yellow-300\/40) {
  color: rgb(250 202 21 / 0.4);
}

:is(.dark .dark\:text-yellow-300\/5) {
  color: rgb(250 202 21 / 0.05);
}

:is(.dark .dark\:text-yellow-300\/50) {
  color: rgb(250 202 21 / 0.5);
}

:is(.dark .dark\:text-yellow-300\/60) {
  color: rgb(250 202 21 / 0.6);
}

:is(.dark .dark\:text-yellow-300\/70) {
  color: rgb(250 202 21 / 0.7);
}

:is(.dark .dark\:text-yellow-300\/75) {
  color: rgb(250 202 21 / 0.75);
}

:is(.dark .dark\:text-yellow-300\/80) {
  color: rgb(250 202 21 / 0.8);
}

:is(.dark .dark\:text-yellow-300\/90) {
  color: rgb(250 202 21 / 0.9);
}

:is(.dark .dark\:text-yellow-300\/95) {
  color: rgb(250 202 21 / 0.95);
}

:is(.dark .dark\:text-yellow-400) {
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-yellow-800) {
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-yellow-800\/0) {
  color: rgb(114 59 19 / 0);
}

:is(.dark .dark\:text-yellow-800\/10) {
  color: rgb(114 59 19 / 0.1);
}

:is(.dark .dark\:text-yellow-800\/100) {
  color: rgb(114 59 19 / 1);
}

:is(.dark .dark\:text-yellow-800\/20) {
  color: rgb(114 59 19 / 0.2);
}

:is(.dark .dark\:text-yellow-800\/25) {
  color: rgb(114 59 19 / 0.25);
}

:is(.dark .dark\:text-yellow-800\/30) {
  color: rgb(114 59 19 / 0.3);
}

:is(.dark .dark\:text-yellow-800\/40) {
  color: rgb(114 59 19 / 0.4);
}

:is(.dark .dark\:text-yellow-800\/5) {
  color: rgb(114 59 19 / 0.05);
}

:is(.dark .dark\:text-yellow-800\/50) {
  color: rgb(114 59 19 / 0.5);
}

:is(.dark .dark\:text-yellow-800\/60) {
  color: rgb(114 59 19 / 0.6);
}

:is(.dark .dark\:text-yellow-800\/70) {
  color: rgb(114 59 19 / 0.7);
}

:is(.dark .dark\:text-yellow-800\/75) {
  color: rgb(114 59 19 / 0.75);
}

:is(.dark .dark\:text-yellow-800\/80) {
  color: rgb(114 59 19 / 0.8);
}

:is(.dark .dark\:text-yellow-800\/90) {
  color: rgb(114 59 19 / 0.9);
}

:is(.dark .dark\:text-yellow-800\/95) {
  color: rgb(114 59 19 / 0.95);
}

:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:placeholder-gray-400)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:placeholder-white)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:placeholder-white)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:ring-blue-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(118 169 250 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-blue-500) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-cyan-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-emerald-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-fuchsia-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-gray-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-gray-500) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-green-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-indigo-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 162 251 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-lime-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-pink-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 126 184 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-purple-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(172 148 250 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-red-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-sky-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-yellow-400) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(227 160 8 / var(--tw-ring-opacity));
}

:is(.dark .dark\:ring-offset-gray-700) {
  --tw-ring-offset-color: #374151;
}

:is(.dark .dark\:placeholder\:text-slate-700)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder\:text-slate-700)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

:is(.dark .dark\:after\:border-gray-700)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:after\:border-green-700)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(4 108 78 / var(--tw-border-opacity));
}

:is(.dark .dark\:after\:border-red-700)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(200 30 30 / var(--tw-border-opacity));
}

:is(.dark .dark\:focus-within\:border-sky-400\/50:focus-within) {
  border-color: rgb(56 189 248 / 0.5);
}

:is(.dark .dark\:hover\:border-gray-600:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:hover\:border-slate-700:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

:is(.dark .dark\:hover\:bg-blue-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-cyan-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-emerald-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-fuchsia-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-green-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-indigo-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(81 69 205 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-lime-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-pink-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(191 18 93 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-purple-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(108 43 217 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-red-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-red-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-sky-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-yellow-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(142 75 16 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-blue-400:hover) {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-blue-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:border-blue-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

:is(.dark .dark\:focus\:border-sky-400\/50:focus) {
  border-color: rgb(56 189 248 / 0.5);
}

:is(.dark .dark\:focus\:text-white:focus) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:ring-blue-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-blue-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-blue-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-cyan-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-emerald-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-fuchsia-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-gray-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-gray-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-gray-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-green-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-indigo-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 56 157 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-lime-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-pink-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-purple-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(85 33 181 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-red-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(155 28 28 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-red-900:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-sky-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-yellow-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 120 3 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-yellow-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(114 59 19 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-offset-gray-700:focus) {
  --tw-ring-offset-color: #374151;
}

:is(.dark .dark\:disabled\:bg-gray-700:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .disabled\:dark\:bg-gray-400):disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

:is(.dark .disabled\:dark\:text-gray-400):disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .peer:focus ~ .dark\:peer-focus\:ring-blue-800) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .sm\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:inset-0 {
    inset: 0px;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(26 86 219 / var(--tw-text-opacity));
  }

  :is(.dark .md\:dark\:bg-transparent) {
    background-color: transparent;
  }

  :is(.dark .md\:dark\:hover\:bg-transparent:hover) {
    background-color: transparent;
  }

  :is(.dark .md\:dark\:hover\:text-blue-500:hover) {
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {

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

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

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

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

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

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

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

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

  .lg\:w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

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

@media (min-width: 1536px) {

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

