/* @import "tailwindcss"; */

/* @tailwind base;
@tailwind components;
@tailwind utilities; */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 360px) {
  .\!container {
    max-width: 360px !important;
  }

  .container {
    max-width: 360px;
  }
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1600px) {
  .\!container {
    max-width: 1600px !important;
  }

  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1920px) {
  .\!container {
    max-width: 1920px !important;
  }

  .container {
    max-width: 1920px;
  }
}

.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-inline-start: 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-inline-start: 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-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 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;
  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-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 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(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.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(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-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p: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-inline-start: 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-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 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-inline-start: 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-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 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-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 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-inline-start: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p: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-inline-start: 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-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 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-base {
  font-size: 1rem;
  line-height: 1.75;
}

.prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :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-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.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;
}

.prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.0666667em;
}

.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;
}

.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;
}

.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;
}

.prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.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-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}

.prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8611111em;
}

.prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}

.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-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}

.prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}

.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.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;
}

.prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}

.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}

.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.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;
}

.prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-inline-start: 1.1111111em;
}

.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;
}

.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;
}

.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;
}

.prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.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-inline-end: 0.3333333em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.3333333em;
}

.prose-2xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8333333em;
}

.prose-2xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-2xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.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-inline-end: 1.6em;
  padding-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-2xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4166667em;
}

.prose-2xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4166667em;
}

.prose-2xl :where(.prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.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;
}

.prose-2xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-2xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.8em;
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-2xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl :where(.prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(.prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-1\/2 {
  bottom: 50%;
}

.left-0 {
  left: 0px;
}

.left-\[10px\] {
  left: 10px;
}

.right-\[10px\] {
  right: 10px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[0\.486486\] {
  aspect-ratio: 0.486486;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-16 {
  height: 4rem;
}

.h-\[198px\] {
  height: 198px;
}

.h-\[576px\] {
  height: 576px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-3 {
  width: 0.75rem;
}

.w-64 {
  width: 16rem;
}

.w-\[1408px\] {
  width: 1408px;
}

.w-\[24px\] {
  width: 24px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-full {
  max-width: 100%;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[var\(--border-lighter-gray\)\] {
  border-color: var(--border-lighter-gray);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.\!bg-\[var\(--surface-primary-accent\)\] {
  background-color: var(--surface-primary-accent) !important;
}

.bg-\[var\(--border-light-gray\)\] {
  background-color: var(--border-light-gray);
}

.bg-\[var\(--border-lighter-gray\)\] {
  background-color: var(--border-lighter-gray);
}

.bg-\[var\(--main-background\)\] {
  background-color: var(--main-background);
}

.bg-\[var\(--surface-primary\)\] {
  background-color: var(--surface-primary);
}

.bg-\[var\(--surface-primary-accent\)\] {
  background-color: var(--surface-primary-accent);
}

.bg-\[var\(--surface-white\)\] {
  background-color: var(--surface-white);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[5px\] {
  padding: 5px;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[var\(--main-content-x-padding\)\] {
  padding-left: var(--main-content-x-padding);
  padding-right: var(--main-content-x-padding);
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-\[124px\] {
  padding-bottom: 124px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.capitalize {
  text-transform: capitalize;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-3 {
  line-height: .75rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.text-\[var\(--border-gray\)\] {
  color: var(--border-gray);
}

.text-\[var\(--text-accent\)\] {
  color: var(--text-accent);
}

.text-\[var\(--text-inverted\)\] {
  color: var(--text-inverted);
}

.text-\[var\(--text-primary\)\] {
  color: var(--text-primary);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[var\(--text-secondary\)\] {
  color: var(--text-secondary);
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.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);
}

.grayscale {
  --tw-grayscale: grayscale(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);
}

.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);
}

.instrument-sans-font {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  /* font-weight: 400; */
  font-style: normal;
  /* font-variation-settings: "wdth" 100; */
}

body {
  /* base screen resolution variables */
  --screen-1920: 1920px;
  --screen-1600: 1600px;
  --screen-1440: 1440px;
  --screen-1280: 1280px;
  --screen-1024: 1024px;
  --screen-768: 768px;
  --screen-360: 360px;
  /* base responsive variables */
  --screen-size: var(--screen-360);
  --main-content-x-padding: 16px;
  /* --screen-size: var(--screen-1920);
	--main-content-x-padding: 256px; */
  /* --main-content-width: 1408px; */
  --col-gap: 16px;
  --header-height: 80px;
  --hero-banner-width: 360;
  --hero-banner-height:740;
  /* --header-height: 80px;
	--hero-banner-width: 1920;
	--hero-banner-height: 1080; */
  /* derived responsive variables */
  --main-content-width: calc(var(--screen-size) - 2 * var(--main-content-x-padding));
  --col-width: calc((var(--main-content-width) - var(--col-gap) * 11) / 12);
  --hero-banner-aspect-ratio: calc(var(--hero-banner-width) / var(--hero-banner-height));
  --hero-banner-content-height: calc(100vw * var(--hero-banner-aspect-ratio) - var(--header-height));
  /* 12 columns with 56px gap at 1920px resolution's 1408px content width */
  /* --col1: 66px;
	--col2: 188px;
	--col3: 310px;
	--col4: 432px;
	--col5: 554px;
	--col6: 676px;
	--col7: 798px;
	--col8: 920px;
	--col9: 1042px;
	--col10: 1164px;
	--col11: 1286px;
	--col12: 1408px; */
  --col1: calc(1 * var(--col-width) + (1 - 1) * var(--col-gap));
  --col2: calc(2 * var(--col-width) + (2 - 1) * var(--col-gap));
  --col3: calc(3 * var(--col-width) + (3 - 1) * var(--col-gap));
  --col4: calc(4 * var(--col-width) + (4 - 1) * var(--col-gap));
  --col5: calc(5 * var(--col-width) + (5 - 1) * var(--col-gap));
  --col6: calc(6 * var(--col-width) + (6 - 1) * var(--col-gap));
  --col7: calc(7 * var(--col-width) + (7 - 1) * var(--col-gap));
  --col8: calc(8 * var(--col-width) + (8 - 1) * var(--col-gap));
  --col9: calc(9 * var(--col-width) + (9 - 1) * var(--col-gap));
  --col10: calc(10 * var(--col-width) + (10 - 1) * var(--col-gap));
  --col11: calc(11 * var(--col-width) + (11 - 1) * var(--col-gap));
  --col12: calc(12 * var(--col-width) + (12 - 1) * var(--col-gap));
}

.main-content-width {
  /* width: var(--main-content-width); */
  max-width: var(--main-content-width);
}

.main-side-padding {
  padding-left: var(--main-content-x-padding);
  padding-right: var(--main-content-x-padding);
}

@media screen and (min-width: 360px) {
  body {
    --screen-size: var(--screen-360);
    --header-height: 64px;
    --main-content-x-padding: 16px;
    /* --main-content-width: 328px; */
    --hero-banner-width: 360;
    --hero-banner-height: 740;
    --col-gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  body {
    --screen-size: var(--screen-768);
    --main-content-x-padding: 48px;
    /* --main-content-width: 672px; */
    --hero-banner-width: 768;
    --hero-banner-height: 1024;
    --col-gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  body {
    --screen-size: var(--screen-1024);
    --main-content-x-padding: 16px;
    /* --main-content-width: 992px; */
    --col-gap: 56px;
    --hero-banner-width: 1920;
    --hero-banner-height: 1080;
  }
}

@media screen and (min-width: 1280px) {
  body {
    --screen-size: var(--screen-1280);
    --main-content-x-padding: 38px;
    /* --main-content-width: 1204px; */
    /* --hero-banner-width: 1920;
		--hero-banner-height: 1080; */
    --col-gap: 56px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --screen-size: var(--screen-1440);
    --main-content-x-padding: 118px;
    /* --main-content-width: 1204px; */
    --col-gap: 56px;
  }
}

@media screen and (min-width: 1600px) {
  body {
    --screen-size: var(--screen-1600);
    --main-content-x-padding: 256px;
    /* --main-content-width: 1408px; */
    --col-gap: 56px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --screen-size: var(--screen-1920);
    --main-content-x-padding: 256px;
    /* --main-content-width: 1408px; */
    --col-gap: 56px;
  }
}

.w-col-1 {
  flex-grow: 1;
  max-width: var(--col1);
}

.w-col-2 {
  flex-grow: 1;
  max-width: var(--col2);
}

.w-col-3 {
  flex-grow: 1;
  max-width: var(--col3);
}

.w-col-4 {
  flex-grow: 1;
  max-width: var(--col4);
}

.w-col-5 {
  flex-grow: 1;
  max-width: var(--col5);
}

.w-col-6 {
  flex-grow: 1;
  max-width: var(--col6);
}

.w-col-7 {
  flex-grow: 1;
  max-width: var(--col7);
}

.w-col-8 {
  flex-grow: 1;
  max-width: var(--col8);
}

.w-col-9 {
  flex-grow: 1;
  max-width: var(--col9);
}

.w-col-10 {
  flex-grow: 1;
  max-width: var(--col10);
}

.w-col-11 {
  flex-grow: 1;
  max-width: var(--col11);
}

.w-col-12 {
  flex-grow: 1;
  max-width: var(--col12);
}

.flex-12-col {
  display: flex;
  flex-direction: row;
  gap: var(--col-gap);
}

@media (min-width: 768px) {
  .screen-768\:w-col-1 {
    flex-grow: 1;
    max-width: var(--col1);
  }

  .screen-768\:w-col-2 {
    flex-grow: 1;
    max-width: var(--col2);
  }

  .screen-768\:w-col-3 {
    flex-grow: 1;
    max-width: var(--col3);
  }

  .screen-768\:w-col-4 {
    flex-grow: 1;
    max-width: var(--col4);
  }

  .screen-768\:w-col-5 {
    flex-grow: 1;
    max-width: var(--col5);
  }

  .screen-768\:w-col-6 {
    flex-grow: 1;
    max-width: var(--col6);
  }

  .screen-768\:w-col-7 {
    flex-grow: 1;
    max-width: var(--col7);
  }

  .screen-768\:w-col-8 {
    flex-grow: 1;
    max-width: var(--col8);
  }

  .screen-768\:w-col-9 {
    flex-grow: 1;
    max-width: var(--col9);
  }

  .screen-768\:w-col-10 {
    flex-grow: 1;
    max-width: var(--col10);
  }

  .screen-768\:w-col-11 {
    flex-grow: 1;
    max-width: var(--col11);
  }

  .screen-768\:w-col-12 {
    flex-grow: 1;
    max-width: var(--col12);
  }

  .screen-768\:flex-12-col {
    display: flex;
    flex-direction: row;
    gap: var(--col-gap);
  }
}

@media (min-width: 1024px) {
  .screen-1024\:w-col-1 {
    flex-grow: 1;
    max-width: var(--col1);
  }

  .screen-1024\:w-col-2 {
    flex-grow: 1;
    max-width: var(--col2);
  }

  .screen-1024\:w-col-3 {
    flex-grow: 1;
    max-width: var(--col3);
  }

  .screen-1024\:w-col-4 {
    flex-grow: 1;
    max-width: var(--col4);
  }

  .screen-1024\:w-col-5 {
    flex-grow: 1;
    max-width: var(--col5);
  }

  .screen-1024\:w-col-6 {
    flex-grow: 1;
    max-width: var(--col6);
  }

  .screen-1024\:w-col-7 {
    flex-grow: 1;
    max-width: var(--col7);
  }

  .screen-1024\:w-col-8 {
    flex-grow: 1;
    max-width: var(--col8);
  }

  .screen-1024\:w-col-9 {
    flex-grow: 1;
    max-width: var(--col9);
  }

  .screen-1024\:w-col-10 {
    flex-grow: 1;
    max-width: var(--col10);
  }

  .screen-1024\:w-col-11 {
    flex-grow: 1;
    max-width: var(--col11);
  }

  .screen-1024\:w-col-12 {
    flex-grow: 1;
    max-width: var(--col12);
  }

  .flex-12-col {
    display: flex;
    flex-direction: row;
    gap: var(--col-gap);
  }
}

@media (min-width: 1280px) {
  .screen-1280\:w-col-1 {
    flex-grow: 1;
    max-width: var(--col1);
  }

  .screen-1280\:w-col-2 {
    flex-grow: 1;
    max-width: var(--col2);
  }

  .screen-1280\:w-col-3 {
    flex-grow: 1;
    max-width: var(--col3);
  }

  .screen-1280\:w-col-4 {
    flex-grow: 1;
    max-width: var(--col4);
  }

  .screen-1280\:w-col-5 {
    flex-grow: 1;
    max-width: var(--col5);
  }

  .screen-1280\:w-col-6 {
    flex-grow: 1;
    max-width: var(--col6);
  }

  .screen-1280\:w-col-7 {
    flex-grow: 1;
    max-width: var(--col7);
  }

  .screen-1280\:w-col-8 {
    flex-grow: 1;
    max-width: var(--col8);
  }

  .screen-1280\:w-col-9 {
    flex-grow: 1;
    max-width: var(--col9);
  }

  .screen-1280\:w-col-10 {
    flex-grow: 1;
    max-width: var(--col10);
  }

  .screen-1280\:w-col-11 {
    flex-grow: 1;
    max-width: var(--col11);
  }

  .screen-1280\:w-col-12 {
    flex-grow: 1;
    max-width: var(--col12);
  }

  .screen-1280\:flex-12-col {
    display: flex;
    flex-direction: row;
    gap: var(--col-gap);
  }
}

@media (min-width: 1440px) {
  .screen-1440\:w-col-1 {
    flex-grow: 1;
    max-width: var(--col1);
  }

  .screen-1440\:w-col-2 {
    flex-grow: 1;
    max-width: var(--col2);
  }

  .screen-1440\:w-col-3 {
    flex-grow: 1;
    max-width: var(--col3);
  }

  .screen-1440\:w-col-4 {
    flex-grow: 1;
    max-width: var(--col4);
  }

  .screen-1440\:w-col-5 {
    flex-grow: 1;
    max-width: var(--col5);
  }

  .screen-1440\:w-col-6 {
    flex-grow: 1;
    max-width: var(--col6);
  }

  .screen-1440\:w-col-7 {
    flex-grow: 1;
    max-width: var(--col7);
  }

  .screen-1440\:w-col-8 {
    flex-grow: 1;
    max-width: var(--col8);
  }

  .screen-1440\:w-col-9 {
    flex-grow: 1;
    max-width: var(--col9);
  }

  .screen-1440\:w-col-10 {
    flex-grow: 1;
    max-width: var(--col10);
  }

  .screen-1440\:w-col-11 {
    flex-grow: 1;
    max-width: var(--col11);
  }

  .screen-1440\:w-col-12 {
    flex-grow: 1;
    max-width: var(--col12);
  }

  .screen-1440\:flex-12-col {
    display: flex;
    flex-direction: row;
    gap: var(--col-gap);
  }
}

@media (min-width: 1600px) {
  .screen-1600\:w-col-1 {
    flex-grow: 1;
    max-width: var(--col1);
  }

  .screen-1600\:w-col-2 {
    flex-grow: 1;
    max-width: var(--col2);
  }

  .screen-1600\:w-col-3 {
    flex-grow: 1;
    max-width: var(--col3);
  }

  .screen-1600\:w-col-4 {
    flex-grow: 1;
    max-width: var(--col4);
  }

  .screen-1600\:w-col-5 {
    flex-grow: 1;
    max-width: var(--col5);
  }

  .screen-1600\:w-col-6 {
    flex-grow: 1;
    max-width: var(--col6);
  }

  .screen-1600\:w-col-7 {
    flex-grow: 1;
    max-width: var(--col7);
  }

  .screen-1600\:w-col-8 {
    flex-grow: 1;
    max-width: var(--col8);
  }

  .screen-1600\:w-col-9 {
    flex-grow: 1;
    max-width: var(--col9);
  }

  .screen-1600\:w-col-10 {
    flex-grow: 1;
    max-width: var(--col10);
  }

  .screen-1600\:w-col-11 {
    flex-grow: 1;
    max-width: var(--col11);
  }

  .screen-1600\:w-col-12 {
    flex-grow: 1;
    max-width: var(--col12);
  }

  .screen-1600\:flex-12-col {
    display: flex;
    flex-direction: row;
    gap: var(--col-gap);
  }
}

@media (min-width: 1920px) {
  .screen-1920\:w-col-1 {
    flex-grow: 1;
    max-width: var(--col1);
  }

  .screen-1920\:w-col-2 {
    flex-grow: 1;
    max-width: var(--col2);
  }

  .screen-1920\:w-col-3 {
    flex-grow: 1;
    max-width: var(--col3);
  }

  .screen-1920\:w-col-4 {
    flex-grow: 1;
    max-width: var(--col4);
  }

  .screen-1920\:w-col-5 {
    flex-grow: 1;
    max-width: var(--col5);
  }

  .screen-1920\:w-col-6 {
    flex-grow: 1;
    max-width: var(--col6);
  }

  .screen-1920\:w-col-7 {
    flex-grow: 1;
    max-width: var(--col7);
  }

  .screen-1920\:w-col-8 {
    flex-grow: 1;
    max-width: var(--col8);
  }

  .screen-1920\:w-col-9 {
    flex-grow: 1;
    max-width: var(--col9);
  }

  .screen-1920\:w-col-10 {
    flex-grow: 1;
    max-width: var(--col10);
  }

  .screen-1920\:w-col-11 {
    flex-grow: 1;
    max-width: var(--col11);
  }

  .screen-1920\:w-col-12 {
    flex-grow: 1;
    max-width: var(--col12);
  }

  .screen-1920\:flex-12-col {
    display: flex;
    flex-direction: row;
    gap: var(--col-gap);
  }
}

* {
  color: var(--text-primary);
}

body {
  margin: 0px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--main-background);
  font-family: "Instrument Sans", sans-serif;
  /* theme colors */
  --theme-color-black: #000000;
  --theme-color-white: #ffffff;
  --theme-color-gray: #67686c;
  --theme-color-red: #f44447;
  --theme-color-lime: #79d846;
  --theme-color-light-gray: #afafaf;
  --theme-color-lighter-gray: #e8e8e8;
  --theme-color-dark-gray: #3c3c3c;
  --theme-color-darker-gray: #2b2b2b;
  --theme-color-lightest-gray: #f8f8f8;
  /* colors */
  --text-primary: var(--theme-color-black);
  --text-primary-accent: var(--theme-color-black);
  --text-inverted: var(--theme-color-white);
  --text-secondary: var(--theme-color-gray);
  --text-accent: var(--theme-color-red);
  --text-accent-mint: var(--theme-color-lime);
  --text-error: red;
  --text-disabled: var(--theme-color-light-gray);
  --surface-disabled: var(--theme-color-lightest-gray);
  --surface-primary: var(--theme-color-white);
  --surface-primary-accent: var(--theme-color-white);
  --surface-white: var(--theme-color-white);
  --surface-accent: var(--theme-color-red);
  --surface-secondary: var(--theme-color-black);
  --surface-secondary-accent: var(--theme-color-darker-gray);
  --surface-black-white: var(--theme-color-black);
  --button-black-white: var(--theme-color-black);
  --button-black-white-text: var(--theme-color-white);
  --border-gray: var(--theme-color-light-gray);
  --border-light-gray: var(--theme-color-lighter-gray);
  --border-lighter-gray: var(--theme-color-lighter-gray);
  --main-background: #ffffff;
  --surface-accent: #f44447;
  --text-primary: #000000;
  --text-secondary: #67686c;
  --gray: #afafaf;
  --light-element: #d9d9d9;
  --inactive-element: #e8e8e8;
  --color-accent: #f44447;
  --color-secondary: #67686c;
  --color-light: #afafaf;
  --color-lighter: #d9d9d9;
  --color-inactive: #e8e8e8;
  --disabled-bg: var(--surface-disabled);
  --disabled-text: var(--text-disabled);
  /* screen width breakpoints */
  --breakpoint-1920: 1920px;
  --breakpoint-1600: 1600px;
  --breakpoint-1200: 1200px;
  --breakpoint-1024: 1024px;
  --breakpoint-768: 768px;
  --breakpoint-360: 360px;
  --screen-width-desktop: 1920px;
  /* --screen-width-laptop: 1600px; */
  /* --screen-width-laptop: 1200px; */
  --screen-width-laptop: 1024px;
  --screen-width-tablet: 768px;
  --screen-width-mobile: 360px;
  /* --header-height: 80px; */
  /* taken from figma */
  --Component-tokens-Header-header-margin: 24px;
  --Component-tokens-All-blocks-container-top: 124px;
  --Component-tokens-All-blocks-container-bottom: 124px;
  --Component-tokens-Job-block-CTA-CTA-padding: 32px;
  --Component-tokens-Profile-padding-red-box: 32px;
  --Component-tokens-Profile-gap-red-box: 24px;
  --Component-tokens-Job-block-sidebar-container: 290px;
  --Component-tokens-Job-block-joblist-container: 1164px;
  /* needs media query instead */
  --Component-tokens-Job-block-joblist-container-laptop: 643px;
  --Component-tokens-Job-block-joblist-margin-top: 48px;
  --Component-tokens-Job-block-joblist-margin-left: 32px;
  --Component-tokens-Job-block-sidebar-margin-top: 24px;
  --Component-tokens-Job-block-job-card-padding: 24px;
  --Component-tokens-Job-block-job-card-gap: 56px;
  --Breakpoints-container-margin: 256px;
  --Breakpoints-container-margin-col2: 56px;
  --Spacings-size-s: 8px;
  --Spacings-size-sm: 12px;
  --Spacings-size-m: 24px;
  --Spacings-size-ml: 24px;
  --Spacings-size-xl: 40px;
  --Spacings-size-xxl: 48px;
  --Spacings-size-xxxl: 56px;
  --Spacings-size-xxxxl: 64px;
  --Breakpoints-gutter: 56px;
  --Columns-col4: 432px;
  --Columns-col5: 554px;
  --Columns-col6: 676px;
  --Columns-col8: 920px;
  --Columns-col12: 1408px;
  /* yellow image size
  676px
  468px
  */
  /* width on desktop (1920px), where 256px padding was left on each side */
  /* --Main-content-width: calc(1920px - 2 * 256px); */
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background: var(--gray);
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin: 0px;
}

.max-w-desktop {
  max-width: var(--screen-width-desktop);
}

.max-w-laptop {
  max-width: var(--screen-width-laptop);
}

.max-w-tablet {
  max-width: var(--screen-width-tablet);
}

.max-w-mobile {
  max-width: var(--screen-width-mobile);
}

.max-w-main-content {
  max-width: var(--Main-content-width);
}

.text-accent {
  color: var(--surface-accent);
}

.bg-accent {
  background: var(--surface-accent);
}

.border-accent {
  border-color: var(--surface-accent);
}

.text-primary {
  color: var(--text-primary);
}

.bg-primary {
  background: var(--text-primary);
}

.border-primary {
  border-color: var(--text-primary);
}

.text-secondary {
  color: var(--text-secondary);
}

.bg-secondary {
  background: var(--text-secondary);
}

.border-secondary {
  border-color: var(--text-secondary);
}

.text-gray {
  color: var(--gray);
}

.bg-gray {
  background: var(--gray);
}

.border-gray {
  border-color: var(--gray);
}

.text-light {
  color: var(--light-element);
}

.bg-light {
  background: var(--light-element);
}

.border-light {
  border-color: var(--light-element);
}

.text-inactive {
  color: var(--inactive-element);
}

.bg-inactive {
  background: var(--inactive-element);
}

.border-inactive {
  border-color: var(--inactive-element);
}

.main-site-container {
  display: inline-flex;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.column-layout {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-disabled {
  background-color: var(--surface-disabled);
}

.text-disabled {
  color: var(--text-disabled);
}

.focusable-input-container {
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  border-color: var(--border-lighter-gray);
  /* firefox hates "min-height: -moz-fit-content apparently", so let's hardcode some default value */
  min-height: 56px;
  .custom-select-trigger {
    min-height: 56px;
  }
  &:has(textarea),
	textarea {
    max-height: -moz-max-content;
    max-height: max-content;
  }
  &:has(textarea),
	textarea {
    min-height: 127px;
  }
  &:focus-within,
	&:has(:user-invalid) {
    outline-style: solid;
  }
  &:focus-within,
	&:has(:user-invalid) {
    outline-width: 2px;
  }
  &:focus-within,
	&:has(:user-invalid) {
    outline-color: var(--surface-accent);
    outline-offset: -2px;
  }
  :user-invalid {
    /* TODO: is this still relevant? */
  }
  :user-invalid {
    background-color: #f4444711 !important;
  }
  & > input,
	& > textarea,
	& > select {
    width: 100%;
  }
  & > input,
	& > textarea,
	& > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  & > input,
	& > textarea,
	& > select {
    background-color: transparent;
  }
  & > input,
	& > textarea,
	& > select {
    padding: 1rem;
  }
  & > input,
	& > textarea,
	& > select {
    color: var(--surface-accent);
  }
  & > input,
	& > textarea,
	& > select {
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    &:disabled {
      cursor: default;
    }
    &:disabled {
      background-color: var(--border-lighter-gray);
    }
    &:disabled {
      color: var(--text-disabled);
    }
  }
}

textarea {
  display: block;
  border-style: none;
}

.form-validation-error {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 10px;
  /* i {
		@apply text-accent;
	}
	span {
		@apply font-base-bold text-secondary;
	} */
  &, * {
    color: var(--text-error);
  }
}

.checkbox-checked,
.checkbox-unchecked,
.radio-checked,
.radio-unchecked {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  * {
    position: absolute;
  }
}

.checkbox-checked,
.checkbox-unchecked {
  border-radius: 4px;
}

.radio-checked,
.radio-unchecked {
  border-radius: 9999px;
}

.checkbox-checked,
.radio-checked {
  border-color: transparent;
  background: var(--surface-accent);
  color: var(--text-inverted);
}

.checkbox-unchecked,
.radio-unchecked {
  background-color: transparent;
  color: var(--text-secondary);
  border-color: var(--border-lighter-gray);
}

label,
label * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

label:is(.state-on, .state-off, .state-partial) {
  &:not(.disabled), &:not(.disabled) * {
    cursor: pointer;
  }
}

label.state-on {
  .state-off,
	.state-partial {
    display: none;
  }
}

label.state-off {
  .state-on,
	.state-partial {
    display: none;
  }
}

label.state-partial {
  .state-on,
	.state-off {
    display: none;
  }
}

select {
  cursor: pointer;
}

/* TODO: this can probably be deleted soon since it'll be replaced by a dropdown */

[data-inputSuffix] {
  position: relative;
  display: flex;
  input {
    padding-right: 45.65px !important;
  }
  &::after {
    position: absolute;
  }
  &::after {
    top: 50%;
  }
  &::after {
    right: 1rem;
  }
  &::after {
    --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));
  }
  &::after {
    color: var(--surface-accent);
  }
  &::after {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  &::after {
    font-weight: 700;
  }
  &::after {
    content: attr(data-inputSuffix);
  }
}

.header-logo-container {
  display: flex;
  height: 100%;
}

.header-logo-image {
  align-self: flex-start;
  width: 68px;
}

.header-logo-text {
  margin-left: -1.5rem;
  align-self: center;
  font-weight: 700;
  font-size: 32px;
}

.footer-copyright-and-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .footer-copyright-and-navigation {
    flex-direction: row;
    padding-bottom: 1.5rem;
  }
}

.footer-copyright-and-navigation {
  &, * {
    color: var(--text-secondary);
  }
  &, * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  &, * {
    font-weight: 400;
  }
}

.header-menu-mobile-dialog {
  min-width: 100%;
}

.header-menu-mobile {
  position: fixed;
  right: 0px;
  top: 0px;
  display: flex;
  height: 100svh;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-width: 1px;
  padding: 1.5rem;
  padding-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  background-color: var(--surface-primary);
  border-color: var(--border-lighter-gray);
  color: var(--text-secondary);
  .menu-option {
    cursor: pointer;
  }
  .menu-option {
    white-space: nowrap;
  }
  .menu-option {
    &.active, &:hover {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    &.active, &:hover {
      font-weight: 600;
    }
    &.active, &:hover {
      color: var(--text-primary);
    }
  }
}

.text-80px {
  font-size: 80px;
}

.text-72px {
  font-size: 72px;
}

.text-64px {
  font-size: 64px;
}

.text-56px {
  font-size: 56px;
}

.text-40px {
  font-size: 40px;
}

.text-32px {
  font-size: 32px;
}

.text-22px {
  font-size: 22px;
}

.leading-88px {
  line-height: 88px;
}

.leading-80px {
  line-height: 80px;
}

.leading-72px {
  line-height: 72px;
}

.leading-64px {
  line-height: 64px;
}

.leading-56px {
  line-height: 56px;
}

.leading-48px {
  line-height: 48px;
}

.leading-18px {
  line-height: 18px;
}

.font-80px-bold-88px {
  font-weight: 700;
  font-size: 80px;
  line-height: 88px;
}

.font-72px-bold-80px {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
}

.font-64px-bold-72px {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
}

.font-56px-bold-64px {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
}

.font-48px-bold-56px {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 56px;
}

.font-40px-bold-48px {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.font-32px-bold-10 {
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 32px;
}

.font-32px-bold-8 {
  font-weight: 700;
  line-height: 1;
  font-size: 32px;
}

.font-2xl-bold {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.font-2xl-bold-7 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.font-2xl-bold-6 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
}

.font-xl-bold {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.font-xl-normal {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.font-xl-normal-6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.font-18px-semibold-5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25rem;
}

.font-base-bold-18px {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 18px;
}

.font-base-normal-4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.font-base-bold {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.font-base-normal {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.font-base-semibold {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.font-base-semibold-4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.font-sm-normal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.font-sm-bold {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.font-sm-semibold {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.font-sm-bold-6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.font-sm-bold-5 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

/* only crumbs use this */

.font-xs-semibold-7 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75rem;
}

input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.custom-select-container {
  position: relative;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  font-weight: 600;
  border-color: var(--border-lighter-gray);
  min-height: 56px;
  &:not(.disabled) {
    cursor: pointer;
  }
  &:not(.disabled) {
    color: var(--text-accent);
  }
  &.disabled {
    cursor: default;
  }
  &.disabled {
    background-color: var(--border-lighter-gray);
  }
  &.disabled {
    color: var(--text-disabled);
  }
  &.disabled {
    .custom-select-trigger {
      color: var(--text-disabled);
    }
  }
  * {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  &:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  &:focus-within {
    outline-color: transparent;
  }
  &:focus-within {
    border-color: var(--surface-primary-accent);
  }
  .icon-open,
	.icon-closed {
    position: absolute;
  }
  .icon-open,
	.icon-closed {
    top: 50%;
  }
  .icon-open,
	.icon-closed {
    right: 1rem;
  }
  .icon-open,
	.icon-closed {
    --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));
  }
  .icon-open {
    display: none;
  }
  .icon-closed {
    display: block;
  }
  &:has(.custom-select-dropdown.open) {
    border-bottom-left-radius: 0px;
  }
  &:has(.custom-select-dropdown.open) {
    border-bottom-right-radius: 0px;
  }
  &:has(.custom-select-dropdown.open) {
    border-color: var(--surface-primary-accent);
    .icon-open {
      display: block;
    }
    .icon-closed {
      display: none;
    }
  }
}

.custom-select-trigger {
  display: flex;
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  align-items: center;
  padding: 0.625rem;
  padding-right: 2.9rem;
  color: var(--text-accent);
  min-height: 56px;
  * {
    overflow: hidden;
  }
  * {
    text-overflow: ellipsis;
  }
  * {
    white-space: nowrap;
  }
  * {
    color: inherit;
  }
}

.custom-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  box-sizing: content-box;
  display: none;
  width: 100%;
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  border-radius: 0.5rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-width: 1px;
  background-color: var(--main-background);
  border-color: var(--border-lighter-gray);
  border-top-color: var(--border-lighter-gray);
  max-height: 400px;
  & > div {
    background-color: var(--main-background);
  }
  & > div {
    padding: 10px;
  }
  & > div {
    color: var(--text-secondary);
  }
  & > div {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  & > div {
    font-weight: 400;
  }
  & > div {
    &:is(.selected, :hover, .hover):not(.disabled) {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    &:is(.selected, :hover, .hover):not(.disabled) {
      font-weight: 600;
    }
    &.disabled {
      pointer-events: none;
    }
    &.disabled {
      opacity: 0.5;
    }
  }
  &.open {
    z-index: 10;
  }
  &.open {
    display: block;
  }
}

.custom-autocomplete-container {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  font-weight: 600;
  color: var(--surface-accent);
  border-color: var(--border-lighter-gray);
  min-height: 56px;
  &:has(input.disabled) {
    background-color: var(--border-lighter-gray);
  }
  &:has(input.disabled) {
    color: var(--text-disabled);
  }
  &:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  &:focus-within {
    outline-color: transparent;
  }
  &:focus-within {
    border-color: var(--border-lighter-gray);
  }
  &:has(.custom-autocomplete-suggestions-container.open) {
    border-bottom-left-radius: 0px;
  }
  &:has(.custom-autocomplete-suggestions-container.open) {
    border-bottom-right-radius: 0px;
  }
  &:has(.custom-autocomplete-suggestions-container.open) {
    border-color: var(--border-lighter-gray);
  }
}

.custom-autocomplete-input {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  padding: 0.625rem;
  color: var(--text-accent);
  outline: 2px solid transparent;
  outline-offset: 2px;
  min-height: 56px;
}

.custom-autocomplete-suggestions-container {
  position: absolute;
  top: 100%;
  left: 0px;
  box-sizing: content-box;
  display: none;
  width: 100%;
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-y: auto;
  border-radius: 0.5rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-width: 1px;
  background-color: var(--main-background);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  border-color: var(--border-lighter-gray);
  max-height: 300px;
  & > div {
    cursor: pointer;
  }
  & > div {
    background-color: var(--main-background);
  }
  & > div {
    color: var(--text-secondary);
  }
  & > div {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  & > div {
    font-weight: 400;
  }
  & > div {
    & > * {
      pointer-events: none;
    }
    & > * {
      color: var(--text-secondary);
    }
    padding: 10px;
    &:hover, &.active {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    &:hover, &.active {
      font-weight: 600;
    }
  }
  &.open {
    z-index: 10;
  }
  &.open {
    display: block;
  }
}

.btn-primary,
.btn-secondary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --main-color: var(--text-primary);
  --secondary-color: var(--main-background);
  & > * {
    text-wrap: nowrap;
  }
  & > * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  & > * {
    font-weight: 600;
  }
  & > * {
    line-height: 1;
  }
  & > * {
    color: inherit;
  }
  &:not(.narrow) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  &:not(.narrow) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  @media (min-width: 768px) {
    &:not(.narrow) {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  &.narrow {
    padding: 6px 16px;
  }
}

.btn-black {
  --main-color: black;
  --secondary-color: white;
}

.btn-accent {
  --main-color: var(--surface-accent);
  --secondary-color: white;
}

.btn-gray {
  --main-color: var(--surface-gray);
  --secondary-color: white;
}

.btn-white {
  --main-color: white;
  --secondary-color: black;
}

.btn-bw {
  --main-color: var(--button-black-white);
  --secondary-color: var(--button-black-white-text);
}

.btn-gray,
:is(.btn-primary, .btn-secondary):disabled,
:is(.btn-primary, .btn-secondary).disabled {
  --main-color: var(--text-disabled);
  --secondary-color: var(--surface-disabled);
}

:is(.btn-primary, .btn-secondary):disabled,
:is(.btn-primary, .btn-secondary).disabled {
  cursor: default;
}

.btn-primary {
  background-color: var(--main-color);
  border-color: transparent;
  color: var(--secondary-color);
}

.btn-secondary {
  background-color: transparent;
  border-color: var(--main-color);
  color: var(--main-color);
}

.crumb-black,
.crumb-accent,
.crumb-gray,
.crumb-white {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --main-color: black;
  --secondary-color: white;
  background-color: var(--main-color);
  border-color: transparent;
  color: var(--secondary-color);
  & > * {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  & > * {
    font-weight: 600;
  }
  & > * {
    line-height: 1.75rem;
  }
}

.crumb-black {
  --main-color: black;
  --secondary-color: white;
}

.crumb-accent {
  --main-color: var(--surface-accent);
  --secondary-color: white;
}

.crumb-gray {
  --main-color: var(--surface-gray);
  --secondary-color: white;
}

.crumb-white {
  --main-color: white;
  --secondary-color: black;
}

.default-dialog {
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: var(--Columns-col6);
  max-width: 90%;
  max-height: 90%;
}

html {
  scrollbar-gutter: stable;
}

:is(html, body):has(dialog[open]) {
  overflow: hidden;
}

dialog::backdrop {
  pointer-events: none;
  background-color: rgb(0 0 0 / 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.unclamp-text {
  & * {
    overflow: visible !important;
    display: block !important;
    -webkit-box-orient: horizontal !important;
    -webkit-line-clamp: none !important;
  }
  .expand-text {
    display: none !important;
  }
}

.secret-input, .suffix {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding-right: 1rem;
  color: var(--text-accent);
  &,
	input {
    min-height: 56px;
  }
  input {
    width: 100%;
  }
  > .show-secret,
	> .hide-secret {
    cursor: pointer;
  }
  > .show-secret,
	> .hide-secret {
    color: var(--text-accent);
  }
  > .show-secret,
	> .hide-secret {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  > .show-secret,
	> .hide-secret {
    font-weight: 700;
  }
  > .suffix {
    cursor: pointer;
  }
}

.profile-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 16/9.5;
}

/* bad practice but I'm out of time */

.square-container-180px {
  aspect-ratio: 1 / 1;
  min-height: 180px;
  max-height: 180px;
  min-width: 180px;
  max-width: 180px;
}

.square-container-188px {
  aspect-ratio: 1 / 1;
  min-height: 188px;
  max-height: 188px;
  min-width: 188px;
  max-width: 188px;
}

.cover-image-container {
  aspect-ratio: auto;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contain-in-image-container {
  aspect-ratio: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.collapsible-menu {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.collapsible-menu-trigger {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  * {
    font-weight: 600;
  }
  .icon-open, .icon-closed {
    color: var(--surface-accent);
  }
  .icon-open, .icon-closed {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .icon-open, .icon-closed {
    font-weight: 700;
  }
  .icon-open, .icon-closed {
    line-height: 1;
  }
  &:not(.open) > .icon-closed {
    display: none;
  }
  &.open > .icon-open {
    display: none;
  }
}

.collapsible-menu-anchor {
  position: absolute;
  min-width: -moz-fit-content;
  min-width: fit-content;
  right: 28px;
  top: calc(100% + 1rem);
}

.collapsible-menu-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  background-color: var(--surface-primary);
  border-color: var(--border-lighter-gray);
  color: var(--text-secondary);
  .menu-option {
    cursor: pointer;
  }
  .menu-option {
    white-space: nowrap;
  }
  .menu-option {
    text-align: right;
  }
  .menu-option {
    &.active, &:hover {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    &.active, &:hover {
      font-weight: 600;
    }
    &.active, &:hover {
      color: var(--text-primary);
    }
  }
}

@media screen and (max-width: 1280px) {
  .switch-to-row-1280 {
    flex-direction: row !important;
  }

  .switch-to-col-1280 {
    flex-direction: row !important;
    flex-direction: column !important;
  }

  .switch-gap-24-1280 {
    gap: 24px !important;
  }

  .switch-gap-16-1280 {
    gap: 16px !important;
  }
}

.spinner {
  aspect-ratio: 1 / 1;
  width: 2rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: var(--color-inactive);
  border-top-color: var(--color-accent);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.toast-container {
  pointer-events: none;
  position: fixed;
  right: 50%;
  bottom: 1.5rem;
  display: flex;
  --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));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4));
  transition: all 0.2s ease-in-out;
}

.toast {
  pointer-events: auto;
  z-index: 20;
  display: flex;
  max-width: 24rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--surface-accent);
  transition: all 0.2s ease-in-out;
}

:is(.prose, .prose-sm, .prose-base, .prose-lg, .prose-xl, .prose-2xl) {
  line-height: 1.25;
  * {
    width: 100%;
  }
  ul > li {
    list-style-type: disc;
  }
  ol > li {
    list-style-type: decimal;
  }
  ol, ul {
    /* @apply pl-2; */
  }
  table {
    th {
      border-bottom-width: 2px;
    }
    td {
      border-bottom-width: 1px;
    }
    :is(th, td):not(:first-child) {
      border-left-width: 1px;
    }
    th, td {
      padding: 0.25rem;
    }
    th, td {
      text-align: center;
    }
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
  }
}

.table-3 {
  th, td {
    width: 33.333% !important;
  }
}

:is(ul, ol).list-dash {
  li {
    list-style: none;
    &::marker {
    }
    &::before {
      position: absolute;
      content: "-";
      margin-left: -1.3em;
    }
  }
}

.progress-bar {
  position: relative;
  height: 1.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--surface-accent);
  > span {
    position: absolute;
  }
  > span {
    left: 1.5rem;
  }
  > span {
    bottom: 50%;
  }
  > span {
    --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));
  }
  > span {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }
  > span {
    color: var(--surface-accent);
  }
  .progress-bar-fill {
    position: relative;
  }
  .progress-bar-fill {
    height: 100%;
  }
  .progress-bar-fill {
    overflow: hidden;
  }
  .progress-bar-fill {
    background: var(--surface-accent);
  }
  .progress-bar-fill {
    > span {
      position: absolute;
    }
    > span {
      left: 1.5rem;
    }
    > span {
      bottom: 50%;
    }
    > span {
      --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));
    }
    > span {
      --tw-numeric-spacing: tabular-nums;
      font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }
    > span {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
}

ol > li::marker {
  content: counters(list-item, '.') '. ';
}

/* will need more manual edits to get other styles lined up correctly without inline CSS */

ol > li:has(> h2)::marker {
  font-weight: 600;
  font-size: 20px;
}

.prose-sm {
  :not(:is(h1, h2, h3, h4, h5, h6)) {
    color: var(--text-secondary);
  }
}

dialog[open].flex-if-open {
  display: flex;
}

input:-webkit-autofill {
  /* terrible css hack / thank you, chrome */
  -webkit-text-fill-color: var(--text-accent);
  -webkit-box-shadow: 0 0 0px 1000px var(--main-background) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* terrible css hack / thank you, chrome */
  -webkit-text-fill-color: var(--text-accent);
  -webkit-box-shadow: 0 0 0px 1000px var(--main-background) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.preview-item, .preview-item-profile {
  position: relative;
  display: flex;
  aspect-ratio: 4/3;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  background-color: var(--border-lighter-gray);
  img {
    aspect-ratio: auto;
  }
  img {
    max-height: 100%;
  }
  img {
    max-width: 100%;
  }
  img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .remove-btn {
    position: absolute;
  }
  .remove-btn {
    top: 0.5rem;
  }
  .remove-btn {
    right: 0.5rem;
  }
  .remove-btn {
    cursor: pointer;
  }
  .remove-btn {
    * {
      color: var(--surface-accent);
    }
    * {
      font-size: 2em;
    }
  }
}

.preview-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .screen-768\:block {
    display: block;
  }

  .screen-768\:inline-flex {
    display: inline-flex;
  }

  .screen-768\:grid {
    display: grid;
  }

  .screen-768\:hidden {
    display: none;
  }

  .screen-768\:aspect-\[0\.75\] {
    aspect-ratio: 0.75;
  }

  .screen-768\:h-\[444px\] {
    height: 444px;
  }

  .screen-768\:h-\[768px\] {
    height: 768px;
  }

  .screen-768\:w-1\/2 {
    width: 50%;
  }

  .screen-768\:min-w-\[180px\] {
    min-width: 180px;
  }

  .screen-768\:min-w-\[188px\] {
    min-width: 188px;
  }

  .screen-768\:max-w-\[180px\] {
    max-width: 180px;
  }

  .screen-768\:max-w-\[188px\] {
    max-width: 188px;
  }

  .screen-768\:flex-row {
    flex-direction: row;
  }

  .screen-768\:gap-4 {
    gap: 1rem;
  }

  .screen-768\:self-end {
    align-self: flex-end;
  }

  .screen-768\:p-9 {
    padding: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .screen-1024\:block {
    display: block;
  }

  .screen-1024\:flex {
    display: flex;
  }

  .screen-1024\:inline-flex {
    display: inline-flex;
  }

  .screen-1024\:grid {
    display: grid;
  }

  .screen-1024\:contents {
    display: contents;
  }

  .screen-1024\:hidden {
    display: none;
  }

  .screen-1024\:aspect-\[1\.777777\] {
    aspect-ratio: 1.777777;
  }

  .screen-1024\:h-\[576px\] {
    height: 576px;
  }

  .screen-1024\:h-\[72px\] {
    height: 72px;
  }

  .screen-1024\:h-auto {
    height: auto;
  }

  .screen-1024\:min-h-\[72px\] {
    min-height: 72px;
  }

  .screen-1024\:w-1\/2 {
    width: 50%;
  }

  .screen-1024\:flex-row {
    flex-direction: row;
  }

  .screen-1024\:items-center {
    align-items: center;
  }

  .screen-1024\:gap-14 {
    gap: 3.5rem;
  }

  .screen-1024\:p-12 {
    padding: 3rem;
  }

  .screen-1024\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .screen-1024\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .screen-1024\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .screen-1024\:pb-32 {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1280px) {
  .screen-1280\:block {
    display: block;
  }

  .screen-1280\:grid {
    display: grid;
  }

  .screen-1280\:contents {
    display: contents;
  }

  .screen-1280\:flex-row {
    flex-direction: row;
  }

  .screen-1280\:flex-col {
    flex-direction: column;
  }

  .screen-1280\:gap-14 {
    gap: 3.5rem;
  }

  .screen-1280\:p-14 {
    padding: 3.5rem;
  }

  .screen-1280\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .screen-1280\:py-\[124px\] {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .screen-1280\:text-end {
    text-align: end;
  }
}

@media (min-width: 1600px) {
  .screen-1600\:pr-\[346px\] {
    padding-right: 346px;
  }
}

@media (min-width: 1920px) {
  .screen-1920\:h-\[600px\] {
    height: 600px;
  }
}


