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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

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

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

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

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

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

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

.-inset-11 {
  inset: -2.75rem;
}

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

.-inset-14 {
  inset: -3.5rem;
}

.-inset-16 {
  inset: -4rem;
}

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

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

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

.-inset-2\/4 {
  inset: -50%;
}

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

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

.-inset-28 {
  inset: -7rem;
}

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

.-inset-3\.5 {
  inset: -0.875rem;
}

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

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

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

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

.-inset-6 {
  inset: -1.5rem;
}

.-inset-7 {
  inset: -1.75rem;
}

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

.-inset-9 {
  inset: -2.25rem;
}

.-inset-full {
  inset: -100%;
}

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

.inset-0 {
  inset: 0px;
}

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

.inset-1 {
  inset: 0.25rem;
}

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

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

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

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

.inset-10 {
  inset: 2.5rem;
}

.inset-11 {
  inset: 2.75rem;
}

.inset-12 {
  inset: 3rem;
}

.inset-14 {
  inset: 3.5rem;
}

.inset-16 {
  inset: 4rem;
}

.inset-2 {
  inset: 0.5rem;
}

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

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

.inset-2\/4 {
  inset: 50%;
}

.inset-20 {
  inset: 5rem;
}

.inset-24 {
  inset: 6rem;
}

.inset-28 {
  inset: 7rem;
}

.inset-3 {
  inset: 0.75rem;
}

.inset-3\.5 {
  inset: 0.875rem;
}

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

.inset-32 {
  inset: 8rem;
}

.inset-4 {
  inset: 1rem;
}

.inset-5 {
  inset: 1.25rem;
}

.inset-6 {
  inset: 1.5rem;
}

.inset-7 {
  inset: 1.75rem;
}

.inset-8 {
  inset: 2rem;
}

.inset-9 {
  inset: 2.25rem;
}

.inset-auto {
  inset: auto;
}

.inset-full {
  inset: 100%;
}

.inset-px {
  inset: 1px;
}

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

.-inset-x-0\.5 {
  left: -0.125rem;
  right: -0.125rem;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

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

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

.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

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

.-inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

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

.-inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.-inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

.-inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

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

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

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

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

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

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

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

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

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

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

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

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

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

.inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

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

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

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

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

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

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

.inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

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

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

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

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

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

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

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

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

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

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

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

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

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

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

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

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

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

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

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

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

.-bottom-11 {
  bottom: -2.75rem;
}

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

.-bottom-14 {
  bottom: -3.5rem;
}

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

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

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

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

.-bottom-2\/4 {
  bottom: -50%;
}

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

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

.-bottom-28 {
  bottom: -7rem;
}

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

.-bottom-3\.5 {
  bottom: -0.875rem;
}

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

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

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

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

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

.-bottom-7 {
  bottom: -1.75rem;
}

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

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-full {
  bottom: -100%;
}

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

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

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

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

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

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

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

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

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

.-left-11 {
  left: -2.75rem;
}

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

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

.-left-16 {
  left: -4rem;
}

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

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

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

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

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

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

.-left-28 {
  left: -7rem;
}

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

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

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

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

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

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

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

.-left-7 {
  left: -1.75rem;
}

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

.-left-9 {
  left: -2.25rem;
}

.-left-full {
  left: -100%;
}

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

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

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

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

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

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

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

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

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

.-right-11 {
  right: -2.75rem;
}

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

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

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

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

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

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

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

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

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

.-right-28 {
  right: -7rem;
}

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

.-right-3\.5 {
  right: -0.875rem;
}

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

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

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

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

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

.-right-7 {
  right: -1.75rem;
}

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

.-right-9 {
  right: -2.25rem;
}

.-right-full {
  right: -100%;
}

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

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

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

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

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

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

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

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

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

.-top-11 {
  top: -2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-7 {
  top: -1.75rem;
}

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

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

.-top-full {
  top: -100%;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-1 {
  bottom: 0.25rem;
}

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

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

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

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

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

.bottom-32 {
  bottom: 8rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0px;
}

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

.left-1 {
  left: 0.25rem;
}

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

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

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

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

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-2 {
  left: 0.5rem;
}

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

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

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

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-3 {
  left: 0.75rem;
}

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

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

.left-32 {
  left: 8rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.left-px {
  left: 1px;
}

.right-0 {
  right: 0px;
}

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

.right-1 {
  right: 0.25rem;
}

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

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

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

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

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

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

.right-32 {
  right: 8rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.right-px {
  right: 1px;
}

.top-0 {
  top: 0px;
}

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

.top-1 {
  top: 0.25rem;
}

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

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

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

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

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

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

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

.top-32 {
  top: 8rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.top-px {
  top: 1px;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

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

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

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

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

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

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

.-m-14 {
  margin: -3.5rem;
}

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

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

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

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

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

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

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

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

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

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

.-m-9 {
  margin: -2.25rem;
}

.-m-px {
  margin: -1px;
}

.m-0 {
  margin: 0px;
}

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

.m-1 {
  margin: 0.25rem;
}

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

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

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

.m-32 {
  margin: 8rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

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

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

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

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

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

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

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

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

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

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

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

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

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

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

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

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

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

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

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

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

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

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

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

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

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

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

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

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

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

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

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

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

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

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

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

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

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

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

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

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

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

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

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

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

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

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

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

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

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

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

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

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

.-mb-11 {
  margin-bottom: -2.75rem;
}

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

.-mb-14 {
  margin-bottom: -3.5rem;
}

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

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

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

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

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

.-mb-28 {
  margin-bottom: -7rem;
}

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

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

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

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

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

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

.-mb-7 {
  margin-bottom: -1.75rem;
}

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

.-mb-9 {
  margin-bottom: -2.25rem;
}

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

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

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

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

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

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

.-ml-11 {
  margin-left: -2.75rem;
}

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

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

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

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

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

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

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

.-ml-28 {
  margin-left: -7rem;
}

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

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

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

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

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

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

.-ml-7 {
  margin-left: -1.75rem;
}

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

.-ml-9 {
  margin-left: -2.25rem;
}

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

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

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

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

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

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

.-mr-11 {
  margin-right: -2.75rem;
}

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

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

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

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

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

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

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

.-mr-28 {
  margin-right: -7rem;
}

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

.-mr-3\.5 {
  margin-right: -0.875rem;
}

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

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

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

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

.-mr-7 {
  margin-right: -1.75rem;
}

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

.-mr-9 {
  margin-right: -2.25rem;
}

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

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

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

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

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

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

.-mt-11 {
  margin-top: -2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

.ml-11 {
  margin-left: 2.75rem;
}

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

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

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

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

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

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

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

.ml-28 {
  margin-left: 7rem;
}

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

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

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

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

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

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

.ml-7 {
  margin-left: 1.75rem;
}

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

.ml-9 {
  margin-left: 2.25rem;
}

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

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

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

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

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

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

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

.mr-11 {
  margin-right: 2.75rem;
}

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

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

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

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

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

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

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

.mr-28 {
  margin-right: 7rem;
}

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

.mr-3\.5 {
  margin-right: 0.875rem;
}

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

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

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

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

.mr-7 {
  margin-right: 1.75rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

.h-1 {
  height: 0.25rem;
}

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

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

.h-1\/3 {
  height: 33.333333%;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/5 {
  height: 20%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-2\/3 {
  height: 66.666667%;
}

.h-2\/4 {
  height: 50%;
}

.h-2\/5 {
  height: 40%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

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

.h-3\/5 {
  height: 60%;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-5 {
  height: 1.25rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

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

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

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-1 {
  max-height: 0.25rem;
}

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

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

.max-h-11 {
  max-height: 2.75rem;
}

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

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

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

.max-h-2 {
  max-height: 0.5rem;
}

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

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

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

.max-h-28 {
  max-height: 7rem;
}

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

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-32 {
  max-height: 8rem;
}

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

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

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

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

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

.max-h-px {
  max-height: 1px;
}

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

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

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

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

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

.min-h-11 {
  min-height: 2.75rem;
}

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

.min-h-14 {
  min-height: 3.5rem;
}

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

.min-h-2 {
  min-height: 0.5rem;
}

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

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

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

.min-h-28 {
  min-height: 7rem;
}

.min-h-3 {
  min-height: 0.75rem;
}

.min-h-3\.5 {
  min-height: 0.875rem;
}

.min-h-32 {
  min-height: 8rem;
}

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

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-7 {
  min-height: 1.75rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-\[100svh\] {
  min-height: 100svh;
}

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

.w-1 {
  width: 0.25rem;
}

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

.min-w-11 {
  min-width: 2.75rem;
}

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

.min-w-14 {
  min-width: 3.5rem;
}

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

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

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

.min-w-20 {
  min-width: 5rem;
}

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

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

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

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

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

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

.min-w-5 {
  min-width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.max-w-1 {
  max-width: 0.25rem;
}

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

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-5 {
  max-width: 1.25rem;
}

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

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

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

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

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

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

.max-w-9 {
  max-width: 2.25rem;
}

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

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

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

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

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

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

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

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

.max-w-px {
  max-width: 1px;
}

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

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
  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-2\/3 {
  --tw-translate-x: -66.666667%;
  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-2\/4 {
  --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-20 {
  --tw-translate-x: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
  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-2\/3 {
  --tw-translate-x: 66.666667%;
  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-2\/4 {
  --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-20 {
  --tw-translate-x: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scale-y-100 {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-105 {
  --tw-scale-y: -1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-110 {
  --tw-scale-y: -1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-125 {
  --tw-scale-y: -1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-150 {
  --tw-scale-y: -1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-50 {
  --tw-scale-y: -.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-75 {
  --tw-scale-y: -.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-90 {
  --tw-scale-y: -.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-95 {
  --tw-scale-y: -.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-105 {
  --tw-scale-x: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-110 {
  --tw-scale-x: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-125 {
  --tw-scale-x: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-150 {
  --tw-scale-x: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-50 {
  --tw-scale-x: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-75 {
  --tw-scale-x: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-90 {
  --tw-scale-x: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-95 {
  --tw-scale-x: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-105 {
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-110 {
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-125 {
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-150 {
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-50 {
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-75 {
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-90 {
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-95 {
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-px {
  gap: 1px;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-px {
  row-gap: 1px;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0px * var(--tw-space-x-reverse));
  margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * 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-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * 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-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * 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-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-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));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * 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-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * 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-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * 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-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-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));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * 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-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-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));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-\[\#0B0D10\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-divide-opacity, 1));
}

.divide-\[\#0B0D10\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.1);
}

.divide-\[\#0B0D10\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.2);
}

.divide-\[\#0B0D10\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.25);
}

.divide-\[\#0B0D10\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.3);
}

.divide-\[\#0B0D10\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.4);
}

.divide-\[\#0B0D10\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.5);
}

.divide-\[\#0B0D10\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.6);
}

.divide-\[\#0B0D10\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.7);
}

.divide-\[\#0B0D10\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.75);
}

.divide-\[\#0B0D10\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.8);
}

.divide-\[\#0B0D10\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.9);
}

.divide-\[\#15181D\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-divide-opacity, 1));
}

.divide-\[\#15181D\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.1);
}

.divide-\[\#15181D\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.2);
}

.divide-\[\#15181D\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.25);
}

.divide-\[\#15181D\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.3);
}

.divide-\[\#15181D\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.4);
}

.divide-\[\#15181D\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.5);
}

.divide-\[\#15181D\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.6);
}

.divide-\[\#15181D\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.7);
}

.divide-\[\#15181D\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.75);
}

.divide-\[\#15181D\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.8);
}

.divide-\[\#15181D\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.9);
}

.divide-\[\#182E6F\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-divide-opacity, 1));
}

.divide-\[\#182E6F\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.1);
}

.divide-\[\#182E6F\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.2);
}

.divide-\[\#182E6F\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.25);
}

.divide-\[\#182E6F\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.3);
}

.divide-\[\#182E6F\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.4);
}

.divide-\[\#182E6F\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.5);
}

.divide-\[\#182E6F\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.6);
}

.divide-\[\#182E6F\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.7);
}

.divide-\[\#182E6F\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.75);
}

.divide-\[\#182E6F\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.8);
}

.divide-\[\#182E6F\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.9);
}

.divide-\[\#22D3EE\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.divide-\[\#22D3EE\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.1);
}

.divide-\[\#22D3EE\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.2);
}

.divide-\[\#22D3EE\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.25);
}

.divide-\[\#22D3EE\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.3);
}

.divide-\[\#22D3EE\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.4);
}

.divide-\[\#22D3EE\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.5);
}

.divide-\[\#22D3EE\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.6);
}

.divide-\[\#22D3EE\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.7);
}

.divide-\[\#22D3EE\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.75);
}

.divide-\[\#22D3EE\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.8);
}

.divide-\[\#22D3EE\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.9);
}

.divide-\[\#23272E\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-divide-opacity, 1));
}

.divide-\[\#23272E\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.1);
}

.divide-\[\#23272E\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.2);
}

.divide-\[\#23272E\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.25);
}

.divide-\[\#23272E\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.3);
}

.divide-\[\#23272E\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.4);
}

.divide-\[\#23272E\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.5);
}

.divide-\[\#23272E\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.6);
}

.divide-\[\#23272E\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.7);
}

.divide-\[\#23272E\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.75);
}

.divide-\[\#23272E\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.8);
}

.divide-\[\#23272E\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.9);
}

.divide-\[\#305CDE\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-divide-opacity, 1));
}

.divide-\[\#305CDE\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.1);
}

.divide-\[\#305CDE\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.2);
}

.divide-\[\#305CDE\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.25);
}

.divide-\[\#305CDE\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.3);
}

.divide-\[\#305CDE\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.4);
}

.divide-\[\#305CDE\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.5);
}

.divide-\[\#305CDE\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.6);
}

.divide-\[\#305CDE\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.7);
}

.divide-\[\#305CDE\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.75);
}

.divide-\[\#305CDE\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.8);
}

.divide-\[\#305CDE\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.9);
}

.divide-\[\#59B5F7\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-divide-opacity, 1));
}

.divide-\[\#59B5F7\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.1);
}

.divide-\[\#59B5F7\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.2);
}

.divide-\[\#59B5F7\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.25);
}

.divide-\[\#59B5F7\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.3);
}

.divide-\[\#59B5F7\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.4);
}

.divide-\[\#59B5F7\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.5);
}

.divide-\[\#59B5F7\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.6);
}

.divide-\[\#59B5F7\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.7);
}

.divide-\[\#59B5F7\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.75);
}

.divide-\[\#59B5F7\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.8);
}

.divide-\[\#59B5F7\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.9);
}

.divide-\[\#8B909A\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-divide-opacity, 1));
}

.divide-\[\#8B909A\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.1);
}

.divide-\[\#8B909A\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.2);
}

.divide-\[\#8B909A\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.25);
}

.divide-\[\#8B909A\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.3);
}

.divide-\[\#8B909A\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.4);
}

.divide-\[\#8B909A\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.5);
}

.divide-\[\#8B909A\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.6);
}

.divide-\[\#8B909A\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.7);
}

.divide-\[\#8B909A\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.75);
}

.divide-\[\#8B909A\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.8);
}

.divide-\[\#8B909A\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.9);
}

.divide-\[\#E4E6EB\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-divide-opacity, 1));
}

.divide-\[\#E4E6EB\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.1);
}

.divide-\[\#E4E6EB\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.2);
}

.divide-\[\#E4E6EB\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.25);
}

.divide-\[\#E4E6EB\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.3);
}

.divide-\[\#E4E6EB\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.4);
}

.divide-\[\#E4E6EB\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.5);
}

.divide-\[\#E4E6EB\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.6);
}

.divide-\[\#E4E6EB\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.7);
}

.divide-\[\#E4E6EB\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.75);
}

.divide-\[\#E4E6EB\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.8);
}

.divide-\[\#E4E6EB\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.9);
}

.divide-\[\#FFFFFF0D\] > :not([hidden]) ~ :not([hidden]) {
  border-color: #FFFFFF0D;
}

.divide-\[\#FFFFFF0D\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.divide-\[\#FFFFFF0D\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.divide-\[\#FFFFFF0D\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}

.divide-\[\#FFFFFF0D\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}

.divide-\[\#FFFFFF0D\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}

.divide-\[\#FFFFFF0D\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}

.divide-\[\#FFFFFF0D\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.divide-\[\#FFFFFF0D\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}

.divide-\[\#FFFFFF0D\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}

.divide-\[\#FFFFFF0D\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}

.divide-\[\#FFFFFF0D\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}

.divide-\[\#ff6600\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-divide-opacity, 1));
}

.divide-\[\#ff6600\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.1);
}

.divide-\[\#ff6600\]\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.2);
}

.divide-\[\#ff6600\]\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.25);
}

.divide-\[\#ff6600\]\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.3);
}

.divide-\[\#ff6600\]\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.4);
}

.divide-\[\#ff6600\]\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.5);
}

.divide-\[\#ff6600\]\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.6);
}

.divide-\[\#ff6600\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.7);
}

.divide-\[\#ff6600\]\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.75);
}

.divide-\[\#ff6600\]\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.8);
}

.divide-\[\#ff6600\]\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.9);
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.divide-black\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}

.divide-black\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.2);
}

.divide-black\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.25);
}

.divide-black\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3);
}

.divide-black\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.4);
}

.divide-black\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.5);
}

.divide-black\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.6);
}

.divide-black\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.7);
}

.divide-black\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.75);
}

.divide-black\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.8);
}

.divide-black\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.9);
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.divide-white\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}

.divide-white\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}

.divide-white\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}

.divide-white\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}

.divide-white\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.divide-white\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}

.divide-white\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}

.divide-white\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}

.divide-white\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-\[\#0B0D10\] {
  --tw-border-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-border-opacity, 1));
}

.border-\[\#0B0D10\]\/10 {
  border-color: rgb(11 13 16 / 0.1);
}

.border-\[\#0B0D10\]\/20 {
  border-color: rgb(11 13 16 / 0.2);
}

.border-\[\#0B0D10\]\/25 {
  border-color: rgb(11 13 16 / 0.25);
}

.border-\[\#0B0D10\]\/30 {
  border-color: rgb(11 13 16 / 0.3);
}

.border-\[\#0B0D10\]\/40 {
  border-color: rgb(11 13 16 / 0.4);
}

.border-\[\#0B0D10\]\/50 {
  border-color: rgb(11 13 16 / 0.5);
}

.border-\[\#0B0D10\]\/60 {
  border-color: rgb(11 13 16 / 0.6);
}

.border-\[\#0B0D10\]\/70 {
  border-color: rgb(11 13 16 / 0.7);
}

.border-\[\#0B0D10\]\/75 {
  border-color: rgb(11 13 16 / 0.75);
}

.border-\[\#0B0D10\]\/80 {
  border-color: rgb(11 13 16 / 0.8);
}

.border-\[\#0B0D10\]\/90 {
  border-color: rgb(11 13 16 / 0.9);
}

.border-\[\#15181D\] {
  --tw-border-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-border-opacity, 1));
}

.border-\[\#15181D\]\/10 {
  border-color: rgb(21 24 29 / 0.1);
}

.border-\[\#15181D\]\/20 {
  border-color: rgb(21 24 29 / 0.2);
}

.border-\[\#15181D\]\/25 {
  border-color: rgb(21 24 29 / 0.25);
}

.border-\[\#15181D\]\/30 {
  border-color: rgb(21 24 29 / 0.3);
}

.border-\[\#15181D\]\/40 {
  border-color: rgb(21 24 29 / 0.4);
}

.border-\[\#15181D\]\/50 {
  border-color: rgb(21 24 29 / 0.5);
}

.border-\[\#15181D\]\/60 {
  border-color: rgb(21 24 29 / 0.6);
}

.border-\[\#15181D\]\/70 {
  border-color: rgb(21 24 29 / 0.7);
}

.border-\[\#15181D\]\/75 {
  border-color: rgb(21 24 29 / 0.75);
}

.border-\[\#15181D\]\/80 {
  border-color: rgb(21 24 29 / 0.8);
}

.border-\[\#15181D\]\/90 {
  border-color: rgb(21 24 29 / 0.9);
}

.border-\[\#182E6F\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-border-opacity, 1));
}

.border-\[\#182E6F\]\/10 {
  border-color: rgb(24 46 111 / 0.1);
}

.border-\[\#182E6F\]\/20 {
  border-color: rgb(24 46 111 / 0.2);
}

.border-\[\#182E6F\]\/25 {
  border-color: rgb(24 46 111 / 0.25);
}

.border-\[\#182E6F\]\/30 {
  border-color: rgb(24 46 111 / 0.3);
}

.border-\[\#182E6F\]\/40 {
  border-color: rgb(24 46 111 / 0.4);
}

.border-\[\#182E6F\]\/50 {
  border-color: rgb(24 46 111 / 0.5);
}

.border-\[\#182E6F\]\/60 {
  border-color: rgb(24 46 111 / 0.6);
}

.border-\[\#182E6F\]\/70 {
  border-color: rgb(24 46 111 / 0.7);
}

.border-\[\#182E6F\]\/75 {
  border-color: rgb(24 46 111 / 0.75);
}

.border-\[\#182E6F\]\/80 {
  border-color: rgb(24 46 111 / 0.8);
}

.border-\[\#182E6F\]\/90 {
  border-color: rgb(24 46 111 / 0.9);
}

.border-\[\#22D3EE\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.border-\[\#22D3EE\]\/10 {
  border-color: rgb(34 211 238 / 0.1);
}

.border-\[\#22D3EE\]\/20 {
  border-color: rgb(34 211 238 / 0.2);
}

.border-\[\#22D3EE\]\/25 {
  border-color: rgb(34 211 238 / 0.25);
}

.border-\[\#22D3EE\]\/30 {
  border-color: rgb(34 211 238 / 0.3);
}

.border-\[\#22D3EE\]\/40 {
  border-color: rgb(34 211 238 / 0.4);
}

.border-\[\#22D3EE\]\/50 {
  border-color: rgb(34 211 238 / 0.5);
}

.border-\[\#22D3EE\]\/60 {
  border-color: rgb(34 211 238 / 0.6);
}

.border-\[\#22D3EE\]\/70 {
  border-color: rgb(34 211 238 / 0.7);
}

.border-\[\#22D3EE\]\/75 {
  border-color: rgb(34 211 238 / 0.75);
}

.border-\[\#22D3EE\]\/80 {
  border-color: rgb(34 211 238 / 0.8);
}

.border-\[\#22D3EE\]\/90 {
  border-color: rgb(34 211 238 / 0.9);
}

.border-\[\#23272E\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-border-opacity, 1));
}

.border-\[\#23272E\]\/10 {
  border-color: rgb(35 39 46 / 0.1);
}

.border-\[\#23272E\]\/20 {
  border-color: rgb(35 39 46 / 0.2);
}

.border-\[\#23272E\]\/25 {
  border-color: rgb(35 39 46 / 0.25);
}

.border-\[\#23272E\]\/30 {
  border-color: rgb(35 39 46 / 0.3);
}

.border-\[\#23272E\]\/40 {
  border-color: rgb(35 39 46 / 0.4);
}

.border-\[\#23272E\]\/50 {
  border-color: rgb(35 39 46 / 0.5);
}

.border-\[\#23272E\]\/60 {
  border-color: rgb(35 39 46 / 0.6);
}

.border-\[\#23272E\]\/70 {
  border-color: rgb(35 39 46 / 0.7);
}

.border-\[\#23272E\]\/75 {
  border-color: rgb(35 39 46 / 0.75);
}

.border-\[\#23272E\]\/80 {
  border-color: rgb(35 39 46 / 0.8);
}

.border-\[\#23272E\]\/90 {
  border-color: rgb(35 39 46 / 0.9);
}

.border-\[\#305CDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

.border-\[\#305CDE\]\/10 {
  border-color: rgb(48 92 222 / 0.1);
}

.border-\[\#305CDE\]\/20 {
  border-color: rgb(48 92 222 / 0.2);
}

.border-\[\#305CDE\]\/25 {
  border-color: rgb(48 92 222 / 0.25);
}

.border-\[\#305CDE\]\/30 {
  border-color: rgb(48 92 222 / 0.3);
}

.border-\[\#305CDE\]\/40 {
  border-color: rgb(48 92 222 / 0.4);
}

.border-\[\#305CDE\]\/50 {
  border-color: rgb(48 92 222 / 0.5);
}

.border-\[\#305CDE\]\/60 {
  border-color: rgb(48 92 222 / 0.6);
}

.border-\[\#305CDE\]\/70 {
  border-color: rgb(48 92 222 / 0.7);
}

.border-\[\#305CDE\]\/75 {
  border-color: rgb(48 92 222 / 0.75);
}

.border-\[\#305CDE\]\/80 {
  border-color: rgb(48 92 222 / 0.8);
}

.border-\[\#305CDE\]\/90 {
  border-color: rgb(48 92 222 / 0.9);
}

.border-\[\#59B5F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-border-opacity, 1));
}

.border-\[\#59B5F7\]\/10 {
  border-color: rgb(89 181 247 / 0.1);
}

.border-\[\#59B5F7\]\/20 {
  border-color: rgb(89 181 247 / 0.2);
}

.border-\[\#59B5F7\]\/25 {
  border-color: rgb(89 181 247 / 0.25);
}

.border-\[\#59B5F7\]\/30 {
  border-color: rgb(89 181 247 / 0.3);
}

.border-\[\#59B5F7\]\/40 {
  border-color: rgb(89 181 247 / 0.4);
}

.border-\[\#59B5F7\]\/50 {
  border-color: rgb(89 181 247 / 0.5);
}

.border-\[\#59B5F7\]\/60 {
  border-color: rgb(89 181 247 / 0.6);
}

.border-\[\#59B5F7\]\/70 {
  border-color: rgb(89 181 247 / 0.7);
}

.border-\[\#59B5F7\]\/75 {
  border-color: rgb(89 181 247 / 0.75);
}

.border-\[\#59B5F7\]\/80 {
  border-color: rgb(89 181 247 / 0.8);
}

.border-\[\#59B5F7\]\/90 {
  border-color: rgb(89 181 247 / 0.9);
}

.border-\[\#8B909A\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-border-opacity, 1));
}

.border-\[\#8B909A\]\/10 {
  border-color: rgb(139 144 154 / 0.1);
}

.border-\[\#8B909A\]\/20 {
  border-color: rgb(139 144 154 / 0.2);
}

.border-\[\#8B909A\]\/25 {
  border-color: rgb(139 144 154 / 0.25);
}

.border-\[\#8B909A\]\/30 {
  border-color: rgb(139 144 154 / 0.3);
}

.border-\[\#8B909A\]\/40 {
  border-color: rgb(139 144 154 / 0.4);
}

.border-\[\#8B909A\]\/50 {
  border-color: rgb(139 144 154 / 0.5);
}

.border-\[\#8B909A\]\/60 {
  border-color: rgb(139 144 154 / 0.6);
}

.border-\[\#8B909A\]\/70 {
  border-color: rgb(139 144 154 / 0.7);
}

.border-\[\#8B909A\]\/75 {
  border-color: rgb(139 144 154 / 0.75);
}

.border-\[\#8B909A\]\/80 {
  border-color: rgb(139 144 154 / 0.8);
}

.border-\[\#8B909A\]\/90 {
  border-color: rgb(139 144 154 / 0.9);
}

.border-\[\#E4E6EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-border-opacity, 1));
}

.border-\[\#E4E6EB\]\/10 {
  border-color: rgb(228 230 235 / 0.1);
}

.border-\[\#E4E6EB\]\/20 {
  border-color: rgb(228 230 235 / 0.2);
}

.border-\[\#E4E6EB\]\/25 {
  border-color: rgb(228 230 235 / 0.25);
}

.border-\[\#E4E6EB\]\/30 {
  border-color: rgb(228 230 235 / 0.3);
}

.border-\[\#E4E6EB\]\/40 {
  border-color: rgb(228 230 235 / 0.4);
}

.border-\[\#E4E6EB\]\/50 {
  border-color: rgb(228 230 235 / 0.5);
}

.border-\[\#E4E6EB\]\/60 {
  border-color: rgb(228 230 235 / 0.6);
}

.border-\[\#E4E6EB\]\/70 {
  border-color: rgb(228 230 235 / 0.7);
}

.border-\[\#E4E6EB\]\/75 {
  border-color: rgb(228 230 235 / 0.75);
}

.border-\[\#E4E6EB\]\/80 {
  border-color: rgb(228 230 235 / 0.8);
}

.border-\[\#E4E6EB\]\/90 {
  border-color: rgb(228 230 235 / 0.9);
}

.border-\[\#FFFFFF0D\] {
  border-color: #FFFFFF0D;
}

.border-\[\#FFFFFF0D\]\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-\[\#FFFFFF0D\]\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-\[\#FFFFFF0D\]\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-\[\#FFFFFF0D\]\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-\[\#FFFFFF0D\]\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-\[\#FFFFFF0D\]\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-\[\#FFFFFF0D\]\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-\[\#FFFFFF0D\]\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-\[\#FFFFFF0D\]\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-\[\#FFFFFF0D\]\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-\[\#FFFFFF0D\]\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-\[\#ff6600\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-border-opacity, 1));
}

.border-\[\#ff6600\]\/10 {
  border-color: rgb(255 102 0 / 0.1);
}

.border-\[\#ff6600\]\/20 {
  border-color: rgb(255 102 0 / 0.2);
}

.border-\[\#ff6600\]\/25 {
  border-color: rgb(255 102 0 / 0.25);
}

.border-\[\#ff6600\]\/30 {
  border-color: rgb(255 102 0 / 0.3);
}

.border-\[\#ff6600\]\/40 {
  border-color: rgb(255 102 0 / 0.4);
}

.border-\[\#ff6600\]\/50 {
  border-color: rgb(255 102 0 / 0.5);
}

.border-\[\#ff6600\]\/60 {
  border-color: rgb(255 102 0 / 0.6);
}

.border-\[\#ff6600\]\/70 {
  border-color: rgb(255 102 0 / 0.7);
}

.border-\[\#ff6600\]\/75 {
  border-color: rgb(255 102 0 / 0.75);
}

.border-\[\#ff6600\]\/80 {
  border-color: rgb(255 102 0 / 0.8);
}

.border-\[\#ff6600\]\/90 {
  border-color: rgb(255 102 0 / 0.9);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.bg-\[\#0B0D10\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 13 16 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0B0D10\]\/10 {
  background-color: rgb(11 13 16 / 0.1);
}

.bg-\[\#0B0D10\]\/20 {
  background-color: rgb(11 13 16 / 0.2);
}

.bg-\[\#0B0D10\]\/25 {
  background-color: rgb(11 13 16 / 0.25);
}

.bg-\[\#0B0D10\]\/30 {
  background-color: rgb(11 13 16 / 0.3);
}

.bg-\[\#0B0D10\]\/40 {
  background-color: rgb(11 13 16 / 0.4);
}

.bg-\[\#0B0D10\]\/50 {
  background-color: rgb(11 13 16 / 0.5);
}

.bg-\[\#0B0D10\]\/60 {
  background-color: rgb(11 13 16 / 0.6);
}

.bg-\[\#0B0D10\]\/70 {
  background-color: rgb(11 13 16 / 0.7);
}

.bg-\[\#0B0D10\]\/75 {
  background-color: rgb(11 13 16 / 0.75);
}

.bg-\[\#0B0D10\]\/80 {
  background-color: rgb(11 13 16 / 0.8);
}

.bg-\[\#0B0D10\]\/90 {
  background-color: rgb(11 13 16 / 0.9);
}

.bg-\[\#0B0D10\]\/95 {
  background-color: rgb(11 13 16 / 0.95);
}

.bg-\[\#15181D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 29 / var(--tw-bg-opacity, 1));
}

.bg-\[\#15181D\]\/10 {
  background-color: rgb(21 24 29 / 0.1);
}

.bg-\[\#15181D\]\/20 {
  background-color: rgb(21 24 29 / 0.2);
}

.bg-\[\#15181D\]\/25 {
  background-color: rgb(21 24 29 / 0.25);
}

.bg-\[\#15181D\]\/30 {
  background-color: rgb(21 24 29 / 0.3);
}

.bg-\[\#15181D\]\/40 {
  background-color: rgb(21 24 29 / 0.4);
}

.bg-\[\#15181D\]\/50 {
  background-color: rgb(21 24 29 / 0.5);
}

.bg-\[\#15181D\]\/60 {
  background-color: rgb(21 24 29 / 0.6);
}

.bg-\[\#15181D\]\/70 {
  background-color: rgb(21 24 29 / 0.7);
}

.bg-\[\#15181D\]\/75 {
  background-color: rgb(21 24 29 / 0.75);
}

.bg-\[\#15181D\]\/80 {
  background-color: rgb(21 24 29 / 0.8);
}

.bg-\[\#15181D\]\/90 {
  background-color: rgb(21 24 29 / 0.9);
}

.bg-\[\#182E6F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 46 111 / var(--tw-bg-opacity, 1));
}

.bg-\[\#182E6F\]\/10 {
  background-color: rgb(24 46 111 / 0.1);
}

.bg-\[\#182E6F\]\/20 {
  background-color: rgb(24 46 111 / 0.2);
}

.bg-\[\#182E6F\]\/25 {
  background-color: rgb(24 46 111 / 0.25);
}

.bg-\[\#182E6F\]\/30 {
  background-color: rgb(24 46 111 / 0.3);
}

.bg-\[\#182E6F\]\/40 {
  background-color: rgb(24 46 111 / 0.4);
}

.bg-\[\#182E6F\]\/50 {
  background-color: rgb(24 46 111 / 0.5);
}

.bg-\[\#182E6F\]\/60 {
  background-color: rgb(24 46 111 / 0.6);
}

.bg-\[\#182E6F\]\/70 {
  background-color: rgb(24 46 111 / 0.7);
}

.bg-\[\#182E6F\]\/75 {
  background-color: rgb(24 46 111 / 0.75);
}

.bg-\[\#182E6F\]\/80 {
  background-color: rgb(24 46 111 / 0.8);
}

.bg-\[\#182E6F\]\/90 {
  background-color: rgb(24 46 111 / 0.9);
}

.bg-\[\#22D3EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#22D3EE\]\/10 {
  background-color: rgb(34 211 238 / 0.1);
}

.bg-\[\#22D3EE\]\/20 {
  background-color: rgb(34 211 238 / 0.2);
}

.bg-\[\#22D3EE\]\/25 {
  background-color: rgb(34 211 238 / 0.25);
}

.bg-\[\#22D3EE\]\/30 {
  background-color: rgb(34 211 238 / 0.3);
}

.bg-\[\#22D3EE\]\/40 {
  background-color: rgb(34 211 238 / 0.4);
}

.bg-\[\#22D3EE\]\/50 {
  background-color: rgb(34 211 238 / 0.5);
}

.bg-\[\#22D3EE\]\/60 {
  background-color: rgb(34 211 238 / 0.6);
}

.bg-\[\#22D3EE\]\/70 {
  background-color: rgb(34 211 238 / 0.7);
}

.bg-\[\#22D3EE\]\/75 {
  background-color: rgb(34 211 238 / 0.75);
}

.bg-\[\#22D3EE\]\/80 {
  background-color: rgb(34 211 238 / 0.8);
}

.bg-\[\#22D3EE\]\/90 {
  background-color: rgb(34 211 238 / 0.9);
}

.bg-\[\#23272E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#23272E\]\/10 {
  background-color: rgb(35 39 46 / 0.1);
}

.bg-\[\#23272E\]\/20 {
  background-color: rgb(35 39 46 / 0.2);
}

.bg-\[\#23272E\]\/25 {
  background-color: rgb(35 39 46 / 0.25);
}

.bg-\[\#23272E\]\/30 {
  background-color: rgb(35 39 46 / 0.3);
}

.bg-\[\#23272E\]\/40 {
  background-color: rgb(35 39 46 / 0.4);
}

.bg-\[\#23272E\]\/50 {
  background-color: rgb(35 39 46 / 0.5);
}

.bg-\[\#23272E\]\/60 {
  background-color: rgb(35 39 46 / 0.6);
}

.bg-\[\#23272E\]\/70 {
  background-color: rgb(35 39 46 / 0.7);
}

.bg-\[\#23272E\]\/75 {
  background-color: rgb(35 39 46 / 0.75);
}

.bg-\[\#23272E\]\/80 {
  background-color: rgb(35 39 46 / 0.8);
}

.bg-\[\#23272E\]\/90 {
  background-color: rgb(35 39 46 / 0.9);
}

.bg-\[\#305CDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#305CDE\]\/10 {
  background-color: rgb(48 92 222 / 0.1);
}

.bg-\[\#305CDE\]\/20 {
  background-color: rgb(48 92 222 / 0.2);
}

.bg-\[\#305CDE\]\/25 {
  background-color: rgb(48 92 222 / 0.25);
}

.bg-\[\#305CDE\]\/30 {
  background-color: rgb(48 92 222 / 0.3);
}

.bg-\[\#305CDE\]\/40 {
  background-color: rgb(48 92 222 / 0.4);
}

.bg-\[\#305CDE\]\/50 {
  background-color: rgb(48 92 222 / 0.5);
}

.bg-\[\#305CDE\]\/60 {
  background-color: rgb(48 92 222 / 0.6);
}

.bg-\[\#305CDE\]\/70 {
  background-color: rgb(48 92 222 / 0.7);
}

.bg-\[\#305CDE\]\/75 {
  background-color: rgb(48 92 222 / 0.75);
}

.bg-\[\#305CDE\]\/80 {
  background-color: rgb(48 92 222 / 0.8);
}

.bg-\[\#305CDE\]\/90 {
  background-color: rgb(48 92 222 / 0.9);
}

.bg-\[\#59B5F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(89 181 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#59B5F7\]\/10 {
  background-color: rgb(89 181 247 / 0.1);
}

.bg-\[\#59B5F7\]\/20 {
  background-color: rgb(89 181 247 / 0.2);
}

.bg-\[\#59B5F7\]\/25 {
  background-color: rgb(89 181 247 / 0.25);
}

.bg-\[\#59B5F7\]\/30 {
  background-color: rgb(89 181 247 / 0.3);
}

.bg-\[\#59B5F7\]\/40 {
  background-color: rgb(89 181 247 / 0.4);
}

.bg-\[\#59B5F7\]\/50 {
  background-color: rgb(89 181 247 / 0.5);
}

.bg-\[\#59B5F7\]\/60 {
  background-color: rgb(89 181 247 / 0.6);
}

.bg-\[\#59B5F7\]\/70 {
  background-color: rgb(89 181 247 / 0.7);
}

.bg-\[\#59B5F7\]\/75 {
  background-color: rgb(89 181 247 / 0.75);
}

.bg-\[\#59B5F7\]\/80 {
  background-color: rgb(89 181 247 / 0.8);
}

.bg-\[\#59B5F7\]\/90 {
  background-color: rgb(89 181 247 / 0.9);
}

.bg-\[\#8B909A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 144 154 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8B909A\]\/10 {
  background-color: rgb(139 144 154 / 0.1);
}

.bg-\[\#8B909A\]\/20 {
  background-color: rgb(139 144 154 / 0.2);
}

.bg-\[\#8B909A\]\/25 {
  background-color: rgb(139 144 154 / 0.25);
}

.bg-\[\#8B909A\]\/30 {
  background-color: rgb(139 144 154 / 0.3);
}

.bg-\[\#8B909A\]\/40 {
  background-color: rgb(139 144 154 / 0.4);
}

.bg-\[\#8B909A\]\/50 {
  background-color: rgb(139 144 154 / 0.5);
}

.bg-\[\#8B909A\]\/60 {
  background-color: rgb(139 144 154 / 0.6);
}

.bg-\[\#8B909A\]\/70 {
  background-color: rgb(139 144 154 / 0.7);
}

.bg-\[\#8B909A\]\/75 {
  background-color: rgb(139 144 154 / 0.75);
}

.bg-\[\#8B909A\]\/80 {
  background-color: rgb(139 144 154 / 0.8);
}

.bg-\[\#8B909A\]\/90 {
  background-color: rgb(139 144 154 / 0.9);
}

.bg-\[\#E4E6EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E4E6EB\]\/10 {
  background-color: rgb(228 230 235 / 0.1);
}

.bg-\[\#E4E6EB\]\/20 {
  background-color: rgb(228 230 235 / 0.2);
}

.bg-\[\#E4E6EB\]\/25 {
  background-color: rgb(228 230 235 / 0.25);
}

.bg-\[\#E4E6EB\]\/30 {
  background-color: rgb(228 230 235 / 0.3);
}

.bg-\[\#E4E6EB\]\/40 {
  background-color: rgb(228 230 235 / 0.4);
}

.bg-\[\#E4E6EB\]\/50 {
  background-color: rgb(228 230 235 / 0.5);
}

.bg-\[\#E4E6EB\]\/60 {
  background-color: rgb(228 230 235 / 0.6);
}

.bg-\[\#E4E6EB\]\/70 {
  background-color: rgb(228 230 235 / 0.7);
}

.bg-\[\#E4E6EB\]\/75 {
  background-color: rgb(228 230 235 / 0.75);
}

.bg-\[\#E4E6EB\]\/80 {
  background-color: rgb(228 230 235 / 0.8);
}

.bg-\[\#E4E6EB\]\/90 {
  background-color: rgb(228 230 235 / 0.9);
}

.bg-\[\#FFFFFF0D\] {
  background-color: #FFFFFF0D;
}

.bg-\[\#FFFFFF0D\]\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#FFFFFF0D\]\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#FFFFFF0D\]\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-\[\#FFFFFF0D\]\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-\[\#FFFFFF0D\]\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-\[\#FFFFFF0D\]\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-\[\#FFFFFF0D\]\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-\[\#FFFFFF0D\]\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-\[\#FFFFFF0D\]\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-\[\#FFFFFF0D\]\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-\[\#FFFFFF0D\]\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-\[\#ff6600\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff6600\]\/10 {
  background-color: rgb(255 102 0 / 0.1);
}

.bg-\[\#ff6600\]\/20 {
  background-color: rgb(255 102 0 / 0.2);
}

.bg-\[\#ff6600\]\/25 {
  background-color: rgb(255 102 0 / 0.25);
}

.bg-\[\#ff6600\]\/30 {
  background-color: rgb(255 102 0 / 0.3);
}

.bg-\[\#ff6600\]\/40 {
  background-color: rgb(255 102 0 / 0.4);
}

.bg-\[\#ff6600\]\/50 {
  background-color: rgb(255 102 0 / 0.5);
}

.bg-\[\#ff6600\]\/60 {
  background-color: rgb(255 102 0 / 0.6);
}

.bg-\[\#ff6600\]\/70 {
  background-color: rgb(255 102 0 / 0.7);
}

.bg-\[\#ff6600\]\/75 {
  background-color: rgb(255 102 0 / 0.75);
}

.bg-\[\#ff6600\]\/80 {
  background-color: rgb(255 102 0 / 0.8);
}

.bg-\[\#ff6600\]\/90 {
  background-color: rgb(255 102 0 / 0.9);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-px {
  padding: 1px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-px {
  padding-left: 1px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-px {
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-px {
  padding-top: 1px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[44px\] {
  font-size: 44px;
}

.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-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#0B0D10\] {
  --tw-text-opacity: 1;
  color: rgb(11 13 16 / var(--tw-text-opacity, 1));
}

.text-\[\#0B0D10\]\/10 {
  color: rgb(11 13 16 / 0.1);
}

.text-\[\#0B0D10\]\/20 {
  color: rgb(11 13 16 / 0.2);
}

.text-\[\#0B0D10\]\/25 {
  color: rgb(11 13 16 / 0.25);
}

.text-\[\#0B0D10\]\/30 {
  color: rgb(11 13 16 / 0.3);
}

.text-\[\#0B0D10\]\/40 {
  color: rgb(11 13 16 / 0.4);
}

.text-\[\#0B0D10\]\/50 {
  color: rgb(11 13 16 / 0.5);
}

.text-\[\#0B0D10\]\/60 {
  color: rgb(11 13 16 / 0.6);
}

.text-\[\#0B0D10\]\/70 {
  color: rgb(11 13 16 / 0.7);
}

.text-\[\#0B0D10\]\/75 {
  color: rgb(11 13 16 / 0.75);
}

.text-\[\#0B0D10\]\/80 {
  color: rgb(11 13 16 / 0.8);
}

.text-\[\#0B0D10\]\/90 {
  color: rgb(11 13 16 / 0.9);
}

.text-\[\#15181D\] {
  --tw-text-opacity: 1;
  color: rgb(21 24 29 / var(--tw-text-opacity, 1));
}

.text-\[\#15181D\]\/10 {
  color: rgb(21 24 29 / 0.1);
}

.text-\[\#15181D\]\/20 {
  color: rgb(21 24 29 / 0.2);
}

.text-\[\#15181D\]\/25 {
  color: rgb(21 24 29 / 0.25);
}

.text-\[\#15181D\]\/30 {
  color: rgb(21 24 29 / 0.3);
}

.text-\[\#15181D\]\/40 {
  color: rgb(21 24 29 / 0.4);
}

.text-\[\#15181D\]\/50 {
  color: rgb(21 24 29 / 0.5);
}

.text-\[\#15181D\]\/60 {
  color: rgb(21 24 29 / 0.6);
}

.text-\[\#15181D\]\/70 {
  color: rgb(21 24 29 / 0.7);
}

.text-\[\#15181D\]\/75 {
  color: rgb(21 24 29 / 0.75);
}

.text-\[\#15181D\]\/80 {
  color: rgb(21 24 29 / 0.8);
}

.text-\[\#15181D\]\/90 {
  color: rgb(21 24 29 / 0.9);
}

.text-\[\#182E6F\] {
  --tw-text-opacity: 1;
  color: rgb(24 46 111 / var(--tw-text-opacity, 1));
}

.text-\[\#182E6F\]\/10 {
  color: rgb(24 46 111 / 0.1);
}

.text-\[\#182E6F\]\/20 {
  color: rgb(24 46 111 / 0.2);
}

.text-\[\#182E6F\]\/25 {
  color: rgb(24 46 111 / 0.25);
}

.text-\[\#182E6F\]\/30 {
  color: rgb(24 46 111 / 0.3);
}

.text-\[\#182E6F\]\/40 {
  color: rgb(24 46 111 / 0.4);
}

.text-\[\#182E6F\]\/50 {
  color: rgb(24 46 111 / 0.5);
}

.text-\[\#182E6F\]\/60 {
  color: rgb(24 46 111 / 0.6);
}

.text-\[\#182E6F\]\/70 {
  color: rgb(24 46 111 / 0.7);
}

.text-\[\#182E6F\]\/75 {
  color: rgb(24 46 111 / 0.75);
}

.text-\[\#182E6F\]\/80 {
  color: rgb(24 46 111 / 0.8);
}

.text-\[\#182E6F\]\/90 {
  color: rgb(24 46 111 / 0.9);
}

.text-\[\#22D3EE\] {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-\[\#22D3EE\]\/10 {
  color: rgb(34 211 238 / 0.1);
}

.text-\[\#22D3EE\]\/20 {
  color: rgb(34 211 238 / 0.2);
}

.text-\[\#22D3EE\]\/25 {
  color: rgb(34 211 238 / 0.25);
}

.text-\[\#22D3EE\]\/30 {
  color: rgb(34 211 238 / 0.3);
}

.text-\[\#22D3EE\]\/40 {
  color: rgb(34 211 238 / 0.4);
}

.text-\[\#22D3EE\]\/50 {
  color: rgb(34 211 238 / 0.5);
}

.text-\[\#22D3EE\]\/60 {
  color: rgb(34 211 238 / 0.6);
}

.text-\[\#22D3EE\]\/70 {
  color: rgb(34 211 238 / 0.7);
}

.text-\[\#22D3EE\]\/75 {
  color: rgb(34 211 238 / 0.75);
}

.text-\[\#22D3EE\]\/80 {
  color: rgb(34 211 238 / 0.8);
}

.text-\[\#22D3EE\]\/90 {
  color: rgb(34 211 238 / 0.9);
}

.text-\[\#23272E\] {
  --tw-text-opacity: 1;
  color: rgb(35 39 46 / var(--tw-text-opacity, 1));
}

.text-\[\#23272E\]\/10 {
  color: rgb(35 39 46 / 0.1);
}

.text-\[\#23272E\]\/20 {
  color: rgb(35 39 46 / 0.2);
}

.text-\[\#23272E\]\/25 {
  color: rgb(35 39 46 / 0.25);
}

.text-\[\#23272E\]\/30 {
  color: rgb(35 39 46 / 0.3);
}

.text-\[\#23272E\]\/40 {
  color: rgb(35 39 46 / 0.4);
}

.text-\[\#23272E\]\/50 {
  color: rgb(35 39 46 / 0.5);
}

.text-\[\#23272E\]\/60 {
  color: rgb(35 39 46 / 0.6);
}

.text-\[\#23272E\]\/70 {
  color: rgb(35 39 46 / 0.7);
}

.text-\[\#23272E\]\/75 {
  color: rgb(35 39 46 / 0.75);
}

.text-\[\#23272E\]\/80 {
  color: rgb(35 39 46 / 0.8);
}

.text-\[\#23272E\]\/90 {
  color: rgb(35 39 46 / 0.9);
}

.text-\[\#305CDE\] {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.text-\[\#305CDE\]\/10 {
  color: rgb(48 92 222 / 0.1);
}

.text-\[\#305CDE\]\/20 {
  color: rgb(48 92 222 / 0.2);
}

.text-\[\#305CDE\]\/25 {
  color: rgb(48 92 222 / 0.25);
}

.text-\[\#305CDE\]\/30 {
  color: rgb(48 92 222 / 0.3);
}

.text-\[\#305CDE\]\/40 {
  color: rgb(48 92 222 / 0.4);
}

.text-\[\#305CDE\]\/50 {
  color: rgb(48 92 222 / 0.5);
}

.text-\[\#305CDE\]\/60 {
  color: rgb(48 92 222 / 0.6);
}

.text-\[\#305CDE\]\/70 {
  color: rgb(48 92 222 / 0.7);
}

.text-\[\#305CDE\]\/75 {
  color: rgb(48 92 222 / 0.75);
}

.text-\[\#305CDE\]\/80 {
  color: rgb(48 92 222 / 0.8);
}

.text-\[\#305CDE\]\/90 {
  color: rgb(48 92 222 / 0.9);
}

.text-\[\#59B5F7\] {
  --tw-text-opacity: 1;
  color: rgb(89 181 247 / var(--tw-text-opacity, 1));
}

.text-\[\#59B5F7\]\/10 {
  color: rgb(89 181 247 / 0.1);
}

.text-\[\#59B5F7\]\/20 {
  color: rgb(89 181 247 / 0.2);
}

.text-\[\#59B5F7\]\/25 {
  color: rgb(89 181 247 / 0.25);
}

.text-\[\#59B5F7\]\/30 {
  color: rgb(89 181 247 / 0.3);
}

.text-\[\#59B5F7\]\/40 {
  color: rgb(89 181 247 / 0.4);
}

.text-\[\#59B5F7\]\/50 {
  color: rgb(89 181 247 / 0.5);
}

.text-\[\#59B5F7\]\/60 {
  color: rgb(89 181 247 / 0.6);
}

.text-\[\#59B5F7\]\/70 {
  color: rgb(89 181 247 / 0.7);
}

.text-\[\#59B5F7\]\/75 {
  color: rgb(89 181 247 / 0.75);
}

.text-\[\#59B5F7\]\/80 {
  color: rgb(89 181 247 / 0.8);
}

.text-\[\#59B5F7\]\/90 {
  color: rgb(89 181 247 / 0.9);
}

.text-\[\#8B909A\] {
  --tw-text-opacity: 1;
  color: rgb(139 144 154 / var(--tw-text-opacity, 1));
}

.text-\[\#8B909A\]\/10 {
  color: rgb(139 144 154 / 0.1);
}

.text-\[\#8B909A\]\/20 {
  color: rgb(139 144 154 / 0.2);
}

.text-\[\#8B909A\]\/25 {
  color: rgb(139 144 154 / 0.25);
}

.text-\[\#8B909A\]\/30 {
  color: rgb(139 144 154 / 0.3);
}

.text-\[\#8B909A\]\/40 {
  color: rgb(139 144 154 / 0.4);
}

.text-\[\#8B909A\]\/50 {
  color: rgb(139 144 154 / 0.5);
}

.text-\[\#8B909A\]\/60 {
  color: rgb(139 144 154 / 0.6);
}

.text-\[\#8B909A\]\/70 {
  color: rgb(139 144 154 / 0.7);
}

.text-\[\#8B909A\]\/75 {
  color: rgb(139 144 154 / 0.75);
}

.text-\[\#8B909A\]\/80 {
  color: rgb(139 144 154 / 0.8);
}

.text-\[\#8B909A\]\/90 {
  color: rgb(139 144 154 / 0.9);
}

.text-\[\#E4E6EB\] {
  --tw-text-opacity: 1;
  color: rgb(228 230 235 / var(--tw-text-opacity, 1));
}

.text-\[\#E4E6EB\]\/10 {
  color: rgb(228 230 235 / 0.1);
}

.text-\[\#E4E6EB\]\/20 {
  color: rgb(228 230 235 / 0.2);
}

.text-\[\#E4E6EB\]\/25 {
  color: rgb(228 230 235 / 0.25);
}

.text-\[\#E4E6EB\]\/30 {
  color: rgb(228 230 235 / 0.3);
}

.text-\[\#E4E6EB\]\/40 {
  color: rgb(228 230 235 / 0.4);
}

.text-\[\#E4E6EB\]\/50 {
  color: rgb(228 230 235 / 0.5);
}

.text-\[\#E4E6EB\]\/60 {
  color: rgb(228 230 235 / 0.6);
}

.text-\[\#E4E6EB\]\/70 {
  color: rgb(228 230 235 / 0.7);
}

.text-\[\#E4E6EB\]\/75 {
  color: rgb(228 230 235 / 0.75);
}

.text-\[\#E4E6EB\]\/80 {
  color: rgb(228 230 235 / 0.8);
}

.text-\[\#E4E6EB\]\/90 {
  color: rgb(228 230 235 / 0.9);
}

.text-\[\#FFFFFF0D\] {
  color: #FFFFFF0D;
}

.text-\[\#FFFFFF0D\]\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-\[\#FFFFFF0D\]\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-\[\#FFFFFF0D\]\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-\[\#FFFFFF0D\]\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-\[\#FFFFFF0D\]\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-\[\#FFFFFF0D\]\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-\[\#FFFFFF0D\]\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-\[\#FFFFFF0D\]\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-\[\#FFFFFF0D\]\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-\[\#FFFFFF0D\]\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-\[\#FFFFFF0D\]\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-\[\#ff6600\] {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}

.text-\[\#ff6600\]\/10 {
  color: rgb(255 102 0 / 0.1);
}

.text-\[\#ff6600\]\/20 {
  color: rgb(255 102 0 / 0.2);
}

.text-\[\#ff6600\]\/25 {
  color: rgb(255 102 0 / 0.25);
}

.text-\[\#ff6600\]\/30 {
  color: rgb(255 102 0 / 0.3);
}

.text-\[\#ff6600\]\/40 {
  color: rgb(255 102 0 / 0.4);
}

.text-\[\#ff6600\]\/50 {
  color: rgb(255 102 0 / 0.5);
}

.text-\[\#ff6600\]\/60 {
  color: rgb(255 102 0 / 0.6);
}

.text-\[\#ff6600\]\/70 {
  color: rgb(255 102 0 / 0.7);
}

.text-\[\#ff6600\]\/75 {
  color: rgb(255 102 0 / 0.75);
}

.text-\[\#ff6600\]\/80 {
  color: rgb(255 102 0 / 0.8);
}

.text-\[\#ff6600\]\/90 {
  color: rgb(255 102 0 / 0.9);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-\[\#0B0D10\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#0B0D10\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#0B0D10\]\/10::-moz-placeholder {
  color: rgb(11 13 16 / 0.1);
}

.placeholder-\[\#0B0D10\]\/10::placeholder {
  color: rgb(11 13 16 / 0.1);
}

.placeholder-\[\#0B0D10\]\/20::-moz-placeholder {
  color: rgb(11 13 16 / 0.2);
}

.placeholder-\[\#0B0D10\]\/20::placeholder {
  color: rgb(11 13 16 / 0.2);
}

.placeholder-\[\#0B0D10\]\/25::-moz-placeholder {
  color: rgb(11 13 16 / 0.25);
}

.placeholder-\[\#0B0D10\]\/25::placeholder {
  color: rgb(11 13 16 / 0.25);
}

.placeholder-\[\#0B0D10\]\/30::-moz-placeholder {
  color: rgb(11 13 16 / 0.3);
}

.placeholder-\[\#0B0D10\]\/30::placeholder {
  color: rgb(11 13 16 / 0.3);
}

.placeholder-\[\#0B0D10\]\/40::-moz-placeholder {
  color: rgb(11 13 16 / 0.4);
}

.placeholder-\[\#0B0D10\]\/40::placeholder {
  color: rgb(11 13 16 / 0.4);
}

.placeholder-\[\#0B0D10\]\/50::-moz-placeholder {
  color: rgb(11 13 16 / 0.5);
}

.placeholder-\[\#0B0D10\]\/50::placeholder {
  color: rgb(11 13 16 / 0.5);
}

.placeholder-\[\#0B0D10\]\/60::-moz-placeholder {
  color: rgb(11 13 16 / 0.6);
}

.placeholder-\[\#0B0D10\]\/60::placeholder {
  color: rgb(11 13 16 / 0.6);
}

.placeholder-\[\#0B0D10\]\/70::-moz-placeholder {
  color: rgb(11 13 16 / 0.7);
}

.placeholder-\[\#0B0D10\]\/70::placeholder {
  color: rgb(11 13 16 / 0.7);
}

.placeholder-\[\#0B0D10\]\/75::-moz-placeholder {
  color: rgb(11 13 16 / 0.75);
}

.placeholder-\[\#0B0D10\]\/75::placeholder {
  color: rgb(11 13 16 / 0.75);
}

.placeholder-\[\#0B0D10\]\/80::-moz-placeholder {
  color: rgb(11 13 16 / 0.8);
}

.placeholder-\[\#0B0D10\]\/80::placeholder {
  color: rgb(11 13 16 / 0.8);
}

.placeholder-\[\#0B0D10\]\/90::-moz-placeholder {
  color: rgb(11 13 16 / 0.9);
}

.placeholder-\[\#0B0D10\]\/90::placeholder {
  color: rgb(11 13 16 / 0.9);
}

.placeholder-\[\#15181D\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#15181D\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#15181D\]\/10::-moz-placeholder {
  color: rgb(21 24 29 / 0.1);
}

.placeholder-\[\#15181D\]\/10::placeholder {
  color: rgb(21 24 29 / 0.1);
}

.placeholder-\[\#15181D\]\/20::-moz-placeholder {
  color: rgb(21 24 29 / 0.2);
}

.placeholder-\[\#15181D\]\/20::placeholder {
  color: rgb(21 24 29 / 0.2);
}

.placeholder-\[\#15181D\]\/25::-moz-placeholder {
  color: rgb(21 24 29 / 0.25);
}

.placeholder-\[\#15181D\]\/25::placeholder {
  color: rgb(21 24 29 / 0.25);
}

.placeholder-\[\#15181D\]\/30::-moz-placeholder {
  color: rgb(21 24 29 / 0.3);
}

.placeholder-\[\#15181D\]\/30::placeholder {
  color: rgb(21 24 29 / 0.3);
}

.placeholder-\[\#15181D\]\/40::-moz-placeholder {
  color: rgb(21 24 29 / 0.4);
}

.placeholder-\[\#15181D\]\/40::placeholder {
  color: rgb(21 24 29 / 0.4);
}

.placeholder-\[\#15181D\]\/50::-moz-placeholder {
  color: rgb(21 24 29 / 0.5);
}

.placeholder-\[\#15181D\]\/50::placeholder {
  color: rgb(21 24 29 / 0.5);
}

.placeholder-\[\#15181D\]\/60::-moz-placeholder {
  color: rgb(21 24 29 / 0.6);
}

.placeholder-\[\#15181D\]\/60::placeholder {
  color: rgb(21 24 29 / 0.6);
}

.placeholder-\[\#15181D\]\/70::-moz-placeholder {
  color: rgb(21 24 29 / 0.7);
}

.placeholder-\[\#15181D\]\/70::placeholder {
  color: rgb(21 24 29 / 0.7);
}

.placeholder-\[\#15181D\]\/75::-moz-placeholder {
  color: rgb(21 24 29 / 0.75);
}

.placeholder-\[\#15181D\]\/75::placeholder {
  color: rgb(21 24 29 / 0.75);
}

.placeholder-\[\#15181D\]\/80::-moz-placeholder {
  color: rgb(21 24 29 / 0.8);
}

.placeholder-\[\#15181D\]\/80::placeholder {
  color: rgb(21 24 29 / 0.8);
}

.placeholder-\[\#15181D\]\/90::-moz-placeholder {
  color: rgb(21 24 29 / 0.9);
}

.placeholder-\[\#15181D\]\/90::placeholder {
  color: rgb(21 24 29 / 0.9);
}

.placeholder-\[\#182E6F\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#182E6F\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#182E6F\]\/10::-moz-placeholder {
  color: rgb(24 46 111 / 0.1);
}

.placeholder-\[\#182E6F\]\/10::placeholder {
  color: rgb(24 46 111 / 0.1);
}

.placeholder-\[\#182E6F\]\/20::-moz-placeholder {
  color: rgb(24 46 111 / 0.2);
}

.placeholder-\[\#182E6F\]\/20::placeholder {
  color: rgb(24 46 111 / 0.2);
}

.placeholder-\[\#182E6F\]\/25::-moz-placeholder {
  color: rgb(24 46 111 / 0.25);
}

.placeholder-\[\#182E6F\]\/25::placeholder {
  color: rgb(24 46 111 / 0.25);
}

.placeholder-\[\#182E6F\]\/30::-moz-placeholder {
  color: rgb(24 46 111 / 0.3);
}

.placeholder-\[\#182E6F\]\/30::placeholder {
  color: rgb(24 46 111 / 0.3);
}

.placeholder-\[\#182E6F\]\/40::-moz-placeholder {
  color: rgb(24 46 111 / 0.4);
}

.placeholder-\[\#182E6F\]\/40::placeholder {
  color: rgb(24 46 111 / 0.4);
}

.placeholder-\[\#182E6F\]\/50::-moz-placeholder {
  color: rgb(24 46 111 / 0.5);
}

.placeholder-\[\#182E6F\]\/50::placeholder {
  color: rgb(24 46 111 / 0.5);
}

.placeholder-\[\#182E6F\]\/60::-moz-placeholder {
  color: rgb(24 46 111 / 0.6);
}

.placeholder-\[\#182E6F\]\/60::placeholder {
  color: rgb(24 46 111 / 0.6);
}

.placeholder-\[\#182E6F\]\/70::-moz-placeholder {
  color: rgb(24 46 111 / 0.7);
}

.placeholder-\[\#182E6F\]\/70::placeholder {
  color: rgb(24 46 111 / 0.7);
}

.placeholder-\[\#182E6F\]\/75::-moz-placeholder {
  color: rgb(24 46 111 / 0.75);
}

.placeholder-\[\#182E6F\]\/75::placeholder {
  color: rgb(24 46 111 / 0.75);
}

.placeholder-\[\#182E6F\]\/80::-moz-placeholder {
  color: rgb(24 46 111 / 0.8);
}

.placeholder-\[\#182E6F\]\/80::placeholder {
  color: rgb(24 46 111 / 0.8);
}

.placeholder-\[\#182E6F\]\/90::-moz-placeholder {
  color: rgb(24 46 111 / 0.9);
}

.placeholder-\[\#182E6F\]\/90::placeholder {
  color: rgb(24 46 111 / 0.9);
}

.placeholder-\[\#22D3EE\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#22D3EE\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#22D3EE\]\/10::-moz-placeholder {
  color: rgb(34 211 238 / 0.1);
}

.placeholder-\[\#22D3EE\]\/10::placeholder {
  color: rgb(34 211 238 / 0.1);
}

.placeholder-\[\#22D3EE\]\/20::-moz-placeholder {
  color: rgb(34 211 238 / 0.2);
}

.placeholder-\[\#22D3EE\]\/20::placeholder {
  color: rgb(34 211 238 / 0.2);
}

.placeholder-\[\#22D3EE\]\/25::-moz-placeholder {
  color: rgb(34 211 238 / 0.25);
}

.placeholder-\[\#22D3EE\]\/25::placeholder {
  color: rgb(34 211 238 / 0.25);
}

.placeholder-\[\#22D3EE\]\/30::-moz-placeholder {
  color: rgb(34 211 238 / 0.3);
}

.placeholder-\[\#22D3EE\]\/30::placeholder {
  color: rgb(34 211 238 / 0.3);
}

.placeholder-\[\#22D3EE\]\/40::-moz-placeholder {
  color: rgb(34 211 238 / 0.4);
}

.placeholder-\[\#22D3EE\]\/40::placeholder {
  color: rgb(34 211 238 / 0.4);
}

.placeholder-\[\#22D3EE\]\/50::-moz-placeholder {
  color: rgb(34 211 238 / 0.5);
}

.placeholder-\[\#22D3EE\]\/50::placeholder {
  color: rgb(34 211 238 / 0.5);
}

.placeholder-\[\#22D3EE\]\/60::-moz-placeholder {
  color: rgb(34 211 238 / 0.6);
}

.placeholder-\[\#22D3EE\]\/60::placeholder {
  color: rgb(34 211 238 / 0.6);
}

.placeholder-\[\#22D3EE\]\/70::-moz-placeholder {
  color: rgb(34 211 238 / 0.7);
}

.placeholder-\[\#22D3EE\]\/70::placeholder {
  color: rgb(34 211 238 / 0.7);
}

.placeholder-\[\#22D3EE\]\/75::-moz-placeholder {
  color: rgb(34 211 238 / 0.75);
}

.placeholder-\[\#22D3EE\]\/75::placeholder {
  color: rgb(34 211 238 / 0.75);
}

.placeholder-\[\#22D3EE\]\/80::-moz-placeholder {
  color: rgb(34 211 238 / 0.8);
}

.placeholder-\[\#22D3EE\]\/80::placeholder {
  color: rgb(34 211 238 / 0.8);
}

.placeholder-\[\#22D3EE\]\/90::-moz-placeholder {
  color: rgb(34 211 238 / 0.9);
}

.placeholder-\[\#22D3EE\]\/90::placeholder {
  color: rgb(34 211 238 / 0.9);
}

.placeholder-\[\#23272E\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#23272E\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#23272E\]\/10::-moz-placeholder {
  color: rgb(35 39 46 / 0.1);
}

.placeholder-\[\#23272E\]\/10::placeholder {
  color: rgb(35 39 46 / 0.1);
}

.placeholder-\[\#23272E\]\/20::-moz-placeholder {
  color: rgb(35 39 46 / 0.2);
}

.placeholder-\[\#23272E\]\/20::placeholder {
  color: rgb(35 39 46 / 0.2);
}

.placeholder-\[\#23272E\]\/25::-moz-placeholder {
  color: rgb(35 39 46 / 0.25);
}

.placeholder-\[\#23272E\]\/25::placeholder {
  color: rgb(35 39 46 / 0.25);
}

.placeholder-\[\#23272E\]\/30::-moz-placeholder {
  color: rgb(35 39 46 / 0.3);
}

.placeholder-\[\#23272E\]\/30::placeholder {
  color: rgb(35 39 46 / 0.3);
}

.placeholder-\[\#23272E\]\/40::-moz-placeholder {
  color: rgb(35 39 46 / 0.4);
}

.placeholder-\[\#23272E\]\/40::placeholder {
  color: rgb(35 39 46 / 0.4);
}

.placeholder-\[\#23272E\]\/50::-moz-placeholder {
  color: rgb(35 39 46 / 0.5);
}

.placeholder-\[\#23272E\]\/50::placeholder {
  color: rgb(35 39 46 / 0.5);
}

.placeholder-\[\#23272E\]\/60::-moz-placeholder {
  color: rgb(35 39 46 / 0.6);
}

.placeholder-\[\#23272E\]\/60::placeholder {
  color: rgb(35 39 46 / 0.6);
}

.placeholder-\[\#23272E\]\/70::-moz-placeholder {
  color: rgb(35 39 46 / 0.7);
}

.placeholder-\[\#23272E\]\/70::placeholder {
  color: rgb(35 39 46 / 0.7);
}

.placeholder-\[\#23272E\]\/75::-moz-placeholder {
  color: rgb(35 39 46 / 0.75);
}

.placeholder-\[\#23272E\]\/75::placeholder {
  color: rgb(35 39 46 / 0.75);
}

.placeholder-\[\#23272E\]\/80::-moz-placeholder {
  color: rgb(35 39 46 / 0.8);
}

.placeholder-\[\#23272E\]\/80::placeholder {
  color: rgb(35 39 46 / 0.8);
}

.placeholder-\[\#23272E\]\/90::-moz-placeholder {
  color: rgb(35 39 46 / 0.9);
}

.placeholder-\[\#23272E\]\/90::placeholder {
  color: rgb(35 39 46 / 0.9);
}

.placeholder-\[\#305CDE\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#305CDE\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#305CDE\]\/10::-moz-placeholder {
  color: rgb(48 92 222 / 0.1);
}

.placeholder-\[\#305CDE\]\/10::placeholder {
  color: rgb(48 92 222 / 0.1);
}

.placeholder-\[\#305CDE\]\/20::-moz-placeholder {
  color: rgb(48 92 222 / 0.2);
}

.placeholder-\[\#305CDE\]\/20::placeholder {
  color: rgb(48 92 222 / 0.2);
}

.placeholder-\[\#305CDE\]\/25::-moz-placeholder {
  color: rgb(48 92 222 / 0.25);
}

.placeholder-\[\#305CDE\]\/25::placeholder {
  color: rgb(48 92 222 / 0.25);
}

.placeholder-\[\#305CDE\]\/30::-moz-placeholder {
  color: rgb(48 92 222 / 0.3);
}

.placeholder-\[\#305CDE\]\/30::placeholder {
  color: rgb(48 92 222 / 0.3);
}

.placeholder-\[\#305CDE\]\/40::-moz-placeholder {
  color: rgb(48 92 222 / 0.4);
}

.placeholder-\[\#305CDE\]\/40::placeholder {
  color: rgb(48 92 222 / 0.4);
}

.placeholder-\[\#305CDE\]\/50::-moz-placeholder {
  color: rgb(48 92 222 / 0.5);
}

.placeholder-\[\#305CDE\]\/50::placeholder {
  color: rgb(48 92 222 / 0.5);
}

.placeholder-\[\#305CDE\]\/60::-moz-placeholder {
  color: rgb(48 92 222 / 0.6);
}

.placeholder-\[\#305CDE\]\/60::placeholder {
  color: rgb(48 92 222 / 0.6);
}

.placeholder-\[\#305CDE\]\/70::-moz-placeholder {
  color: rgb(48 92 222 / 0.7);
}

.placeholder-\[\#305CDE\]\/70::placeholder {
  color: rgb(48 92 222 / 0.7);
}

.placeholder-\[\#305CDE\]\/75::-moz-placeholder {
  color: rgb(48 92 222 / 0.75);
}

.placeholder-\[\#305CDE\]\/75::placeholder {
  color: rgb(48 92 222 / 0.75);
}

.placeholder-\[\#305CDE\]\/80::-moz-placeholder {
  color: rgb(48 92 222 / 0.8);
}

.placeholder-\[\#305CDE\]\/80::placeholder {
  color: rgb(48 92 222 / 0.8);
}

.placeholder-\[\#305CDE\]\/90::-moz-placeholder {
  color: rgb(48 92 222 / 0.9);
}

.placeholder-\[\#305CDE\]\/90::placeholder {
  color: rgb(48 92 222 / 0.9);
}

.placeholder-\[\#59B5F7\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#59B5F7\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#59B5F7\]\/10::-moz-placeholder {
  color: rgb(89 181 247 / 0.1);
}

.placeholder-\[\#59B5F7\]\/10::placeholder {
  color: rgb(89 181 247 / 0.1);
}

.placeholder-\[\#59B5F7\]\/20::-moz-placeholder {
  color: rgb(89 181 247 / 0.2);
}

.placeholder-\[\#59B5F7\]\/20::placeholder {
  color: rgb(89 181 247 / 0.2);
}

.placeholder-\[\#59B5F7\]\/25::-moz-placeholder {
  color: rgb(89 181 247 / 0.25);
}

.placeholder-\[\#59B5F7\]\/25::placeholder {
  color: rgb(89 181 247 / 0.25);
}

.placeholder-\[\#59B5F7\]\/30::-moz-placeholder {
  color: rgb(89 181 247 / 0.3);
}

.placeholder-\[\#59B5F7\]\/30::placeholder {
  color: rgb(89 181 247 / 0.3);
}

.placeholder-\[\#59B5F7\]\/40::-moz-placeholder {
  color: rgb(89 181 247 / 0.4);
}

.placeholder-\[\#59B5F7\]\/40::placeholder {
  color: rgb(89 181 247 / 0.4);
}

.placeholder-\[\#59B5F7\]\/50::-moz-placeholder {
  color: rgb(89 181 247 / 0.5);
}

.placeholder-\[\#59B5F7\]\/50::placeholder {
  color: rgb(89 181 247 / 0.5);
}

.placeholder-\[\#59B5F7\]\/60::-moz-placeholder {
  color: rgb(89 181 247 / 0.6);
}

.placeholder-\[\#59B5F7\]\/60::placeholder {
  color: rgb(89 181 247 / 0.6);
}

.placeholder-\[\#59B5F7\]\/70::-moz-placeholder {
  color: rgb(89 181 247 / 0.7);
}

.placeholder-\[\#59B5F7\]\/70::placeholder {
  color: rgb(89 181 247 / 0.7);
}

.placeholder-\[\#59B5F7\]\/75::-moz-placeholder {
  color: rgb(89 181 247 / 0.75);
}

.placeholder-\[\#59B5F7\]\/75::placeholder {
  color: rgb(89 181 247 / 0.75);
}

.placeholder-\[\#59B5F7\]\/80::-moz-placeholder {
  color: rgb(89 181 247 / 0.8);
}

.placeholder-\[\#59B5F7\]\/80::placeholder {
  color: rgb(89 181 247 / 0.8);
}

.placeholder-\[\#59B5F7\]\/90::-moz-placeholder {
  color: rgb(89 181 247 / 0.9);
}

.placeholder-\[\#59B5F7\]\/90::placeholder {
  color: rgb(89 181 247 / 0.9);
}

.placeholder-\[\#8B909A\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#8B909A\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#8B909A\]\/10::-moz-placeholder {
  color: rgb(139 144 154 / 0.1);
}

.placeholder-\[\#8B909A\]\/10::placeholder {
  color: rgb(139 144 154 / 0.1);
}

.placeholder-\[\#8B909A\]\/20::-moz-placeholder {
  color: rgb(139 144 154 / 0.2);
}

.placeholder-\[\#8B909A\]\/20::placeholder {
  color: rgb(139 144 154 / 0.2);
}

.placeholder-\[\#8B909A\]\/25::-moz-placeholder {
  color: rgb(139 144 154 / 0.25);
}

.placeholder-\[\#8B909A\]\/25::placeholder {
  color: rgb(139 144 154 / 0.25);
}

.placeholder-\[\#8B909A\]\/30::-moz-placeholder {
  color: rgb(139 144 154 / 0.3);
}

.placeholder-\[\#8B909A\]\/30::placeholder {
  color: rgb(139 144 154 / 0.3);
}

.placeholder-\[\#8B909A\]\/40::-moz-placeholder {
  color: rgb(139 144 154 / 0.4);
}

.placeholder-\[\#8B909A\]\/40::placeholder {
  color: rgb(139 144 154 / 0.4);
}

.placeholder-\[\#8B909A\]\/50::-moz-placeholder {
  color: rgb(139 144 154 / 0.5);
}

.placeholder-\[\#8B909A\]\/50::placeholder {
  color: rgb(139 144 154 / 0.5);
}

.placeholder-\[\#8B909A\]\/60::-moz-placeholder {
  color: rgb(139 144 154 / 0.6);
}

.placeholder-\[\#8B909A\]\/60::placeholder {
  color: rgb(139 144 154 / 0.6);
}

.placeholder-\[\#8B909A\]\/70::-moz-placeholder {
  color: rgb(139 144 154 / 0.7);
}

.placeholder-\[\#8B909A\]\/70::placeholder {
  color: rgb(139 144 154 / 0.7);
}

.placeholder-\[\#8B909A\]\/75::-moz-placeholder {
  color: rgb(139 144 154 / 0.75);
}

.placeholder-\[\#8B909A\]\/75::placeholder {
  color: rgb(139 144 154 / 0.75);
}

.placeholder-\[\#8B909A\]\/80::-moz-placeholder {
  color: rgb(139 144 154 / 0.8);
}

.placeholder-\[\#8B909A\]\/80::placeholder {
  color: rgb(139 144 154 / 0.8);
}

.placeholder-\[\#8B909A\]\/90::-moz-placeholder {
  color: rgb(139 144 154 / 0.9);
}

.placeholder-\[\#8B909A\]\/90::placeholder {
  color: rgb(139 144 154 / 0.9);
}

.placeholder-\[\#E4E6EB\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#E4E6EB\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#E4E6EB\]\/10::-moz-placeholder {
  color: rgb(228 230 235 / 0.1);
}

.placeholder-\[\#E4E6EB\]\/10::placeholder {
  color: rgb(228 230 235 / 0.1);
}

.placeholder-\[\#E4E6EB\]\/20::-moz-placeholder {
  color: rgb(228 230 235 / 0.2);
}

.placeholder-\[\#E4E6EB\]\/20::placeholder {
  color: rgb(228 230 235 / 0.2);
}

.placeholder-\[\#E4E6EB\]\/25::-moz-placeholder {
  color: rgb(228 230 235 / 0.25);
}

.placeholder-\[\#E4E6EB\]\/25::placeholder {
  color: rgb(228 230 235 / 0.25);
}

.placeholder-\[\#E4E6EB\]\/30::-moz-placeholder {
  color: rgb(228 230 235 / 0.3);
}

.placeholder-\[\#E4E6EB\]\/30::placeholder {
  color: rgb(228 230 235 / 0.3);
}

.placeholder-\[\#E4E6EB\]\/40::-moz-placeholder {
  color: rgb(228 230 235 / 0.4);
}

.placeholder-\[\#E4E6EB\]\/40::placeholder {
  color: rgb(228 230 235 / 0.4);
}

.placeholder-\[\#E4E6EB\]\/50::-moz-placeholder {
  color: rgb(228 230 235 / 0.5);
}

.placeholder-\[\#E4E6EB\]\/50::placeholder {
  color: rgb(228 230 235 / 0.5);
}

.placeholder-\[\#E4E6EB\]\/60::-moz-placeholder {
  color: rgb(228 230 235 / 0.6);
}

.placeholder-\[\#E4E6EB\]\/60::placeholder {
  color: rgb(228 230 235 / 0.6);
}

.placeholder-\[\#E4E6EB\]\/70::-moz-placeholder {
  color: rgb(228 230 235 / 0.7);
}

.placeholder-\[\#E4E6EB\]\/70::placeholder {
  color: rgb(228 230 235 / 0.7);
}

.placeholder-\[\#E4E6EB\]\/75::-moz-placeholder {
  color: rgb(228 230 235 / 0.75);
}

.placeholder-\[\#E4E6EB\]\/75::placeholder {
  color: rgb(228 230 235 / 0.75);
}

.placeholder-\[\#E4E6EB\]\/80::-moz-placeholder {
  color: rgb(228 230 235 / 0.8);
}

.placeholder-\[\#E4E6EB\]\/80::placeholder {
  color: rgb(228 230 235 / 0.8);
}

.placeholder-\[\#E4E6EB\]\/90::-moz-placeholder {
  color: rgb(228 230 235 / 0.9);
}

.placeholder-\[\#E4E6EB\]\/90::placeholder {
  color: rgb(228 230 235 / 0.9);
}

.placeholder-\[\#FFFFFF0D\]::-moz-placeholder {
  color: #FFFFFF0D;
}

.placeholder-\[\#FFFFFF0D\]::placeholder {
  color: #FFFFFF0D;
}

.placeholder-\[\#FFFFFF0D\]\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-\[\#FFFFFF0D\]\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-\[\#FFFFFF0D\]\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-\[\#FFFFFF0D\]\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-\[\#FFFFFF0D\]\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-\[\#FFFFFF0D\]\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-\[\#FFFFFF0D\]\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-\[\#FFFFFF0D\]\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-\[\#FFFFFF0D\]\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-\[\#FFFFFF0D\]\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-\[\#FFFFFF0D\]\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-\[\#FFFFFF0D\]\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-\[\#FFFFFF0D\]\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-\[\#FFFFFF0D\]\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-\[\#FFFFFF0D\]\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-\[\#FFFFFF0D\]\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-\[\#FFFFFF0D\]\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-\[\#FFFFFF0D\]\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-\[\#FFFFFF0D\]\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-\[\#FFFFFF0D\]\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-\[\#FFFFFF0D\]\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-\[\#FFFFFF0D\]\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-\[\#ff6600\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#ff6600\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#ff6600\]\/10::-moz-placeholder {
  color: rgb(255 102 0 / 0.1);
}

.placeholder-\[\#ff6600\]\/10::placeholder {
  color: rgb(255 102 0 / 0.1);
}

.placeholder-\[\#ff6600\]\/20::-moz-placeholder {
  color: rgb(255 102 0 / 0.2);
}

.placeholder-\[\#ff6600\]\/20::placeholder {
  color: rgb(255 102 0 / 0.2);
}

.placeholder-\[\#ff6600\]\/25::-moz-placeholder {
  color: rgb(255 102 0 / 0.25);
}

.placeholder-\[\#ff6600\]\/25::placeholder {
  color: rgb(255 102 0 / 0.25);
}

.placeholder-\[\#ff6600\]\/30::-moz-placeholder {
  color: rgb(255 102 0 / 0.3);
}

.placeholder-\[\#ff6600\]\/30::placeholder {
  color: rgb(255 102 0 / 0.3);
}

.placeholder-\[\#ff6600\]\/40::-moz-placeholder {
  color: rgb(255 102 0 / 0.4);
}

.placeholder-\[\#ff6600\]\/40::placeholder {
  color: rgb(255 102 0 / 0.4);
}

.placeholder-\[\#ff6600\]\/50::-moz-placeholder {
  color: rgb(255 102 0 / 0.5);
}

.placeholder-\[\#ff6600\]\/50::placeholder {
  color: rgb(255 102 0 / 0.5);
}

.placeholder-\[\#ff6600\]\/60::-moz-placeholder {
  color: rgb(255 102 0 / 0.6);
}

.placeholder-\[\#ff6600\]\/60::placeholder {
  color: rgb(255 102 0 / 0.6);
}

.placeholder-\[\#ff6600\]\/70::-moz-placeholder {
  color: rgb(255 102 0 / 0.7);
}

.placeholder-\[\#ff6600\]\/70::placeholder {
  color: rgb(255 102 0 / 0.7);
}

.placeholder-\[\#ff6600\]\/75::-moz-placeholder {
  color: rgb(255 102 0 / 0.75);
}

.placeholder-\[\#ff6600\]\/75::placeholder {
  color: rgb(255 102 0 / 0.75);
}

.placeholder-\[\#ff6600\]\/80::-moz-placeholder {
  color: rgb(255 102 0 / 0.8);
}

.placeholder-\[\#ff6600\]\/80::placeholder {
  color: rgb(255 102 0 / 0.8);
}

.placeholder-\[\#ff6600\]\/90::-moz-placeholder {
  color: rgb(255 102 0 / 0.9);
}

.placeholder-\[\#ff6600\]\/90::placeholder {
  color: rgb(255 102 0 / 0.9);
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black\/10::-moz-placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/20::-moz-placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/25::-moz-placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/30::-moz-placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/40::-moz-placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/50::-moz-placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/60::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/70::-moz-placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/75::-moz-placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/80::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/90::-moz-placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-black\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.accent-\[\#0B0D10\] {
  accent-color: #0B0D10;
}

.accent-\[\#0B0D10\]\/10 {
  accent-color: rgb(11 13 16 / 0.1);
}

.accent-\[\#0B0D10\]\/20 {
  accent-color: rgb(11 13 16 / 0.2);
}

.accent-\[\#0B0D10\]\/25 {
  accent-color: rgb(11 13 16 / 0.25);
}

.accent-\[\#0B0D10\]\/30 {
  accent-color: rgb(11 13 16 / 0.3);
}

.accent-\[\#0B0D10\]\/40 {
  accent-color: rgb(11 13 16 / 0.4);
}

.accent-\[\#0B0D10\]\/50 {
  accent-color: rgb(11 13 16 / 0.5);
}

.accent-\[\#0B0D10\]\/60 {
  accent-color: rgb(11 13 16 / 0.6);
}

.accent-\[\#0B0D10\]\/70 {
  accent-color: rgb(11 13 16 / 0.7);
}

.accent-\[\#0B0D10\]\/75 {
  accent-color: rgb(11 13 16 / 0.75);
}

.accent-\[\#0B0D10\]\/80 {
  accent-color: rgb(11 13 16 / 0.8);
}

.accent-\[\#0B0D10\]\/90 {
  accent-color: rgb(11 13 16 / 0.9);
}

.accent-\[\#15181D\] {
  accent-color: #15181D;
}

.accent-\[\#15181D\]\/10 {
  accent-color: rgb(21 24 29 / 0.1);
}

.accent-\[\#15181D\]\/20 {
  accent-color: rgb(21 24 29 / 0.2);
}

.accent-\[\#15181D\]\/25 {
  accent-color: rgb(21 24 29 / 0.25);
}

.accent-\[\#15181D\]\/30 {
  accent-color: rgb(21 24 29 / 0.3);
}

.accent-\[\#15181D\]\/40 {
  accent-color: rgb(21 24 29 / 0.4);
}

.accent-\[\#15181D\]\/50 {
  accent-color: rgb(21 24 29 / 0.5);
}

.accent-\[\#15181D\]\/60 {
  accent-color: rgb(21 24 29 / 0.6);
}

.accent-\[\#15181D\]\/70 {
  accent-color: rgb(21 24 29 / 0.7);
}

.accent-\[\#15181D\]\/75 {
  accent-color: rgb(21 24 29 / 0.75);
}

.accent-\[\#15181D\]\/80 {
  accent-color: rgb(21 24 29 / 0.8);
}

.accent-\[\#15181D\]\/90 {
  accent-color: rgb(21 24 29 / 0.9);
}

.accent-\[\#182E6F\] {
  accent-color: #182E6F;
}

.accent-\[\#182E6F\]\/10 {
  accent-color: rgb(24 46 111 / 0.1);
}

.accent-\[\#182E6F\]\/20 {
  accent-color: rgb(24 46 111 / 0.2);
}

.accent-\[\#182E6F\]\/25 {
  accent-color: rgb(24 46 111 / 0.25);
}

.accent-\[\#182E6F\]\/30 {
  accent-color: rgb(24 46 111 / 0.3);
}

.accent-\[\#182E6F\]\/40 {
  accent-color: rgb(24 46 111 / 0.4);
}

.accent-\[\#182E6F\]\/50 {
  accent-color: rgb(24 46 111 / 0.5);
}

.accent-\[\#182E6F\]\/60 {
  accent-color: rgb(24 46 111 / 0.6);
}

.accent-\[\#182E6F\]\/70 {
  accent-color: rgb(24 46 111 / 0.7);
}

.accent-\[\#182E6F\]\/75 {
  accent-color: rgb(24 46 111 / 0.75);
}

.accent-\[\#182E6F\]\/80 {
  accent-color: rgb(24 46 111 / 0.8);
}

.accent-\[\#182E6F\]\/90 {
  accent-color: rgb(24 46 111 / 0.9);
}

.accent-\[\#22D3EE\] {
  accent-color: #22D3EE;
}

.accent-\[\#22D3EE\]\/10 {
  accent-color: rgb(34 211 238 / 0.1);
}

.accent-\[\#22D3EE\]\/20 {
  accent-color: rgb(34 211 238 / 0.2);
}

.accent-\[\#22D3EE\]\/25 {
  accent-color: rgb(34 211 238 / 0.25);
}

.accent-\[\#22D3EE\]\/30 {
  accent-color: rgb(34 211 238 / 0.3);
}

.accent-\[\#22D3EE\]\/40 {
  accent-color: rgb(34 211 238 / 0.4);
}

.accent-\[\#22D3EE\]\/50 {
  accent-color: rgb(34 211 238 / 0.5);
}

.accent-\[\#22D3EE\]\/60 {
  accent-color: rgb(34 211 238 / 0.6);
}

.accent-\[\#22D3EE\]\/70 {
  accent-color: rgb(34 211 238 / 0.7);
}

.accent-\[\#22D3EE\]\/75 {
  accent-color: rgb(34 211 238 / 0.75);
}

.accent-\[\#22D3EE\]\/80 {
  accent-color: rgb(34 211 238 / 0.8);
}

.accent-\[\#22D3EE\]\/90 {
  accent-color: rgb(34 211 238 / 0.9);
}

.accent-\[\#23272E\] {
  accent-color: #23272E;
}

.accent-\[\#23272E\]\/10 {
  accent-color: rgb(35 39 46 / 0.1);
}

.accent-\[\#23272E\]\/20 {
  accent-color: rgb(35 39 46 / 0.2);
}

.accent-\[\#23272E\]\/25 {
  accent-color: rgb(35 39 46 / 0.25);
}

.accent-\[\#23272E\]\/30 {
  accent-color: rgb(35 39 46 / 0.3);
}

.accent-\[\#23272E\]\/40 {
  accent-color: rgb(35 39 46 / 0.4);
}

.accent-\[\#23272E\]\/50 {
  accent-color: rgb(35 39 46 / 0.5);
}

.accent-\[\#23272E\]\/60 {
  accent-color: rgb(35 39 46 / 0.6);
}

.accent-\[\#23272E\]\/70 {
  accent-color: rgb(35 39 46 / 0.7);
}

.accent-\[\#23272E\]\/75 {
  accent-color: rgb(35 39 46 / 0.75);
}

.accent-\[\#23272E\]\/80 {
  accent-color: rgb(35 39 46 / 0.8);
}

.accent-\[\#23272E\]\/90 {
  accent-color: rgb(35 39 46 / 0.9);
}

.accent-\[\#305CDE\] {
  accent-color: #305CDE;
}

.accent-\[\#305CDE\]\/10 {
  accent-color: rgb(48 92 222 / 0.1);
}

.accent-\[\#305CDE\]\/20 {
  accent-color: rgb(48 92 222 / 0.2);
}

.accent-\[\#305CDE\]\/25 {
  accent-color: rgb(48 92 222 / 0.25);
}

.accent-\[\#305CDE\]\/30 {
  accent-color: rgb(48 92 222 / 0.3);
}

.accent-\[\#305CDE\]\/40 {
  accent-color: rgb(48 92 222 / 0.4);
}

.accent-\[\#305CDE\]\/50 {
  accent-color: rgb(48 92 222 / 0.5);
}

.accent-\[\#305CDE\]\/60 {
  accent-color: rgb(48 92 222 / 0.6);
}

.accent-\[\#305CDE\]\/70 {
  accent-color: rgb(48 92 222 / 0.7);
}

.accent-\[\#305CDE\]\/75 {
  accent-color: rgb(48 92 222 / 0.75);
}

.accent-\[\#305CDE\]\/80 {
  accent-color: rgb(48 92 222 / 0.8);
}

.accent-\[\#305CDE\]\/90 {
  accent-color: rgb(48 92 222 / 0.9);
}

.accent-\[\#59B5F7\] {
  accent-color: #59B5F7;
}

.accent-\[\#59B5F7\]\/10 {
  accent-color: rgb(89 181 247 / 0.1);
}

.accent-\[\#59B5F7\]\/20 {
  accent-color: rgb(89 181 247 / 0.2);
}

.accent-\[\#59B5F7\]\/25 {
  accent-color: rgb(89 181 247 / 0.25);
}

.accent-\[\#59B5F7\]\/30 {
  accent-color: rgb(89 181 247 / 0.3);
}

.accent-\[\#59B5F7\]\/40 {
  accent-color: rgb(89 181 247 / 0.4);
}

.accent-\[\#59B5F7\]\/50 {
  accent-color: rgb(89 181 247 / 0.5);
}

.accent-\[\#59B5F7\]\/60 {
  accent-color: rgb(89 181 247 / 0.6);
}

.accent-\[\#59B5F7\]\/70 {
  accent-color: rgb(89 181 247 / 0.7);
}

.accent-\[\#59B5F7\]\/75 {
  accent-color: rgb(89 181 247 / 0.75);
}

.accent-\[\#59B5F7\]\/80 {
  accent-color: rgb(89 181 247 / 0.8);
}

.accent-\[\#59B5F7\]\/90 {
  accent-color: rgb(89 181 247 / 0.9);
}

.accent-\[\#8B909A\] {
  accent-color: #8B909A;
}

.accent-\[\#8B909A\]\/10 {
  accent-color: rgb(139 144 154 / 0.1);
}

.accent-\[\#8B909A\]\/20 {
  accent-color: rgb(139 144 154 / 0.2);
}

.accent-\[\#8B909A\]\/25 {
  accent-color: rgb(139 144 154 / 0.25);
}

.accent-\[\#8B909A\]\/30 {
  accent-color: rgb(139 144 154 / 0.3);
}

.accent-\[\#8B909A\]\/40 {
  accent-color: rgb(139 144 154 / 0.4);
}

.accent-\[\#8B909A\]\/50 {
  accent-color: rgb(139 144 154 / 0.5);
}

.accent-\[\#8B909A\]\/60 {
  accent-color: rgb(139 144 154 / 0.6);
}

.accent-\[\#8B909A\]\/70 {
  accent-color: rgb(139 144 154 / 0.7);
}

.accent-\[\#8B909A\]\/75 {
  accent-color: rgb(139 144 154 / 0.75);
}

.accent-\[\#8B909A\]\/80 {
  accent-color: rgb(139 144 154 / 0.8);
}

.accent-\[\#8B909A\]\/90 {
  accent-color: rgb(139 144 154 / 0.9);
}

.accent-\[\#E4E6EB\] {
  accent-color: #E4E6EB;
}

.accent-\[\#E4E6EB\]\/10 {
  accent-color: rgb(228 230 235 / 0.1);
}

.accent-\[\#E4E6EB\]\/20 {
  accent-color: rgb(228 230 235 / 0.2);
}

.accent-\[\#E4E6EB\]\/25 {
  accent-color: rgb(228 230 235 / 0.25);
}

.accent-\[\#E4E6EB\]\/30 {
  accent-color: rgb(228 230 235 / 0.3);
}

.accent-\[\#E4E6EB\]\/40 {
  accent-color: rgb(228 230 235 / 0.4);
}

.accent-\[\#E4E6EB\]\/50 {
  accent-color: rgb(228 230 235 / 0.5);
}

.accent-\[\#E4E6EB\]\/60 {
  accent-color: rgb(228 230 235 / 0.6);
}

.accent-\[\#E4E6EB\]\/70 {
  accent-color: rgb(228 230 235 / 0.7);
}

.accent-\[\#E4E6EB\]\/75 {
  accent-color: rgb(228 230 235 / 0.75);
}

.accent-\[\#E4E6EB\]\/80 {
  accent-color: rgb(228 230 235 / 0.8);
}

.accent-\[\#E4E6EB\]\/90 {
  accent-color: rgb(228 230 235 / 0.9);
}

.accent-\[\#FFFFFF0D\] {
  accent-color: #FFFFFF0D;
}

.accent-\[\#FFFFFF0D\]\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}

.accent-\[\#FFFFFF0D\]\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}

.accent-\[\#FFFFFF0D\]\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}

.accent-\[\#FFFFFF0D\]\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}

.accent-\[\#FFFFFF0D\]\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}

.accent-\[\#FFFFFF0D\]\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}

.accent-\[\#FFFFFF0D\]\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}

.accent-\[\#FFFFFF0D\]\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}

.accent-\[\#FFFFFF0D\]\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}

.accent-\[\#FFFFFF0D\]\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}

.accent-\[\#FFFFFF0D\]\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}

.accent-\[\#ff6600\] {
  accent-color: #ff6600;
}

.accent-\[\#ff6600\]\/10 {
  accent-color: rgb(255 102 0 / 0.1);
}

.accent-\[\#ff6600\]\/20 {
  accent-color: rgb(255 102 0 / 0.2);
}

.accent-\[\#ff6600\]\/25 {
  accent-color: rgb(255 102 0 / 0.25);
}

.accent-\[\#ff6600\]\/30 {
  accent-color: rgb(255 102 0 / 0.3);
}

.accent-\[\#ff6600\]\/40 {
  accent-color: rgb(255 102 0 / 0.4);
}

.accent-\[\#ff6600\]\/50 {
  accent-color: rgb(255 102 0 / 0.5);
}

.accent-\[\#ff6600\]\/60 {
  accent-color: rgb(255 102 0 / 0.6);
}

.accent-\[\#ff6600\]\/70 {
  accent-color: rgb(255 102 0 / 0.7);
}

.accent-\[\#ff6600\]\/75 {
  accent-color: rgb(255 102 0 / 0.75);
}

.accent-\[\#ff6600\]\/80 {
  accent-color: rgb(255 102 0 / 0.8);
}

.accent-\[\#ff6600\]\/90 {
  accent-color: rgb(255 102 0 / 0.9);
}

.accent-black {
  accent-color: #000;
}

.accent-black\/10 {
  accent-color: rgb(0 0 0 / 0.1);
}

.accent-black\/20 {
  accent-color: rgb(0 0 0 / 0.2);
}

.accent-black\/25 {
  accent-color: rgb(0 0 0 / 0.25);
}

.accent-black\/30 {
  accent-color: rgb(0 0 0 / 0.3);
}

.accent-black\/40 {
  accent-color: rgb(0 0 0 / 0.4);
}

.accent-black\/50 {
  accent-color: rgb(0 0 0 / 0.5);
}

.accent-black\/60 {
  accent-color: rgb(0 0 0 / 0.6);
}

.accent-black\/70 {
  accent-color: rgb(0 0 0 / 0.7);
}

.accent-black\/75 {
  accent-color: rgb(0 0 0 / 0.75);
}

.accent-black\/80 {
  accent-color: rgb(0 0 0 / 0.8);
}

.accent-black\/90 {
  accent-color: rgb(0 0 0 / 0.9);
}

.accent-transparent {
  accent-color: transparent;
}

.accent-white {
  accent-color: #fff;
}

.accent-white\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}

.accent-white\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}

.accent-white\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}

.accent-white\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}

.accent-white\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}

.accent-white\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}

.accent-white\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}

.accent-white\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}

.accent-white\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}

.accent-white\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}

.accent-white\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-\[\#0B0D10\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 13 16 / var(--tw-ring-opacity, 1));
}

.ring-\[\#0B0D10\]\/10 {
  --tw-ring-color: rgb(11 13 16 / 0.1);
}

.ring-\[\#0B0D10\]\/20 {
  --tw-ring-color: rgb(11 13 16 / 0.2);
}

.ring-\[\#0B0D10\]\/25 {
  --tw-ring-color: rgb(11 13 16 / 0.25);
}

.ring-\[\#0B0D10\]\/30 {
  --tw-ring-color: rgb(11 13 16 / 0.3);
}

.ring-\[\#0B0D10\]\/40 {
  --tw-ring-color: rgb(11 13 16 / 0.4);
}

.ring-\[\#0B0D10\]\/50 {
  --tw-ring-color: rgb(11 13 16 / 0.5);
}

.ring-\[\#0B0D10\]\/60 {
  --tw-ring-color: rgb(11 13 16 / 0.6);
}

.ring-\[\#0B0D10\]\/70 {
  --tw-ring-color: rgb(11 13 16 / 0.7);
}

.ring-\[\#0B0D10\]\/75 {
  --tw-ring-color: rgb(11 13 16 / 0.75);
}

.ring-\[\#0B0D10\]\/80 {
  --tw-ring-color: rgb(11 13 16 / 0.8);
}

.ring-\[\#0B0D10\]\/90 {
  --tw-ring-color: rgb(11 13 16 / 0.9);
}

.ring-\[\#15181D\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 24 29 / var(--tw-ring-opacity, 1));
}

.ring-\[\#15181D\]\/10 {
  --tw-ring-color: rgb(21 24 29 / 0.1);
}

.ring-\[\#15181D\]\/20 {
  --tw-ring-color: rgb(21 24 29 / 0.2);
}

.ring-\[\#15181D\]\/25 {
  --tw-ring-color: rgb(21 24 29 / 0.25);
}

.ring-\[\#15181D\]\/30 {
  --tw-ring-color: rgb(21 24 29 / 0.3);
}

.ring-\[\#15181D\]\/40 {
  --tw-ring-color: rgb(21 24 29 / 0.4);
}

.ring-\[\#15181D\]\/50 {
  --tw-ring-color: rgb(21 24 29 / 0.5);
}

.ring-\[\#15181D\]\/60 {
  --tw-ring-color: rgb(21 24 29 / 0.6);
}

.ring-\[\#15181D\]\/70 {
  --tw-ring-color: rgb(21 24 29 / 0.7);
}

.ring-\[\#15181D\]\/75 {
  --tw-ring-color: rgb(21 24 29 / 0.75);
}

.ring-\[\#15181D\]\/80 {
  --tw-ring-color: rgb(21 24 29 / 0.8);
}

.ring-\[\#15181D\]\/90 {
  --tw-ring-color: rgb(21 24 29 / 0.9);
}

.ring-\[\#182E6F\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 46 111 / var(--tw-ring-opacity, 1));
}

.ring-\[\#182E6F\]\/10 {
  --tw-ring-color: rgb(24 46 111 / 0.1);
}

.ring-\[\#182E6F\]\/20 {
  --tw-ring-color: rgb(24 46 111 / 0.2);
}

.ring-\[\#182E6F\]\/25 {
  --tw-ring-color: rgb(24 46 111 / 0.25);
}

.ring-\[\#182E6F\]\/30 {
  --tw-ring-color: rgb(24 46 111 / 0.3);
}

.ring-\[\#182E6F\]\/40 {
  --tw-ring-color: rgb(24 46 111 / 0.4);
}

.ring-\[\#182E6F\]\/50 {
  --tw-ring-color: rgb(24 46 111 / 0.5);
}

.ring-\[\#182E6F\]\/60 {
  --tw-ring-color: rgb(24 46 111 / 0.6);
}

.ring-\[\#182E6F\]\/70 {
  --tw-ring-color: rgb(24 46 111 / 0.7);
}

.ring-\[\#182E6F\]\/75 {
  --tw-ring-color: rgb(24 46 111 / 0.75);
}

.ring-\[\#182E6F\]\/80 {
  --tw-ring-color: rgb(24 46 111 / 0.8);
}

.ring-\[\#182E6F\]\/90 {
  --tw-ring-color: rgb(24 46 111 / 0.9);
}

.ring-\[\#22D3EE\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.ring-\[\#22D3EE\]\/10 {
  --tw-ring-color: rgb(34 211 238 / 0.1);
}

.ring-\[\#22D3EE\]\/20 {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}

.ring-\[\#22D3EE\]\/25 {
  --tw-ring-color: rgb(34 211 238 / 0.25);
}

.ring-\[\#22D3EE\]\/30 {
  --tw-ring-color: rgb(34 211 238 / 0.3);
}

.ring-\[\#22D3EE\]\/40 {
  --tw-ring-color: rgb(34 211 238 / 0.4);
}

.ring-\[\#22D3EE\]\/50 {
  --tw-ring-color: rgb(34 211 238 / 0.5);
}

.ring-\[\#22D3EE\]\/60 {
  --tw-ring-color: rgb(34 211 238 / 0.6);
}

.ring-\[\#22D3EE\]\/70 {
  --tw-ring-color: rgb(34 211 238 / 0.7);
}

.ring-\[\#22D3EE\]\/75 {
  --tw-ring-color: rgb(34 211 238 / 0.75);
}

.ring-\[\#22D3EE\]\/80 {
  --tw-ring-color: rgb(34 211 238 / 0.8);
}

.ring-\[\#22D3EE\]\/90 {
  --tw-ring-color: rgb(34 211 238 / 0.9);
}

.ring-\[\#23272E\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 39 46 / var(--tw-ring-opacity, 1));
}

.ring-\[\#23272E\]\/10 {
  --tw-ring-color: rgb(35 39 46 / 0.1);
}

.ring-\[\#23272E\]\/20 {
  --tw-ring-color: rgb(35 39 46 / 0.2);
}

.ring-\[\#23272E\]\/25 {
  --tw-ring-color: rgb(35 39 46 / 0.25);
}

.ring-\[\#23272E\]\/30 {
  --tw-ring-color: rgb(35 39 46 / 0.3);
}

.ring-\[\#23272E\]\/40 {
  --tw-ring-color: rgb(35 39 46 / 0.4);
}

.ring-\[\#23272E\]\/50 {
  --tw-ring-color: rgb(35 39 46 / 0.5);
}

.ring-\[\#23272E\]\/60 {
  --tw-ring-color: rgb(35 39 46 / 0.6);
}

.ring-\[\#23272E\]\/70 {
  --tw-ring-color: rgb(35 39 46 / 0.7);
}

.ring-\[\#23272E\]\/75 {
  --tw-ring-color: rgb(35 39 46 / 0.75);
}

.ring-\[\#23272E\]\/80 {
  --tw-ring-color: rgb(35 39 46 / 0.8);
}

.ring-\[\#23272E\]\/90 {
  --tw-ring-color: rgb(35 39 46 / 0.9);
}

.ring-\[\#305CDE\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 92 222 / var(--tw-ring-opacity, 1));
}

.ring-\[\#305CDE\]\/10 {
  --tw-ring-color: rgb(48 92 222 / 0.1);
}

.ring-\[\#305CDE\]\/20 {
  --tw-ring-color: rgb(48 92 222 / 0.2);
}

.ring-\[\#305CDE\]\/25 {
  --tw-ring-color: rgb(48 92 222 / 0.25);
}

.ring-\[\#305CDE\]\/30 {
  --tw-ring-color: rgb(48 92 222 / 0.3);
}

.ring-\[\#305CDE\]\/40 {
  --tw-ring-color: rgb(48 92 222 / 0.4);
}

.ring-\[\#305CDE\]\/50 {
  --tw-ring-color: rgb(48 92 222 / 0.5);
}

.ring-\[\#305CDE\]\/60 {
  --tw-ring-color: rgb(48 92 222 / 0.6);
}

.ring-\[\#305CDE\]\/70 {
  --tw-ring-color: rgb(48 92 222 / 0.7);
}

.ring-\[\#305CDE\]\/75 {
  --tw-ring-color: rgb(48 92 222 / 0.75);
}

.ring-\[\#305CDE\]\/80 {
  --tw-ring-color: rgb(48 92 222 / 0.8);
}

.ring-\[\#305CDE\]\/90 {
  --tw-ring-color: rgb(48 92 222 / 0.9);
}

.ring-\[\#59B5F7\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(89 181 247 / var(--tw-ring-opacity, 1));
}

.ring-\[\#59B5F7\]\/10 {
  --tw-ring-color: rgb(89 181 247 / 0.1);
}

.ring-\[\#59B5F7\]\/20 {
  --tw-ring-color: rgb(89 181 247 / 0.2);
}

.ring-\[\#59B5F7\]\/25 {
  --tw-ring-color: rgb(89 181 247 / 0.25);
}

.ring-\[\#59B5F7\]\/30 {
  --tw-ring-color: rgb(89 181 247 / 0.3);
}

.ring-\[\#59B5F7\]\/40 {
  --tw-ring-color: rgb(89 181 247 / 0.4);
}

.ring-\[\#59B5F7\]\/50 {
  --tw-ring-color: rgb(89 181 247 / 0.5);
}

.ring-\[\#59B5F7\]\/60 {
  --tw-ring-color: rgb(89 181 247 / 0.6);
}

.ring-\[\#59B5F7\]\/70 {
  --tw-ring-color: rgb(89 181 247 / 0.7);
}

.ring-\[\#59B5F7\]\/75 {
  --tw-ring-color: rgb(89 181 247 / 0.75);
}

.ring-\[\#59B5F7\]\/80 {
  --tw-ring-color: rgb(89 181 247 / 0.8);
}

.ring-\[\#59B5F7\]\/90 {
  --tw-ring-color: rgb(89 181 247 / 0.9);
}

.ring-\[\#8B909A\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 144 154 / var(--tw-ring-opacity, 1));
}

.ring-\[\#8B909A\]\/10 {
  --tw-ring-color: rgb(139 144 154 / 0.1);
}

.ring-\[\#8B909A\]\/20 {
  --tw-ring-color: rgb(139 144 154 / 0.2);
}

.ring-\[\#8B909A\]\/25 {
  --tw-ring-color: rgb(139 144 154 / 0.25);
}

.ring-\[\#8B909A\]\/30 {
  --tw-ring-color: rgb(139 144 154 / 0.3);
}

.ring-\[\#8B909A\]\/40 {
  --tw-ring-color: rgb(139 144 154 / 0.4);
}

.ring-\[\#8B909A\]\/50 {
  --tw-ring-color: rgb(139 144 154 / 0.5);
}

.ring-\[\#8B909A\]\/60 {
  --tw-ring-color: rgb(139 144 154 / 0.6);
}

.ring-\[\#8B909A\]\/70 {
  --tw-ring-color: rgb(139 144 154 / 0.7);
}

.ring-\[\#8B909A\]\/75 {
  --tw-ring-color: rgb(139 144 154 / 0.75);
}

.ring-\[\#8B909A\]\/80 {
  --tw-ring-color: rgb(139 144 154 / 0.8);
}

.ring-\[\#8B909A\]\/90 {
  --tw-ring-color: rgb(139 144 154 / 0.9);
}

.ring-\[\#E4E6EB\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 230 235 / var(--tw-ring-opacity, 1));
}

.ring-\[\#E4E6EB\]\/10 {
  --tw-ring-color: rgb(228 230 235 / 0.1);
}

.ring-\[\#E4E6EB\]\/20 {
  --tw-ring-color: rgb(228 230 235 / 0.2);
}

.ring-\[\#E4E6EB\]\/25 {
  --tw-ring-color: rgb(228 230 235 / 0.25);
}

.ring-\[\#E4E6EB\]\/30 {
  --tw-ring-color: rgb(228 230 235 / 0.3);
}

.ring-\[\#E4E6EB\]\/40 {
  --tw-ring-color: rgb(228 230 235 / 0.4);
}

.ring-\[\#E4E6EB\]\/50 {
  --tw-ring-color: rgb(228 230 235 / 0.5);
}

.ring-\[\#E4E6EB\]\/60 {
  --tw-ring-color: rgb(228 230 235 / 0.6);
}

.ring-\[\#E4E6EB\]\/70 {
  --tw-ring-color: rgb(228 230 235 / 0.7);
}

.ring-\[\#E4E6EB\]\/75 {
  --tw-ring-color: rgb(228 230 235 / 0.75);
}

.ring-\[\#E4E6EB\]\/80 {
  --tw-ring-color: rgb(228 230 235 / 0.8);
}

.ring-\[\#E4E6EB\]\/90 {
  --tw-ring-color: rgb(228 230 235 / 0.9);
}

.ring-\[\#FFFFFF0D\] {
  --tw-ring-color: #FFFFFF0D;
}

.ring-\[\#FFFFFF0D\]\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-\[\#FFFFFF0D\]\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-\[\#FFFFFF0D\]\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-\[\#FFFFFF0D\]\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-\[\#FFFFFF0D\]\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-\[\#FFFFFF0D\]\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-\[\#FFFFFF0D\]\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-\[\#FFFFFF0D\]\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-\[\#FFFFFF0D\]\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-\[\#FFFFFF0D\]\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-\[\#FFFFFF0D\]\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-\[\#ff6600\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 102 0 / var(--tw-ring-opacity, 1));
}

.ring-\[\#ff6600\]\/10 {
  --tw-ring-color: rgb(255 102 0 / 0.1);
}

.ring-\[\#ff6600\]\/20 {
  --tw-ring-color: rgb(255 102 0 / 0.2);
}

.ring-\[\#ff6600\]\/25 {
  --tw-ring-color: rgb(255 102 0 / 0.25);
}

.ring-\[\#ff6600\]\/30 {
  --tw-ring-color: rgb(255 102 0 / 0.3);
}

.ring-\[\#ff6600\]\/40 {
  --tw-ring-color: rgb(255 102 0 / 0.4);
}

.ring-\[\#ff6600\]\/50 {
  --tw-ring-color: rgb(255 102 0 / 0.5);
}

.ring-\[\#ff6600\]\/60 {
  --tw-ring-color: rgb(255 102 0 / 0.6);
}

.ring-\[\#ff6600\]\/70 {
  --tw-ring-color: rgb(255 102 0 / 0.7);
}

.ring-\[\#ff6600\]\/75 {
  --tw-ring-color: rgb(255 102 0 / 0.75);
}

.ring-\[\#ff6600\]\/80 {
  --tw-ring-color: rgb(255 102 0 / 0.8);
}

.ring-\[\#ff6600\]\/90 {
  --tw-ring-color: rgb(255 102 0 / 0.9);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.ring-black\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-black\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-black\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-black\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-black\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-black\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-black\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-black\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-black\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-black\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-black\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-white\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-lg {
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-none {
  --tw-blur:  ;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-xl {
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-none {
  --tw-backdrop-blur:  ;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  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-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-auto {
  will-change: auto;
}

.will-change-contents {
  will-change: contents;
}

.will-change-scroll {
  will-change: scroll-position;
}

.will-change-transform {
  will-change: transform;
}

/* WonderHome custom range slider (cross-browser / Safari track rendering) */

.wh-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background-color: #23272e;
  outline: none;
  margin: 0;
}

.wh-slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 6px;
  border-radius: 9999px;
  background: transparent;
}

.wh-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin-top: -6px;
  cursor: pointer;
}

.wh-slider::-moz-range-track {
  height: 6px;
  border-radius: 9999px;
  background: transparent;
}

.wh-slider::-moz-range-progress {
  height: 6px;
  border-radius: 9999px;
  background-color: #22d3ee;
}

.wh-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

/* Alpine.js: hide un-initialized elements until Alpine has processed them */

[x-cloak] {
  display: none !important;
}

/* Safari fallback: Tailwind CLI runs without autoprefixer, so the .sticky
   utility ships without the -webkit- prefix some older WebKit builds still
   need. Harmless no-op on browsers that don't recognize -webkit-sticky. */

.sticky {
  position: sticky;
}

.hover\:divide-\[\#0B0D10\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#0B0D10\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.2);
}

.hover\:divide-\[\#15181D\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#15181D\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.2);
}

.hover\:divide-\[\#182E6F\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#182E6F\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.2);
}

.hover\:divide-\[\#22D3EE\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#22D3EE\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.2);
}

.hover\:divide-\[\#23272E\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#23272E\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.2);
}

.hover\:divide-\[\#305CDE\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#305CDE\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.2);
}

.hover\:divide-\[\#59B5F7\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#59B5F7\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.2);
}

.hover\:divide-\[\#8B909A\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#8B909A\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.2);
}

.hover\:divide-\[\#E4E6EB\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#E4E6EB\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.2);
}

.hover\:divide-\[\#FFFFFF0D\]:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: #FFFFFF0D;
}

.hover\:divide-\[\#FFFFFF0D\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:divide-\[\#ff6600\]:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-divide-opacity, 1));
}

.hover\:divide-\[\#ff6600\]\/20:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.2);
}

.hover\:border-\[\#0B0D10\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#0B0D10\]\/20:hover {
  border-color: rgb(11 13 16 / 0.2);
}

.hover\:border-\[\#15181D\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#15181D\]\/20:hover {
  border-color: rgb(21 24 29 / 0.2);
}

.hover\:border-\[\#182E6F\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#182E6F\]\/20:hover {
  border-color: rgb(24 46 111 / 0.2);
}

.hover\:border-\[\#22D3EE\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#22D3EE\]\/20:hover {
  border-color: rgb(34 211 238 / 0.2);
}

.hover\:border-\[\#23272E\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#23272E\]\/20:hover {
  border-color: rgb(35 39 46 / 0.2);
}

.hover\:border-\[\#305CDE\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#305CDE\]\/20:hover {
  border-color: rgb(48 92 222 / 0.2);
}

.hover\:border-\[\#59B5F7\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#59B5F7\]\/20:hover {
  border-color: rgb(89 181 247 / 0.2);
}

.hover\:border-\[\#8B909A\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#8B909A\]\/20:hover {
  border-color: rgb(139 144 154 / 0.2);
}

.hover\:border-\[\#E4E6EB\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#E4E6EB\]\/20:hover {
  border-color: rgb(228 230 235 / 0.2);
}

.hover\:border-\[\#FFFFFF0D\]:hover {
  border-color: #FFFFFF0D;
}

.hover\:border-\[\#FFFFFF0D\]\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-\[\#ff6600\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#ff6600\]\/20:hover {
  border-color: rgb(255 102 0 / 0.2);
}

.hover\:bg-\[\#0B0D10\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 13 16 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0B0D10\]\/20:hover {
  background-color: rgb(11 13 16 / 0.2);
}

.hover\:bg-\[\#15181D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 29 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#15181D\]\/20:hover {
  background-color: rgb(21 24 29 / 0.2);
}

.hover\:bg-\[\#182E6F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 46 111 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#182E6F\]\/20:hover {
  background-color: rgb(24 46 111 / 0.2);
}

.hover\:bg-\[\#22D3EE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#22D3EE\]\/20:hover {
  background-color: rgb(34 211 238 / 0.2);
}

.hover\:bg-\[\#23272E\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 46 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#23272E\]\/20:hover {
  background-color: rgb(35 39 46 / 0.2);
}

.hover\:bg-\[\#305CDE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#305CDE\]\/20:hover {
  background-color: rgb(48 92 222 / 0.2);
}

.hover\:bg-\[\#59B5F7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(89 181 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#59B5F7\]\/20:hover {
  background-color: rgb(89 181 247 / 0.2);
}

.hover\:bg-\[\#8B909A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 144 154 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#8B909A\]\/20:hover {
  background-color: rgb(139 144 154 / 0.2);
}

.hover\:bg-\[\#E4E6EB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E4E6EB\]\/20:hover {
  background-color: rgb(228 230 235 / 0.2);
}

.hover\:bg-\[\#FFFFFF0D\]:hover {
  background-color: #FFFFFF0D;
}

.hover\:bg-\[\#FFFFFF0D\]\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-\[\#ff6600\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ff6600\]\/20:hover {
  background-color: rgb(255 102 0 / 0.2);
}

.hover\:text-\[\#0B0D10\]:hover {
  --tw-text-opacity: 1;
  color: rgb(11 13 16 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0B0D10\]\/20:hover {
  color: rgb(11 13 16 / 0.2);
}

.hover\:text-\[\#15181D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(21 24 29 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#15181D\]\/20:hover {
  color: rgb(21 24 29 / 0.2);
}

.hover\:text-\[\#182E6F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(24 46 111 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#182E6F\]\/20:hover {
  color: rgb(24 46 111 / 0.2);
}

.hover\:text-\[\#22D3EE\]:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#22D3EE\]\/20:hover {
  color: rgb(34 211 238 / 0.2);
}

.hover\:text-\[\#23272E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(35 39 46 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#23272E\]\/20:hover {
  color: rgb(35 39 46 / 0.2);
}

.hover\:text-\[\#305CDE\]:hover {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#305CDE\]\/20:hover {
  color: rgb(48 92 222 / 0.2);
}

.hover\:text-\[\#59B5F7\]:hover {
  --tw-text-opacity: 1;
  color: rgb(89 181 247 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#59B5F7\]\/20:hover {
  color: rgb(89 181 247 / 0.2);
}

.hover\:text-\[\#8B909A\]:hover {
  --tw-text-opacity: 1;
  color: rgb(139 144 154 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#8B909A\]\/20:hover {
  color: rgb(139 144 154 / 0.2);
}

.hover\:text-\[\#E4E6EB\]:hover {
  --tw-text-opacity: 1;
  color: rgb(228 230 235 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#E4E6EB\]\/20:hover {
  color: rgb(228 230 235 / 0.2);
}

.hover\:text-\[\#FFFFFF0D\]:hover {
  color: #FFFFFF0D;
}

.hover\:text-\[\#FFFFFF0D\]\/20:hover {
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-\[\#ff6600\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#ff6600\]\/20:hover {
  color: rgb(255 102 0 / 0.2);
}

.hover\:placeholder-\[\#0B0D10\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#0B0D10\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#0B0D10\]\/20:hover::-moz-placeholder {
  color: rgb(11 13 16 / 0.2);
}

.hover\:placeholder-\[\#0B0D10\]\/20:hover::placeholder {
  color: rgb(11 13 16 / 0.2);
}

.hover\:placeholder-\[\#15181D\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#15181D\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#15181D\]\/20:hover::-moz-placeholder {
  color: rgb(21 24 29 / 0.2);
}

.hover\:placeholder-\[\#15181D\]\/20:hover::placeholder {
  color: rgb(21 24 29 / 0.2);
}

.hover\:placeholder-\[\#182E6F\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#182E6F\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#182E6F\]\/20:hover::-moz-placeholder {
  color: rgb(24 46 111 / 0.2);
}

.hover\:placeholder-\[\#182E6F\]\/20:hover::placeholder {
  color: rgb(24 46 111 / 0.2);
}

.hover\:placeholder-\[\#22D3EE\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#22D3EE\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#22D3EE\]\/20:hover::-moz-placeholder {
  color: rgb(34 211 238 / 0.2);
}

.hover\:placeholder-\[\#22D3EE\]\/20:hover::placeholder {
  color: rgb(34 211 238 / 0.2);
}

.hover\:placeholder-\[\#23272E\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#23272E\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#23272E\]\/20:hover::-moz-placeholder {
  color: rgb(35 39 46 / 0.2);
}

.hover\:placeholder-\[\#23272E\]\/20:hover::placeholder {
  color: rgb(35 39 46 / 0.2);
}

.hover\:placeholder-\[\#305CDE\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#305CDE\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#305CDE\]\/20:hover::-moz-placeholder {
  color: rgb(48 92 222 / 0.2);
}

.hover\:placeholder-\[\#305CDE\]\/20:hover::placeholder {
  color: rgb(48 92 222 / 0.2);
}

.hover\:placeholder-\[\#59B5F7\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#59B5F7\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#59B5F7\]\/20:hover::-moz-placeholder {
  color: rgb(89 181 247 / 0.2);
}

.hover\:placeholder-\[\#59B5F7\]\/20:hover::placeholder {
  color: rgb(89 181 247 / 0.2);
}

.hover\:placeholder-\[\#8B909A\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#8B909A\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#8B909A\]\/20:hover::-moz-placeholder {
  color: rgb(139 144 154 / 0.2);
}

.hover\:placeholder-\[\#8B909A\]\/20:hover::placeholder {
  color: rgb(139 144 154 / 0.2);
}

.hover\:placeholder-\[\#E4E6EB\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#E4E6EB\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#E4E6EB\]\/20:hover::-moz-placeholder {
  color: rgb(228 230 235 / 0.2);
}

.hover\:placeholder-\[\#E4E6EB\]\/20:hover::placeholder {
  color: rgb(228 230 235 / 0.2);
}

.hover\:placeholder-\[\#FFFFFF0D\]:hover::-moz-placeholder {
  color: #FFFFFF0D;
}

.hover\:placeholder-\[\#FFFFFF0D\]:hover::placeholder {
  color: #FFFFFF0D;
}

.hover\:placeholder-\[\#FFFFFF0D\]\/20:hover::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.hover\:placeholder-\[\#FFFFFF0D\]\/20:hover::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.hover\:placeholder-\[\#ff6600\]:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#ff6600\]:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-\[\#ff6600\]\/20:hover::-moz-placeholder {
  color: rgb(255 102 0 / 0.2);
}

.hover\:placeholder-\[\#ff6600\]\/20:hover::placeholder {
  color: rgb(255 102 0 / 0.2);
}

.hover\:accent-\[\#0B0D10\]:hover {
  accent-color: #0B0D10;
}

.hover\:accent-\[\#0B0D10\]\/20:hover {
  accent-color: rgb(11 13 16 / 0.2);
}

.hover\:accent-\[\#15181D\]:hover {
  accent-color: #15181D;
}

.hover\:accent-\[\#15181D\]\/20:hover {
  accent-color: rgb(21 24 29 / 0.2);
}

.hover\:accent-\[\#182E6F\]:hover {
  accent-color: #182E6F;
}

.hover\:accent-\[\#182E6F\]\/20:hover {
  accent-color: rgb(24 46 111 / 0.2);
}

.hover\:accent-\[\#22D3EE\]:hover {
  accent-color: #22D3EE;
}

.hover\:accent-\[\#22D3EE\]\/20:hover {
  accent-color: rgb(34 211 238 / 0.2);
}

.hover\:accent-\[\#23272E\]:hover {
  accent-color: #23272E;
}

.hover\:accent-\[\#23272E\]\/20:hover {
  accent-color: rgb(35 39 46 / 0.2);
}

.hover\:accent-\[\#305CDE\]:hover {
  accent-color: #305CDE;
}

.hover\:accent-\[\#305CDE\]\/20:hover {
  accent-color: rgb(48 92 222 / 0.2);
}

.hover\:accent-\[\#59B5F7\]:hover {
  accent-color: #59B5F7;
}

.hover\:accent-\[\#59B5F7\]\/20:hover {
  accent-color: rgb(89 181 247 / 0.2);
}

.hover\:accent-\[\#8B909A\]:hover {
  accent-color: #8B909A;
}

.hover\:accent-\[\#8B909A\]\/20:hover {
  accent-color: rgb(139 144 154 / 0.2);
}

.hover\:accent-\[\#E4E6EB\]:hover {
  accent-color: #E4E6EB;
}

.hover\:accent-\[\#E4E6EB\]\/20:hover {
  accent-color: rgb(228 230 235 / 0.2);
}

.hover\:accent-\[\#FFFFFF0D\]:hover {
  accent-color: #FFFFFF0D;
}

.hover\:accent-\[\#FFFFFF0D\]\/20:hover {
  accent-color: rgb(255 255 255 / 0.2);
}

.hover\:accent-\[\#ff6600\]:hover {
  accent-color: #ff6600;
}

.hover\:accent-\[\#ff6600\]\/20:hover {
  accent-color: rgb(255 102 0 / 0.2);
}

.hover\:ring-\[\#0B0D10\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 13 16 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#0B0D10\]\/20:hover {
  --tw-ring-color: rgb(11 13 16 / 0.2);
}

.hover\:ring-\[\#15181D\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 24 29 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#15181D\]\/20:hover {
  --tw-ring-color: rgb(21 24 29 / 0.2);
}

.hover\:ring-\[\#182E6F\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 46 111 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#182E6F\]\/20:hover {
  --tw-ring-color: rgb(24 46 111 / 0.2);
}

.hover\:ring-\[\#22D3EE\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#22D3EE\]\/20:hover {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}

.hover\:ring-\[\#23272E\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 39 46 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#23272E\]\/20:hover {
  --tw-ring-color: rgb(35 39 46 / 0.2);
}

.hover\:ring-\[\#305CDE\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 92 222 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#305CDE\]\/20:hover {
  --tw-ring-color: rgb(48 92 222 / 0.2);
}

.hover\:ring-\[\#59B5F7\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(89 181 247 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#59B5F7\]\/20:hover {
  --tw-ring-color: rgb(89 181 247 / 0.2);
}

.hover\:ring-\[\#8B909A\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 144 154 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#8B909A\]\/20:hover {
  --tw-ring-color: rgb(139 144 154 / 0.2);
}

.hover\:ring-\[\#E4E6EB\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 230 235 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#E4E6EB\]\/20:hover {
  --tw-ring-color: rgb(228 230 235 / 0.2);
}

.hover\:ring-\[\#FFFFFF0D\]:hover {
  --tw-ring-color: #FFFFFF0D;
}

.hover\:ring-\[\#FFFFFF0D\]\/20:hover {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.hover\:ring-\[\#ff6600\]:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 102 0 / var(--tw-ring-opacity, 1));
}

.hover\:ring-\[\#ff6600\]\/20:hover {
  --tw-ring-color: rgb(255 102 0 / 0.2);
}

.focus\:divide-\[\#0B0D10\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#0B0D10\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.2);
}

.focus\:divide-\[\#15181D\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#15181D\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.2);
}

.focus\:divide-\[\#182E6F\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#182E6F\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.2);
}

.focus\:divide-\[\#22D3EE\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#22D3EE\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.2);
}

.focus\:divide-\[\#23272E\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#23272E\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.2);
}

.focus\:divide-\[\#305CDE\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#305CDE\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.2);
}

.focus\:divide-\[\#59B5F7\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#59B5F7\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.2);
}

.focus\:divide-\[\#8B909A\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#8B909A\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.2);
}

.focus\:divide-\[\#E4E6EB\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#E4E6EB\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.2);
}

.focus\:divide-\[\#FFFFFF0D\]:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: #FFFFFF0D;
}

.focus\:divide-\[\#FFFFFF0D\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.focus\:divide-\[\#ff6600\]:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-divide-opacity, 1));
}

.focus\:divide-\[\#ff6600\]\/20:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.2);
}

.focus\:border-\[\#0B0D10\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#0B0D10\]\/20:focus {
  border-color: rgb(11 13 16 / 0.2);
}

.focus\:border-\[\#15181D\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#15181D\]\/20:focus {
  border-color: rgb(21 24 29 / 0.2);
}

.focus\:border-\[\#182E6F\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#182E6F\]\/20:focus {
  border-color: rgb(24 46 111 / 0.2);
}

.focus\:border-\[\#22D3EE\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#22D3EE\]\/20:focus {
  border-color: rgb(34 211 238 / 0.2);
}

.focus\:border-\[\#23272E\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#23272E\]\/20:focus {
  border-color: rgb(35 39 46 / 0.2);
}

.focus\:border-\[\#305CDE\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#305CDE\]\/20:focus {
  border-color: rgb(48 92 222 / 0.2);
}

.focus\:border-\[\#59B5F7\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#59B5F7\]\/20:focus {
  border-color: rgb(89 181 247 / 0.2);
}

.focus\:border-\[\#8B909A\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#8B909A\]\/20:focus {
  border-color: rgb(139 144 154 / 0.2);
}

.focus\:border-\[\#E4E6EB\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#E4E6EB\]\/20:focus {
  border-color: rgb(228 230 235 / 0.2);
}

.focus\:border-\[\#FFFFFF0D\]:focus {
  border-color: #FFFFFF0D;
}

.focus\:border-\[\#FFFFFF0D\]\/20:focus {
  border-color: rgb(255 255 255 / 0.2);
}

.focus\:border-\[\#ff6600\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#ff6600\]\/20:focus {
  border-color: rgb(255 102 0 / 0.2);
}

.focus\:bg-\[\#0B0D10\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(11 13 16 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#0B0D10\]\/20:focus {
  background-color: rgb(11 13 16 / 0.2);
}

.focus\:bg-\[\#15181D\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 29 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#15181D\]\/20:focus {
  background-color: rgb(21 24 29 / 0.2);
}

.focus\:bg-\[\#182E6F\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(24 46 111 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#182E6F\]\/20:focus {
  background-color: rgb(24 46 111 / 0.2);
}

.focus\:bg-\[\#22D3EE\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#22D3EE\]\/20:focus {
  background-color: rgb(34 211 238 / 0.2);
}

.focus\:bg-\[\#23272E\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 46 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#23272E\]\/20:focus {
  background-color: rgb(35 39 46 / 0.2);
}

.focus\:bg-\[\#305CDE\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#305CDE\]\/20:focus {
  background-color: rgb(48 92 222 / 0.2);
}

.focus\:bg-\[\#59B5F7\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(89 181 247 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#59B5F7\]\/20:focus {
  background-color: rgb(89 181 247 / 0.2);
}

.focus\:bg-\[\#8B909A\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(139 144 154 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#8B909A\]\/20:focus {
  background-color: rgb(139 144 154 / 0.2);
}

.focus\:bg-\[\#E4E6EB\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#E4E6EB\]\/20:focus {
  background-color: rgb(228 230 235 / 0.2);
}

.focus\:bg-\[\#FFFFFF0D\]:focus {
  background-color: #FFFFFF0D;
}

.focus\:bg-\[\#FFFFFF0D\]\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:bg-\[\#ff6600\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#ff6600\]\/20:focus {
  background-color: rgb(255 102 0 / 0.2);
}

.focus\:text-\[\#0B0D10\]:focus {
  --tw-text-opacity: 1;
  color: rgb(11 13 16 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#0B0D10\]\/20:focus {
  color: rgb(11 13 16 / 0.2);
}

.focus\:text-\[\#15181D\]:focus {
  --tw-text-opacity: 1;
  color: rgb(21 24 29 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#15181D\]\/20:focus {
  color: rgb(21 24 29 / 0.2);
}

.focus\:text-\[\#182E6F\]:focus {
  --tw-text-opacity: 1;
  color: rgb(24 46 111 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#182E6F\]\/20:focus {
  color: rgb(24 46 111 / 0.2);
}

.focus\:text-\[\#22D3EE\]:focus {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#22D3EE\]\/20:focus {
  color: rgb(34 211 238 / 0.2);
}

.focus\:text-\[\#23272E\]:focus {
  --tw-text-opacity: 1;
  color: rgb(35 39 46 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#23272E\]\/20:focus {
  color: rgb(35 39 46 / 0.2);
}

.focus\:text-\[\#305CDE\]:focus {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#305CDE\]\/20:focus {
  color: rgb(48 92 222 / 0.2);
}

.focus\:text-\[\#59B5F7\]:focus {
  --tw-text-opacity: 1;
  color: rgb(89 181 247 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#59B5F7\]\/20:focus {
  color: rgb(89 181 247 / 0.2);
}

.focus\:text-\[\#8B909A\]:focus {
  --tw-text-opacity: 1;
  color: rgb(139 144 154 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#8B909A\]\/20:focus {
  color: rgb(139 144 154 / 0.2);
}

.focus\:text-\[\#E4E6EB\]:focus {
  --tw-text-opacity: 1;
  color: rgb(228 230 235 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#E4E6EB\]\/20:focus {
  color: rgb(228 230 235 / 0.2);
}

.focus\:text-\[\#FFFFFF0D\]:focus {
  color: #FFFFFF0D;
}

.focus\:text-\[\#FFFFFF0D\]\/20:focus {
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-\[\#ff6600\]:focus {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}

.focus\:text-\[\#ff6600\]\/20:focus {
  color: rgb(255 102 0 / 0.2);
}

.focus\:placeholder-\[\#0B0D10\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#0B0D10\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#0B0D10\]\/20:focus::-moz-placeholder {
  color: rgb(11 13 16 / 0.2);
}

.focus\:placeholder-\[\#0B0D10\]\/20:focus::placeholder {
  color: rgb(11 13 16 / 0.2);
}

.focus\:placeholder-\[\#15181D\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#15181D\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#15181D\]\/20:focus::-moz-placeholder {
  color: rgb(21 24 29 / 0.2);
}

.focus\:placeholder-\[\#15181D\]\/20:focus::placeholder {
  color: rgb(21 24 29 / 0.2);
}

.focus\:placeholder-\[\#182E6F\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#182E6F\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#182E6F\]\/20:focus::-moz-placeholder {
  color: rgb(24 46 111 / 0.2);
}

.focus\:placeholder-\[\#182E6F\]\/20:focus::placeholder {
  color: rgb(24 46 111 / 0.2);
}

.focus\:placeholder-\[\#22D3EE\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#22D3EE\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#22D3EE\]\/20:focus::-moz-placeholder {
  color: rgb(34 211 238 / 0.2);
}

.focus\:placeholder-\[\#22D3EE\]\/20:focus::placeholder {
  color: rgb(34 211 238 / 0.2);
}

.focus\:placeholder-\[\#23272E\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#23272E\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#23272E\]\/20:focus::-moz-placeholder {
  color: rgb(35 39 46 / 0.2);
}

.focus\:placeholder-\[\#23272E\]\/20:focus::placeholder {
  color: rgb(35 39 46 / 0.2);
}

.focus\:placeholder-\[\#305CDE\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#305CDE\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#305CDE\]\/20:focus::-moz-placeholder {
  color: rgb(48 92 222 / 0.2);
}

.focus\:placeholder-\[\#305CDE\]\/20:focus::placeholder {
  color: rgb(48 92 222 / 0.2);
}

.focus\:placeholder-\[\#59B5F7\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#59B5F7\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#59B5F7\]\/20:focus::-moz-placeholder {
  color: rgb(89 181 247 / 0.2);
}

.focus\:placeholder-\[\#59B5F7\]\/20:focus::placeholder {
  color: rgb(89 181 247 / 0.2);
}

.focus\:placeholder-\[\#8B909A\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#8B909A\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#8B909A\]\/20:focus::-moz-placeholder {
  color: rgb(139 144 154 / 0.2);
}

.focus\:placeholder-\[\#8B909A\]\/20:focus::placeholder {
  color: rgb(139 144 154 / 0.2);
}

.focus\:placeholder-\[\#E4E6EB\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#E4E6EB\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#E4E6EB\]\/20:focus::-moz-placeholder {
  color: rgb(228 230 235 / 0.2);
}

.focus\:placeholder-\[\#E4E6EB\]\/20:focus::placeholder {
  color: rgb(228 230 235 / 0.2);
}

.focus\:placeholder-\[\#FFFFFF0D\]:focus::-moz-placeholder {
  color: #FFFFFF0D;
}

.focus\:placeholder-\[\#FFFFFF0D\]:focus::placeholder {
  color: #FFFFFF0D;
}

.focus\:placeholder-\[\#FFFFFF0D\]\/20:focus::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.focus\:placeholder-\[\#FFFFFF0D\]\/20:focus::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.focus\:placeholder-\[\#ff6600\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#ff6600\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#ff6600\]\/20:focus::-moz-placeholder {
  color: rgb(255 102 0 / 0.2);
}

.focus\:placeholder-\[\#ff6600\]\/20:focus::placeholder {
  color: rgb(255 102 0 / 0.2);
}

.focus\:accent-\[\#0B0D10\]:focus {
  accent-color: #0B0D10;
}

.focus\:accent-\[\#0B0D10\]\/20:focus {
  accent-color: rgb(11 13 16 / 0.2);
}

.focus\:accent-\[\#15181D\]:focus {
  accent-color: #15181D;
}

.focus\:accent-\[\#15181D\]\/20:focus {
  accent-color: rgb(21 24 29 / 0.2);
}

.focus\:accent-\[\#182E6F\]:focus {
  accent-color: #182E6F;
}

.focus\:accent-\[\#182E6F\]\/20:focus {
  accent-color: rgb(24 46 111 / 0.2);
}

.focus\:accent-\[\#22D3EE\]:focus {
  accent-color: #22D3EE;
}

.focus\:accent-\[\#22D3EE\]\/20:focus {
  accent-color: rgb(34 211 238 / 0.2);
}

.focus\:accent-\[\#23272E\]:focus {
  accent-color: #23272E;
}

.focus\:accent-\[\#23272E\]\/20:focus {
  accent-color: rgb(35 39 46 / 0.2);
}

.focus\:accent-\[\#305CDE\]:focus {
  accent-color: #305CDE;
}

.focus\:accent-\[\#305CDE\]\/20:focus {
  accent-color: rgb(48 92 222 / 0.2);
}

.focus\:accent-\[\#59B5F7\]:focus {
  accent-color: #59B5F7;
}

.focus\:accent-\[\#59B5F7\]\/20:focus {
  accent-color: rgb(89 181 247 / 0.2);
}

.focus\:accent-\[\#8B909A\]:focus {
  accent-color: #8B909A;
}

.focus\:accent-\[\#8B909A\]\/20:focus {
  accent-color: rgb(139 144 154 / 0.2);
}

.focus\:accent-\[\#E4E6EB\]:focus {
  accent-color: #E4E6EB;
}

.focus\:accent-\[\#E4E6EB\]\/20:focus {
  accent-color: rgb(228 230 235 / 0.2);
}

.focus\:accent-\[\#FFFFFF0D\]:focus {
  accent-color: #FFFFFF0D;
}

.focus\:accent-\[\#FFFFFF0D\]\/20:focus {
  accent-color: rgb(255 255 255 / 0.2);
}

.focus\:accent-\[\#ff6600\]:focus {
  accent-color: #ff6600;
}

.focus\:accent-\[\#ff6600\]\/20:focus {
  accent-color: rgb(255 102 0 / 0.2);
}

.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-\[\#0B0D10\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 13 16 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#0B0D10\]\/20:focus {
  --tw-ring-color: rgb(11 13 16 / 0.2);
}

.focus\:ring-\[\#15181D\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 24 29 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#15181D\]\/20:focus {
  --tw-ring-color: rgb(21 24 29 / 0.2);
}

.focus\:ring-\[\#182E6F\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 46 111 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#182E6F\]\/20:focus {
  --tw-ring-color: rgb(24 46 111 / 0.2);
}

.focus\:ring-\[\#22D3EE\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#22D3EE\]\/20:focus {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}

.focus\:ring-\[\#23272E\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 39 46 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#23272E\]\/20:focus {
  --tw-ring-color: rgb(35 39 46 / 0.2);
}

.focus\:ring-\[\#305CDE\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 92 222 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#305CDE\]\/20:focus {
  --tw-ring-color: rgb(48 92 222 / 0.2);
}

.focus\:ring-\[\#59B5F7\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(89 181 247 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#59B5F7\]\/20:focus {
  --tw-ring-color: rgb(89 181 247 / 0.2);
}

.focus\:ring-\[\#8B909A\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 144 154 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#8B909A\]\/20:focus {
  --tw-ring-color: rgb(139 144 154 / 0.2);
}

.focus\:ring-\[\#E4E6EB\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 230 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#E4E6EB\]\/20:focus {
  --tw-ring-color: rgb(228 230 235 / 0.2);
}

.focus\:ring-\[\#FFFFFF0D\]:focus {
  --tw-ring-color: #FFFFFF0D;
}

.focus\:ring-\[\#FFFFFF0D\]\/20:focus {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.focus\:ring-\[\#ff6600\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 102 0 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#ff6600\]\/20:focus {
  --tw-ring-color: rgb(255 102 0 / 0.2);
}

.active\:divide-\[\#0B0D10\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#0B0D10\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(11 13 16 / 0.2);
}

.active\:divide-\[\#15181D\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#15181D\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 24 29 / 0.2);
}

.active\:divide-\[\#182E6F\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#182E6F\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(24 46 111 / 0.2);
}

.active\:divide-\[\#22D3EE\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#22D3EE\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 211 238 / 0.2);
}

.active\:divide-\[\#23272E\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#23272E\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 39 46 / 0.2);
}

.active\:divide-\[\#305CDE\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#305CDE\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(48 92 222 / 0.2);
}

.active\:divide-\[\#59B5F7\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#59B5F7\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(89 181 247 / 0.2);
}

.active\:divide-\[\#8B909A\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#8B909A\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(139 144 154 / 0.2);
}

.active\:divide-\[\#E4E6EB\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#E4E6EB\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 230 235 / 0.2);
}

.active\:divide-\[\#FFFFFF0D\]:active > :not([hidden]) ~ :not([hidden]) {
  border-color: #FFFFFF0D;
}

.active\:divide-\[\#FFFFFF0D\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.active\:divide-\[\#ff6600\]:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-divide-opacity, 1));
}

.active\:divide-\[\#ff6600\]\/20:active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 102 0 / 0.2);
}

.active\:border-\[\#0B0D10\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(11 13 16 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#0B0D10\]\/20:active {
  border-color: rgb(11 13 16 / 0.2);
}

.active\:border-\[\#15181D\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 24 29 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#15181D\]\/20:active {
  border-color: rgb(21 24 29 / 0.2);
}

.active\:border-\[\#182E6F\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(24 46 111 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#182E6F\]\/20:active {
  border-color: rgb(24 46 111 / 0.2);
}

.active\:border-\[\#22D3EE\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#22D3EE\]\/20:active {
  border-color: rgb(34 211 238 / 0.2);
}

.active\:border-\[\#23272E\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(35 39 46 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#23272E\]\/20:active {
  border-color: rgb(35 39 46 / 0.2);
}

.active\:border-\[\#305CDE\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#305CDE\]\/20:active {
  border-color: rgb(48 92 222 / 0.2);
}

.active\:border-\[\#59B5F7\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(89 181 247 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#59B5F7\]\/20:active {
  border-color: rgb(89 181 247 / 0.2);
}

.active\:border-\[\#8B909A\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(139 144 154 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#8B909A\]\/20:active {
  border-color: rgb(139 144 154 / 0.2);
}

.active\:border-\[\#E4E6EB\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#E4E6EB\]\/20:active {
  border-color: rgb(228 230 235 / 0.2);
}

.active\:border-\[\#FFFFFF0D\]:active {
  border-color: #FFFFFF0D;
}

.active\:border-\[\#FFFFFF0D\]\/20:active {
  border-color: rgb(255 255 255 / 0.2);
}

.active\:border-\[\#ff6600\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#ff6600\]\/20:active {
  border-color: rgb(255 102 0 / 0.2);
}

.active\:bg-\[\#0B0D10\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(11 13 16 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#0B0D10\]\/20:active {
  background-color: rgb(11 13 16 / 0.2);
}

.active\:bg-\[\#15181D\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 29 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#15181D\]\/20:active {
  background-color: rgb(21 24 29 / 0.2);
}

.active\:bg-\[\#182E6F\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 46 111 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#182E6F\]\/20:active {
  background-color: rgb(24 46 111 / 0.2);
}

.active\:bg-\[\#22D3EE\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#22D3EE\]\/20:active {
  background-color: rgb(34 211 238 / 0.2);
}

.active\:bg-\[\#23272E\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 46 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#23272E\]\/20:active {
  background-color: rgb(35 39 46 / 0.2);
}

.active\:bg-\[\#305CDE\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#305CDE\]\/20:active {
  background-color: rgb(48 92 222 / 0.2);
}

.active\:bg-\[\#59B5F7\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(89 181 247 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#59B5F7\]\/20:active {
  background-color: rgb(89 181 247 / 0.2);
}

.active\:bg-\[\#8B909A\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(139 144 154 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#8B909A\]\/20:active {
  background-color: rgb(139 144 154 / 0.2);
}

.active\:bg-\[\#E4E6EB\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#E4E6EB\]\/20:active {
  background-color: rgb(228 230 235 / 0.2);
}

.active\:bg-\[\#FFFFFF0D\]:active {
  background-color: #FFFFFF0D;
}

.active\:bg-\[\#FFFFFF0D\]\/20:active {
  background-color: rgb(255 255 255 / 0.2);
}

.active\:bg-\[\#ff6600\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#ff6600\]\/20:active {
  background-color: rgb(255 102 0 / 0.2);
}

.active\:text-\[\#0B0D10\]:active {
  --tw-text-opacity: 1;
  color: rgb(11 13 16 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#0B0D10\]\/20:active {
  color: rgb(11 13 16 / 0.2);
}

.active\:text-\[\#15181D\]:active {
  --tw-text-opacity: 1;
  color: rgb(21 24 29 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#15181D\]\/20:active {
  color: rgb(21 24 29 / 0.2);
}

.active\:text-\[\#182E6F\]:active {
  --tw-text-opacity: 1;
  color: rgb(24 46 111 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#182E6F\]\/20:active {
  color: rgb(24 46 111 / 0.2);
}

.active\:text-\[\#22D3EE\]:active {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#22D3EE\]\/20:active {
  color: rgb(34 211 238 / 0.2);
}

.active\:text-\[\#23272E\]:active {
  --tw-text-opacity: 1;
  color: rgb(35 39 46 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#23272E\]\/20:active {
  color: rgb(35 39 46 / 0.2);
}

.active\:text-\[\#305CDE\]:active {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#305CDE\]\/20:active {
  color: rgb(48 92 222 / 0.2);
}

.active\:text-\[\#59B5F7\]:active {
  --tw-text-opacity: 1;
  color: rgb(89 181 247 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#59B5F7\]\/20:active {
  color: rgb(89 181 247 / 0.2);
}

.active\:text-\[\#8B909A\]:active {
  --tw-text-opacity: 1;
  color: rgb(139 144 154 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#8B909A\]\/20:active {
  color: rgb(139 144 154 / 0.2);
}

.active\:text-\[\#E4E6EB\]:active {
  --tw-text-opacity: 1;
  color: rgb(228 230 235 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#E4E6EB\]\/20:active {
  color: rgb(228 230 235 / 0.2);
}

.active\:text-\[\#FFFFFF0D\]:active {
  color: #FFFFFF0D;
}

.active\:text-\[\#FFFFFF0D\]\/20:active {
  color: rgb(255 255 255 / 0.2);
}

.active\:text-\[\#ff6600\]:active {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}

.active\:text-\[\#ff6600\]\/20:active {
  color: rgb(255 102 0 / 0.2);
}

.active\:placeholder-\[\#0B0D10\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#0B0D10\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(11 13 16 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#0B0D10\]\/20:active::-moz-placeholder {
  color: rgb(11 13 16 / 0.2);
}

.active\:placeholder-\[\#0B0D10\]\/20:active::placeholder {
  color: rgb(11 13 16 / 0.2);
}

.active\:placeholder-\[\#15181D\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#15181D\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 24 29 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#15181D\]\/20:active::-moz-placeholder {
  color: rgb(21 24 29 / 0.2);
}

.active\:placeholder-\[\#15181D\]\/20:active::placeholder {
  color: rgb(21 24 29 / 0.2);
}

.active\:placeholder-\[\#182E6F\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#182E6F\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 46 111 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#182E6F\]\/20:active::-moz-placeholder {
  color: rgb(24 46 111 / 0.2);
}

.active\:placeholder-\[\#182E6F\]\/20:active::placeholder {
  color: rgb(24 46 111 / 0.2);
}

.active\:placeholder-\[\#22D3EE\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#22D3EE\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#22D3EE\]\/20:active::-moz-placeholder {
  color: rgb(34 211 238 / 0.2);
}

.active\:placeholder-\[\#22D3EE\]\/20:active::placeholder {
  color: rgb(34 211 238 / 0.2);
}

.active\:placeholder-\[\#23272E\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#23272E\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(35 39 46 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#23272E\]\/20:active::-moz-placeholder {
  color: rgb(35 39 46 / 0.2);
}

.active\:placeholder-\[\#23272E\]\/20:active::placeholder {
  color: rgb(35 39 46 / 0.2);
}

.active\:placeholder-\[\#305CDE\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#305CDE\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(48 92 222 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#305CDE\]\/20:active::-moz-placeholder {
  color: rgb(48 92 222 / 0.2);
}

.active\:placeholder-\[\#305CDE\]\/20:active::placeholder {
  color: rgb(48 92 222 / 0.2);
}

.active\:placeholder-\[\#59B5F7\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#59B5F7\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 181 247 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#59B5F7\]\/20:active::-moz-placeholder {
  color: rgb(89 181 247 / 0.2);
}

.active\:placeholder-\[\#59B5F7\]\/20:active::placeholder {
  color: rgb(89 181 247 / 0.2);
}

.active\:placeholder-\[\#8B909A\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#8B909A\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 144 154 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#8B909A\]\/20:active::-moz-placeholder {
  color: rgb(139 144 154 / 0.2);
}

.active\:placeholder-\[\#8B909A\]\/20:active::placeholder {
  color: rgb(139 144 154 / 0.2);
}

.active\:placeholder-\[\#E4E6EB\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#E4E6EB\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 230 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#E4E6EB\]\/20:active::-moz-placeholder {
  color: rgb(228 230 235 / 0.2);
}

.active\:placeholder-\[\#E4E6EB\]\/20:active::placeholder {
  color: rgb(228 230 235 / 0.2);
}

.active\:placeholder-\[\#FFFFFF0D\]:active::-moz-placeholder {
  color: #FFFFFF0D;
}

.active\:placeholder-\[\#FFFFFF0D\]:active::placeholder {
  color: #FFFFFF0D;
}

.active\:placeholder-\[\#FFFFFF0D\]\/20:active::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.active\:placeholder-\[\#FFFFFF0D\]\/20:active::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.active\:placeholder-\[\#ff6600\]:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#ff6600\]:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 102 0 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-\[\#ff6600\]\/20:active::-moz-placeholder {
  color: rgb(255 102 0 / 0.2);
}

.active\:placeholder-\[\#ff6600\]\/20:active::placeholder {
  color: rgb(255 102 0 / 0.2);
}

.active\:accent-\[\#0B0D10\]:active {
  accent-color: #0B0D10;
}

.active\:accent-\[\#0B0D10\]\/20:active {
  accent-color: rgb(11 13 16 / 0.2);
}

.active\:accent-\[\#15181D\]:active {
  accent-color: #15181D;
}

.active\:accent-\[\#15181D\]\/20:active {
  accent-color: rgb(21 24 29 / 0.2);
}

.active\:accent-\[\#182E6F\]:active {
  accent-color: #182E6F;
}

.active\:accent-\[\#182E6F\]\/20:active {
  accent-color: rgb(24 46 111 / 0.2);
}

.active\:accent-\[\#22D3EE\]:active {
  accent-color: #22D3EE;
}

.active\:accent-\[\#22D3EE\]\/20:active {
  accent-color: rgb(34 211 238 / 0.2);
}

.active\:accent-\[\#23272E\]:active {
  accent-color: #23272E;
}

.active\:accent-\[\#23272E\]\/20:active {
  accent-color: rgb(35 39 46 / 0.2);
}

.active\:accent-\[\#305CDE\]:active {
  accent-color: #305CDE;
}

.active\:accent-\[\#305CDE\]\/20:active {
  accent-color: rgb(48 92 222 / 0.2);
}

.active\:accent-\[\#59B5F7\]:active {
  accent-color: #59B5F7;
}

.active\:accent-\[\#59B5F7\]\/20:active {
  accent-color: rgb(89 181 247 / 0.2);
}

.active\:accent-\[\#8B909A\]:active {
  accent-color: #8B909A;
}

.active\:accent-\[\#8B909A\]\/20:active {
  accent-color: rgb(139 144 154 / 0.2);
}

.active\:accent-\[\#E4E6EB\]:active {
  accent-color: #E4E6EB;
}

.active\:accent-\[\#E4E6EB\]\/20:active {
  accent-color: rgb(228 230 235 / 0.2);
}

.active\:accent-\[\#FFFFFF0D\]:active {
  accent-color: #FFFFFF0D;
}

.active\:accent-\[\#FFFFFF0D\]\/20:active {
  accent-color: rgb(255 255 255 / 0.2);
}

.active\:accent-\[\#ff6600\]:active {
  accent-color: #ff6600;
}

.active\:accent-\[\#ff6600\]\/20:active {
  accent-color: rgb(255 102 0 / 0.2);
}

.active\:ring-\[\#0B0D10\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 13 16 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#0B0D10\]\/20:active {
  --tw-ring-color: rgb(11 13 16 / 0.2);
}

.active\:ring-\[\#15181D\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 24 29 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#15181D\]\/20:active {
  --tw-ring-color: rgb(21 24 29 / 0.2);
}

.active\:ring-\[\#182E6F\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 46 111 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#182E6F\]\/20:active {
  --tw-ring-color: rgb(24 46 111 / 0.2);
}

.active\:ring-\[\#22D3EE\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#22D3EE\]\/20:active {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}

.active\:ring-\[\#23272E\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 39 46 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#23272E\]\/20:active {
  --tw-ring-color: rgb(35 39 46 / 0.2);
}

.active\:ring-\[\#305CDE\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 92 222 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#305CDE\]\/20:active {
  --tw-ring-color: rgb(48 92 222 / 0.2);
}

.active\:ring-\[\#59B5F7\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(89 181 247 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#59B5F7\]\/20:active {
  --tw-ring-color: rgb(89 181 247 / 0.2);
}

.active\:ring-\[\#8B909A\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 144 154 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#8B909A\]\/20:active {
  --tw-ring-color: rgb(139 144 154 / 0.2);
}

.active\:ring-\[\#E4E6EB\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 230 235 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#E4E6EB\]\/20:active {
  --tw-ring-color: rgb(228 230 235 / 0.2);
}

.active\:ring-\[\#FFFFFF0D\]:active {
  --tw-ring-color: #FFFFFF0D;
}

.active\:ring-\[\#FFFFFF0D\]\/20:active {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.active\:ring-\[\#ff6600\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 102 0 / var(--tw-ring-opacity, 1));
}

.active\:ring-\[\#ff6600\]\/20:active {
  --tw-ring-color: rgb(255 102 0 / 0.2);
}
