/*
@import "navbar.css";
/*@import "page.css";
*/

/*
! 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: #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: Inter var, 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 */
  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: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="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;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="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;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="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;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="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;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="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;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --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: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --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;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-right: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-left: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-left: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-slate {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: 15 23 42;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
}

.prose-indigo {
  --tw-prose-links: #4f46e5;
  --tw-prose-invert-links: #6366f1;
}

.prose-purple {
  --tw-prose-links: #9333ea;
  --tw-prose-invert-links: #a855f7;
}

html :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html :is(.pointer-events-none) {
  pointer-events: none;
}

html :is(.visible) {
  visibility: visible;
}

html :is(.collapse) {
  visibility: collapse;
}

html :is(.static) {
  position: static;
}

html :is(.fixed) {
  position: fixed;
}

html :is(.absolute) {
  position: absolute;
}

html :is(.relative) {
  position: relative;
}

html :is(.sticky) {
  position: sticky;
}

html :is(.inset-0) {
  inset: 0px;
}

html :is(.-inset-x-20) {
  left: -5rem;
  right: -5rem;
}

html :is(.inset-x-0) {
  left: 0px;
  right: 0px;
}

html :is(.inset-x-8) {
  left: 2rem;
  right: 2rem;
}

html :is(.inset-y-0) {
  top: 0px;
  bottom: 0px;
}

html :is(.-bottom-48) {
  bottom: -12rem;
}

html :is(.-bottom-8) {
  bottom: -2rem;
}

html :is(.-left-96) {
  left: -24rem;
}

html :is(.-top-3) {
  top: -0.75rem;
}

html :is(.-top-40) {
  top: -10rem;
}

html :is(.-top-52) {
  top: -13rem;
}

html :is(.-top-80) {
  top: -20rem;
}

html :is(.-top-\[40rem\]) {
  top: -40rem;
}

html :is(.bottom-0) {
  bottom: 0px;
}

html :is(.bottom-2) {
  bottom: 0.5rem;
}

html :is(.left-0) {
  left: 0px;
}

html :is(.left-1) {
  left: 0.25rem;
}

html :is(.left-1\/2) {
  left: 50%;
}

html :is(.left-3\/4) {
  left: 75%;
}

html :is(.left-\[calc\(50\%\+3rem\)\]) {
  left: calc(50% + 3rem);
}

html :is(.left-\[calc\(50\%-11rem\)\]) {
  left: calc(50% - 11rem);
}

html :is(.left-\[calc\(50\%-19rem\)\]) {
  left: calc(50% - 19rem);
}

html :is(.left-\[max\(50\%\2c 25rem\)\]) {
  left: max(50%,25rem);
}

html :is(.left-\[max\(6rem\2c 33\%\)\]) {
  left: max(6rem,33%);
}

html :is(.left-full) {
  left: 100%;
}

html :is(.right-0) {
  right: 0px;
}

html :is(.right-1\/2) {
  right: 50%;
}

html :is(.right-2) {
  right: 0.5rem;
}

html :is(.right-full) {
  right: 100%;
}

html :is(.top-0) {
  top: 0px;
}

html :is(.top-1) {
  top: 0.25rem;
}

html :is(.top-1\/2) {
  top: 50%;
}

html :is(.top-2) {
  top: 0.5rem;
}

html :is(.top-\[calc\(100\%-13rem\)\]) {
  top: calc(100% - 13rem);
}

html :is(.top-\[calc\(50\%-36rem\)\]) {
  top: calc(50% - 36rem);
}

html :is(.top-full) {
  top: 100%;
}

html :is(.isolate) {
  isolation: isolate;
}

html :is(.-z-10) {
  z-index: -10;
}

html :is(.z-0) {
  z-index: 0;
}

html :is(.z-10) {
  z-index: 10;
}

html :is(.z-20) {
  z-index: 20;
}

html :is(.z-50) {
  z-index: 50;
}

html :is(.order-first) {
  order: -9999;
}

html :is(.col-span-2) {
  grid-column: span 2 / span 2;
}

html :is(.col-start-2) {
  grid-column-start: 2;
}

html :is(.float-right) {
  float: right;
}

html :is(.float-left) {
  float: left;
}

html :is(.-m-1) {
  margin: -0.25rem;
}

html :is(.-m-1\.5) {
  margin: -0.375rem;
}

html :is(.-m-2) {
  margin: -0.5rem;
}

html :is(.-m-2\.5) {
  margin: -0.625rem;
}

html :is(.m-0) {
  margin: 0px;
}

html :is(.-mx-3) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

html :is(.-mx-8) {
  margin-left: -2rem;
  margin-right: -2rem;
}

html :is(.-my-2) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

html :is(.-my-6) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

html :is(.mx-10) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

html :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}

html :is(.my-0) {
  margin-top: 0px;
  margin-bottom: 0px;
}

html :is(.my-1) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

html :is(.my-20) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

html :is(.-mb-10) {
  margin-bottom: -2.5rem;
}

html :is(.-ml-12) {
  margin-left: -3rem;
}

html :is(.-ml-16) {
  margin-left: -4rem;
}

html :is(.-ml-2) {
  margin-left: -0.5rem;
}

html :is(.-mr-20) {
  margin-right: -5rem;
}

html :is(.-mt-12) {
  margin-top: -3rem;
}

html :is(.-mt-20) {
  margin-top: -5rem;
}

html :is(.-mt-6) {
  margin-top: -1.5rem;
}

html :is(.-mt-8) {
  margin-top: -2rem;
}

html :is(.-mt-\[5\.75rem\]) {
  margin-top: -5.75rem;
}

html :is(.-mt-px) {
  margin-top: -1px;
}

html :is(.mb-0) {
  margin-bottom: 0px;
}

html :is(.mb-1) {
  margin-bottom: 0.25rem;
}

html :is(.mb-10) {
  margin-bottom: 2.5rem;
}

html :is(.mb-2) {
  margin-bottom: 0.5rem;
}

html :is(.mb-4) {
  margin-bottom: 1rem;
}

html :is(.mb-8) {
  margin-bottom: 2rem;
}

html :is(.mb-\[-12\%\]) {
  margin-bottom: -12%;
}

html :is(.ml-1) {
  margin-left: 0.25rem;
}

html :is(.ml-16) {
  margin-left: 4rem;
}

html :is(.ml-2) {
  margin-left: 0.5rem;
}

html :is(.ml-24) {
  margin-left: 6rem;
}

html :is(.ml-3) {
  margin-left: 0.75rem;
}

html :is(.ml-4) {
  margin-left: 1rem;
}

html :is(.ml-6) {
  margin-left: 1.5rem;
}

html :is(.ml-\[-22rem\]) {
  margin-left: -22rem;
}

html :is(.ml-\[max\(50\%\2c 38rem\)\]) {
  margin-left: max(50%,38rem);
}

html :is(.ml-auto) {
  margin-left: auto;
}

html :is(.mr-16) {
  margin-right: 4rem;
}

html :is(.mr-2) {
  margin-right: 0.5rem;
}

html :is(.mr-3) {
  margin-right: 0.75rem;
}

html :is(.mt-0) {
  margin-top: 0px;
}

html :is(.mt-0\.5) {
  margin-top: 0.125rem;
}

html :is(.mt-1) {
  margin-top: 0.25rem;
}

html :is(.mt-10) {
  margin-top: 2.5rem;
}

html :is(.mt-12) {
  margin-top: 3rem;
}

html :is(.mt-16) {
  margin-top: 4rem;
}

html :is(.mt-2) {
  margin-top: 0.5rem;
}

html :is(.mt-2\.5) {
  margin-top: 0.625rem;
}

html :is(.mt-20) {
  margin-top: 5rem;
}

html :is(.mt-24) {
  margin-top: 6rem;
}

html :is(.mt-3) {
  margin-top: 0.75rem;
}

html :is(.mt-32) {
  margin-top: 8rem;
}

html :is(.mt-4) {
  margin-top: 1rem;
}

html :is(.mt-5) {
  margin-top: 1.25rem;
}

html :is(.mt-6) {
  margin-top: 1.5rem;
}

html :is(.mt-8) {
  margin-top: 2rem;
}

html :is(.mt-9) {
  margin-top: 2.25rem;
}

html :is(.line-clamp-3) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

html :is(.block) {
  display: block;
}

html :is(.inline-block) {
  display: inline-block;
}

html :is(.inline) {
  display: inline;
}

html :is(.flex) {
  display: flex;
}

html :is(.inline-flex) {
  display: inline-flex;
}

html :is(.table) {
  display: table;
}

html :is(.flow-root) {
  display: flow-root;
}

html :is(.grid) {
  display: grid;
}

html :is(.contents) {
  display: contents;
}

html :is(.hidden) {
  display: none;
}

html :is(.aspect-\[1\/1\]) {
  aspect-ratio: 1/1;
}

html :is(.aspect-\[1097\/1023\]) {
  aspect-ratio: 1097/1023;
}

html :is(.aspect-\[1097\/845\]) {
  aspect-ratio: 1097/845;
}

html :is(.aspect-\[1155\/678\]) {
  aspect-ratio: 1155/678;
}

html :is(.aspect-\[1266\/975\]) {
  aspect-ratio: 1266/975;
}

html :is(.aspect-\[1313\/771\]) {
  aspect-ratio: 1313/771;
}

html :is(.aspect-\[16\/19\]) {
  aspect-ratio: 16/19;
}

html :is(.aspect-\[16\/9\]) {
  aspect-ratio: 16/9;
}

html :is(.aspect-\[2\/1\]) {
  aspect-ratio: 2/1;
}

html :is(.aspect-\[3\/2\]) {
  aspect-ratio: 3/2;
}

html :is(.aspect-\[801\/1036\]) {
  aspect-ratio: 801/1036;
}

html :is(.aspect-video) {
  aspect-ratio: 16 / 9;
}

html :is(.h-1\/3) {
  height: 33.333333%;
}

html :is(.h-10) {
  height: 2.5rem;
}

html :is(.h-12) {
  height: 3rem;
}

html :is(.h-16) {
  height: 4rem;
}

html :is(.h-32) {
  height: 8rem;
}

html :is(.h-36) {
  height: 9rem;
}

html :is(.h-4) {
  height: 1rem;
}

html :is(.h-48) {
  height: 12rem;
}

html :is(.h-5) {
  height: 1.25rem;
}

html :is(.h-56) {
  height: 14rem;
}

html :is(.h-6) {
  height: 1.5rem;
}

html :is(.h-64) {
  height: 16rem;
}

html :is(.h-7) {
  height: 1.75rem;
}

html :is(.h-8) {
  height: 2rem;
}

html :is(.h-80) {
  height: 20rem;
}

html :is(.h-\[64rem\]) {
  height: 64rem;
}

html :is(.h-full) {
  height: 100%;
}

html :is(.h-px) {
  height: 1px;
}

html :is(.max-h-12) {
  max-height: 3rem;
}

html :is(.max-h-nav-mobile-menu) {
  max-height: calc(100vh - 64px - 9px);
}

html :is(.min-h-full) {
  min-height: 100%;
}

html :is(.w-1\/2) {
  width: 50%;
}

html :is(.w-1\/4) {
  width: 25%;
}

html :is(.w-1\/5) {
  width: 20%;
}

html :is(.w-10) {
  width: 2.5rem;
}

html :is(.w-12) {
  width: 3rem;
}

html :is(.w-20) {
  width: 5rem;
}

html :is(.w-24) {
  width: 6rem;
}

html :is(.w-36) {
  width: 9rem;
}

html :is(.w-4) {
  width: 1rem;
}

html :is(.w-5) {
  width: 1.25rem;
}

html :is(.w-6) {
  width: 1.5rem;
}

html :is(.w-64) {
  width: 16rem;
}

html :is(.w-72) {
  width: 18rem;
}

html :is(.w-\[128rem\]) {
  width: 128rem;
}

html :is(.w-\[175\.5rem\]) {
  width: 175.5rem;
}

html :is(.w-\[200\%\]) {
  width: 200%;
}

html :is(.w-\[36\.125rem\]) {
  width: 36.125rem;
}

html :is(.w-\[48rem\]) {
  width: 48rem;
}

html :is(.w-\[50\.0625rem\]) {
  width: 50.0625rem;
}

html :is(.w-\[64rem\]) {
  width: 64rem;
}

html :is(.w-\[68\.5625rem\]) {
  width: 68.5625rem;
}

html :is(.w-\[72\.1875rem\]) {
  width: 72.1875rem;
}

html :is(.w-\[79\.125rem\]) {
  width: 79.125rem;
}

html :is(.w-\[82\.0625rem\]) {
  width: 82.0625rem;
}

html :is(.w-auto) {
  width: auto;
}

html :is(.w-full) {
  width: 100%;
}

html :is(.w-screen) {
  width: 100vw;
}

html :is(.min-w-0) {
  min-width: 0px;
}

html :is(.min-w-\[142px\]) {
  min-width: 142px;
}

html :is(.max-w-2xl) {
  max-width: 42rem;
}

html :is(.max-w-3xl) {
  max-width: 48rem;
}

html :is(.max-w-4xl) {
  max-width: 56rem;
}

html :is(.max-w-7xl) {
  max-width: 80rem;
}

html :is(.max-w-\[37\.5rem\]) {
  max-width: 37.5rem;
}

html :is(.max-w-\[40rem\]) {
  max-width: 40rem;
}

html :is(.max-w-lg) {
  max-width: 32rem;
}

html :is(.max-w-md) {
  max-width: 28rem;
}

html :is(.max-w-none) {
  max-width: none;
}

html :is(.max-w-prose) {
  max-width: 65ch;
}

html :is(.max-w-xl) {
  max-width: 36rem;
}

html :is(.flex-1) {
  flex: 1 1 0%;
}

html :is(.flex-auto) {
  flex: 1 1 auto;
}

html :is(.flex-none) {
  flex: none;
}

html :is(.flex-shrink) {
  flex-shrink: 1;
}

html :is(.flex-shrink-0) {
  flex-shrink: 0;
}

html :is(.shrink) {
  flex-shrink: 1;
}

html :is(.grow) {
  flex-grow: 1;
}

html :is(.border-separate) {
  border-collapse: separate;
}

html :is(.border-spacing-x-8) {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

html :is(.origin-bottom-left) {
  transform-origin: bottom left;
}

html :is(.origin-top-right) {
  transform-origin: top right;
}

html :is(.-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));
}

html :is(.-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));
}

html :is(.-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));
}

html :is(.-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));
}

html :is(.-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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.translate-x-80) {
  --tw-translate-x: 20rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.rotate-\[30deg\]) {
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

html :is(.skew-x-\[-30deg\]) {
  --tw-skew-x: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

html :is(.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));
}

html :is(.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));
}

html :is(.cursor-pointer) {
  cursor: pointer;
}

html :is(.resize) {
  resize: both;
}

html :is(.list-inside) {
  list-style-position: inside;
}

html :is(.list-disc) {
  list-style-type: disc;
}

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

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

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

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

html :is(.grid-rows-1) {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

html :is(.flex-row) {
  flex-direction: row;
}

html :is(.flex-col) {
  flex-direction: column;
}

html :is(.flex-wrap) {
  flex-wrap: wrap;
}

html :is(.place-items-center) {
  place-items: center;
}

html :is(.items-start) {
  align-items: flex-start;
}

html :is(.items-end) {
  align-items: flex-end;
}

html :is(.items-center) {
  align-items: center;
}

html :is(.items-baseline) {
  align-items: baseline;
}

html :is(.justify-end) {
  justify-content: flex-end;
}

html :is(.justify-center) {
  justify-content: center;
}

html :is(.justify-between) {
  justify-content: space-between;
}

html :is(.gap-0) {
  gap: 0px;
}

html :is(.gap-0\.5) {
  gap: 0.125rem;
}

html :is(.gap-10) {
  gap: 2.5rem;
}

html :is(.gap-4) {
  gap: 1rem;
}

html :is(.gap-5) {
  gap: 1.25rem;
}

html :is(.gap-6) {
  gap: 1.5rem;
}

html :is(.gap-8) {
  gap: 2rem;
}

html :is(.gap-x-1) {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

html :is(.gap-x-2) {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

html :is(.gap-x-2\.5) {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

html :is(.gap-x-3) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

html :is(.gap-x-4) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

html :is(.gap-x-6) {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

html :is(.gap-x-8) {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

html :is(.gap-y-10) {
  row-gap: 2.5rem;
}

html :is(.gap-y-16) {
  row-gap: 4rem;
}

html :is(.gap-y-20) {
  row-gap: 5rem;
}

html :is(.gap-y-3) {
  row-gap: 0.75rem;
}

html :is(.gap-y-4) {
  row-gap: 1rem;
}

html :is(.gap-y-6) {
  row-gap: 1.5rem;
}

html :is(.gap-y-8) {
  row-gap: 2rem;
}

html :is(.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)));
}

html :is(.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)));
}

html :is(.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)));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.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));
}

html :is(.divide-gray-100 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

html :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

html :is(.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden])) {
  border-color: rgb(107 114 128 / 0.1);
}

html :is(.divide-gray-500\/25 > :not([hidden]) ~ :not([hidden])) {
  border-color: rgb(107 114 128 / 0.25);
}

html :is(.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden])) {
  border-color: rgb(17 24 39 / 0.1);
}

html :is(.divide-gray-900\/5 > :not([hidden]) ~ :not([hidden])) {
  border-color: rgb(17 24 39 / 0.05);
}

html :is(.divide-white\/5 > :not([hidden]) ~ :not([hidden])) {
  border-color: rgb(255 255 255 / 0.05);
}

html :is(.overflow-hidden) {
  overflow: hidden;
}

html :is(.overflow-visible) {
  overflow: visible;
}

html :is(.overflow-y-auto) {
  overflow-y: auto;
}

html :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html :is(.whitespace-nowrap) {
  white-space: nowrap;
}

html :is(.rounded) {
  border-radius: 0.25rem;
}

html :is(.rounded-2xl) {
  border-radius: 1rem;
}

html :is(.rounded-3xl) {
  border-radius: 1.5rem;
}

html :is(.rounded-full) {
  border-radius: 9999px;
}

html :is(.rounded-lg) {
  border-radius: 0.5rem;
}

html :is(.rounded-md) {
  border-radius: 0.375rem;
}

html :is(.rounded-xl) {
  border-radius: 0.75rem;
}

html :is(.rounded-b-md) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

html :is(.rounded-t-3xl) {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

html :is(.border) {
  border-width: 1px;
}

html :is(.border-0) {
  border-width: 0px;
}

html :is(.border-l) {
  border-left-width: 1px;
}

html :is(.border-t) {
  border-top-width: 1px;
}

html :is(.border-t-2) {
  border-top-width: 2px;
}

html :is(.border-solid) {
  border-style: solid;
}

html :is(.border-blue_msi) {
  --tw-border-opacity: 1;
  border-color: rgb(68 152 182 / var(--tw-border-opacity));
}

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

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

html :is(.border-gray-900\/10) {
  border-color: rgb(17 24 39 / 0.1);
}

html :is(.border-gray-900\/5) {
  border-color: rgb(17 24 39 / 0.05);
}

html :is(.border-green_msi) {
  --tw-border-opacity: 1;
  border-color: rgb(146 176 106 / var(--tw-border-opacity));
}

html :is(.border-indigo-600) {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

html :is(.border-purple_msi) {
  --tw-border-opacity: 1;
  border-color: rgb(153 102 153 / var(--tw-border-opacity));
}

html :is(.border-red_msi) {
  --tw-border-opacity: 1;
  border-color: rgb(222 95 49 / var(--tw-border-opacity));
}

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

html :is(.border-white\/10) {
  border-color: rgb(255 255 255 / 0.1);
}

html :is(.border-white\/5) {
  border-color: rgb(255 255 255 / 0.05);
}

html :is(.border-yellow_msi) {
  --tw-border-opacity: 1;
  border-color: rgb(225 157 41 / var(--tw-border-opacity));
}

html :is(.bg-blue-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

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

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

html :is(.bg-gray-400\/5) {
  background-color: rgb(156 163 175 / 0.05);
}

html :is(.bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

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

html :is(.bg-gray-800\/80) {
  background-color: rgb(31 41 55 / 0.8);
}

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

html :is(.bg-indigo-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

html :is(.bg-indigo-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

html :is(.bg-indigo-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

html :is(.bg-indigo-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

html :is(.bg-teal-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

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

html :is(.bg-white\/10) {
  background-color: rgb(255 255 255 / 0.1);
}

html :is(.bg-white\/5) {
  background-color: rgb(255 255 255 / 0.05);
}

html :is(.bg-white\/60) {
  background-color: rgb(255 255 255 / 0.6);
}

html :is(.bg-opacity-75) {
  --tw-bg-opacity: 0.75;
}

html :is(.bg-\[radial-gradient\(45rem_50rem_at_top\2c theme\(colors\.indigo\.100\)\2c white\)\]) {
  background-image: radial-gradient(45rem 50rem at top,#e0e7ff,white);
}

html :is(.bg-gradient-to-r) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

html :is(.bg-gradient-to-t) {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

html :is(.bg-gradient-to-tr) {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

html :is(.from-\[\#ff4694\]) {
  --tw-gradient-from: #ff4694 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

html :is(.from-\[\#ff80b5\]) {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

html :is(.from-teal-500) {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

html :is(.from-white) {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

html :is(.to-\[\#776fff\]) {
  --tw-gradient-to: #776fff var(--tw-gradient-to-position);
}

html :is(.to-\[\#9089fc\]) {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

html :is(.to-cyan-600) {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

html :is(.bg-no-repeat) {
  background-repeat: no-repeat;
}

html :is(.fill-current) {
  fill: currentColor;
}

html :is(.fill-gray-50) {
  fill: #f9fafb;
}

html :is(.fill-gray-900) {
  fill: #111827;
}

html :is(.stroke-gray-200) {
  stroke: #e5e7eb;
}

html :is(.stroke-gray-900\/10) {
  stroke: rgb(17 24 39 / 0.1);
}

html :is(.stroke-white\/20) {
  stroke: rgb(255 255 255 / 0.2);
}

html :is(.object-contain) {
  -o-object-fit: contain;
     object-fit: contain;
}

html :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}

html :is(.object-fill) {
  -o-object-fit: fill;
     object-fit: fill;
}

html :is(.object-center) {
  -o-object-position: center;
     object-position: center;
}

html :is(.object-left-top) {
  -o-object-position: left top;
     object-position: left top;
}

html :is(.object-top) {
  -o-object-position: top;
     object-position: top;
}

html :is(.p-0) {
  padding: 0px;
}

html :is(.p-1) {
  padding: 0.25rem;
}

html :is(.p-1\.5) {
  padding: 0.375rem;
}

html :is(.p-10) {
  padding: 2.5rem;
}

html :is(.p-12) {
  padding: 3rem;
}

html :is(.p-2) {
  padding: 0.5rem;
}

html :is(.p-2\.5) {
  padding: 0.625rem;
}

html :is(.p-4) {
  padding: 1rem;
}

html :is(.p-6) {
  padding: 1.5rem;
}

html :is(.p-8) {
  padding: 2rem;
}

html :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html :is(.px-2\.5) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

html :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

html :is(.px-3\.5) {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

html :is(.px-36) {
  padding-left: 9rem;
  padding-right: 9rem;
}

html :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}

html :is(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

html :is(.px-6) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html :is(.py-0) {
  padding-top: 0px;
  padding-bottom: 0px;
}

html :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

html :is(.py-1\.5) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

html :is(.py-12) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

html :is(.py-16) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

html :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

html :is(.py-2\.5) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

html :is(.py-24) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

html :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

html :is(.py-32) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

html :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

html :is(.py-6) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

html :is(.pb-12) {
  padding-bottom: 3rem;
}

html :is(.pb-16) {
  padding-bottom: 4rem;
}

html :is(.pb-20) {
  padding-bottom: 5rem;
}

html :is(.pb-24) {
  padding-bottom: 6rem;
}

html :is(.pb-3) {
  padding-bottom: 0.75rem;
}

html :is(.pb-32) {
  padding-bottom: 8rem;
}

html :is(.pb-8) {
  padding-bottom: 2rem;
}

html :is(.pb-9) {
  padding-bottom: 2.25rem;
}

html :is(.pl-10) {
  padding-left: 2.5rem;
}

html :is(.pl-2) {
  padding-left: 0.5rem;
}

html :is(.pl-4) {
  padding-left: 1rem;
}

html :is(.pl-6) {
  padding-left: 1.5rem;
}

html :is(.pl-8) {
  padding-left: 2rem;
}

html :is(.pl-9) {
  padding-left: 2.25rem;
}

html :is(.pr-12) {
  padding-right: 3rem;
}

html :is(.pr-4) {
  padding-right: 1rem;
}

html :is(.pt-1) {
  padding-top: 0.25rem;
}

html :is(.pt-10) {
  padding-top: 2.5rem;
}

html :is(.pt-12) {
  padding-top: 3rem;
}

html :is(.pt-14) {
  padding-top: 3.5rem;
}

html :is(.pt-16) {
  padding-top: 4rem;
}

html :is(.pt-2) {
  padding-top: 0.5rem;
}

html :is(.pt-20) {
  padding-top: 5rem;
}

html :is(.pt-24) {
  padding-top: 6rem;
}

html :is(.pt-3) {
  padding-top: 0.75rem;
}

html :is(.pt-32) {
  padding-top: 8rem;
}

html :is(.pt-4) {
  padding-top: 1rem;
}

html :is(.pt-6) {
  padding-top: 1.5rem;
}

html :is(.pt-64) {
  padding-top: 16rem;
}

html :is(.pt-8) {
  padding-top: 2rem;
}

html :is(.pt-\[5\.75rem\]) {
  padding-top: 5.75rem;
}

html :is(.pt-\[7\%\]) {
  padding-top: 7%;
}

html :is(.text-left) {
  text-align: left;
}

html :is(.text-center) {
  text-align: center;
}

html :is(.text-right) {
  text-align: right;
}

html :is(.font-body_text) {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html :is(.font-body_text_header) {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html :is(.font-byline) {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html :is(.font-headline) {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html :is(.font-medium) {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html :is(.font-navigation) {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html :is(.text-2xl) {
  font-size: 1.5rem;
}

html :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

html :is(.text-4xl) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

html :is(.text-5xl) {
  font-size: 3rem;
  line-height: 1;
}

html :is(.text-base) {
  font-size: 1rem;
}

html :is(.text-lg) {
  font-size: 1.125rem;
}

html :is(.text-sm) {
  font-size: .875rem;
}

html :is(.text-xl) {
  font-size: 1.25rem;
}

html :is(.text-xs) {
  font-size: .75rem;
}

html :is(.font-bold) {
  font-weight: 700;
}

html :is(.font-extrabold) {
  font-weight: 800;
}

html :is(.font-medium) {
  font-weight: 500;
}

html :is(.font-normal) {
  font-weight: 400;
}

html :is(.font-semibold) {
  font-weight: 600;
}

html :is(.uppercase) {
  text-transform: uppercase;
}

html :is(.not-italic) {
  font-style: normal;
}

html :is(.leading-10) {
  line-height: 2.5rem;
}

html :is(.leading-5) {
  line-height: 1.25rem;
}

html :is(.leading-6) {
  line-height: 1.5rem;
}

html :is(.leading-7) {
  line-height: 1.75rem;
}

html :is(.leading-8) {
  line-height: 2rem;
}

html :is(.leading-9) {
  line-height: 2.25rem;
}

html :is(.leading-tight) {
  line-height: 1.25;
}

html :is(.tracking-tight) {
  letter-spacing: -0.025em;
}

html :is(.text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

html :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

html :is(.text-blue-700) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

html :is(.text-gray-100) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

html :is(.text-gray-200) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

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

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

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

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

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

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

html :is(.text-indigo-100) {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

html :is(.text-indigo-200) {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

html :is(.text-indigo-400) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

html :is(.text-indigo-600) {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

html :is(.text-indigo-700) {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

html :is(.text-slate-900) {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

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

html :is(.text-white\/60) {
  color: rgb(255 255 255 / 0.6);
}

html :is(.underline) {
  text-decoration-line: underline;
}

html :is(.no-underline) {
  text-decoration-line: none;
}

html :is(.underline-offset-4) {
  text-underline-offset: 4px;
}

html :is(.antialiased) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html :is(.opacity-0) {
  opacity: 0;
}

html :is(.opacity-100) {
  opacity: 1;
}

html :is(.opacity-20) {
  opacity: 0.2;
}

html :is(.opacity-25) {
  opacity: 0.25;
}

html :is(.opacity-30) {
  opacity: 0.3;
}

html :is(.opacity-50) {
  opacity: 0.5;
}

html :is(.mix-blend-multiply) {
  mix-blend-mode: multiply;
}

html :is(.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);
}

html :is(.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);
}

html :is(.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);
}

html :is(.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);
}

html :is(.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);
}

html :is(.shadow-indigo-600\/10) {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

html :is(.outline) {
  outline-style: solid;
}

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

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

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

html :is(.ring-inset) {
  --tw-ring-inset: inset;
}

html :is(.ring-black) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

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

html :is(.ring-gray-400\/10) {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}

html :is(.ring-gray-900\/10) {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

html :is(.ring-gray-900\/5) {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}

html :is(.ring-indigo-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

html :is(.ring-indigo-50) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity));
}

html :is(.ring-indigo-600) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

html :is(.ring-white\/10) {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

html :is(.ring-opacity-5) {
  --tw-ring-opacity: 0.05;
}

html :is(.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);
}

html :is(.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);
}

html :is(.invert) {
  --tw-invert: invert(100%);
  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);
}

html :is(.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);
}

html :is(.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;
}

html :is(.transition-opacity) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html :is(.duration-200) {
  transition-duration: 200ms;
}

html :is(.duration-300) {
  transition-duration: 300ms;
}

html :is(.ease-in) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

html :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[mask-image\:radial-gradient\(64rem_64rem_at_111\.5rem_0\%\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(64rem 64rem at 111.5rem 0%,white,transparent);
          mask-image: radial-gradient(64rem 64rem at 111.5rem 0%,white,transparent);
}

.\[mask-image\:radial-gradient\(64rem_64rem_at_top\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(64rem 64rem at top,white,transparent);
          mask-image: radial-gradient(64rem 64rem at top,white,transparent);
}

.\[mask-image\:radial-gradient\(closest-side\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(closest-side,white,transparent);
          mask-image: radial-gradient(closest-side,white,transparent);
}

/*
body {
  min-width: 320px;
}
[class*="_form_"] form {
  width: 100% !important;
}
[class*="_form_"] form  * {
  font-size: 20px !important;
}
[class*="_form_"] form input[type="text"] {
  width: auto !important;
}
[class*="_form_"] form ._button-wrapper {
  margin-top: 36px !important;
}
[class*="_form_"] form button {
  font-size: 16px !important;
}
*/

@media (min-width: 1024px) {
  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-right: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .xl\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .xl\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-right: 0.4em;
    padding-bottom: 0.25em;
    padding-left: 0.4em;
  }

  .xl\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .xl\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

  .xl\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .xl\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .xl\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .xl\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .xl\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .xl\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-left: 1.6em;
  }

  .xl\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .xl\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .xl\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .xl\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .xl\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .xl\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-xl :where(.xl\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .xl\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .xl\:prose-2xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .xl\:prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-2xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .xl\:prose-2xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .xl\:prose-2xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .xl\:prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-2xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-2xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-right: 0.3333333em;
    padding-bottom: 0.25em;
    padding-left: 0.3333333em;
  }

  .xl\:prose-2xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
  }

  .xl\:prose-2xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .xl\:prose-2xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .xl\:prose-2xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-2xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em;
  }

  .xl\:prose-2xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em;
  }

  .xl\:prose-2xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose-2xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4166667em;
  }

  .xl\:prose-2xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.4166667em;
  }

  .xl\:prose-2xl :where(.xl\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .xl\:prose-2xl :where(.xl\:prose-2xl > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl :where(.xl\:prose-2xl > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl :where(.xl\:prose-2xl > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl :where(.xl\:prose-2xl > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-2xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.5833333em;
  }

  .xl\:prose-2xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose-2xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-2xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-2xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-2xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .xl\:prose-2xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .xl\:prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .xl\:prose-2xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .xl\:prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .xl\:prose-2xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-2xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .xl\:prose-2xl :where(.xl\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .xl\:prose-2xl :where(.xl\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

html :is(.placeholder\:text-gray-400)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

html :is(.visited\:text-gray-300:visited) {
  color: rgb(209 213 219 );
}

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

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

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

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

html :is(.hover\:bg-indigo-200:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-indigo-400:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-indigo-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-indigo-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-indigo-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-indigo-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

html :is(.hover\:bg-white\/20:hover) {
  background-color: rgb(255 255 255 / 0.2);
}

html :is(.hover\:text-blue-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

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

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

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

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

html :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}

html :is(.hover\:no-underline:hover) {
  text-decoration-line: none;
}

html :is(.hover\:outline-none:hover) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html :is(.hover\:ring-indigo-300:hover) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity));
}

html :is(.hover\:ring-white\/20:hover) {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

html :is(.focus\:no-underline:focus) {
  text-decoration-line: none;
}

html :is(.focus\:outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html :is(.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);
}

html :is(.focus\:ring-inset:focus) {
  --tw-ring-inset: inset;
}

html :is(.focus\:ring-indigo-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

html :is(.focus\:ring-indigo-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

html :is(.focus\:ring-white:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

html :is(.focus\:ring-offset-2:focus) {
  --tw-ring-offset-width: 2px;
}

html :is(.focus\:ring-offset-gray-800:focus) {
  --tw-ring-offset-color: #1f2937;
}

html :is(.focus-visible\:outline:focus-visible) {
  outline-style: solid;
}

html :is(.focus-visible\:outline-2:focus-visible) {
  outline-width: 2px;
}

html :is(.focus-visible\:outline-offset-2:focus-visible) {
  outline-offset: 2px;
}

html :is(.focus-visible\:outline-indigo-400:focus-visible) {
  outline-color: #818cf8;
}

html :is(.focus-visible\:outline-indigo-500:focus-visible) {
  outline-color: #6366f1;
}

html :is(.focus-visible\:outline-indigo-600:focus-visible) {
  outline-color: #4f46e5;
}

html :is(.focus-visible\:outline-white:focus-visible) {
  outline-color: #fff;
}

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

html :is(.prose-a\:font-semibold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))) {
  font-weight: 600;
}

html :is(.prose-a\:text-sky-500 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))) {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

html :is(.hover\:prose-a\:text-sky-600 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover) {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  html :is(.sm\:absolute) {
    position: absolute;
  }

  html :is(.sm\:-bottom-64) {
    bottom: -16rem;
  }

  html :is(.sm\:-left-40) {
    left: -10rem;
  }

  html :is(.sm\:-top-10) {
    top: -2.5rem;
  }

  html :is(.sm\:-top-80) {
    top: -20rem;
  }

  html :is(.sm\:left-1\/2) {
    left: 50%;
  }

  html :is(.sm\:left-\[calc\(50\%\+36rem\)\]) {
    left: calc(50% + 36rem);
  }

  html :is(.sm\:left-\[calc\(50\%-30rem\)\]) {
    left: calc(50% - 30rem);
  }

  html :is(.sm\:right-1\/2) {
    right: 50%;
  }

  html :is(.sm\:top-\[-28rem\]) {
    top: -28rem;
  }

  html :is(.sm\:top-\[calc\(100\%-30rem\)\]) {
    top: calc(100% - 30rem);
  }

  html :is(.sm\:-z-10) {
    z-index: -10;
  }

  html :is(.sm\:col-span-2) {
    grid-column: span 2 / span 2;
  }

  html :is(.sm\:col-start-2) {
    grid-column-start: 2;
  }

  html :is(.sm\:col-start-auto) {
    grid-column-start: auto;
  }

  html :is(.sm\:mx-8) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  html :is(.sm\:mb-8) {
    margin-bottom: 2rem;
  }

  html :is(.sm\:ml-16) {
    margin-left: 4rem;
  }

  html :is(.sm\:mr-10) {
    margin-right: 2.5rem;
  }

  html :is(.sm\:mr-28) {
    margin-right: 7rem;
  }

  html :is(.sm\:mt-10) {
    margin-top: 2.5rem;
  }

  html :is(.sm\:mt-2) {
    margin-top: 0.5rem;
  }

  html :is(.sm\:mt-20) {
    margin-top: 5rem;
  }

  html :is(.sm\:mt-56) {
    margin-top: 14rem;
  }

  html :is(.sm\:block) {
    display: block;
  }

  html :is(.sm\:flex) {
    display: flex;
  }

  html :is(.sm\:grid) {
    display: grid;
  }

  html :is(.sm\:aspect-\[1\/1\]) {
    aspect-ratio: 1/1;
  }

  html :is(.sm\:aspect-\[16\/9\]) {
    aspect-ratio: 16/9;
  }

  html :is(.sm\:aspect-\[2\/1\]) {
    aspect-ratio: 2/1;
  }

  html :is(.sm\:h-2\/3) {
    height: 66.666667%;
  }

  html :is(.sm\:h-72) {
    height: 18rem;
  }

  html :is(.sm\:h-80) {
    height: 20rem;
  }

  html :is(.sm\:w-\[57rem\]) {
    width: 57rem;
  }

  html :is(.sm\:w-\[72\.1875rem\]) {
    width: 72.1875rem;
  }

  html :is(.sm\:max-w-3xl) {
    max-width: 48rem;
  }

  html :is(.sm\:max-w-7xl) {
    max-width: 80rem;
  }

  html :is(.sm\:max-w-sm) {
    max-width: 24rem;
  }

  html :is(.sm\:max-w-xl) {
    max-width: 36rem;
  }

  html :is(.sm\: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));
  }

  html :is(.sm\: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));
  }

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

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

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

  html :is(.sm\: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));
  }

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

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

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

  html :is(.sm\:flex-row) {
    flex-direction: row;
  }

  html :is(.sm\:flex-nowrap) {
    flex-wrap: nowrap;
  }

  html :is(.sm\:items-end) {
    align-items: flex-end;
  }

  html :is(.sm\:items-center) {
    align-items: center;
  }

  html :is(.sm\:justify-center) {
    justify-content: center;
  }

  html :is(.sm\:justify-between) {
    justify-content: space-between;
  }

  html :is(.sm\:gap-x-10) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  html :is(.sm\:gap-y-0) {
    row-gap: 0px;
  }

  html :is(.sm\:gap-y-16) {
    row-gap: 4rem;
  }

  html :is(.sm\:gap-y-24) {
    row-gap: 6rem;
  }

  html :is(.sm\:gap-y-8) {
    row-gap: 2rem;
  }

  html :is(.sm\:rounded-3xl) {
    border-radius: 1.5rem;
  }

  html :is(.sm\:rounded-none) {
    border-radius: 0px;
  }

  html :is(.sm\:rounded-b-none) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  html :is(.sm\:bg-transparent) {
    background-color: transparent;
  }

  html :is(.sm\:p-0) {
    padding: 0px;
  }

  html :is(.sm\:p-10) {
    padding: 2.5rem;
  }

  html :is(.sm\:p-12) {
    padding: 3rem;
  }

  html :is(.sm\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.sm\:px-12) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  html :is(.sm\:px-16) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  html :is(.sm\:px-3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  html :is(.sm\:px-4) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  html :is(.sm\:px-6) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  html :is(.sm\:py-16) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  html :is(.sm\:py-20) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  html :is(.sm\:py-24) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  html :is(.sm\:py-32) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  html :is(.sm\:py-4) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  html :is(.sm\:pb-20) {
    padding-bottom: 5rem;
  }

  html :is(.sm\:pb-24) {
    padding-bottom: 6rem;
  }

  html :is(.sm\:pb-32) {
    padding-bottom: 8rem;
  }

  html :is(.sm\:pt-12) {
    padding-top: 3rem;
  }

  html :is(.sm\:pt-16) {
    padding-top: 4rem;
  }

  html :is(.sm\:pt-20) {
    padding-top: 5rem;
  }

  html :is(.sm\:pt-24) {
    padding-top: 6rem;
  }

  html :is(.sm\:pt-32) {
    padding-top: 8rem;
  }

  html :is(.sm\:pt-40) {
    padding-top: 10rem;
  }

  html :is(.sm\:text-center) {
    text-align: center;
  }

  html :is(.sm\:text-2xl) {
    font-size: 1.5rem;
  }

  html :is(.sm\:text-3xl) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  html :is(.sm\:text-4xl) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  html :is(.sm\:text-5xl) {
    font-size: 3rem;
    line-height: 1;
  }

  html :is(.sm\:text-6xl) {
    font-size: 3.75rem;
    line-height: 1;
  }

  html :is(.sm\:text-sm) {
    font-size: .875rem;
  }

  html :is(.sm\:text-xl) {
    font-size: 1.25rem;
  }

  html :is(.sm\:leading-6) {
    line-height: 1.5rem;
  }

  html :is(.sm\:leading-8) {
    line-height: 2rem;
  }

  html :is(.sm\:leading-9) {
    line-height: 2.25rem;
  }

  html :is(.sm\: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);
  }

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

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

  html :is(.sm\:ring-gray-100\/10) {
    --tw-ring-color: rgb(243 244 246 / 0.1);
  }

  html :is(.sm\:ring-white\/10) {
    --tw-ring-color: rgb(255 255 255 / 0.1);
  }

  html :is(.sm\: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);
  }
}

@media (min-width: 768px) {
  html :is(.md\:absolute) {
    position: absolute;
  }

  html :is(.md\:left-0) {
    left: 0px;
  }

  html :is(.md\:top-20) {
    top: 5rem;
  }

  html :is(.md\:order-1) {
    order: 1;
  }

  html :is(.md\:order-2) {
    order: 2;
  }

  html :is(.md\:-mx-8) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  html :is(.md\:ml-6) {
    margin-left: 1.5rem;
  }

  html :is(.md\:ml-auto) {
    margin-left: auto;
  }

  html :is(.md\:mt-0) {
    margin-top: 0px;
  }

  html :is(.md\:mt-24) {
    margin-top: 6rem;
  }

  html :is(.md\:block) {
    display: block;
  }

  html :is(.md\:flex) {
    display: flex;
  }

  html :is(.md\:grid) {
    display: grid;
  }

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

  html :is(.md\:h-full) {
    height: 100%;
  }

  html :is(.md\:max-h-90-screen) {
    max-height: 90vh;
  }

  html :is(.md\:w-1\/2) {
    width: 50%;
  }

  html :is(.md\:w-80) {
    width: 20rem;
  }

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

  html :is(.md\:items-center) {
    align-items: center;
  }

  html :is(.md\:justify-between) {
    justify-content: space-between;
  }

  html :is(.md\:gap-8) {
    gap: 2rem;
  }

  html :is(.md\: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)));
  }

  html :is(.md\:px-4) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  html :is(.md\:py-16) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  html :is(.md\:py-28) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  html :is(.md\:py-32) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  html :is(.md\:pl-10) {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px) {
  html :is(.lg\:absolute) {
    position: absolute;
  }

  html :is(.lg\:sticky) {
    position: sticky;
  }

  html :is(.lg\:inset-0) {
    inset: 0px;
  }

  html :is(.lg\:inset-x-px) {
    left: 1px;
    right: 1px;
  }

  html :is(.lg\:-bottom-32) {
    bottom: -8rem;
  }

  html :is(.lg\:-top-48) {
    top: -12rem;
  }

  html :is(.lg\:bottom-0) {
    bottom: 0px;
  }

  html :is(.lg\:bottom-auto) {
    bottom: auto;
  }

  html :is(.lg\:left-1\/2) {
    left: 50%;
  }

  html :is(.lg\:left-8) {
    left: 2rem;
  }

  html :is(.lg\:top-4) {
    top: 1rem;
  }

  html :is(.lg\:order-last) {
    order: 9999;
  }

  html :is(.lg\:col-span-1) {
    grid-column: span 1 / span 1;
  }

  html :is(.lg\:col-span-2) {
    grid-column: span 2 / span 2;
  }

  html :is(.lg\:col-span-5) {
    grid-column: span 5 / span 5;
  }

  html :is(.lg\:col-span-7) {
    grid-column: span 7 / span 7;
  }

  html :is(.lg\:col-start-1) {
    grid-column-start: 1;
  }

  html :is(.lg\:col-start-2) {
    grid-column-start: 2;
  }

  html :is(.lg\:row-span-2) {
    grid-row: span 2 / span 2;
  }

  html :is(.lg\:row-start-1) {
    grid-row-start: 1;
  }

  html :is(.lg\:row-start-2) {
    grid-row-start: 2;
  }

  html :is(.lg\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.lg\:mx-auto) {
    margin-left: auto;
    margin-right: auto;
  }

  html :is(.lg\:-mb-14) {
    margin-bottom: -3.5rem;
  }

  html :is(.lg\:-ml-8) {
    margin-left: -2rem;
  }

  html :is(.lg\:-mr-8) {
    margin-right: -2rem;
  }

  html :is(.lg\:ml-0) {
    margin-left: 0px;
  }

  html :is(.lg\:ml-10) {
    margin-left: 2.5rem;
  }

  html :is(.lg\:ml-20) {
    margin-left: 5rem;
  }

  html :is(.lg\:ml-8) {
    margin-left: 2rem;
  }

  html :is(.lg\:mr-0) {
    margin-right: 0px;
  }

  html :is(.lg\:mt-0) {
    margin-top: 0px;
  }

  html :is(.lg\:mt-10) {
    margin-top: 2.5rem;
  }

  html :is(.lg\:mt-20) {
    margin-top: 5rem;
  }

  html :is(.lg\:mt-24) {
    margin-top: 6rem;
  }

  html :is(.lg\:block) {
    display: block;
  }

  html :is(.lg\:flex) {
    display: flex;
  }

  html :is(.lg\:grid) {
    display: grid;
  }

  html :is(.lg\:contents) {
    display: contents;
  }

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

  html :is(.lg\:aspect-\[1\/1\]) {
    aspect-ratio: 1/1;
  }

  html :is(.lg\:aspect-\[16\/9\]) {
    aspect-ratio: 16/9;
  }

  html :is(.lg\:aspect-\[3\/2\]) {
    aspect-ratio: 3/2;
  }

  html :is(.lg\:aspect-auto) {
    aspect-ratio: auto;
  }

  html :is(.lg\:h-auto) {
    height: auto;
  }

  html :is(.lg\:h-full) {
    height: 100%;
  }

  html :is(.lg\:w-1\/2) {
    width: 50%;
  }

  html :is(.lg\:w-60) {
    width: 15rem;
  }

  html :is(.lg\:w-96) {
    width: 24rem;
  }

  html :is(.lg\:w-full) {
    width: 100%;
  }

  html :is(.lg\:max-w-4xl) {
    max-width: 56rem;
  }

  html :is(.lg\:max-w-5xl) {
    max-width: 64rem;
  }

  html :is(.lg\:max-w-7xl) {
    max-width: 80rem;
  }

  html :is(.lg\:max-w-lg) {
    max-width: 32rem;
  }

  html :is(.lg\:max-w-none) {
    max-width: none;
  }

  html :is(.lg\:max-w-xl) {
    max-width: 36rem;
  }

  html :is(.lg\:flex-1) {
    flex: 1 1 0%;
  }

  html :is(.lg\:flex-none) {
    flex: none;
  }

  html :is(.lg\:flex-shrink-0) {
    flex-shrink: 0;
  }

  html :is(.lg\:shrink) {
    flex-shrink: 1;
  }

  html :is(.lg\:shrink-0) {
    flex-shrink: 0;
  }

  html :is(.lg\:grow) {
    flex-grow: 1;
  }

  html :is(.lg\:grow-0) {
    flex-grow: 0;
  }

  html :is(.lg\: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));
  }

  html :is(.lg\: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));
  }

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

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

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

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

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

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

  html :is(.lg\:flex-row) {
    flex-direction: row;
  }

  html :is(.lg\:flex-col) {
    flex-direction: column;
  }

  html :is(.lg\:items-start) {
    align-items: flex-start;
  }

  html :is(.lg\:items-center) {
    align-items: center;
  }

  html :is(.lg\:items-stretch) {
    align-items: stretch;
  }

  html :is(.lg\:justify-end) {
    justify-content: flex-end;
  }

  html :is(.lg\:justify-between) {
    justify-content: space-between;
  }

  html :is(.lg\:gap-4) {
    gap: 1rem;
  }

  html :is(.lg\:gap-5) {
    gap: 1.25rem;
  }

  html :is(.lg\:gap-8) {
    gap: 2rem;
  }

  html :is(.lg\:gap-x-12) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  html :is(.lg\:gap-x-8) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  html :is(.lg\:gap-y-10) {
    row-gap: 2.5rem;
  }

  html :is(.lg\:gap-y-16) {
    row-gap: 4rem;
  }

  html :is(.lg\:space-y-0 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  html :is(.lg\: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));
  }

  html :is(.lg\:self-center) {
    align-self: center;
  }

  html :is(.lg\:overflow-hidden) {
    overflow: hidden;
  }

  html :is(.lg\:overflow-visible) {
    overflow: visible;
  }

  html :is(.lg\:rounded-t-2xl) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  html :is(.lg\:rounded-bl-3xl) {
    border-bottom-left-radius: 1.5rem;
  }

  html :is(.lg\:rounded-tr-none) {
    border-top-right-radius: 0px;
  }

  html :is(.lg\:border-t-0) {
    border-top-width: 0px;
  }

  html :is(.lg\:bg-gray-800\/80) {
    background-color: rgb(31 41 55 / 0.8);
  }

  html :is(.lg\:bg-transparent) {
    background-color: transparent;
  }

  html :is(.lg\:p-10) {
    padding: 2.5rem;
  }

  html :is(.lg\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  html :is(.lg\:px-12) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  html :is(.lg\:px-6) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  html :is(.lg\:px-8) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  html :is(.lg\:py-16) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  html :is(.lg\:py-20) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  html :is(.lg\:py-24) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  html :is(.lg\:py-28) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  html :is(.lg\:py-32) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  html :is(.lg\:py-4) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  html :is(.lg\:py-40) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  html :is(.lg\:py-6) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  html :is(.lg\:pb-0) {
    padding-bottom: 0px;
  }

  html :is(.lg\:pb-14) {
    padding-bottom: 3.5rem;
  }

  html :is(.lg\:pb-28) {
    padding-bottom: 7rem;
  }

  html :is(.lg\:pb-56) {
    padding-bottom: 14rem;
  }

  html :is(.lg\:pb-8) {
    padding-bottom: 2rem;
  }

  html :is(.lg\:pr-0) {
    padding-right: 0px;
  }

  html :is(.lg\:pr-4) {
    padding-right: 1rem;
  }

  html :is(.lg\:pt-12) {
    padding-top: 3rem;
  }

  html :is(.lg\:pt-14) {
    padding-top: 3.5rem;
  }

  html :is(.lg\:pt-2) {
    padding-top: 0.5rem;
  }

  html :is(.lg\:pt-32) {
    padding-top: 8rem;
  }

  html :is(.lg\:pt-4) {
    padding-top: 1rem;
  }

  html :is(.lg\:pt-48) {
    padding-top: 12rem;
  }

  html :is(.lg\:text-center) {
    text-align: center;
  }

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

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

  html :is(.lg\:ring-white\/10) {
    --tw-ring-color: rgb(255 255 255 / 0.1);
  }
}

@media (min-width: 1280px) {
  html :is(.xl\:absolute) {
    position: absolute;
  }

  html :is(.xl\:inset-0) {
    inset: 0px;
  }

  html :is(.xl\:inset-y-0) {
    top: 0px;
    bottom: 0px;
  }

  html :is(.xl\:-left-10) {
    left: -2.5rem;
  }

  html :is(.xl\:-top-6) {
    top: -1.5rem;
  }

  html :is(.xl\:left-1\/2) {
    left: 50%;
  }

  html :is(.xl\:right-1\/2) {
    right: 50%;
  }

  html :is(.xl\:top-3) {
    top: 0.75rem;
  }

  html :is(.xl\:col-span-2) {
    grid-column: span 2 / span 2;
  }

  html :is(.xl\:col-span-3) {
    grid-column: span 3 / span 3;
  }

  html :is(.xl\:col-span-6) {
    grid-column: span 6 / span 6;
  }

  html :is(.xl\:col-start-2) {
    grid-column-start: 2;
  }

  html :is(.xl\:row-span-2) {
    grid-row: span 2 / span 2;
  }

  html :is(.xl\:row-start-1) {
    grid-row-start: 1;
  }

  html :is(.xl\:row-end-1) {
    grid-row-end: 1;
  }

  html :is(.xl\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  html :is(.xl\:-mb-8) {
    margin-bottom: -2rem;
  }

  html :is(.xl\:ml-0) {
    margin-left: 0px;
  }

  html :is(.xl\:ml-56) {
    margin-left: 14rem;
  }

  html :is(.xl\:mr-0) {
    margin-right: 0px;
  }

  html :is(.xl\:mr-16) {
    margin-right: 4rem;
  }

  html :is(.xl\:mr-\[calc\(50\%-12rem\)\]) {
    margin-right: calc(50% - 12rem);
  }

  html :is(.xl\:mt-0) {
    margin-top: 0px;
  }

  html :is(.xl\:grid) {
    display: grid;
  }

  html :is(.xl\:contents) {
    display: contents;
  }

  html :is(.xl\:aspect-auto) {
    aspect-ratio: auto;
  }

  html :is(.xl\:h-80) {
    height: 20rem;
  }

  html :is(.xl\:w-1\/2) {
    width: 50%;
  }

  html :is(.xl\:w-80) {
    width: 20rem;
  }

  html :is(.xl\:w-96) {
    width: 24rem;
  }

  html :is(.xl\:max-w-none) {
    max-width: none;
  }

  html :is(.xl\:flex-auto) {
    flex: 1 1 auto;
  }

  html :is(.xl\:flex-none) {
    flex: none;
  }

  html :is(.xl\:origin-center) {
    transform-origin: center;
  }

  html :is(.xl\:grid-flow-col) {
    grid-auto-flow: column;
  }

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

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

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

  html :is(.xl\:flex-row) {
    flex-direction: row;
  }

  html :is(.xl\:items-stretch) {
    align-items: stretch;
  }

  html :is(.xl\:justify-end) {
    justify-content: flex-end;
  }

  html :is(.xl\:gap-8) {
    gap: 2rem;
  }

  html :is(.xl\: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));
  }

  html :is(.xl\:p-10) {
    padding: 2.5rem;
  }

  html :is(.xl\:px-10) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  html :is(.xl\:px-16) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  html :is(.xl\:px-20) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  html :is(.xl\:py-20) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  html :is(.xl\:py-24) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  html :is(.xl\:pb-0) {
    padding-bottom: 0px;
  }

  html :is(.xl\:pb-10) {
    padding-bottom: 2.5rem;
  }

  html :is(.xl\:pt-14) {
    padding-top: 3.5rem;
  }
}
