/*
! tailwindcss v3.4.1 | 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: #E9E9E9; /* 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: Switzer, ui-sans-serif, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: IBM Plex Mono, ui-monospace, 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

*, ::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:  ;
}

::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:  ;
}
.cui-prose {
  color: var(--tw-prose-body);
  max-width: 100%;
}
.cui-prose :where(p):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1rem;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  line-height: 146%;
}
.cui-prose :where([class~="lead"]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.cui-prose :where(a):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.cui-prose :where(strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.cui-prose :where(a strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(blockquote strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(thead th strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(ol):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.cui-prose :where(ol[type="A"]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: upper-alpha;
}
.cui-prose :where(ol[type="a"]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: lower-alpha;
}
.cui-prose :where(ol[type="A" s]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: upper-alpha;
}
.cui-prose :where(ol[type="a" s]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: lower-alpha;
}
.cui-prose :where(ol[type="I"]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: upper-roman;
}
.cui-prose :where(ol[type="i"]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: lower-roman;
}
.cui-prose :where(ol[type="I" s]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: upper-roman;
}
.cui-prose :where(ol[type="i" s]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: lower-roman;
}
.cui-prose :where(ol[type="1"]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: decimal;
}
.cui-prose :where(ul):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.cui-prose :where(ol > li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.cui-prose :where(ul > li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.cui-prose :where(dt):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.cui-prose :where(hr):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.cui-prose :where(blockquote):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.cui-prose :where(blockquote p:first-of-type):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::before {
  content: open-quote;
}
.cui-prose :where(blockquote p:last-of-type):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::after {
  content: close-quote;
}
.cui-prose :where(h1):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 124%;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  letter-spacing: -0.03em;
}
.cui-prose :where(h1 strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.cui-prose :where(h2):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 124%;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  letter-spacing: -0.03em;
}
.cui-prose :where(h2 strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.cui-prose :where(h3):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 124%;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  letter-spacing: -0.03em;
}
.cui-prose :where(h3 strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.cui-prose :where(h4):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 124%;
  font-size: 1.3125rem;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  letter-spacing: -0.03em;
}
.cui-prose :where(h4 strong):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.cui-prose :where(img):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose :where(picture):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose :where(kbd):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.cui-prose :where(code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.cui-prose :where(code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::before {
  content: "`";
}
.cui-prose :where(code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::after {
  content: "`";
}
.cui-prose :where(a code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(h1 code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(h2 code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.cui-prose :where(h3 code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.cui-prose :where(h4 code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(blockquote code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(thead th code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: inherit;
}
.cui-prose :where(pre):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.cui-prose :where(pre code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.cui-prose :where(pre code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::before {
  content: none;
}
.cui-prose :where(pre code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))::after {
  content: none;
}
.cui-prose :where(table):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.cui-prose :where(thead):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.cui-prose :where(thead th):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.cui-prose :where(tbody tr):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.cui-prose :where(tbody tr:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  border-bottom-width: 0;
}
.cui-prose :where(tbody td):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  vertical-align: baseline;
}
.cui-prose :where(tfoot):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.cui-prose :where(tfoot td):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  vertical-align: top;
}
.cui-prose :where(figure > *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.cui-prose :where(figcaption):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.cui-prose {
  --tw-prose-body: #000000;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #EF692B;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #EF692B;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #ffffff;
  --tw-prose-pre-bg: #272727;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.cui-prose :where(picture > img):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.cui-prose :where(video):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose :where(li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  line-height: 146%;
}
.cui-prose :where(ol > li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0.375em;
}
.cui-prose :where(ul > li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0.375em;
}
.cui-prose :where(.cui-prose > ul > li p):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.cui-prose :where(.cui-prose > ul > li > *:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
}
.cui-prose :where(.cui-prose > ul > li > *:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-bottom: 1.25em;
}
.cui-prose :where(.cui-prose > ol > li > *:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
}
.cui-prose :where(.cui-prose > ol > li > *:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-bottom: 1.25em;
}
.cui-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.cui-prose :where(dl):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.cui-prose :where(dd):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.cui-prose :where(hr + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose :where(h2 + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose :where(h3 + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose :where(h4 + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose :where(thead th:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0;
}
.cui-prose :where(thead th:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-right: 0;
}
.cui-prose :where(tbody td, tfoot td):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.cui-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0;
}
.cui-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-right: 0;
}
.cui-prose :where(figure):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose :where(.cui-prose > :first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose :where(.cui-prose > :last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-bottom: 0;
}
.cui-prose-base {
  font-size: 1rem;
  line-height: 1.75;
}
.cui-prose-base :where(p):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1rem;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  line-height: 146%;
}
.cui-prose-base :where([class~="lead"]):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.cui-prose-base :where(blockquote):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.cui-prose-base :where(h1):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 3.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 124%;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cui-prose-base :where(h2):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 124%;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cui-prose-base :where(h3):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 124%;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cui-prose-base :where(h4):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 124%;
  font-size: 1.3125rem;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cui-prose-base :where(img):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose-base :where(picture):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose-base :where(picture > img):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.cui-prose-base :where(video):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose-base :where(kbd):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.cui-prose-base :where(code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 0.875em;
}
.cui-prose-base :where(h2 code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 0.875em;
}
.cui-prose-base :where(h3 code):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 0.9em;
}
.cui-prose-base :where(pre):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.cui-prose-base :where(ol):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.cui-prose-base :where(ul):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.cui-prose-base :where(li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-family: Switzer;
  font-family: ui-sans-serif;
  font-family: sans-serif;
  line-height: 146%;
}
.cui-prose-base :where(ol > li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0.375em;
}
.cui-prose-base :where(ul > li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0.375em;
}
.cui-prose-base :where(.cui-prose-base > ul > li p):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.cui-prose-base :where(.cui-prose-base > ul > li > *:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
}
.cui-prose-base :where(.cui-prose-base > ul > li > *:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-bottom: 1.25em;
}
.cui-prose-base :where(.cui-prose-base > ol > li > *:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
}
.cui-prose-base :where(.cui-prose-base > ol > li > *:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-bottom: 1.25em;
}
.cui-prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.cui-prose-base :where(dl):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.cui-prose-base :where(dt):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 1.25em;
}
.cui-prose-base :where(dd):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.cui-prose-base :where(hr):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}
.cui-prose-base :where(hr + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose-base :where(h2 + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose-base :where(h3 + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose-base :where(h4 + *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose-base :where(table):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}
.cui-prose-base :where(thead th):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.cui-prose-base :where(thead th:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0;
}
.cui-prose-base :where(thead th:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-right: 0;
}
.cui-prose-base :where(tbody td, tfoot td):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.cui-prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-left: 0;
}
.cui-prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  padding-right: 0;
}
.cui-prose-base :where(figure):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cui-prose-base :where(figure > *):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.cui-prose-base :where(figcaption):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.cui-prose-base :where(.cui-prose-base > :first-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-top: 0;
}
.cui-prose-base :where(.cui-prose-base > :last-child):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *)) {
  margin-bottom: 0;
}
.cui-prose-base {
  --tw-prose-body: #000000;
  --tw-prose-bullets: #EF692B;
  --tw-prose-pre-bg: #272727;
  --tw-prose-pre-code: #ffffff;
  --tw-prose-links: #EF692B;
  max-width: 100%;
}
button.cui-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 1.25rem;
  width: 2.5rem;
  line-height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
:is([class~="dark"] button.cui-switch) {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}
button.cui-switch {
  border-radius: 9999px;
  border-style: none;
  cursor: pointer;
  overflow: hidden;
}
button.cui-switch:after {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  top: 0.25rem;
  left: 0.25rem;
  border-radius: 9999px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
:is([class~="dark"] button.cui-switch):after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
button.cui-switch:after {
        content: "";
    }
button.cui-switch.cui-switch-checked {
  --tw-bg-opacity: 1;
  background-color: rgb(108 255 149 / var(--tw-bg-opacity));
}
button.cui-switch.cui-switch-checked:after {
  left: 1.5rem;
}
button.cui-switch.cui-switch-disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
:is([class~="dark"] button.cui-switch.cui-switch-disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}
button.cui-switch.cui-switch-disabled:after {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}
:is([class~="dark"] button.cui-switch.cui-switch-disabled):after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.cui-pointer-events-none {
  pointer-events: none;
}
.cui-pointer-events-auto {
  pointer-events: auto;
}
.cui-invisible {
  visibility: hidden;
}
.cui-fixed {
  position: fixed;
}
.cui-absolute {
  position: absolute;
}
.cui-relative {
  position: relative;
}
.cui-bottom-0 {
  bottom: 0px;
}
.cui-left-0 {
  left: 0px;
}
.cui-left-1\/2 {
  left: 50%;
}
.cui-right-0 {
  right: 0px;
}
.cui-top-0 {
  top: 0px;
}
.cui-top-1\/2 {
  top: 50%;
}
.cui-top-3 {
  top: 0.75rem;
}
.cui-z-10 {
  z-index: 10;
}
.cui-z-20 {
  z-index: 20;
}
.cui-z-50 {
  z-index: 50;
}
.\!cui-m-0 {
  margin: 0px !important;
}
.cui-m-4 {
  margin: 1rem;
}
.-cui-mr-1 {
  margin-right: -0.25rem;
}
.cui-mb-1 {
  margin-bottom: 0.25rem;
}
.cui-mb-1\.5 {
  margin-bottom: 0.375rem;
}
.cui-mb-2 {
  margin-bottom: 0.5rem;
}
.cui-mr-3 {
  margin-right: 0.75rem;
}
.cui-mt-2 {
  margin-top: 0.5rem;
}
.cui-mt-20 {
  margin-top: 5rem;
}
.cui-box-border {
  box-sizing: border-box;
}
.cui-flex {
  display: flex;
}
.cui-grid {
  display: grid;
}
.cui-hidden {
  display: none;
}
.cui-h-10 {
  height: 2.5rem;
}
.cui-h-12 {
  height: 3rem;
}
.cui-h-16 {
  height: 4rem;
}
.cui-h-20 {
  height: 5rem;
}
.cui-h-3 {
  height: 0.75rem;
}
.cui-h-4 {
  height: 1rem;
}
.cui-h-44 {
  height: 11rem;
}
.cui-h-5 {
  height: 1.25rem;
}
.cui-h-52 {
  height: 13rem;
}
.cui-h-56 {
  height: 14rem;
}
.cui-h-6 {
  height: 1.5rem;
}
.cui-h-7 {
  height: 1.75rem;
}
.cui-h-8 {
  height: 2rem;
}
.cui-h-9 {
  height: 2.25rem;
}
.cui-h-96 {
  height: 24rem;
}
.cui-h-\[1px\] {
  height: 1px;
}
.cui-h-\[60vh\] {
  height: 60vh;
}
.cui-h-base {
  height: 1rem;
}
.cui-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.cui-h-full {
  height: 100%;
}
.cui-h-h1 {
  height: 3.5rem;
}
.cui-h-h2 {
  height: 2.25rem;
}
.cui-h-h3 {
  height: 1.5rem;
}
.cui-h-h4 {
  height: 1.3125rem;
}
.cui-h-lg {
  height: 1.188rem;
}
.cui-h-screen {
  height: 100vh;
}
.cui-h-sm {
  height: 0.85rem;
}
.cui-h-xl {
  height: 1.5rem;
}
.cui-h-xs {
  height: 0.75rem;
}
.cui-max-h-48 {
  max-height: 12rem;
}
.cui-w-10 {
  width: 2.5rem;
}
.cui-w-12 {
  width: 3rem;
}
.cui-w-3 {
  width: 0.75rem;
}
.cui-w-4 {
  width: 1rem;
}
.cui-w-44 {
  width: 11rem;
}
.cui-w-5 {
  width: 1.25rem;
}
.cui-w-52 {
  width: 13rem;
}
.cui-w-6 {
  width: 1.5rem;
}
.cui-w-7 {
  width: 1.75rem;
}
.cui-w-8 {
  width: 2rem;
}
.cui-w-9 {
  width: 2.25rem;
}
.cui-w-\[1px\] {
  width: 1px;
}
.cui-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.cui-w-full {
  width: 100%;
}
.cui-w-screen {
  width: 100vw;
}
.cui-max-w-\[100px\] {
  max-width: 100px;
}
.cui-max-w-lg {
  max-width: 32rem;
}
.cui-max-w-xl {
  max-width: 36rem;
}
.cui-flex-1 {
  flex: 1 1 0%;
}
.cui-grow {
  flex-grow: 1;
}
.-cui-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));
}
.-cui-translate-x-\[0\.5px\] {
  --tw-translate-x: -0.5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-cui-translate-y-\[0\.5px\] {
  --tw-translate-y: -0.5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cui-translate-x-\[11px\] {
  --tw-translate-x: 11px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cui-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));
}
.cui-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));
}
.cui-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes cui-pulse {

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

  to {
    transform: rotate(360deg);
  }
}
.cui-animate-spin {
  animation: cui-spin 1s linear infinite;
}
.cui-cursor-not-allowed {
  cursor: not-allowed;
}
.cui-cursor-pointer {
  cursor: pointer;
}
.cui-cursor-text {
  cursor: text;
}
.cui-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cui-list-none {
  list-style-type: none;
}
.cui-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.cui-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.cui-flex-row {
  flex-direction: row;
}
.cui-flex-col {
  flex-direction: column;
}
.cui-flex-wrap {
  flex-wrap: wrap;
}
.cui-content-center {
  align-content: center;
}
.cui-items-center {
  align-items: center;
}
.cui-justify-center {
  justify-content: center;
}
.cui-justify-between {
  justify-content: space-between;
}
.cui-gap-1 {
  gap: 0.25rem;
}
.cui-gap-1\.5 {
  gap: 0.375rem;
}
.cui-gap-2 {
  gap: 0.5rem;
}
.cui-gap-2\.5 {
  gap: 0.625rem;
}
.cui-gap-3 {
  gap: 0.75rem;
}
.cui-gap-4 {
  gap: 1rem;
}
.cui-gap-8 {
  gap: 2rem;
}
.cui-overflow-hidden {
  overflow: hidden;
}
.cui-overflow-y-auto {
  overflow-y: auto;
}
.cui-overflow-x-hidden {
  overflow-x: hidden;
}
.cui-text-ellipsis {
  text-overflow: ellipsis;
}
.cui-whitespace-nowrap {
  white-space: nowrap;
}
.\!cui-rounded-3xl {
  border-radius: 1.5rem !important;
}
.cui-rounded {
  border-radius: 0.25rem;
}
.cui-rounded-full {
  border-radius: 9999px;
}
.cui-rounded-lg {
  border-radius: 0.5rem;
}
.cui-rounded-md {
  border-radius: 0.375rem;
}
.cui-rounded-xl {
  border-radius: 0.75rem;
}
.cui-rounded-xxl {
  border-radius: 15px;
}
.\!cui-rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.cui-rounded-b-xxl {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.cui-rounded-t-xxl {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.cui-rounded-br-xxl {
  border-bottom-right-radius: 15px;
}
.cui-border {
  border-width: 1px;
}
.cui-border-b {
  border-bottom-width: 1px;
}
.cui-border-l {
  border-left-width: 1px;
}
.cui-border-r {
  border-right-width: 1px;
}
.cui-border-none {
  border-style: none;
}
.cui-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.cui-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.cui-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
}
.cui-border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(239 105 43 / var(--tw-border-opacity));
}
.cui-border-transparent {
  border-color: transparent;
}
.cui-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.cui-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.cui-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.cui-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.cui-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}
.cui-bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(108 255 149 / var(--tw-bg-opacity));
}
.cui-bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(239 105 43 / var(--tw-bg-opacity));
}
.cui-bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(234 57 42 / var(--tw-bg-opacity));
}
.cui-bg-red\/20 {
  background-color: rgb(234 57 42 / 0.2);
}
.cui-bg-sky-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(34 189 213 / var(--tw-bg-opacity));
}
.cui-bg-transparent {
  background-color: transparent;
}
.cui-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.cui-bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(246 251 24 / var(--tw-bg-opacity));
}
.cui-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.cui-fill-gray-100 {
  fill: #F6F6F6;
}
.cui-stroke-black {
  stroke: #000000;
}
.cui-stroke-red {
  stroke: #EA392A;
}
.cui-p-2 {
  padding: 0.5rem;
}
.cui-p-3 {
  padding: 0.75rem;
}
.cui-p-4 {
  padding: 1rem;
}
.cui-p-8 {
  padding: 2rem;
}
.cui-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cui-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.cui-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cui-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cui-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.cui-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cui-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.cui-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cui-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.cui-pb-0 {
  padding-bottom: 0px;
}
.cui-pl-12 {
  padding-left: 3rem;
}
.cui-pr-16 {
  padding-right: 4rem;
}
.cui-pr-2 {
  padding-right: 0.5rem;
}
.cui-pt-3 {
  padding-top: 0.75rem;
}
.cui-text-center {
  text-align: center;
}
.cui-font-mono {
  font-family: IBM Plex Mono, ui-monospace, monospace;
}
.cui-font-sans {
  font-family: Switzer, ui-sans-serif, sans-serif;
}
.cui-text-\[0\.4rem\] {
  font-size: 0.4rem;
}
.cui-text-\[0\.5rem\] {
  font-size: 0.5rem;
}
.cui-text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.cui-text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.cui-text-base {
  font-size: 1rem;
}
.cui-text-h1 {
  font-size: 3.5rem;
  line-height: 124%;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.cui-text-h2 {
  font-size: 2.25rem;
  line-height: 124%;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.cui-text-h3 {
  font-size: 1.5rem;
  line-height: 124%;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.cui-text-h4 {
  font-size: 1.3125rem;
  line-height: 124%;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.cui-text-lg {
  font-size: 1.188rem;
}
.cui-text-sm {
  font-size: 0.85rem;
}
.cui-text-xl {
  font-size: 1.5rem;
}
.cui-text-xs {
  font-size: 0.75rem;
}
.cui-font-bold {
  font-weight: 700;
}
.cui-font-medium {
  font-weight: 500;
}
.cui-font-normal {
  font-weight: 400;
}
.cui-uppercase {
  text-transform: uppercase;
}
.cui-leading-4 {
  line-height: 1rem;
}
.cui-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.cui-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
.cui-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.cui-text-red {
  --tw-text-opacity: 1;
  color: rgb(234 57 42 / var(--tw-text-opacity));
}
.cui-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cui-placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}
.cui-placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}
.cui-opacity-0 {
  opacity: 0;
}
.cui-opacity-100 {
  opacity: 1;
}
.cui-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);
}
.cui-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.cui-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);
}
.cui-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;
}
.cui-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cui-will-change-auto {
  will-change: auto;
}
.cui-will-change-contents {
  will-change: contents;
}
.cui-scrollbar::-webkit-scrollbar {
  width: 0.875rem;
}
.cui-scrollbar::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(179 179 179 / var(--tw-bg-opacity));
  border-radius: 9999px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  background-clip: padding-box;
}

.scrollbar-none {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollbar-none::-webkit-scrollbar {
    display: none;
}

:is([class~="dark"] .dark\:cui-prose-invert) {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

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

.before\:cui-opacity-30::before {
  content: var(--tw-content);
  opacity: 0.3;
}

.before\:cui-content-\[attr\(data-placeholder\)\]::before {
  --tw-content: attr(data-placeholder);
  content: var(--tw-content);
}

.first\:cui-mr-2:first-child {
  margin-right: 0.5rem;
}

.last\:cui-ml-2:last-child {
  margin-left: 0.5rem;
}

.only\:cui-m-0:only-child {
  margin: 0px;
}

.odd\:cui-border-b:nth-child(odd) {
  border-bottom-width: 1px;
}

.odd\:cui-border-t:nth-child(odd) {
  border-top-width: 1px;
}

.focus-within\:cui-border-orange:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(239 105 43 / var(--tw-border-opacity));
}

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

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

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

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

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

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

.hover\:cui-bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 105 43 / var(--tw-bg-opacity));
}

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

.hover\:cui-fill-green:hover {
  fill: #6CFF95;
}

.hover\:cui-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

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

.focus\:cui-border-orange:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 105 43 / var(--tw-border-opacity));
}

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

.disabled\:cui-border-gray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
}

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

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

.prose-p\:cui-font-mono :is(:where(p):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))) {
  font-family: IBM Plex Mono, ui-monospace, monospace;
}

.first\:only\:prose-p\:cui-my-0 :is(:where(p):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))):only-child:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.prose-a\:cui-font-mono :is(:where(a):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))) {
  font-family: IBM Plex Mono, ui-monospace, monospace;
}

.prose-li\:cui-font-mono :is(:where(li):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))) {
  font-family: IBM Plex Mono, ui-monospace, monospace;
}

:is([class~="dark"] .dark\:cui-border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity));
}

:is([class~="dark"] .dark\:cui-border-orange) {
  --tw-border-opacity: 1;
  border-color: rgb(239 105 43 / var(--tw-border-opacity));
}

:is([class~="dark"] .dark\:cui-border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

:is([class~="dark"] .dark\:cui-bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:cui-bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:cui-bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:cui-bg-orange) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 105 43 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:cui-bg-red) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 57 42 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:cui-bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:cui-bg-opacity-20) {
  --tw-bg-opacity: 0.2;
}

:is([class~="dark"] .dark\:cui-fill-black) {
  fill: #000000;
}

:is([class~="dark"] .dark\:cui-stroke-white) {
  stroke: #ffffff;
}

:is([class~="dark"] .dark\:\!cui-text-black) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

:is([class~="dark"] .dark\:\!cui-text-gray-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(97 97 97 / var(--tw-text-opacity)) !important;
}

:is([class~="dark"] .dark\:\!cui-text-red) {
  --tw-text-opacity: 1 !important;
  color: rgb(234 57 42 / var(--tw-text-opacity)) !important;
}

:is([class~="dark"] .dark\:cui-text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is([class~="dark"] .dark\:cui-text-gray-200) {
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}

:is([class~="dark"] .dark\:cui-text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

:is([class~="dark"] .dark\:cui-text-red) {
  --tw-text-opacity: 1;
  color: rgb(234 57 42 / var(--tw-text-opacity));
}

:is([class~="dark"] .dark\:cui-text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is([class~="dark"] .dark\:cui-placeholder-opacity-30)::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

:is([class~="dark"] .dark\:cui-placeholder-opacity-30)::placeholder {
  --tw-placeholder-opacity: 0.3;
}

:is([class~="dark"] .dark\:before\:cui-opacity-20)::before {
  content: var(--tw-content);
  opacity: 0.2;
}

:is([class~="dark"] .dark\:focus-within\:cui-border-orange:focus-within) {
  --tw-border-opacity: 1;
  border-color: rgb(239 105 43 / var(--tw-border-opacity));
}

:is([class~="dark"] .hover\:dark\:cui-border-black):hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

:is([class~="dark"] .hover\:dark\:cui-border-orange):hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 105 43 / var(--tw-border-opacity));
}

:is([class~="dark"] .dark\:hover\:cui-bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:hover\:cui-bg-gray-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

:is([class~="dark"] .hover\:dark\:cui-bg-black):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

:is([class~="dark"] .hover\:dark\:cui-bg-gray-600):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity));
}

:is([class~="dark"] .hover\:dark\:cui-bg-white):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is([class~="dark"] .dark\:hover\:cui-fill-orange:hover) {
  fill: #EF692B;
}

:is([class~="dark"] .hover\:dark\:cui-text-black):hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is([class~="dark"] .hover\:dark\:cui-text-orange):hover {
  --tw-text-opacity: 1;
  color: rgb(239 105 43 / var(--tw-text-opacity));
}

:is([class~="dark"] .hover\:dark\:cui-decoration-white):hover {
  text-decoration-color: #ffffff;
}

:is([class~="dark"] .dark\:focus\:cui-border-orange:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(239 105 43 / var(--tw-border-opacity));
}

:is([class~="dark"] .disabled\:dark\:cui-border-gray-700):disabled {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity));
}

:is([class~="dark"] .disabled\:dark\:cui-bg-gray-700):disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

:is([class~="dark"] .disabled\:dark\:cui-text-gray-400):disabled {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

:is([class~="dark"] .prose-pre\:dark\:cui-bg-gray-700) :is(:where(pre):not(:where([class~="cui-not-prose"],[class~="cui-not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {

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

@media (min-width: 768px) {

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

  .md\:cui-top-3 {
    top: 0.75rem;
  }

  .md\:cui-flex {
    display: flex;
  }

  .md\:cui-h-12 {
    height: 3rem;
  }

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

  .md\:cui-w-10 {
    width: 2.5rem;
  }

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

  .md\:cui-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .md\:cui-min-w-\[460px\] {
    min-width: 460px;
  }

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

  .md\:-cui-translate-x-\[0\.5px\] {
    --tw-translate-x: -0.5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:cui-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));
  }

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

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

  .md\:cui-gap-8 {
    gap: 2rem;
  }

  .md\:cui-border-b {
    border-bottom-width: 1px;
  }

  .md\:cui-p-3 {
    padding: 0.75rem;
  }

  .md\:cui-text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {

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

.\[\&\:first-of-type\>div\:nth-child\(1\)\]\:cui-rounded-t-xxl:first-of-type>div:nth-child(1) {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.\[\&\:first-of-type\]\:cui-rounded-t-xxl:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.\[\&\:first-of-type\]\:cui-border-t:first-of-type {
  border-top-width: 1px;
}

.\[\&\:last-of-type\>div\:nth-child\(1\)\]\:cui-rounded-b-xxl:last-of-type>div:nth-child(1) {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.\[\&\:last-of-type\]\:cui-rounded-b-xxl:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.\[\&\:last-of-type\]\:cui-border-none:last-of-type {
  border-style: none;
}

.\[\&\>button\:first-of-type\]\:cui-rounded-t-xxl>button:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.\[\&\>button\:first-of-type\]\:cui-border-t>button:first-of-type {
  border-top-width: 1px;
}

@media (min-width: 768px) {

  .md\:\[\&\>button\:first-of-type\]\:cui-rounded-l-xxl>button:first-of-type {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .md\:\[\&\>button\:first-of-type\]\:cui-rounded-tr-none>button:first-of-type {
    border-top-right-radius: 0px;
  }

  .md\:\[\&\>button\:first-of-type\]\:cui-border-l>button:first-of-type {
    border-left-width: 1px;
  }
}

.\[\&\>button\:last-of-type\]\:cui-rounded-b-xxl>button:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.\[\&\>button\:last-of-type\]\:cui-border-t-0>button:last-of-type {
  border-top-width: 0px;
}

@media (min-width: 768px) {

  .md\:\[\&\>button\:last-of-type\]\:cui-rounded-r-xxl>button:last-of-type {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .md\:\[\&\>button\:last-of-type\]\:cui-rounded-bl-none>button:last-of-type {
    border-bottom-left-radius: 0px;
  }

  .md\:\[\&\>button\:last-of-type\]\:cui-border-l-0>button:last-of-type {
    border-left-width: 0px;
  }

  .md\:\[\&\>button\:last-of-type\]\:cui-border-t>button:last-of-type {
    border-top-width: 1px;
  }
}

.\[\&\>button\]\:cui-w-full>button {
  width: 100%;
}

.\[\&\>button\]\:cui-rounded-none>button {
  border-radius: 0px;
}

.\[\&\>button\]\:cui-border-t-0>button {
  border-top-width: 0px;
}

@media (min-width: 768px) {

  .md\:\[\&\>button\]\:cui-w-fit>button {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:\[\&\>button\]\:cui-border>button {
    border-width: 1px;
  }

  .md\:\[\&\>button\]\:cui-border-l-0>button {
    border-left-width: 0px;
  }
}
