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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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;
}

:root {
  color-scheme: light;
  --backgroundPrimary: 252 252 252;
  --backgroundSecondary: 248 248 248;
  --border: 226 226 226;
  --content1: 28 28 28;
  --content2: 88 87 87;
  --content3: 150 150 150;
  --whiteInverted: 0 0 0;
  --blackInverted: 255 255 255;
  --neutral: 105 113 119;
  --primary: 0 114 245;
  --secondary: 151 80 221;
  --success: 23 201 100;
  --error: 243 18 96;
  --warning: 255 184 0;
  --blue-1: 251 253 255;
  --blue-2: 245 250 255;
  --blue-3: 237 246 255;
  --blue-4: 225 240 255;
  --blue-5: 206 231 254;
  --blue-6: 183 217 248;
  --blue-7: 150 199 242;
  --blue-8: 94 176 239;
  --blue-9: 0 145 255;
  --blue-10: 0 129 241;
  --blue-11: 0 106 220;
  --blue-12: 0 37 77;
  --purple-1: 254 252 254;
  --purple-2: 253 250 255;
  --purple-3: 249 241 254;
  --purple-4: 243 231 252;
  --purple-5: 237 219 249;
  --purple-6: 227 204 244;
  --purple-7: 211 180 237;
  --purple-8: 190 147 228;
  --purple-9: 142 78 198;
  --purple-10: 132 69 188;
  --purple-11: 121 58 175;
  --purple-12: 43 14 68;
  --green-1: 251 254 252;
  --green-2: 242 252 245;
  --green-3: 233 249 238;
  --green-4: 221 243 228;
  --green-5: 204 235 215;
  --green-6: 180 223 196;
  --green-7: 146 206 172;
  --green-8: 91 185 140;
  --green-9: 48 164 108;
  --green-10: 41 151 100;
  --green-11: 24 121 78;
  --green-12: 21 50 38;
  --yellow-1: 253 253 249;
  --yellow-2: 255 252 232;
  --yellow-3: 255 251 209;
  --yellow-4: 255 248 187;
  --yellow-5: 254 242 164;
  --yellow-6: 249 230 140;
  --yellow-7: 239 211 108;
  --yellow-8: 235 188 0;
  --yellow-9: 245 217 10;
  --yellow-10: 247 206 0;
  --yellow-11: 148 104 0;
  --yellow-12: 53 41 15;
  --red-1: 255 252 252;
  --red-2: 255 248 248;
  --red-3: 255 239 239;
  --red-4: 255 229 229;
  --red-5: 253 216 216;
  --red-6: 249 198 198;
  --red-7: 243 174 175;
  --red-8: 235 144 145;
  --red-9: 229 72 77;
  --red-10: 220 61 67;
  --red-11: 205 43 49;
  --red-12: 56 19 22;
  --cyan-1: 250 253 254;
  --cyan-2: 242 252 253;
  --cyan-3: 231 249 251;
  --cyan-4: 216 243 246;
  --cyan-5: 196 234 239;
  --cyan-6: 170 222 230;
  --cyan-7: 132 205 218;
  --cyan-8: 61 185 207;
  --cyan-9: 5 162 194;
  --cyan-10: 8 148 179;
  --cyan-11: 12 119 146;
  --cyan-12: 4 49 60;
  --pink-1: 255 252 254;
  --pink-2: 255 247 252;
  --pink-3: 254 238 248;
  --pink-4: 252 229 243;
  --pink-5: 249 216 236;
  --pink-6: 243 198 226;
  --pink-7: 236 173 212;
  --pink-8: 227 142 195;
  --pink-9: 214 64 159;
  --pink-10: 210 49 151;
  --pink-11: 205 29 141;
  --pink-12: 59 10 42;
  --gray-1: 252 252 252;
  --gray-2: 248 248 248;
  --gray-3: 243 243 243;
  --gray-4: 237 237 237;
  --gray-5: 232 232 232;
  --gray-6: 226 226 226;
  --gray-7: 219 219 219;
  --gray-8: 199 199 199;
  --gray-9: 143 143 143;
  --gray-10: 133 133 133;
  --gray-11: 111 111 111;
  --gray-12: 23 23 23;
  --slate-1: 251 252 253;
  --slate-2: 248 249 250;
  --slate-3: 241 243 245;
  --slate-4: 236 238 240;
  --slate-5: 230 232 235;
  --slate-6: 223 227 230;
  --slate-7: 215 219 223;
  --slate-8: 193 200 205;
  --slate-9: 136 144 150;
  --slate-10: 126 134 140;
  --slate-11: 104 112 118;
  --slate-12: 17 24 28;
}

@media (prefers-color-scheme:dark) {
  :root,[data-theme=dark] {
    color-scheme: dark;
    --backgroundPrimary: 22 22 22;
    --backgroundSecondary: 28 28 28;
    --border: 52 52 52;
    --content1: 232 232 232;
    --content2: 186 186 186;
    --content3: 118 118 118;
    --whiteInverted: 255 255 255;
    --blackInverted: 0 0 0;
    --neutral: 105 113 119;
    --primary: 0 114 245;
    --secondary: 151 80 221;
    --success: 23 201 100;
    --error: 243 18 96;
    --warning: 255 184 0;
    --blue-1: 15 23 32;
    --blue-2: 15 27 45;
    --blue-3: 16 36 62;
    --blue-4: 16 42 76;
    --blue-5: 15 48 88;
    --blue-6: 13 56 104;
    --blue-7: 10 68 129;
    --blue-8: 9 84 165;
    --blue-9: 0 145 255;
    --blue-10: 54 158 255;
    --blue-11: 82 169 255;
    --blue-12: 234 246 255;
    --green-1: 13 25 18;
    --green-2: 12 31 23;
    --green-3: 15 41 30;
    --green-4: 17 49 35;
    --green-5: 19 57 41;
    --green-6: 22 68 48;
    --green-7: 27 84 58;
    --green-8: 35 110 74;
    --green-9: 48 164 108;
    --green-10: 60 177 121;
    --green-11: 76 195 138;
    --green-12: 229 251 235;
    --purple-1: 27 20 29;
    --purple-2: 34 21 39;
    --purple-3: 48 26 58;
    --purple-4: 58 30 72;
    --purple-5: 67 33 85;
    --purple-6: 78 38 103;
    --purple-7: 95 45 132;
    --purple-8: 121 56 178;
    --purple-9: 142 78 198;
    --purple-10: 157 91 210;
    --purple-11: 191 122 240;
    --purple-12: 247 236 252;
    --yellow-1: 28 21 0;
    --yellow-2: 34 26 0;
    --yellow-3: 44 33 0;
    --yellow-4: 53 40 0;
    --yellow-5: 62 48 0;
    --yellow-6: 73 60 0;
    --yellow-7: 89 74 5;
    --yellow-8: 112 94 0;
    --yellow-9: 245 217 10;
    --yellow-10: 255 239 92;
    --yellow-11: 240 192 0;
    --yellow-12: 255 250 209;
    --red-1: 31 19 21;
    --red-2: 41 20 21;
    --red-3: 60 24 26;
    --red-4: 72 26 29;
    --red-5: 84 27 31;
    --red-6: 103 30 34;
    --red-7: 130 32 37;
    --red-8: 170 36 41;
    --red-9: 229 72 77;
    --red-10: 242 85 90;
    --red-11: 255 99 105;
    --red-12: 254 236 238;
    --cyan-1: 7 25 29;
    --cyan-2: 6 30 36;
    --cyan-3: 7 40 48;
    --cyan-4: 7 48 59;
    --cyan-5: 7 56 68;
    --cyan-6: 6 65 80;
    --cyan-7: 4 80 99;
    --cyan-8: 0 100 125;
    --cyan-9: 5 162 194;
    --cyan-10: 0 177 204;
    --cyan-11: 0 194 215;
    --cyan-12: 225 248 250;
    --pink-1: 31 18 27;
    --pink-2: 39 20 33;
    --pink-3: 58 24 47;
    --pink-4: 69 26 55;
    --pink-5: 80 27 63;
    --pink-6: 96 29 72;
    --pink-7: 122 29 90;
    --pink-8: 167 24 115;
    --pink-9: 214 64 159;
    --pink-10: 227 75 169;
    --pink-11: 246 92 182;
    --pink-12: 254 235 247;
    --gray-1: 22 22 22;
    --gray-2: 28 28 28;
    --gray-3: 35 35 35;
    --gray-4: 40 40 40;
    --gray-5: 46 46 46;
    --gray-6: 52 52 52;
    --gray-7: 62 62 62;
    --gray-8: 80 80 80;
    --gray-9: 112 112 112;
    --gray-10: 126 126 126;
    --gray-11: 160 160 160;
    --gray-12: 237 237 237;
    --slate-1: 21 23 24;
    --slate-2: 26 29 30;
    --slate-3: 32 36 37;
    --slate-4: 38 41 43;
    --slate-5: 43 47 49;
    --slate-6: 49 53 56;
    --slate-7: 58 63 66;
    --slate-8: 76 81 85;
    --slate-9: 105 113 119;
    --slate-10: 120 127 133;
    --slate-11: 155 161 166;
    --slate-12: 236 237 238;
  }
}

[data-theme=light] {
  color-scheme: light;
  --backgroundPrimary: 252 252 252;
  --backgroundSecondary: 248 248 248;
  --border: 226 226 226;
  --content1: 28 28 28;
  --content2: 88 87 87;
  --content3: 150 150 150;
  --whiteInverted: 0 0 0;
  --blackInverted: 255 255 255;
  --neutral: 105 113 119;
  --primary: 0 114 245;
  --secondary: 151 80 221;
  --success: 23 201 100;
  --error: 243 18 96;
  --warning: 255 184 0;
  --blue-1: 251 253 255;
  --blue-2: 245 250 255;
  --blue-3: 237 246 255;
  --blue-4: 225 240 255;
  --blue-5: 206 231 254;
  --blue-6: 183 217 248;
  --blue-7: 150 199 242;
  --blue-8: 94 176 239;
  --blue-9: 0 145 255;
  --blue-10: 0 129 241;
  --blue-11: 0 106 220;
  --blue-12: 0 37 77;
  --purple-1: 254 252 254;
  --purple-2: 253 250 255;
  --purple-3: 249 241 254;
  --purple-4: 243 231 252;
  --purple-5: 237 219 249;
  --purple-6: 227 204 244;
  --purple-7: 211 180 237;
  --purple-8: 190 147 228;
  --purple-9: 142 78 198;
  --purple-10: 132 69 188;
  --purple-11: 121 58 175;
  --purple-12: 43 14 68;
  --green-1: 251 254 252;
  --green-2: 242 252 245;
  --green-3: 233 249 238;
  --green-4: 221 243 228;
  --green-5: 204 235 215;
  --green-6: 180 223 196;
  --green-7: 146 206 172;
  --green-8: 91 185 140;
  --green-9: 48 164 108;
  --green-10: 41 151 100;
  --green-11: 24 121 78;
  --green-12: 21 50 38;
  --yellow-1: 253 253 249;
  --yellow-2: 255 252 232;
  --yellow-3: 255 251 209;
  --yellow-4: 255 248 187;
  --yellow-5: 254 242 164;
  --yellow-6: 249 230 140;
  --yellow-7: 239 211 108;
  --yellow-8: 235 188 0;
  --yellow-9: 245 217 10;
  --yellow-10: 247 206 0;
  --yellow-11: 148 104 0;
  --yellow-12: 53 41 15;
  --red-1: 255 252 252;
  --red-2: 255 248 248;
  --red-3: 255 239 239;
  --red-4: 255 229 229;
  --red-5: 253 216 216;
  --red-6: 249 198 198;
  --red-7: 243 174 175;
  --red-8: 235 144 145;
  --red-9: 229 72 77;
  --red-10: 220 61 67;
  --red-11: 205 43 49;
  --red-12: 56 19 22;
  --cyan-1: 250 253 254;
  --cyan-2: 242 252 253;
  --cyan-3: 231 249 251;
  --cyan-4: 216 243 246;
  --cyan-5: 196 234 239;
  --cyan-6: 170 222 230;
  --cyan-7: 132 205 218;
  --cyan-8: 61 185 207;
  --cyan-9: 5 162 194;
  --cyan-10: 8 148 179;
  --cyan-11: 12 119 146;
  --cyan-12: 4 49 60;
  --pink-1: 255 252 254;
  --pink-2: 255 247 252;
  --pink-3: 254 238 248;
  --pink-4: 252 229 243;
  --pink-5: 249 216 236;
  --pink-6: 243 198 226;
  --pink-7: 236 173 212;
  --pink-8: 227 142 195;
  --pink-9: 214 64 159;
  --pink-10: 210 49 151;
  --pink-11: 205 29 141;
  --pink-12: 59 10 42;
  --gray-1: 252 252 252;
  --gray-2: 248 248 248;
  --gray-3: 243 243 243;
  --gray-4: 237 237 237;
  --gray-5: 232 232 232;
  --gray-6: 226 226 226;
  --gray-7: 219 219 219;
  --gray-8: 199 199 199;
  --gray-9: 143 143 143;
  --gray-10: 133 133 133;
  --gray-11: 111 111 111;
  --gray-12: 23 23 23;
  --slate-1: 251 252 253;
  --slate-2: 248 249 250;
  --slate-3: 241 243 245;
  --slate-4: 236 238 240;
  --slate-5: 230 232 235;
  --slate-6: 223 227 230;
  --slate-7: 215 219 223;
  --slate-8: 193 200 205;
  --slate-9: 136 144 150;
  --slate-10: 126 134 140;
  --slate-11: 104 112 118;
  --slate-12: 17 24 28;
}

[data-theme=dark] {
  color-scheme: dark;
  --backgroundPrimary: 22 22 22;
  --backgroundSecondary: 28 28 28;
  --border: 52 52 52;
  --content1: 232 232 232;
  --content2: 186 186 186;
  --content3: 118 118 118;
  --whiteInverted: 255 255 255;
  --blackInverted: 0 0 0;
  --neutral: 105 113 119;
  --primary: 0 114 245;
  --secondary: 151 80 221;
  --success: 23 201 100;
  --error: 243 18 96;
  --warning: 255 184 0;
  --blue-1: 15 23 32;
  --blue-2: 15 27 45;
  --blue-3: 16 36 62;
  --blue-4: 16 42 76;
  --blue-5: 15 48 88;
  --blue-6: 13 56 104;
  --blue-7: 10 68 129;
  --blue-8: 9 84 165;
  --blue-9: 0 145 255;
  --blue-10: 54 158 255;
  --blue-11: 82 169 255;
  --blue-12: 234 246 255;
  --green-1: 13 25 18;
  --green-2: 12 31 23;
  --green-3: 15 41 30;
  --green-4: 17 49 35;
  --green-5: 19 57 41;
  --green-6: 22 68 48;
  --green-7: 27 84 58;
  --green-8: 35 110 74;
  --green-9: 48 164 108;
  --green-10: 60 177 121;
  --green-11: 76 195 138;
  --green-12: 229 251 235;
  --purple-1: 27 20 29;
  --purple-2: 34 21 39;
  --purple-3: 48 26 58;
  --purple-4: 58 30 72;
  --purple-5: 67 33 85;
  --purple-6: 78 38 103;
  --purple-7: 95 45 132;
  --purple-8: 121 56 178;
  --purple-9: 142 78 198;
  --purple-10: 157 91 210;
  --purple-11: 191 122 240;
  --purple-12: 247 236 252;
  --yellow-1: 28 21 0;
  --yellow-2: 34 26 0;
  --yellow-3: 44 33 0;
  --yellow-4: 53 40 0;
  --yellow-5: 62 48 0;
  --yellow-6: 73 60 0;
  --yellow-7: 89 74 5;
  --yellow-8: 112 94 0;
  --yellow-9: 245 217 10;
  --yellow-10: 255 239 92;
  --yellow-11: 240 192 0;
  --yellow-12: 255 250 209;
  --red-1: 31 19 21;
  --red-2: 41 20 21;
  --red-3: 60 24 26;
  --red-4: 72 26 29;
  --red-5: 84 27 31;
  --red-6: 103 30 34;
  --red-7: 130 32 37;
  --red-8: 170 36 41;
  --red-9: 229 72 77;
  --red-10: 242 85 90;
  --red-11: 255 99 105;
  --red-12: 254 236 238;
  --cyan-1: 7 25 29;
  --cyan-2: 6 30 36;
  --cyan-3: 7 40 48;
  --cyan-4: 7 48 59;
  --cyan-5: 7 56 68;
  --cyan-6: 6 65 80;
  --cyan-7: 4 80 99;
  --cyan-8: 0 100 125;
  --cyan-9: 5 162 194;
  --cyan-10: 0 177 204;
  --cyan-11: 0 194 215;
  --cyan-12: 225 248 250;
  --pink-1: 31 18 27;
  --pink-2: 39 20 33;
  --pink-3: 58 24 47;
  --pink-4: 69 26 55;
  --pink-5: 80 27 63;
  --pink-6: 96 29 72;
  --pink-7: 122 29 90;
  --pink-8: 167 24 115;
  --pink-9: 214 64 159;
  --pink-10: 227 75 169;
  --pink-11: 246 92 182;
  --pink-12: 254 235 247;
  --gray-1: 22 22 22;
  --gray-2: 28 28 28;
  --gray-3: 35 35 35;
  --gray-4: 40 40 40;
  --gray-5: 46 46 46;
  --gray-6: 52 52 52;
  --gray-7: 62 62 62;
  --gray-8: 80 80 80;
  --gray-9: 112 112 112;
  --gray-10: 126 126 126;
  --gray-11: 160 160 160;
  --gray-12: 237 237 237;
  --slate-1: 21 23 24;
  --slate-2: 26 29 30;
  --slate-3: 32 36 37;
  --slate-4: 38 41 43;
  --slate-5: 43 47 49;
  --slate-6: 49 53 56;
  --slate-7: 58 63 66;
  --slate-8: 76 81 85;
  --slate-9: 105 113 119;
  --slate-10: 120 127 133;
  --slate-11: 155 161 166;
  --slate-12: 236 237 238;
}

*,:after,:before {
  --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-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: rgba(59,130,246,.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-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: rgba(59,130,246,.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:  ;
}

html {
  -webkit-tap-highlight-color: transparent;
}

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

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

.prose :where([class~="lead"]):not(:where([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"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

.prose :where(ol):not(:where([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"] *)) {
  list-style-type: upper-alpha;
}

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

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

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

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

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

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

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

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

.prose :where(ul):not(:where([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"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

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

.prose :where(hr):not(:where([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"] *)) {
  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"] *))::before {
  content: open-quote;
}

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

.prose :where(h1):not(:where([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"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([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"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([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"] *)) {
  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"] *))::before {
  content: none;
}

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

.prose :where(table):not(:where([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"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([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"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

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

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

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

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

.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-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-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(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(tbody td, tfoot td):not(:where([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"] *)) {
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgb(var(--gray-3)/var(--tw-bg-opacity));
  border-radius: .75rem;
  color: rgb(var(--content1)/var(--tw-text-opacity));
  cursor: pointer;
  display: inline-flex;
  font-size: .875rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  line-height: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  transition-duration: .15s;
  transition-property: color,transform,background-color,border-color;
  transition-timing-function: ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: transform;
}

.btn:focus {
  outline-width: 2px;
}

.btn:focus-visible {
  outline-color: rgb(var(--gray-6));
  outline-offset: 2px;
  outline-style: solid;
}

.btn:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn:where(.btn-primary,.btn-secondary,.btn-success,.btn-error,.btn-warning) {
  --tw-text-opacity: 1;
  border-style: none;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--primary)/var(--tw-bg-opacity));
}

.btn-primary:focus-visible {
  outline-color: rgb(var(--primary));
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

@keyframes spin {
  to {
    content: var(--tw-content);
    transform: rotate(1turn);
  }
}

.input {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(var(--gray-1)/var(--tw-bg-opacity));
  border-color: rgb(var(--gray-6)/var(--tw-border-opacity));
  border-radius: .75rem;
  border-width: 2px;
  color: rgb(var(--content1)/var(--tw-text-opacity));
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1.5rem;
  max-width: 20rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
}

.input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--content3)/var(--tw-text-opacity));
}

.input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--content3)/var(--tw-text-opacity));
}

.input:disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox {
  --checkbox-bg: rgb(var(--gray-1));
  --checkbox-border: rgb(var(--gray-6));
  --checkbox-bg-checked: rgb(var(--primary));
  --checkbox-border-checked: rgb(var(--primary));
  --checkbox-border-hover: rgb(var(--gray-7));
  --checkbox-bg-hover: rgb(var(--gray-3));
  --checkline-color: #fff;
  accent-color: rgb(var(--backgroundPrimary));
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--checkbox-bg);
  border-color: var(--checkbox-border);
  border-radius: .375rem;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  margin: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  transition: background .3s,border-color .3s,box-shadow .2s;
  vertical-align: top;
  width: 1.25rem;
}

.checkbox:focus {
  outline-width: 2px;
}

.checkbox:focus-visible {
  outline-color: rgb(var(--primary));
  outline-offset: 2px;
  outline-style: solid;
}

.checkbox:after {
  --tw-content: "";
  content: var(--tw-content);
  display: block;
  left: 7px;
  position: absolute;
  top: 4px;
  transition: transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s);
  border-color: var(--checkline-color);
  border-width: 0 2px 2px 0;
  height: 9px;
  opacity: var(--o,0);
  transform: rotate(var(--r,20deg));
  width: 5px;
}

.checkbox:checked {
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2,0.85,0.32,1.2);
  --o: 1;
  --r: 43deg;
  background-color: var(--checkbox-bg-checked);
  border-color: var(--checkbox-border-checked);
}

.checkbox:disabled {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-7)/var(--tw-bg-opacity));
  border-color: rgb(var(--gray-7)/var(--tw-border-opacity));
  cursor: not-allowed;
  opacity: 0.5;
}

.checkbox:disabled+label {
  cursor: not-allowed;
}

.checkbox:hover:not(:checked):not(:disabled) {
  background-color: var(--checkbox-bg-hover);
  border-color: var(--checkbox-border-hover);
}

.checkbox.checkbox-xs:after {
  height: 8px;
  left: 2.5px;
  top: .5px;
  width: 5px;
}

.checkbox.checkbox-sm:after {
  height: 8px;
  left: 5px;
  top: 2px;
  width: 5px;
}

.checkbox.checkbox-md:after {
  height: 9px;
  left: 7px;
  top: 4px;
  width: 5px;
}

.checkbox.checkbox-lg:after {
  height: 12px;
  left: 9px;
  top: 4px;
  width: 6px;
}

.checkbox.checkbox-xl:after {
  height: 14px;
  left: 10px;
  top: 5px;
  width: 6px;
}

.btn-group>.btn:not(.btn-active):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-4)/var(--tw-bg-opacity));
}

.btn-group>.btn:not(.btn-active):active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-5)/var(--tw-bg-opacity));
}

.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-5)/var(--tw-bg-opacity));
}

.dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
}

.dropdown-menu {
  --tw-translate-y: -0.5rem;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  --tw-bg-opacity: 1;
  --tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  background-color: rgb(var(--gray-3)/var(--tw-bg-opacity));
  border-radius: .75rem;
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  opacity: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: absolute;
  right: 0;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin: top right;
  transition-duration: .15s;
  transition-property: transform,opacity,visibility;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  visibility: hidden;
  width: 14rem;
  will-change: transform;
  z-index: 49;
}

.dropdown-item,.dropdown-menu {
  display: flex;
  flex-direction: column;
  padding: .5rem;
}

.dropdown-item {
  border-radius: 5px;
  cursor: pointer;
  transition: transform .12s ease;
  width: 100%;
}

.dropdown-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-4)/var(--tw-bg-opacity));
}

.dropdown-item:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-5)/var(--tw-bg-opacity));
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dropdown-item.dropdown-active {
  transition-property: none;
}

.dropdown-item.dropdown-active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-5)/var(--tw-bg-opacity));
}

.dropdown-item.dropdown-active:active {
  --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));
}

.dropdown-menu-bottom-right {
  --tw-translate-y: -0.5rem;
  left: 0;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin: top left;
  visibility: hidden;
}

.dropdown-hover:hover .dropdown-menu,.dropdown-hover:hover .dropdown-menu-bottom-left,.dropdown-hover:hover .dropdown-menu-bottom-right,.dropdown.dropdown-open .dropdown-menu,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-bottom-left,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-bottom-right,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-bottom-left,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-bottom-right {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 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));
  visibility: visible;
}

.dropdown-hover:hover .dropdown-menu-top-left,.dropdown-hover:hover .dropdown-menu-top-right,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-top-left,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-top-right,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-top-left,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-top-right {
  --tw-translate-x: 0px;
  --tw-translate-y: -0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 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));
  visibility: visible;
}

.dropdown-hover:hover .dropdown-menu-right,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-right,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-right {
  --tw-translate-x: 0px;
  --tw-translate-y: -50%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  bottom: auto;
  opacity: 1;
  right: auto;
  top: 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));
  visibility: visible;
}

.dropdown-hover:hover .dropdown-menu-left,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-left,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-left {
  --tw-translate-x: 0px;
  --tw-translate-y: -50%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  bottom: auto;
  left: auto;
  opacity: 1;
  top: 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));
  visibility: visible;
}

.dropdown-hover:hover .dropdown-menu-left-bottom,.dropdown-hover:hover .dropdown-menu-right-bottom,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-left-bottom,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-right-bottom,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-left-bottom,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-right-bottom {
  --tw-translate-x: 0px;
  --tw-translate-y: -2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 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));
  visibility: visible;
}

.dropdown-hover:hover .dropdown-menu-left-top,.dropdown-hover:hover .dropdown-menu-right-top,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-left-top,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-right-top,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-left-top,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-right-top {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 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));
  visibility: visible;
}

.dropdown-hover:hover .dropdown-menu-bottom-center,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-bottom-center,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-bottom-center {
  --tw-translate-x: -50%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 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));
  visibility: visible;
}

.dropdown-hover:hover .dropdown-menu-top-center,.dropdown.dropdown-open .dropdown-menu.dropdown-menu-top-center,.dropdown:not(.dropdown-hover):where(:focus,:focus-within) .dropdown-menu-top-center {
  --tw-translate-x: -50%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 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));
  visibility: visible;
}

.card,.table.table-hover>tbody>tr:hover>td,.table.table-hover>tbody>tr:hover>th,.table.table-zebra>tbody>tr:nth-child(2n)>td,.table.table-zebra>tbody>tr:nth-child(2n)>th {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-3)/var(--tw-bg-opacity));
}

.card {
  --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
  border-radius: .75rem;
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  display: flex;
  flex-direction: column;
  gap: .5rem;
  max-width: 24rem;
  width: 100%;
}

.card.card-image-cover img:first-child {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  height: auto;
  max-width: 100%;
}

.card.card-image-cover img:last-child {
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem;
  height: auto;
  max-width: 100%;
}

.card-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.75rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 2rem;
}

.card-footer {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card.card-image-cover:not(:has(.card-header),:has(.card-body),:has(.card-footer)) img {
  border-radius: .5rem;
}

.pagination .btn {
  border-color: transparent;
  border-width: 1px;
  min-width: 2.5rem;
  padding: .5rem 0;
}

.pagination .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-4)/var(--tw-bg-opacity));
}

.pagination .btn.btn-active,.pagination input:checked+.btn {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(var(--primary)/var(--tw-bg-opacity));
  border-color: rgb(var(--primary)/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.pagination input:disabled+.btn {
  opacity: 0.5;
  pointer-events: none;
}

.pagination.pagination-compact .btn {
  border-color: transparent;
}

.pagination.pagination-bordered .btn {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-6)/var(--tw-border-opacity));
  border-width: 1px;
}

.pagination.pagination-bordered .btn.btn-active {
  --tw-border-opacity: 1;
  border-color: rgb(var(--primary)/var(--tw-border-opacity));
}

.pagination.pagination-compact :where(.btn:first-of-type) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination.pagination-compact :where(.btn:last-of-type) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination.pagination-compact :where(.btn:not(:first-of-type):not(:last-of-type)) {
  border-radius: 0;
}

.pagination.pagination-rounded .btn {
  border-radius: 9999px;
}

@keyframes skeletonWave {
  0% {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@keyframes skeletonPulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes indeterminate-progress-bar {
  0% {
    left: -50%;
  }

  to {
    left: 100%;
  }
}

.menu {
  width: 100%;
}

.menu,.menu-section {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: .375rem;
}

.menu-item {
  --tw-text-opacity: 1;
  align-items: center;
  border-radius: .5rem;
  color: rgb(var(--content1)/var(--tw-text-opacity));
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: .875rem;
  gap: .5rem;
  line-height: 1.25rem;
  padding: .5rem 1rem;
  transition-duration: .15s;
  transition-property: transform,opacity,visibility;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: transform;
}

.menu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-4)/var(--tw-bg-opacity));
}

.menu-item:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-5)/var(--tw-bg-opacity));
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-item.menu-active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-5)/var(--tw-bg-opacity));
  transition-property: none;
}

.menu-item.menu-active:active {
  --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));
}

.menu-toggle {
  display: none;
}

.menu-item-collapse {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: padding .15s,grid-template-rows .15s;
}

.menu-toggle:checked~.menu-item-collapse {
  border-style: none;
  grid-template-rows: 1fr;
}

.menu-item:focus-within~.menu-item-collapse {
  border-style: none;
  grid-template-rows: 1fr;
}

.menu-icon {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.menu-toggle:checked~.menu-item .menu-icon {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spinner-ring-stretch {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,200;
    stroke-dashoffset: -35px;
  }

  to {
    stroke-dashoffset: -124px;
  }
}

@keyframes spinner-pulse {
  0%,to {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }
}

@keyframes jump {
  0%,to {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-200%);
  }
}

@keyframes pulse {
  0%,to {
    opacity: 0.5;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes circle-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes flash {
  0% {
    background-color: var(--spinner-color-opacity);
    box-shadow: var(--calculation-1) 0 var(--spinner-color-opacity),var(--calculation-2) 0 rgb(var(--spinner-color));
  }

  50% {
    background-color: rgb(var(--spinner-color));
    box-shadow: var(--calculation-1) 0 var(--spinner-color-opacity),var(--calculation-2) 0 var(--spinner-color-opacity);
  }

  to {
    background-color: var(--spinner-color-opacity);
    box-shadow: var(--calculation-1) 0 rgb(var(--spinner-color)),var(--calculation-2) 0 var(--spinner-color-opacity);
  }
}

.navbar {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
  align-items: center;
  background-color: rgb(var(--gray-1)/var(--tw-bg-opacity));
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  display: flex;
  padding: .625rem .5rem;
  width: 100%;
}

@media (min-width:640px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.navbar-no-boxShadow {
  --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);
}

.navbar-start {
  justify-content: flex-start;
}

.navbar-center,.navbar-start {
  align-items: center;
  display: flex;
  gap: .25rem;
  width: 100%;
}

.navbar-center {
  justify-content: center;
}

.navbar-end {
  justify-content: flex-end;
  width: 100%;
}

.navbar-brand,.navbar-end {
  align-items: center;
  display: flex;
  gap: .25rem;
}

.navbar-item {
  --tw-text-opacity: 1;
  border-radius: .5rem;
  color: rgb(var(--content1)/var(--tw-text-opacity));
  cursor: pointer;
  padding: .5rem .75rem;
  transition-duration: .15s;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.navbar-item:not(.navbar-active):hover {
  --tw-text-opacity: 1;
  color: rgb(var(--content2)/var(--tw-text-opacity));
}

.navbar:not(:has(.navbar-end)) .navbar-center {
  align-items: flex-start;
  justify-content: flex-start;
}

.navbar:not(:has(.navbar-start)) .navbar-center {
  align-items: center;
  align-items: flex-end;
  justify-content: center;
  justify-content: flex-end;
}

.navbar:not(:has(.navbar-start,.navbar-end)) .navbar-center {
  align-items: center;
  justify-content: center;
}

.link {
  align-items: center;
  color: rgb(var(--content1)/var(--tw-text-opacity));
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-duration: .15s;
  transition-property: color,background-color,transform,underline;
}

.link,.link:hover {
  --tw-text-opacity: 1;
}

.link:hover {
  color: rgb(var(--content2)/var(--tw-text-opacity));
}

.link:focus-visible {
  outline-color: rgb(var(--gray-6));
  outline-offset: 2px;
  outline-width: 2px;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

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

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

.m-2 {
  margin: 0.5rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.h-4 {
  height: 1rem;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}

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

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.gap-8 {
  gap: 2rem;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.bg-backgroundPrimary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--backgroundPrimary) / var(--tw-bg-opacity));
}

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

.bg-\[url\(\'\/img\/aussicht_1\.jpg\'\)\] {
  background-image: url('/img/aussicht_1.jpg');
}

.bg-cover {
  background-size: cover;
}

.stroke-content3 {
  stroke: rgb(var(--content3));
}

.p-10 {
  padding: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.text-center {
  text-align: center;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-content2 {
  --tw-text-opacity: 1;
  color: rgb(var(--content2) / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:prose-lg :where(pre):not(:where([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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

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

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

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

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

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:hidden {
    display: none;
  }
}