/** Tailwind **/
/*! tailwindcss v3.2.4 | 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: currentColor; /* 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: HaboroSoft-NorReg, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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;
}

h2,
h3 {
  font-family: 'MetaSerifPro-Bold', sans-serif;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
#newsletter input[type="email"] {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-style: none !important;
}
#newsletter button[type="submit"] {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.review-content a.focus-visible,
    a.link.focus-visible,
    button.link.focus-visible,
    a[dusk*="navbar-item-"].focus-visible,
    #newsletter button[type="submit"].focus-visible,
    .button-pagination-page-indicator.focus-visible,
    .button-pagination-page-indicator--selected.focus-visible {
  border-radius: 0.25rem;
}
.review-content a:focus-visible,
    a.link:focus-visible,
    button.link:focus-visible,
    a[dusk*="navbar-item-"]:focus-visible,
    #newsletter button[type="submit"]:focus-visible,
    .button-pagination-page-indicator:focus-visible,
    .button-pagination-page-indicator--selected:focus-visible {
  border-radius: 0.25rem;
}
a,
    button,
    [role="button"],
    label.tile-selection-option input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
a.focus-visible,
    button.focus-visible,
    [role="button"].focus-visible,
    label.tile-selection-option input.focus-visible {
  z-index: 10;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--theme-color-primary-500);
  transition-property: none;
}
a:focus-visible,
    button:focus-visible,
    [role="button"]:focus-visible,
    label.tile-selection-option input:focus-visible {
  z-index: 10;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--theme-color-primary-500);
  transition-property: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1550px;
  }
}
/**
     * Light mode
     */
.documentation-sidebar
        .alert-wrapper .alert-content-wrapper
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.alert-wrapper .alert-content-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
}
/* title */
.documentation-sidebar
        .alert-wrapper .alert-title
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.alert-wrapper .alert-title {
  margin: 0px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.alert-wrapper .alert-title .alert-icon {
  margin-right: 0.5rem;
  display: inline-flex;
  height: 0.875rem;
  width: 0.875rem;
}
.alert-wrapper .alert-title span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.alert-wrapper .alert-title button {
  margin-left: auto;
  display: inline-flex;
  color: var(--theme-color-secondary-900);
}
.alert-wrapper .alert-title button svg {
  display: inline-flex;
  height: 0.875rem;
  width: 0.875rem;
}
.alert-wrapper.alert-info .alert-title {
  background-color: var(--theme-color-info-100);
  color: var(--theme-color-info-700);
}
.alert-wrapper.alert-success .alert-title {
  background-color: var(--theme-color-success-100);
  color: var(--theme-color-success-700);
}
.alert-wrapper.alert-warning .alert-title {
  background-color: var(--theme-color-warning-100);
  color: var(--theme-color-warning-900);
}
.alert-wrapper.alert-error .alert-title {
  background-color: var(--theme-color-danger-100);
  color: var(--theme-color-danger-700);
}
.alert-wrapper.alert-hint .alert-title {
  background-color: var(--theme-color-hint-100);
  color: var(--theme-color-hint-700);
}
/* content */
.alert-wrapper .alert-content {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--theme-color-secondary-900);
}
.alert-wrapper.alert-info .alert-content {
  background-color: var(--theme-color-info-50);
}
.alert-wrapper.alert-success .alert-content {
  background-color: var(--theme-color-success-50);
}
.alert-wrapper.alert-warning .alert-content {
  background-color: var(--theme-color-warning-50);
}
.alert-wrapper.alert-error .alert-content {
  background-color: var(--theme-color-danger-50);
}
.alert-wrapper.alert-hint .alert-content {
  background-color: var(--theme-color-hint-50);
}
/**
     * Dark mode
     */
/* title */
.dark .alert-wrapper .alert-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .alert-wrapper .alert-title button {
  color: var(--theme-color-secondary-200);
}
.dark .alert-wrapper.alert-info .alert-title {
  background-color: var(--theme-color-info-700);
}
.dark .alert-wrapper.alert-success .alert-title {
  background-color: var(--theme-color-success-700);
}
.dark .alert-wrapper.alert-warning .alert-title {
  background-color: var(--theme-color-warning-700);
}
.dark .alert-wrapper.alert-error .alert-title {
  background-color: var(--theme-color-danger-500);
}
.dark .alert-wrapper.alert-hint .alert-title {
  background-color: var(--theme-color-hint-700);
}
/* content */
.dark
        .alert-wrapper
        .alert-content-wrapper
        > .alert-title
        ~ .alert-content {
  color: var(--theme-color-secondary-200);
}
.dark
        .alert-wrapper.alert-info
        .alert-content-wrapper
        > .alert-title
        ~ .alert-content,
    .dark
        .alert-wrapper.alert-success
        .alert-content-wrapper
        > .alert-title
        ~ .alert-content,
    .dark
        .alert-wrapper.alert-warning
        .alert-content-wrapper
        > .alert-title
        ~ .alert-content,
    .dark
        .alert-wrapper.alert-error
        .alert-content-wrapper
        > .alert-title
        ~ .alert-content,
    .dark
        .alert-wrapper.alert-hint
        .alert-content-wrapper
        > .alert-title
        ~ .alert-content {
  background-color: var(--theme-color-secondary-800);
}
.button-generic {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
.button-primary {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.button-primary {
  display: inline-block;
}
.button-primary {
  background-color: var(--theme-color-primary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-primary:hover {
  background-color: var(--theme-color-primary-700);
}
.button-primary:disabled,
    .button-secondary:disabled,
    .button-tertiary:disabled,
    .button-cancel:disabled,
    .button-icon:disabled,
    .button-icon-rounded:disabled,
    .button-disabled,
    a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button-outline:disabled,
    .button-outline.button-disabled,
    .button-tag-outline:disabled,
    .button-tag-outline.button-disabled {
  pointer-events: none;
  cursor: not-allowed;
  border-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .button-primary:disabled,
    .dark .button-secondary:disabled,
    .dark .button-tertiary:disabled,
    .dark .button-cancel:disabled,
    .dark .button-icon:disabled,
    .dark .button-icon-rounded:disabled,
    .dark .button-disabled,
    .dark a.disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}
.dark .button-outline:disabled,
    .dark .button-outline.button-disabled,
    .dark .button-tag-outline:disabled,
    .dark .button-tag-outline.button-disabled {
  border-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}
.button-secondary {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.button-secondary {
  display: inline-block;
}
.button-secondary {
  background-color: var(--theme-color-primary-100);
  color: var(--theme-color-primary-600);
}
.button-cancel {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.button-cancel {
  display: inline-block;
}
.button-cancel {
  background-color: var(--theme-color-danger-100);
  color: var(--theme-color-danger-400);
}
.dark .button-cancel {
  background-color: var(--theme-color-danger-400);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .button-cancel:hover {
  background-color: var(--theme-color-danger-500);
}
.button-icon:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .dark .button-icon:disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}
.button-icon {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.button-icon {
  display: inline-block;
}
.button-icon {
  background-color: var(--theme-color-primary-100);
  color: var(--theme-color-primary-600);
}

    .dark .button-icon {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.button-icon:hover {
  background-color: var(--theme-color-primary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .dark .button-icon:hover {
  background-color: var(--theme-color-primary-700);
  color: var(--theme-color-secondary-200);
}

    a.button-icon {
  display: inline-block;
}

    .dark .button-icon:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.documentation-content a.button-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.documentation-content .page-ref .button-icon {
  border-radius: 0px;
}
.button-icon-cancel:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .dark .button-icon-cancel:disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}
.button-icon-cancel {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.button-icon-cancel {
  display: inline-block;
}
.button-icon-cancel {
  background-color: var(--theme-color-danger-100);
  color: var(--theme-color-danger-400);
}
.dark .button-icon-cancel {
  background-color: var(--theme-color-danger-400);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .button-icon-cancel:hover {
  background-color: var(--theme-color-danger-500);
}
.button-icon-cancel:hover {
  background-color: var(--theme-color-danger-400);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.documentation-sidebar
        .button-icon-primary
        + h2:not(.documentation-sidebar h2:first-of-type),.documentation-sidebar
        
    .button-icon
        + h2:not(.documentation-sidebar h2:first-of-type),.documentation-sidebar
        
    .button-icon-cancel
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.button-icon-primary,
    .button-icon,
    .button-icon-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.dark .button-icon,
    .dark .button-icon-rounded,
    .dark .button-secondary,
    .dark .button-tag {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.dark .button-outline,
    .dark .button-tag-outline {
  border-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.button-icon:hover,
    .button-secondary:hover,
    .button-icon-rounded:hover,
    .button-tag:hover {
  background-color: var(--theme-color-primary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .button-icon:hover,
    .dark .button-icon-rounded:hover,
    .dark .button-secondary:hover,
    .dark .button-tag:hover {
  background-color: var(--theme-color-primary-700);
  color: var(--theme-color-secondary-200);
}
.dark .button-outline:hover,
    .dark .button-tag-outline:hover {
  border-color: var(--theme-color-primary-700);
  color: var(--theme-color-secondary-200);
}
.button-cancel:hover,
    .button-icon-cancel:hover {
  background-color: var(--theme-color-danger-400);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.button-generic,
    a.button-primary,
    a.button-secondary,
    a.button-tertiary {
  display: inline-block;
}
.button-pagination-page-indicator {
  background-color: var(--theme-color-primary-100);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 600;
  color: var(--theme-color-primary-600);
        transition: all 0.1s ease-in;
}
.button-pagination-page-indicator .button-pagination-search,
    .button-pagination-page-indicator .button-pagination-ellipsis {
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-pagination-page-indicator .button-pagination-search {
  position: absolute;
  margin-top: 0.25rem;
}
.button-pagination-page-indicator:hover .button-pagination-search,
    .button-pagination-page-indicator .button-pagination-ellipsis {
  opacity: 1;
}
.button-pagination-page-indicator:hover .button-pagination-ellipsis,
    .button-pagination-page-indicator .button-pagination-search {
  opacity: 0;
}
.dark .button-pagination-page-indicator {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.button-pagination-page-indicator--selected {
  background-color: var(--theme-color-primary-200);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 600;
  color: var(--theme-color-primary-600);
        transition: all 0.1s ease-in;
}
.dark .button-pagination-page-indicator--selected {
  background-color: var(--theme-color-secondary-600);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 600;
  color: var(--theme-color-secondary-200);
        transition: all 0.1s ease-in;
}
.button-pagination-page-indicator:hover {
  border-radius: 0.25rem;
  background-color: var(--theme-color-primary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        transform: scale(1.2);
}
.dark .button-pagination-page-indicator:hover:not([disabled]) {
  background-color: var(--theme-color-primary-600);
}
.dark .button-primary:hover,
    .dark .button-secondary:hover,
    .dark .button-tertiary:hover,
    .dark .button-icon:hover,
    .dark .button-icon-rounded:hover,
    .dark .button-icon-primary:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.view-option-button {
  position: relative;
}
.view-option-button.active:not(.focus-visible)::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: var(--theme-color-primary-600);
        height: 3px;
    }
.view-option-button.active:not(:focus-visible)::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: var(--theme-color-primary-600);
        height: 3px;
    }
/* highlight.js tweaks */
code.hljs {
  border-radius: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: FiraMono;
}
code.hljs .hljs-ln-n {
  padding-right: 1rem;
  text-align: right;
}
.table-container
    table
    > tbody
    > tr
    > tdcode.hoverable-cell.hljs .hljs-ln-n
    > div.table-cell-content {
  justify-content: flex-end;
}
/* Hightlightjs Badge */
/* Documentation Content */
.documentation-content {
  overflow-wrap: break-word;
  color: var(--theme-color-secondary-700);
}
.dark .documentation-content {
  color: var(--theme-color-secondary-500);
}
.documentation-content h1 {
  margin-bottom: 2rem;
}
.documentation-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-top-width: 1px;
  border-color: var(--theme-color-secondary-200);
  padding-top: 1.5rem;
}
.dark .documentation-content h2 {
  border-color: var(--theme-color-secondary-800);
}
.documentation-content h3 {
  margin-bottom: 1rem;
}
/* Header Responsiveness */
@media (min-width: 640px) {
        .documentation-content h2 {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
    }
/* Default Bottom Margin */
.documentation-content .embed-link,
    .documentation-content .page-ref,
    .documentation-content .alert-wrapper,
    .documentation-content pre,
    .documentation-content summary,
    .documentation-content ul,
    .documentation-content ol,
    .documentation-content :not(.table-wrapper) table,
    .documentation-content .table-wrapper,
    .documentation-content .link-collection,
    .documentation-content .grid-gallery {
  margin-bottom: 1.5rem;
}
.documentation-content .accordion table,
    .documentation-content .accordion .table-wrapper {
  margin-bottom: 0px;
}
.documentation-content p {
  margin-bottom: 1.5rem;
  line-height: 1.75rem;
}
.documentation-content .alert-content-wrapper p {
  margin-bottom: 0px;
}
.documentation-content code {
  border-radius: 0.25rem;
  background-color: var(--theme-color-secondary-200);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
  color: var(--theme-color-secondary-900);
}
.dark .documentation-content code {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-400);
}
.documentation-content pre.hljs {
        margin-bottom: 0 !important;
    }
.documentation-content pre.hljs > code {
        background-color: inherit !important;
        color: inherit !important;
        padding: 0 !important;
    }
/* Links */
.documentation-content a {
  font-weight: 600;
  color: var(--theme-color-primary-600);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
        transition: all 0.1s ease-in;
}
.simple-markdown a:is(.documentation-content a):hover {
    text-decoration: none;
}
.documentation-content a[target="_blank"]:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.documentation-content a[target="_blank"]:hover):hover {
    text-decoration: none;
}
.documentation-content a[target="_blank"]:hover > span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.documentation-content a:hover {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.documentation-content a:active {
  color: var(--theme-color-primary-400);
}
/* Lists */
.documentation-content ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}
.documentation-content ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1rem;
}
.documentation-content ul ul,
    .documentation-content ol ul {
  margin-left: 1rem;
  margin-bottom: 0px;
  list-style-position: outside;
        list-style-type: circle;
}
.documentation-content ol ol,
    .documentation-content ul ol {
  margin-left: 1rem;
  margin-bottom: 0px;
  list-style-position: outside;
        list-style-type: lower-latin;
}
.documentation-content ul > li,
    .documentation-content ol > li {
  padding-bottom: 0.5rem;
}
/* Divider */
.documentation-content hr:not(.custom-separator) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: var(--theme-color-secondary-300);
  background-color: var(--theme-color-secondary-300);
}
.dark .documentation-content hr:not(.custom-separator) {
  border-color: var(--theme-color-secondary-800);
  background-color: var(--theme-color-secondary-800);
}
/* Image */
.documentation-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.documentation-sidebar
        .documentation-content .image-container
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.documentation-content .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.documentation-content .video-container {
  width: 100%;
}
.documentation-content img,
    .documentation-content iframe,
    .documentation-content .typeform-widget,
    .documentation-content .image-container .twitter-tweet {
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--theme-color-secondary-300);
}
.dark .documentation-content img,.dark 
    .documentation-content iframe,.dark 
    .documentation-content .typeform-widget,.dark 
    .documentation-content .image-container .twitter-tweet {
  border-color: var(--theme-color-secondary-800);
}
.documentation-content > .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.documentation-content .image-container .twitter-tweet {
        overflow: hidden;
        /* This style within the negative margin on the `.twitter-tweet iframe` is
        used to hide the built-in Twitter border in favor of a custom border used
        on the rest of the embeds.  */
        max-width: 548px;
    }
.documentation-content .image-container .twitter-tweet iframe {
  border-width: 0px;
        margin: -1px;
}
/* Image caption */
.documentation-content .image-caption {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  display: block;
  border-left-width: 2px;
  border-color: var(--theme-color-secondary-300);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  color: var(--theme-color-secondary-800);
}
.dark .documentation-content .image-caption {
  border-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.documentation-content .image-caption .external-link svg {
  height: 0.625rem;
  width: 0.625rem;
        margin-top: -0.25rem;
}
/* Misc */
.documentation-content .embed-link a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.documentation-content .embed-link a:hover):hover {
    text-decoration: none;
}
.documentation-content .embed-link img {
  border-style: none;
}
.documentation-content a.button-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.documentation-content .page-ref h3 {
  margin-bottom: 0px;
}
.documentation-content .page-ref .button-secondary {
  border-radius: 0px;
}
.documentation-content blockquote {
  display: block;
  border-left-width: 2px;
  border-color: var(--theme-color-secondary-300);
  padding-left: 1rem;
  color: var(--theme-color-secondary-500);
}
.dark .documentation-content blockquote {
  border-color: var(--theme-color-secondary-700);
  color: var(--theme-color-secondary-700);
}
/* Table */
.documentation-content table {
  width: 100%;
  text-align: left;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.documentation-content table)
    > div.table-cell-content {
  justify-content: flex-start;
}
.documentation-content table thead {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--theme-color-secondary-500);
}
.documentation-content table thead tr {
  border-bottom-width: 1px;
  border-color: var(--theme-color-secondary-300);
  text-align: left;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.documentation-content table thead tr)
    > div.table-cell-content {
  justify-content: flex-start;
}
.dark .documentation-content table thead tr {
  border-color: var(--theme-color-secondary-800);
}
.documentation-content table thead th {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.documentation-content table thead th:not(:last-child)::after {
        content: "";
        height: 50%;
        position: absolute;
        right: 0px;
        border-left-width: 1px;
        border-color: var(--theme-color-secondary-300);
    }
.dark .documentation-content table thead th:not(:last-child)::after {
  border-color: var(--theme-color-secondary-800);
}
.documentation-content table tbody td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25rem;
}
.documentation-content table tbody tr {
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: var(--theme-color-secondary-300);
}
.dark .documentation-content table tbody tr {
  border-color: var(--theme-color-secondary-800);
}
.documentation-content table tbody tr:last-child {
  border-width: 0px;
}
/* Table Scrollbar */
.documentation-content .table-wrapper {
        scrollbar-color: #e5f0f8 #bad6f0;
    }
.documentation-content .table-wrapper::-webkit-scrollbar {
  border-radius: 0.5rem;
  background-color: var(--theme-color-primary-100);
        width: 6px;
        height: 6px;
}
.documentation-content .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--theme-color-primary-200);
}
/* Documentation Sidebar */
.documentation-sidebar
        .flex
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.mobile-menu.documentation-sidebar h2 .heading-permalink {
  display: none;
}
.mobile-menu.documentation-sidebar h2:first-child {
  margin-top: 0px;
  border-width: 0px;
  padding-top: 0.5rem;
}
/* CommonMark */
aside .heading-permalink,
    .documentation-content .heading-permalink {
        scroll-margin-top: 120px;
    }
.documentation-content h2 .heading-permalink,
    .documentation-content h3 .heading-permalink,
    .documentation-content h4 .heading-permalink,
    main .documentation-content .heading-permalink {
  margin-right: 0.75rem;
  color: var(--theme-color-primary-600);
        transition: all 0.1s ease-in;
}
.documentation-content h2 .heading-permalink:hover,
    .documentation-content h3 .heading-permalink:hover,
    .documentation-content h4 .heading-permalink:hover,
    main .documentation-content .heading-permalink:hover {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.documentation-content h2 .heading-permalink:hover):hover,.simple-markdown a:is(
    .documentation-content h3 .heading-permalink:hover):hover,.simple-markdown a:is(
    .documentation-content h4 .heading-permalink:hover):hover,.simple-markdown a:is(
    main .documentation-content .heading-permalink:hover):hover {
    text-decoration: none;
}
/* Gallery Grid */
.documentation-content .grid-gallery {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.swiper-wrapper.documentation-content .grid-gallery .swiper-slide:nth-child(n + 2) {
  display: none;
}
@media (min-width: 640px) {
    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.documentation-content .grid-gallery.sm\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 768px) {
    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.documentation-content .grid-gallery.md\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1024px) {
    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.documentation-content .grid-gallery.lg\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1280px) {
    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.documentation-content .grid-gallery.xl\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 640px) {
        .documentation-content .grid-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
    }
.documentation-content .grid-gallery p {
  margin-bottom: 0px;
}
/* Code Block */
.custom-code-block .hljs {
  overflow-x: auto;
}
/* Description List */
.documentation-content dl {
  line-height: 1.75rem;
}
.documentation-content dl dt {
  padding-bottom: 0.25rem;
  font-weight: 600;
}
.documentation-content dl dd {
  padding-bottom: 1.5rem;
}
.toast {
  position: relative;
  display: inline-flex;
  max-width: 56rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-direction: column;
  align-items: center;
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--theme-color-secondary-900);
}
.dark .toast {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-500);
}
@media (min-width: 640px) {
  .toast {
    flex-direction: row;
  }
  .toast > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.toast-body {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 640px) {
  .toast-body {
    margin-top: 0px;
    padding-right: 1.5rem;
    text-align: left;
  }
}
.documentation-sidebar
        .toast-icon
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.toast-icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.documentation-sidebar
        .toast-button
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.toast-button {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 1rem;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: var(--theme-color-secondary-900);
}
@media (min-width: 640px) {
  .toast-button {
    position: relative;
    top: auto;
    right: auto;
    margin: 0px;
  }
}
.toast-info {
  background-color: var(--theme-color-primary-50);
}
.toast-warning {
  background-color: var(--theme-color-warning-50);
}
.toast-danger {
  background-color: var(--theme-color-danger-50);
}
.toast-hint {
  background-color: var(--theme-color-hint-50);
}
.toast-success {
  background-color: var(--theme-color-success-50);
}
.toast-info .toast-icon {
  background-color: var(--theme-color-primary-600);
}
.toast-warning .toast-icon {
  background-color: var(--theme-color-warning-600);
}
.toast-danger .toast-icon {
  background-color: var(--theme-color-danger-400);
}
.toast-hint .toast-icon {
  background-color: var(--theme-color-hint-500);
}
.toast-success .toast-icon {
  background-color: var(--theme-color-success-600);
}
.toast-info .toast-button {
  background-color: var(--theme-color-primary-100);
}
.toast-info .toast-button:hover {
  background-color: var(--theme-color-primary-200);
}
.dark .toast-info .toast-button {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-600);
}
.dark .toast-info .toast-button:hover {
  background-color: var(--theme-color-secondary-500);
  color: var(--theme-color-secondary-400);
}
.toast-warning .toast-button {
  background-color: var(--theme-color-warning-100);
}
.toast-warning .toast-button:hover {
  background-color: var(--theme-color-warning-200);
}
.dark .toast-warning .toast-button {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-600);
}
.dark .toast-warning .toast-button:hover {
  background-color: var(--theme-color-secondary-500);
  color: var(--theme-color-secondary-400);
}
.toast-danger .toast-button {
  background-color: var(--theme-color-danger-100);
}
.toast-danger .toast-button:hover {
  background-color: var(--theme-color-danger-200);
}
.dark .toast-danger .toast-button {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-600);
}
.dark .toast-danger .toast-button:hover {
  background-color: var(--theme-color-secondary-500);
  color: var(--theme-color-secondary-400);
}
.toast-hint .toast-button {
  background-color: var(--theme-color-hint-100);
}
.toast-hint .toast-button:hover {
  background-color: var(--theme-color-hint-200);
}
.dark .toast-hint .toast-button {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-600);
}
.dark .toast-hint .toast-button:hover {
  background-color: var(--theme-color-secondary-500);
  color: var(--theme-color-secondary-400);
}
.toast-success .toast-button {
  background-color: var(--theme-color-success-100);
}
.toast-success .toast-button:hover {
  background-color: var(--theme-color-success-200);
}
.dark .toast-success .toast-button {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-600);
}
.dark .toast-success .toast-button:hover {
  background-color: var(--theme-color-secondary-500);
  color: var(--theme-color-secondary-400);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.-top-1 {
  top: -0.25rem;
}
.-left-2\.5px {
  left: -2.5px;
}
.-left-2 {
  left: -0.5rem;
}
.top-32 {
  top: 8rem;
}
.top-1 {
  top: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.right-13 {
  right: 3.25rem;
}
.top-21 {
  top: 5.25rem;
}
.top-2 {
  top: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-0 {
  z-index: 0;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.-m-4 {
  margin: -1rem;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-1 {
  margin: -0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mt-0 {
  margin-top: 0px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.-mt-1\.5 {
  margin-top: -0.375rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-px {
  margin-left: 1px;
}
.mt-24 {
  margin-top: 6rem;
}
.ml-auto {
  margin-left: auto;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-0 {
  margin-top: -0px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-11 {
  height: 2.75rem;
}
.h-15 {
  height: 3.75rem;
}
.h-0 {
  height: 0px;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-2 {
  height: 0.5rem;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-10 {
  height: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-21 {
  height: 5.25rem;
}
.h-32 {
  height: 8rem;
}
.h-1 {
  height: 0.25rem;
}
.h-4\.5 {
  height: 1.125rem;
}
.h-13 {
  height: 3.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-28 {
  height: 7rem;
}
.h-40 {
  height: 10rem;
}
.h-36 {
  height: 9rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-full {
  max-height: 100%;
}
.w-full {
  width: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-15 {
  width: 3.75rem;
}
.w-60 {
  width: 15rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/2 {
  width: 50%;
}
.w-0 {
  width: 0px;
}
.w-20 {
  width: 5rem;
}
.w-32 {
  width: 8rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-56 {
  width: 14rem;
}
.w-1\/4 {
  width: 25%;
}
.w-24 {
  width: 6rem;
}
.w-64 {
  width: 16rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-16 {
  width: 4rem;
}
.w-8 {
  width: 2rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-14 {
  width: 3.5rem;
}
.w-screen {
  width: 100vw;
}
.w-96 {
  width: 24rem;
}
.w-40 {
  width: 10rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-1 {
  width: 0.25rem;
}
.w-4\.5 {
  width: 1.125rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-auto {
  width: auto;
}
.w-21 {
  width: 5.25rem;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-63 {
  min-width: 15.75rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-134 {
  max-width: 33.5rem;
}
.max-w-doc {
  max-width: 51.25rem;
}
.max-w-error-image {
  max-width: 697px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.origin-top {
  transform-origin: top;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-default {
  cursor: default;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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-5 {
  gap: 1.25rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.divide-theme-secondary-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--theme-color-secondary-200);
}
.divide-theme-secondary-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--theme-color-secondary-300);
}
.divide-theme-secondary-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--theme-color-secondary-800);
}
.divide-theme-primary-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--theme-color-primary-100);
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-3 {
  border-width: 3px;
}
.border-6 {
  border-width: 6px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-none {
  border-style: none;
}
.border-theme-primary-700 {
  border-color: var(--theme-color-primary-700);
}
.border-theme-primary-100 {
  border-color: var(--theme-color-primary-100);
}
.border-theme-secondary-300 {
  border-color: var(--theme-color-secondary-300);
}
.border-theme-primary-500 {
  border-color: var(--theme-color-primary-500);
}
.border-theme-secondary-200 {
  border-color: var(--theme-color-secondary-200);
}
.border-transparent {
  border-color: transparent;
}
.border-theme-secondary-500 {
  border-color: var(--theme-color-secondary-500);
}
.border-theme-warning-500 {
  border-color: var(--theme-color-warning-500);
}
.border-theme-secondary-800 {
  border-color: var(--theme-color-secondary-800);
}
.border-theme-secondary-900 {
  border-color: var(--theme-color-secondary-900);
}
.border-theme-danger-400 {
  border-color: var(--theme-color-danger-400);
}
.border-theme-secondary-600 {
  border-color: var(--theme-color-secondary-600);
}
.border-theme-primary-600 {
  border-color: var(--theme-color-primary-600);
}
.border-theme-danger-500 {
  border-color: var(--theme-color-danger-500);
}
.border-theme-secondary-400 {
  border-color: var(--theme-color-secondary-400);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-theme-danger-100 {
  border-color: var(--theme-color-danger-100);
}
.border-theme-secondary-700 {
  border-color: var(--theme-color-secondary-700);
}
.border-theme-primary-200 {
  border-color: var(--theme-color-primary-200);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-theme-primary-800 {
  background-color: var(--theme-color-primary-800);
}
.bg-theme-secondary-100 {
  background-color: var(--theme-color-secondary-100);
}
.bg-theme-primary-100 {
  background-color: var(--theme-color-primary-100);
}
.bg-theme-secondary-200 {
  background-color: var(--theme-color-secondary-200);
}
.bg-theme-primary-50 {
  background-color: var(--theme-color-primary-50);
}
.bg-theme-secondary-300 {
  background-color: var(--theme-color-secondary-300);
}
.bg-theme-primary-600 {
  background-color: var(--theme-color-primary-600);
}
.bg-theme-primary-500 {
  background-color: var(--theme-color-primary-500);
}
.bg-theme-secondary-900 {
  background-color: var(--theme-color-secondary-900);
}
.bg-transparent {
  background-color: transparent;
}
.bg-theme-secondary-800 {
  background-color: var(--theme-color-secondary-800);
}
.bg-theme-danger-400 {
  background-color: var(--theme-color-danger-400);
}
.bg-theme-danger-50 {
  background-color: var(--theme-color-danger-50);
}
.bg-theme-success-50 {
  background-color: var(--theme-color-success-50);
}
.bg-theme-warning-50 {
  background-color: var(--theme-color-warning-50);
}
.bg-theme-success-200 {
  background-color: var(--theme-color-success-200);
}
.bg-theme-danger-100 {
  background-color: var(--theme-color-danger-100);
}
.bg-theme-warning-100 {
  background-color: var(--theme-color-warning-100);
}
.bg-theme-success-600 {
  background-color: var(--theme-color-success-600);
}
.bg-theme-danger-200 {
  background-color: var(--theme-color-danger-200);
}
.bg-theme-secondary-700 {
  background-color: var(--theme-color-secondary-700);
}
.bg-theme-blog-background {
  background-color: var(--theme-color-blog-background);
}
.bg-theme-danger-500 {
  background-color: var(--theme-color-danger-500);
}
.bg-theme-primary-700 {
  background-color: var(--theme-color-primary-700);
}
.bg-opacity-90 {
  --tw-bg-opacity: .9;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-px {
  padding: 1px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-theme-primary-100 {
  color: var(--theme-color-primary-100);
}
.text-theme-secondary-500 {
  color: var(--theme-color-secondary-500);
}
.text-transparent {
  color: transparent;
}
.text-theme-secondary-800 {
  color: var(--theme-color-secondary-800);
}
.text-theme-success-600 {
  color: var(--theme-color-success-600);
}
.text-theme-primary-500 {
  color: var(--theme-color-primary-500);
}
.text-theme-secondary-900 {
  color: var(--theme-color-secondary-900);
}
.text-theme-secondary-700 {
  color: var(--theme-color-secondary-700);
}
.text-theme-secondary-600 {
  color: var(--theme-color-secondary-600);
}
.text-theme-warning-600 {
  color: var(--theme-color-warning-600);
}
.text-theme-primary-600 {
  color: var(--theme-color-primary-600);
}
.text-theme-danger-600 {
  color: var(--theme-color-danger-600);
}
.text-theme-danger-400 {
  color: var(--theme-color-danger-400);
}
.text-theme-secondary-400 {
  color: var(--theme-color-secondary-400);
}
.text-theme-primary-300 {
  color: var(--theme-color-primary-300);
}
.text-theme-secondary-300 {
  color: var(--theme-color-secondary-300);
}
.text-theme-secondary-200 {
  color: var(--theme-color-secondary-200);
}
.text-theme-success-500 {
  color: var(--theme-color-success-500);
}
.text-theme-danger-500 {
  color: var(--theme-color-danger-500);
}
.text-theme-secondary-100 {
  color: var(--theme-color-secondary-100);
}
.text-theme-warning-900 {
  color: var(--theme-color-warning-900);
}
.text-theme-warning-200 {
  color: var(--theme-color-warning-200);
}
.text-theme-info-300 {
  color: var(--theme-color-info-300);
}
.underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-40 {
  opacity: .4;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-90 {
  opacity: .9;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-navbar-dropdown {
  --tw-shadow: 0px 15px 35px 0 rgba(33, 34, 37, 0.08);
  --tw-shadow-colored: 0px 15px 35px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-focus {
  --tw-ring-color: rgba(var(--theme-color-primary-rgb), 0.50);
}
.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);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.transition-default {
        transition: all 0.1s ease-in;
    }
.fill-current {
        fill: none !important;
    }
/** 3rd party **/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-pointer-events{touch-action:pan-y}
.swiper-pointer-events.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}
.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/** UI Repo Styles **/
/** Third-Party **/
/**
 * Based on custom-forms.css from @tailwindcss/custom-forms@0.2.1
 *
 * Needs to be pulled out and reproduced properly to our classes.
 */
.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.form-input::-moz-placeholder {
    color: #a0aec0;
    opacity: 1;
}
.form-input:-ms-input-placeholder {
    color: #a0aec0;
    opacity: 1;
}
.form-input::placeholder {
    color: #a0aec0;
    opacity: 1;
}
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-right: 2.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
}
.form-select::-ms-expand {
    color: #a0aec0;
    border: none;
}
@media not print {
    .form-select::-ms-expand {
        display: none;
    }
}
@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
    .form-select {
        padding-right: 0.75rem;
    }
}
.form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1em;
    width: 1em;
    color: #4299e1;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: 0.25rem;
}
.form-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media not print {
    .form-checkbox::-ms-check {
        border-width: 1px;
        color: transparent;
        background: inherit;
        border-color: inherit;
        border-radius: inherit;
    }
}
.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    border-radius: 100%;
    height: 1em;
    width: 1em;
    color: #4299e1;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
}
.form-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media not print {
    .form-radio::-ms-check {
        border-width: 1px;
        color: transparent;
        background: inherit;
        border-color: inherit;
        border-radius: inherit;
    }
}
/** Custom **/
/** Spinning */
.animation-spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/** Wobble **/
@-webkit-keyframes wobble {
    from {
        transform: translate3d(0, 0, 0);
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0);
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/** Dropdowns **/
.dropdown-button-outline {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color-secondary-200);
  background-color: transparent;
}
.dropdown-entry,
.rich-select-dropdown-entry {
  display: block;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  font-weight: 500;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.dropdown-entry)
    > div.table-cell-content,.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(
.rich-select-dropdown-entry)
    > div.table-cell-content {
  justify-content: flex-start;
}
.dropdown-entry,
.rich-select-dropdown-entry:not(.rich-select-dropdown-entry-selected):not(.rich-select-dropdown-entry-hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme-color-secondary-900);
}
.dark .dropdown-entry,.dark 
.rich-select-dropdown-entry:not(.rich-select-dropdown-entry-selected):not(.rich-select-dropdown-entry-hover) {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.dropdown-entry:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown-entry:not([disabled]):not(.dropdown-entry-disabled):hover,
.rich-select-dropdown-entry-hover {
  background-color: var(--theme-color-secondary-100);
  color: var(--theme-color-secondary-900);
}
.dark .dropdown-entry:not([disabled]):not(.dropdown-entry-disabled):hover,.dark 
.rich-select-dropdown-entry-hover {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-200);
}
.dropdown-entry[disabled],
.dropdown-entry-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.dropdown-entry-selected,
.rich-select-dropdown-entry-selected {
  position: relative;
  color: var(--theme-color-primary-600);
}
.dark .dropdown-entry-selected,.dark 
.rich-select-dropdown-entry-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 19 / var(--tw-bg-opacity));
  color: var(--theme-color-primary-600);
}
.dropdown-entry-selected::before,
.rich-select-dropdown-entry-selected::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0.25rem;
  background-color: var(--theme-color-primary-600);
    content: "";
}
.dropdown-entry-selected,
.rich-select-dropdown-entry-selected {
  background-color: var(--theme-color-primary-50);
}
/* Custom scrollbar */
.custom-scroll::-webkit-scrollbar {
  border-radius: 0.5rem;
    width: 6px;
    height: 4px;
}
.custom-scroll::-webkit-scrollbar-track-piece:start {
    background: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--theme-color-primary-200);
}
.custom-scroll {
    scrollbar-color: #bad6f0 transparent;
}
/** Tabs **/
.documentation-sidebar
        .tabs
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.tabs {
  display: flex;
  border-radius: 0.75rem;
  background-color: var(--theme-color-secondary-100);
  font-weight: 600;
}
.dark .tabs {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 19 / var(--tw-bg-opacity));
}
.tab-item {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  white-space: nowrap;
  border-bottom-width: 3px;
  border-color: transparent;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  color: var(--theme-color-secondary-700);
        transition: all 0.1s ease-in;
}
.tab-item-current,
.tab-item:hover:not(:disabled) {
  border-color: var(--theme-color-primary-600);
  color: var(--theme-color-secondary-900);
}
.tab-item:disabled {
  color: var(--theme-color-secondary-500);
}
.dark .tab-item-current,
.dark .tab-item:hover:not(:disabled) {
  color: var(--theme-color-secondary-200);
}
.tab-item::before {
    content: "";
    position: absolute;
    left: 0px;
    margin-left: -1.5rem;
    height: 1.5rem;
    border-left-width: 1px;
    border-color: var(--theme-color-secondary-300);
}
.tabs > li[role="presentation"]:first-child > .tab-item::before {
  border-left-width: 0px;
}
.dark .tab-item::before {
  border-color: var(--theme-color-secondary-800);
}
.documentation-sidebar
        .tabs-wrapper
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.tabs-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
[role="tablist"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
[role="tabpanel"] {
  width: 100%;
}
/** Tab Badge **/
.info-badge {
  margin-left: 0.25rem;
  border-radius: 0.75rem;
  background-color: var(--theme-color-primary-100);
  font-size: 0.875rem;
  line-height: 1.25rem;
    padding: 2px 6px;
}
.dark .info-badge {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-700);
}
/** Links **/
.link {
  cursor: pointer;
  color: var(--theme-color-primary-600);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
        transition: all 0.1s ease-in;
}
.simple-markdown a:is(.link):hover {
    text-decoration: none;
}
.link.read-only {
  cursor: not-allowed;
}
.link:hover {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.link.link-no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.link.link-no-underline:hover):hover {
    text-decoration: none;
}
.link:active {
  color: var(--theme-color-primary-400);
}
/** Avatar **/
.avatar-wrapper .avatar-circle {
  background-color: var(--theme-color-primary-100);
}
.avatar-wrapper:hover .avatar-circle {
  background-color: var(--theme-color-primary-200);
}
/** Pagination **/
.documentation-sidebar
        .pagination-wrapper
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.pagination-wrapper {
  display: flex;
  flex-direction: column;
}
/* Removes the spinner on the number input */
.pagination-wrapper input::-webkit-outer-spin-button,
.pagination-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}
.pagination-wrapper input[type="number"] {
    -moz-appearance: textfield;
}
.documentation-sidebar
        .pagination-pages-mobile
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.pagination-pages-mobile {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: var(--theme-color-primary-100);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.documentation-sidebar
        .pagination-button-mobile
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.pagination-button-mobile {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
}
.pagination-pages {
  display: none;
  border-radius: 0.25rem;
  background-color: var(--theme-color-primary-100);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dark .pagination-pages-mobile {
  background-color: var(--theme-color-secondary-800);
}
.dark .pagination-pages {
  background-color: var(--theme-color-secondary-800);
}
@media screen and (min-width: 450px) {
    .pagination-wrapper {
    display: block;
  }
    .pagination-pages-mobile {
    display: none;
  }

    .pagination-button-mobile {
    flex: 0 1 auto;
  }

    .documentation-sidebar
        .pagination-pages
        + h2:not(.documentation-sidebar h2:first-of-type) {
    margin-top: 1rem;
  }

    .pagination-pages {
    display: flex;
  }
}
@media screen and (max-width: 451px) {
    .pagination-form-desktop {
    display: none;
  }
}
/** Modal **/
.modal-content,
.modal-content-square {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media screen and (max-width: 767px) {
    /* Needed for full-screen modals */
    .modal-content {
        max-width: 100% !important;
    }

    .modal-content-wrapper {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .modal-content {
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.25rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .modal-content-square {
    margin-left: auto;
    margin-right: auto;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.dark .modal-content,
.dark .modal-content-square {
  background-color: var(--theme-color-secondary-900);
}
.modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 50;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  height: 2.75rem;
  width: 3rem;
  border-radius: 0.25rem;
  background-color: var(--theme-color-info-100);
  color: var(--theme-color-secondary-900);
        transition: all 0.1s ease-in;
}
.dark .modal-close {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-600);
}
.modal-close:hover {
  background-color: var(--theme-color-info-300);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .modal-close:hover {
  background-color: var(--theme-color-secondary-700);
  color: var(--theme-color-secondary-400);
}
@media (min-width: 1024px) {
    .modal-content,
    .modal-content-square {
    width: 100%;
  }
}
.documentation-sidebar
        .modal-buttons
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.modal-buttons {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.modal-buttons > *:not(:first-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 640px) {
    .modal-buttons {
    flex-direction: row;
  }

    .modal-buttons > *:not(:first-child) {
    margin-bottom: 0px;
    margin-left: 0.75rem;
  }
}
/** Link Description Block **/
.documentation-sidebar
        .description-block
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.description-block {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--theme-color-secondary-200);
  padding: 2.5rem;
        transition: all 0.1s ease-in;
}
.description-block-link:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transform: scale(1.02);
}
.description-block-link:hover .link {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
/** Navbar **/
.documentation-sidebar
        .navbar-mobile-link
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.navbar-mobile-link {
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  font-weight: 600;
}
.dark .navbar-mobile-link {
  border-color: var(--theme-color-secondary-900);
}
.navbar-mobile-link-current {
  border-color: var(--theme-color-primary-600);
  background-color: var(--theme-color-primary-100);
}
.dark .navbar-mobile-link-current {
  border-color: var(--theme-color-primary-600);
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.navbar-mobile-link:not(.navbar-mobile-link-current) {
  color: var(--theme-color-secondary-900);
}
.navbar-mobile-link:not(.navbar-mobile-link-current):hover {
  color: var(--theme-color-primary-600);
}
.dark .navbar-mobile-link:not(.navbar-mobile-link-current) {
  color: var(--theme-color-secondary-200);
}
/** Circled Icon **/
.documentation-sidebar
        .circled-icon
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.circled-icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
}
/** Tile Selection Checkboxes **/
.tile-selection-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.swiper-wrapper.tile-selection-list .swiper-slide:nth-child(n + 2) {
  display: none;
}
@media (min-width: 640px) {
    .swiper-wrapper.tile-selection-list.sm\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.sm\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.sm\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.sm\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }
    
    .swiper-wrapper.grid.tile-selection-list .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list.sm\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list.sm\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list.sm\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list.sm\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }

    
    .swiper-wrapper.grid.tile-selection-list .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 768px) {
    .swiper-wrapper.tile-selection-list.md\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.md\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.md\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.md\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list.md\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list.md\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list.md\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list.md\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1024px) {
    .swiper-wrapper.tile-selection-list.lg\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.lg\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.lg\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.lg\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list.lg\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list.lg\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list.lg\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list.lg\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1280px) {
    .swiper-wrapper.tile-selection-list.xl\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.xl\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.xl\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list.xl\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list.xl\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list.xl\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list.xl\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list.xl\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 640px) {
  .tile-selection-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tile-selection-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tile-selection-list {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.tile-selection-list-single {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.swiper-wrapper.tile-selection-list-single .swiper-slide:nth-child(n + 2) {
  display: none;
}
@media (min-width: 640px) {
    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }
    
    .swiper-wrapper.grid.tile-selection-list-single .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list-single.sm\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }

    
    .swiper-wrapper.grid.tile-selection-list-single .swiper-slide:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 768px) {
    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list-single.md\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1024px) {
    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list-single.lg\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1280px) {
    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-selection-list-single.xl\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 640px) {
  .tile-selection-list-single {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tile-selection-list-single {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tile-selection-list-single {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.tile-selection-option {
  position: relative;
  height: 7.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--theme-color-primary-100);
        transition: all 0.1s ease-in;
}
.dark .tile-selection-option {
  border-color: var(--theme-color-secondary-800);
}
.tile-selection-single {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--theme-color-primary-100);
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
        transition: all 0.1s ease-in;
}
.tile-selection-single:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--theme-color-primary-500);
}
.dark .tile-selection-single {
  border-color: var(--theme-color-secondary-800);
}
.tile-selection-option:hover,
.tile-selection-single:hover {
  color: var(--theme-color-secondary-700);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tile-selection-option:not(.tile-selection--checked):hover,
.tile-selection-single:not(.tile-selection--checked):hover {
  border-color: transparent;
}
.dark .tile-selection-option:not(.tile-selection--checked):hover,.dark 
.tile-selection-single:not(.tile-selection--checked):hover {
  border-color: var(--theme-color-success-400);
}
.documentation-sidebar
        .tile-selection-select-all
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.tile-selection-select-all {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
@media (min-width: 768px) {
  .tile-selection-select-all {
    flex-direction: row-reverse;
  }
}
.tile-selection-checkbox,
.tile-selection-checkbox:focus,
.tile-selection-select-all-checkbox,
.tile-selection-select-all-checkbox:focus {
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: var(--theme-color-primary-100);
}
.dark .tile-selection-checkbox,.dark 
.tile-selection-checkbox:focus,.dark 
.tile-selection-select-all-checkbox,.dark 
.tile-selection-select-all-checkbox:focus {
  border-color: var(--theme-color-secondary-600);
  background-color: transparent;
}
.dark .group:hover .tile-selection-checkbox,.dark .group:hover 
.tile-selection-checkbox:focus,.dark .group:hover 
.tile-selection-select-all-checkbox,.dark .group:hover 
.tile-selection-select-all-checkbox:focus {
  border-color: var(--theme-color-success-600);
}
.tile-selection-select-all-checkbox {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .tile-selection-select-all-checkbox {
    margin-right: 0px;
    margin-left: 0.5rem;
  }
}
.tile-selection-checkbox {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.tile-selection-checkbox,
.tile-selection-checkbox:focus {
  border-color: var(--theme-color-primary-100);
}
.tile-selection--checked {
  border-color: var(--theme-color-success-500);
  background-color: var(--theme-color-success-50);
}
.dark .tile-selection--checked {
  border-color: var(--theme-color-success-600);
  background-color: var(--theme-color-success-900);
  color: var(--theme-color-secondary-200);
}
.tile-selection-select-all-checkbox:checked,
.tile-selection-checkbox:checked {
  border-color: var(--theme-color-success-600);
  background-color: var(--theme-color-success-600);
}
.dark .tile-selection-select-all-checkbox:checked,.dark 
.tile-selection-checkbox:checked {
  border-color: var(--theme-color-success-600);
  background-color: var(--theme-color-success-600);
}
/** Tile Links **/
.tile-links-list,
.tile-links-list-md {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.swiper-wrapper.tile-links-list .swiper-slide:nth-child(n + 2),.swiper-wrapper
.tile-links-list-md .swiper-slide:nth-child(n + 2) {
  display: none;
}
@media (min-width: 640px) {
    .swiper-wrapper.tile-links-list.sm\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.sm\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.sm\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.sm\:grid-cols-4 .swiper-slide:nth-child(n + 0),.swiper-wrapper
.tile-links-list-md.sm\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.sm\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.sm\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.sm\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }
    
    .swiper-wrapper.grid.tile-links-list .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid
.tile-links-list-md .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list.sm\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list.sm\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list.sm\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list.sm\:grid-cols-4 .swiper-slide:nth-child(n + 5),.swiper-wrapper
.tile-links-list-md.sm\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper
.tile-links-list-md.sm\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper
.tile-links-list-md.sm\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper
.tile-links-list-md.sm\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }

    
    .swiper-wrapper.grid.tile-links-list .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.grid
.tile-links-list-md .swiper-slide:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 768px) {
    .swiper-wrapper.tile-links-list.md\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.md\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.md\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.md\:grid-cols-4 .swiper-slide:nth-child(n + 0),.swiper-wrapper
.tile-links-list-md.md\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.md\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.md\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.md\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }
    
    .swiper-wrapper.grid.tile-links-list .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid
.tile-links-list-md .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list.md\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list.md\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list.md\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list.md\:grid-cols-4 .swiper-slide:nth-child(n + 5),.swiper-wrapper
.tile-links-list-md.md\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper
.tile-links-list-md.md\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper
.tile-links-list-md.md\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper
.tile-links-list-md.md\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }

    
    .swiper-wrapper.grid.tile-links-list .swiper-slide:nth-child(n + 5),
    .swiper-wrapper.grid
.tile-links-list-md .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1024px) {
    .swiper-wrapper.tile-links-list.lg\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.lg\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.lg\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.lg\:grid-cols-4 .swiper-slide:nth-child(n + 0),.swiper-wrapper
.tile-links-list-md.lg\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.lg\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.lg\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.lg\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list.lg\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list.lg\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list.lg\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list.lg\:grid-cols-4 .swiper-slide:nth-child(n + 5),.swiper-wrapper
.tile-links-list-md.lg\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper
.tile-links-list-md.lg\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper
.tile-links-list-md.lg\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper
.tile-links-list-md.lg\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1280px) {
    .swiper-wrapper.tile-links-list.xl\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.xl\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.xl\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list.xl\:grid-cols-4 .swiper-slide:nth-child(n + 0),.swiper-wrapper
.tile-links-list-md.xl\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.xl\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.xl\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper
.tile-links-list-md.xl\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list.xl\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list.xl\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list.xl\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list.xl\:grid-cols-4 .swiper-slide:nth-child(n + 5),.swiper-wrapper
.tile-links-list-md.xl\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper
.tile-links-list-md.xl\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper
.tile-links-list-md.xl\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper
.tile-links-list-md.xl\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 640px) {
  .tile-links-list,
.tile-links-list-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tile-links-list,
.tile-links-list-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tile-links-list {
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .tile-links-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tile-links-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.tile-links-list-md {
  gap: 0.75rem;
}
.tile-links-list-sm {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.swiper-wrapper.tile-links-list-sm .swiper-slide:nth-child(n + 2) {
  display: none;
}
@media (min-width: 640px) {
    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list-sm.sm\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 768px) {
    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list-sm.md\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1024px) {
    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list-sm.lg\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1280px) {
    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.tile-links-list-sm.xl\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
.tile-link {
  position: relative;
  height: 7.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        transition: all 0.1s ease-in;
}
.dark .tile-link {
  background-color: var(--theme-color-secondary-900);
}
.tile-link:not(.tile-link-disabled) {
  cursor: pointer;
}
.tile-link:not(.tile-links-show-more) {
  color: var(--theme-color-secondary-900);
}
.tile-link:not(.tile-link-disabled):hover {
  border-color: transparent;
  color: var(--theme-color-primary-700);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.documentation-sidebar
        .tile-link-title-icon
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.tile-link-title-icon {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.tile-link-sm .tile-link-title-icon {
  flex-direction: row;
}
.tile-link-icon {
        transition: all 0.1s ease-in;
    }
.tile-link-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .tile-link-icon {
  color: var(--theme-color-secondary-600);
}
.dark .group:hover .tile-link-icon {
  color: var(--theme-color-secondary-200);
}
.dark .tile-link-title {
  color: var(--theme-color-secondary-200);
}
.tile-links-show-more {
  text-align: center;
  font-weight: 600;
  color: var(--theme-color-primary-600);
  position: relative;
  height: 7.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        transition: all 0.1s ease-in;
}
.dark .tile-links-show-more {
  background-color: var(--theme-color-secondary-900);
}
.tile-links-show-more:not(.tile-link-disabled) {
  cursor: pointer;
}
.tile-links-show-more:not(.tile-links-show-more) {
  color: var(--theme-color-secondary-900);
}
.tile-links-show-more:not(.tile-link-disabled):hover {
  border-color: transparent;
  color: var(--theme-color-primary-700);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tile-links-show-more:hover {
  background-color: var(--theme-color-primary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tile-link-border {
  border-width: 2px;
  border-color: var(--theme-color-primary-100);
}
.dark .tile-link-border {
  border-color: var(--theme-color-secondary-800);
}
.tile-link-sm,
.tile-link-md {
  height: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tile-link-sm .tile-link-title,
.tile-link-md .tile-link-icon {
  display: none;
}
@media (min-width: 640px) {
    .tile-link-sm .tile-link-title {
    display: block;
  }
    .tile-link-sm .tile-link-icon {
    display: none;
  }

    .tile-link-sm,
    .tile-link-md {
    height: 3.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
    .tile-link-md {
    height: 5.5rem;
  }

    .tile-link-sm .tile-link-icon {
    margin-right: 0.5rem;
    display: block;
  }

    .tile-link-md .tile-link-icon {
    margin-bottom: 0.5rem;
    display: block;
  }
}
/* Disabled tiles */
.disabled-tile {
  pointer-events: none;
  border-color: var(--theme-color-secondary-300);
  background-color: transparent;
  opacity: 0.5;
}
.tile-link-disabled:not(.tile-links-show-more) {
  color: var(--theme-color-secondary-500);
}
.dark .tile-link-disabled:not(.tile-links-show-more) {
  color: var(--theme-color-secondary-700);
}
.tile-link-disabled.tile-link-border {
  border-color: var(--theme-color-secondary-200);
}
.dark .tile-link-disabled.tile-link-border {
  border-color: var(--theme-color-secondary-800);
}
.dark .tile-link-disabled .tile-link-title {
  color: var(--theme-color-secondary-700);
}
.dark .tile-link-disabled .tile-link-icon {
  color: var(--theme-color-secondary-800);
}
/* Contact components */
.contact-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.documentation-sidebar
        .contact-header
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.contact-header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .contact-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .contact-header {
    max-width: 80rem;
  }
}
.contact-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.documentation-sidebar
        .contact-content
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.contact-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .contact-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .contact-content {
    max-width: 80rem;
  }
}
/* Accordion */
.accordion {
  margin-left: -2rem;
  margin-right: -2rem;
}
.documentation-sidebar
        .accordion-trigger
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.accordion-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  text-align: left;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.accordion-trigger)
    > div.table-cell-content {
  justify-content: flex-start;
}
@media (min-width: 768px) {
    .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }

    .accordion + .accordion {
    margin-top: 1rem;
  }
}
/* Notification Dot */
.notification-dot {
  position: absolute;
  display: block;
  border-radius: 9999px;
}
/* Sidebar */
.sidebar-group {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .sidebar-group {
    margin-left: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.sidebar-link + .sidebar-group > button {
  border-top-width: 0px;
}
.documentation-sidebar
        .sidebar-link
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.sidebar-link {
  display: flex;
  align-items: center;
}
.sidebar-link:last-child .sidebar-link-divider {
  display: none;
}
/* purgecss start ignore */
.documentation-sidebar
        .twitter-embed-wrapper
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.twitter-embed-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dark .twitter-embed-wrapper {
  display: none;
}
.twitter-embed-wrapper.twitter-embed-wrapper-dark {
  display: none;
}
.dark .twitter-embed-wrapper.twitter-embed-wrapper-dark {
  display: flex;
}
.documentation-sidebar
        .dark .twitter-embed-wrapper.twitter-embed-wrapper-dark
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
/* purgecss end ignore */
html {
    font-family: "HaboroSoft-NorReg", sans-serif;
}
@supports (font-variation-settings: normal) {
    html {
        font-family: "HaboroSoft-NorReg", sans-serif;
    }
}
.semibold {
    font-family: "haborosoft-normeduploadedfile";
}
/* FiraMono */
@font-face {
    font-family: "FiraMono";
    src: url("../fonts/FiraMono-Regular.otf");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "haborosoft-normeduploadedfile";
    src: url("../fonts/haboro-soft-norm-medium-webfont.otf");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "haborosoft-norboluploadedfile";
    src: url("../fonts/haboro-soft-norm-bold-webfont.otf");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "HaboroSoft-NorReg";
    src: url("../fonts/HaborSoftNormRegular.otf");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "haborosoft-norboluploadedfile";
    src: url("../fonts/haboro-soft-norm-bold-webfont.otf");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "HaboroSoft-NorReg";
    src: url("../fonts/HaborSoftNormRegular.otf");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "MetaSerifPro-Bold";
    src: url("../fonts/MetaSerifPro-Bold.woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "MetaSerifPro-Bold";
    src: url("../fonts/MetaSerifPro-Bold.woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "FiraMono";
    src: url("../fonts/FiraMono-RegularItalic.otf");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "FiraMono";
    src: url("../fonts/FiraMono-Bold.otf");
    font-weight: 700;
    font-display: swap;
}
/* General */
input[type="password"]::-ms-reveal {
    display: none;
}
.documentation-sidebar
        .input-label
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.input-label {
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: var(--theme-color-secondary-700);
        transition: all 0.1s ease-in;
}
.dark .input-label {
  color: var(--theme-color-secondary-500);
}
.input-label--toggle {
  margin-right: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: var(--theme-color-secondary-700);
        transition: all 0.1s ease-in;
}
.input-wrapper {
  position: relative;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  color: var(--theme-color-secondary-900);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .input-wrapper {
  color: var(--theme-color-secondary-200);
}
.documentation-sidebar
        .input-tooltip
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.input-tooltip {
  margin-left: 0.5rem;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--theme-color-secondary-700);
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input-text {
  margin-right: 1.5rem;
  display: block;
  width: 100%;
        transition: all 0.1s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.input-text::-moz-placeholder {
    color: #a0aec0;
    opacity: 1;
}
.input-text:-ms-input-placeholder {
    color: #a0aec0;
    opacity: 1;
}
.input-text::placeholder {
    color: #a0aec0;
    opacity: 1;
}
.input-rich-select .input-text {
    /* Note: need this to override form-input padding */
    padding: 0.75rem 1rem;
}
.input-text {
    font-family: Inter, sans-serif !important;

    /* Note: need this to override form-input padding */
    padding: 0.75rem 1rem;
}
.dark :not(.light).input-text {
  border-color: var(--theme-color-secondary-700);
  background-color: var(--theme-color-secondary-900);
}
.input-text.shifted {
    /* Note: need this to override form-input padding */
    padding: 0.75rem 3.25rem 0.75rem 0.75rem;
}
.dark .input-text::-moz-placeholder, .dark .input-text-with-prefix::-moz-placeholder, .dark .input-text-with-suffix::-moz-placeholder {
  color: var(--theme-color-secondary-700);
}
.dark .input-text:-ms-input-placeholder, .dark .input-text-with-prefix:-ms-input-placeholder, .dark .input-text-with-suffix:-ms-input-placeholder {
  color: var(--theme-color-secondary-700);
}
.dark .input-text::placeholder,
.dark .input-text-with-prefix::placeholder,
.dark .input-text-with-suffix::placeholder {
  color: var(--theme-color-secondary-700);
}
.input-rich-select .form-input {
    /* Note: need this to override form-input padding */
    padding: 0.75rem 1rem;
}
.input-group:focus-within .input-label,
.input-group:hover .input-label {
  color: var(--theme-color-primary-600);
}
.input-group:focus-within .input-wrapper-with-prefix,
.input-group:focus-within .input-wrapper-with-suffix,
.input-group:focus-within .input-text,
.input-group:focus-within .form-select {
  border-color: var(--theme-color-primary-600);
}
.input-group:focus-within .input-text-with-prefix:-moz-read-only, .input-group:focus-within .input-text-with-suffix:-moz-read-only, .input-group:focus-within .input-text-with-icon:-moz-read-only, .input-text-with-icon:-moz-read-only, .input-group:focus-within .input-text:-moz-read-only, .input-text:-moz-read-only, .input-text-with-prefix:-moz-read-only, .input-text-with-suffix:-moz-read-only {
  cursor: not-allowed;
  border-color: var(--theme-color-secondary-400);
  background-color: var(--theme-color-secondary-100);
}
.input-group:focus-within .input-text-with-prefix:read-only,
.input-group:focus-within .input-text-with-suffix:read-only,
.input-group:focus-within .input-text-with-icon:read-only,
.input-text-with-icon:read-only,
.input-group:focus-within .input-text:read-only,
.input-text:read-only,
.input-text-with-prefix:read-only,
.input-text-with-suffix:read-only {
  cursor: not-allowed;
  border-color: var(--theme-color-secondary-400);
  background-color: var(--theme-color-secondary-100);
}
.dark .input-group:focus-within .input-text-with-prefix:-moz-read-only, .dark 
.input-group:focus-within .input-text-with-suffix:-moz-read-only, .dark 
.input-group:focus-within .input-text-with-icon:-moz-read-only, .dark 
.input-text-with-icon:-moz-read-only, .dark 
.input-group:focus-within .input-text:-moz-read-only, .dark 
.input-text:-moz-read-only, .dark 
.input-text-with-prefix:-moz-read-only, .dark 
.input-text-with-suffix:-moz-read-only {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-500);
}
.dark .input-group:focus-within .input-text-with-prefix:read-only,.dark 
.input-group:focus-within .input-text-with-suffix:read-only,.dark 
.input-group:focus-within .input-text-with-icon:read-only,.dark 
.input-text-with-icon:read-only,.dark 
.input-group:focus-within .input-text:read-only,.dark 
.input-text:read-only,.dark 
.input-text-with-prefix:read-only,.dark 
.input-text-with-suffix:read-only {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-500);
}
.input-group:focus-within .input-text-with-prefix.cursor-default:-moz-read-only, .input-group:focus-within .input-text-with-suffix.cursor-default:-moz-read-only, .input-group:focus-within .input-text-with-icon.cursor-default:-moz-read-only, .input-text-with-icon.cursor-default:-moz-read-only, .input-group:focus-within .input-text.cursor-default:-moz-read-only, .input-text.cursor-default:-moz-read-only, .input-text-with-prefix.cursor-default:-moz-read-only, .input-text-with-suffix.cursor-default:-moz-read-only {
    cursor: default;
}
.input-group:focus-within .input-text-with-prefix.cursor-default:read-only,
.input-group:focus-within .input-text-with-suffix.cursor-default:read-only,
.input-group:focus-within .input-text-with-icon.cursor-default:read-only,
.input-text-with-icon.cursor-default:read-only,
.input-group:focus-within .input-text.cursor-default:read-only,
.input-text.cursor-default:read-only,
.input-text-with-prefix.cursor-default:read-only,
.input-text-with-suffix.cursor-default:read-only {
    cursor: default;
}
.dark .form-select {
  border-color: var(--theme-color-secondary-700);
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-200);
}
/** Input with icon button **/
.input-wrapper-with-icon {
  position: relative;
  margin-top: 0.5rem;
  color: var(--theme-color-secondary-900);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.input-text-with-icon {
  margin-right: 1.5rem;
  display: block;
  width: 100%;
        transition: all 0.1s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.input-text-with-icon::-moz-placeholder {
    color: #a0aec0;
    opacity: 1;
}
.input-text-with-icon:-ms-input-placeholder {
    color: #a0aec0;
    opacity: 1;
}
.input-text-with-icon::placeholder {
    color: #a0aec0;
    opacity: 1;
}
.input-rich-select .input-text-with-icon {
    /* Note: need this to override form-input padding */
    padding: 0.75rem 1rem;
}
.input-text-with-icon {
    font-family: Inter, sans-serif;

    /* Note: need this to override form-input padding */
    padding: 0.75rem 1rem;
}
.dark :not(.light).input-text-with-icon {
  border-color: var(--theme-color-secondary-700);
  background-color: var(--theme-color-secondary-900);
}
.input-text-with-icon.shifted {
    /* Note: need this to override form-input padding */
    padding: 0.75rem 3.25rem 0.75rem 0.75rem;
}
.dark .input-text-with-icon::-moz-placeholder {
  color: var(--theme-color-secondary-700);
}
.dark .input-text-with-icon:-ms-input-placeholder {
  color: var(--theme-color-secondary-700);
}
.dark .input-text-with-icon::placeholder {
  color: var(--theme-color-secondary-700);
}

.input-group:focus-within .input-text-with-icon {
  border-color: var(--theme-color-primary-600);
}
.input-group:focus-within .input-text-with-icon:-moz-read-only, .input-text-with-icon:-moz-read-only {
  cursor: not-allowed;
  border-color: var(--theme-color-secondary-400);
  background-color: var(--theme-color-secondary-100);
}

.input-group:focus-within .input-text-with-icon:read-only,.input-text-with-icon:read-only {
  cursor: not-allowed;
  border-color: var(--theme-color-secondary-400);
  background-color: var(--theme-color-secondary-100);
}
.dark 
.input-group:focus-within .input-text-with-icon:-moz-read-only, .dark .input-text-with-icon:-moz-read-only {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-500);
}
.dark 
.input-group:focus-within .input-text-with-icon:read-only,.dark .input-text-with-icon:read-only {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-500);
}
.input-group:focus-within .input-text-with-icon:-moz-read-only, .input-text-with-icon:-moz-read-only {
  cursor: not-allowed;
  border-color: var(--theme-color-secondary-400);
  background-color: var(--theme-color-secondary-100);
}

.input-group:focus-within .input-text-with-icon:read-only,.input-text-with-icon:read-only {
  cursor: not-allowed;
  border-color: var(--theme-color-secondary-400);
  background-color: var(--theme-color-secondary-100);
}
.dark 
.input-group:focus-within .input-text-with-icon:-moz-read-only, .dark .input-text-with-icon:-moz-read-only {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-500);
}
.dark 
.input-group:focus-within .input-text-with-icon:read-only,.dark .input-text-with-icon:read-only {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-500);
}
.input-group:focus-within .input-text-with-icon.cursor-default:-moz-read-only, .input-text-with-icon.cursor-default:-moz-read-only {
    cursor: default;
}

.input-group:focus-within .input-text-with-icon.cursor-default:read-only,.input-text-with-icon.cursor-default:read-only {
    cursor: default;
}
.input-text-with-icon {
    font-family: Inter, sans-serif;
}
/** Input icon */
.documentation-sidebar
        .input-icon
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.input-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}
/** Input with icon prefix **/
.documentation-sidebar
        .input-prefix-icon
        + h2:not(.documentation-sidebar h2:first-of-type),.documentation-sidebar
        
.input-prefix
        + h2:not(.documentation-sidebar h2:first-of-type),.documentation-sidebar
        
.input-suffix
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.input-prefix-icon,
.input-prefix,
.input-suffix {
  display: flex;
  align-items: center;
}
.input-prefix,
.input-suffix {
  padding-left: 1rem;
  padding-right: 1rem;
}
.input-prefix {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.input-suffix {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.input-text--error .input-suffix {
  margin-left: 2.5rem;
}
.input-text--error .input-suffix .input-icon {
  right: auto;
  left: 0px;
  margin-left: -3.25rem;
}
.input-text-with-prefix,
.input-text-with-suffix {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 0px;
  border-color: var(--theme-color-danger-500);
  outline: 2px solid transparent;
  outline-offset: 2px;
        transition: all 0.1s ease-in;
}
.dark .input-text-with-prefix,.dark 
.input-text-with-suffix {
  background-color: var(--theme-color-secondary-900);
}
.input-text-with-prefix,
.input-text-with-suffix {

    /* Note: need this to override form-input padding */
    padding: 0.75rem 1rem;
}
.documentation-sidebar
        .input-wrapper-with-prefix
        + h2:not(.documentation-sidebar h2:first-of-type),.documentation-sidebar
        
.input-wrapper-with-suffix
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.input-wrapper-with-prefix,
.input-wrapper-with-suffix {
  display: flex;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--theme-color-secondary-300);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark .input-wrapper-with-prefix,.dark 
.input-wrapper-with-suffix {
  border-color: var(--theme-color-secondary-700);
  background-color: var(--theme-color-secondary-900);
}
.input-wrapper-with-prefix .input-prefix-icon {
  color: var(--theme-color-secondary-500);
}
.dark .input-wrapper-with-prefix .input-prefix-icon {
  color: var(--theme-color-secondary-700);
}
.input-wrapper-with-prefix--dirty .input-prefix-icon,
.input-wrapper-with-prefix:focus-within .input-prefix-icon {
  color: var(--theme-color-primary-500);
}
.dark .input-wrapper-with-prefix--dirty .input-prefix-icon,.dark 
.input-wrapper-with-prefix:focus-within .input-prefix-icon {
  color: var(--theme-color-primary-600);
}
.input-wrapper-with-prefix .input-prefix {
  border-right-width: 1px;
}
.dark .input-wrapper-with-prefix .input-prefix {
  border-color: var(--theme-color-secondary-700);
}
.input-wrapper-with-suffix .input-suffix {
  border-left-width: 1px;
}
.input-wrapper-with-prefix .input-prefix,
.input-wrapper-with-suffix .input-suffix {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-color: var(--theme-color-secondary-300);
  color: var(--theme-color-secondary-500);
}
.dark .input-wrapper-with-prefix .input-prefix,.dark 
.input-wrapper-with-suffix .input-suffix {
  border-color: var(--theme-color-secondary-700);
}
/* Radio buttons */
.input-radio {
  height: 1rem;
  width: 1rem;
  color: var(--theme-color-success-600);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-radio[disabled] {
  border-color: var(--theme-color-secondary-300);
  background-color: var(--theme-color-secondary-100);
  color: var(--theme-color-secondary-300);
}
.input-radio:checked[disabled] {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.form-radio:checked.radio-checkmark {
  color: var(--theme-color-success-500);
    padding: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 17 13'%3E%3Cpath d='M13.9.2L6.4 7.4 2.9 4 .4 6.4l6 5.8 10-9.6L13.9.2z'/%3E%3C/svg%3E");
    background-origin: content-box;
}
/* Checkboxes */
.input-checkbox {
  height: 1rem;
  width: 1rem;
  border-width: 2px;
  border-color: var(--theme-color-secondary-300);
  color: var(--theme-color-success-600);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dark .input-checkbox {
  border-color: var(--theme-color-secondary-800);
  background-color: transparent;
}
.dark .input-checkbox:checked {
  border-color: var(--theme-color-success-600);
  background-color: var(--theme-color-success-600);
}
.input-checkbox[disabled] {
  border-color: var(--theme-color-secondary-300);
  background-color: var(--theme-color-secondary-100);
  color: var(--theme-color-secondary-300);
}
.input-checkbox:checked[disabled] {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
}
/* Switch (toggle alternative) */
.input-switch-button-left {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--theme-color-primary-600);
}
.input-switch-button-right {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--theme-color-primary-600);
}
.input-switch-button-left:hover,
.input-switch-button-right:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
/* Errors */
.input-group:focus-within .input-label--error,
.input-group:hover .input-label--error,
.input-label--error {
  color: var(--theme-color-danger-500);
}
.dark .input-group:focus-within .input-label--error,
.dark .input-group:hover .input-label--error,
.dark .input-label--error {
  color: var(--theme-color-danger-400);
}
.input-text-with-icon--error,
.input-text--error {
  border-color: var(--theme-color-danger-500);
}
.input-text-with-icon--error,
.input-text--error:not(.input-wrapper-with-suffix) {
  margin-right: 0px;
  padding-right: 2.5rem;
}
.dark .input-text-with-icon--error,
.dark .input-text--error {
  border-color: var(--theme-color-danger-400);
}
.input-text--error.shifted {
  padding-right: 6rem;
}
.input-group:focus-within .input-text-with-icon--error,
.input-text-with-icon--error:focus,
.input-group:focus-within .input-text--error,
.input-text--error:focus {
  border-color: var(--theme-color-danger-300);
  --tw-ring-color: var(--theme-color-danger-300);
}
.input-text-with-icon--error::-moz-placeholder, .input-text--error::-moz-placeholder {
  color: var(--theme-color-danger-300);
}
.input-text-with-icon--error:-ms-input-placeholder, .input-text--error:-ms-input-placeholder {
  color: var(--theme-color-danger-300);
}
.input-text-with-icon--error::placeholder,
.input-text--error::placeholder {
  color: var(--theme-color-danger-300);
}
.input-help--error {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--theme-color-danger-500);
}
/* Tags */
/* purgecss ignore */
.tags-input-focus {
  border-color: var(--theme-color-primary-600);
    box-shadow: 0 0 0 1px var(--theme-color-primary-600);
}
.documentation-sidebar
        .taggle_list
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.taggle_list {
  margin-bottom: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.taggle_list li {
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  display: inline;
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: 500;
}
.documentation-sidebar
        .taggle_list .taggle
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.taggle_list .taggle {
  display: flex;
  align-items: center;
}
.taggle_list .taggle > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.taggle_list .taggle {
  overflow: auto;
  border-radius: 0.25rem;
  background-color: var(--theme-color-primary-100);
  padding-left: 0.5rem;
  padding-right: 0.25rem;
}
.dark .taggle_list .taggle {
  background-color: var(--theme-color-secondary-800);
}
.taggle_list .taggle {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.taggle_list .taggle .close {
  pointer-events: none;
  right: 0.5rem;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: var(--theme-color-primary-200);
  padding: 0.25rem;
  font-size: 1.125rem;
  line-height: .75rem;
  color: var(--theme-color-secondary-900);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.taggle_list .taggle .close):hover {
    text-decoration: none;
}
.dark .taggle_list .taggle .close {
  background-color: var(--theme-color-secondary-700);
}
.taggle_list .taggle:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.taggle_list .taggle:hover > .close {
  pointer-events: auto;
  opacity: 1;
}
.taggle_list .taggle .close:hover {
  color: var(--theme-color-primary-600);
}
.dark .taggle_list .taggle .close:hover {
  color: var(--theme-color-secondary-200);
}
.taggle_placeholder {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding: 0.75rem;
  color: var(--theme-color-secondary-400);
}
.dark .taggle_placeholder {
  color: var(--theme-color-secondary-700);
}
.taggle_input {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  max-width: 100%;
  background-color: transparent;
}
.taggle_sizer {
  visibility: hidden;
  position: absolute;
  margin: 0px;
  padding: 0px;
    top: -500px;
    z-index: -1;
}
.taggle_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--theme-color-primary-600);
}
.dark .taggle_text {
  color: var(--theme-color-secondary-200);
}
.taggle > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.taggle {
  background-color: var(--theme-color-primary-100);
}
.dark .taggle {
  background-color: var(--theme-color-secondary-800);
}
.disabled-tags-input .tags-input-focus {
  border-color: var(--theme-color-secondary-200);
}
.dark .disabled-tags-input .tags-input-focus {
  border-color: var(--theme-color-secondary-800);
}
.disabled-tags-input .tags-input-focus {
    box-shadow: 0 0 0 1px var(--theme-color-secondary-200);
}
.dark .disabled-tags-input .tags-input-focus {
    box-shadow: 0 0 0 1px var(--theme-color-secondary-800);
}
.disabled-tags-input .taggle > .close {
    pointer-events: all;
}
.disabled-tags-input .taggle_input,
.disabled-tags-input .taggle_list,
.disabled-tags-input .taggle_placeholder,
.disabled-tags-input > div {
  background-color: var(--theme-color-secondary-100);
}
.dark .disabled-tags-input .taggle_input,.dark 
.disabled-tags-input .taggle_list,.dark 
.disabled-tags-input .taggle_placeholder,.dark 
.disabled-tags-input > div {
  background-color: var(--theme-color-secondary-900);
}
.disabled-tags-input:not(.disabled-tags-input-add) .taggle_list .taggle {
  padding-right: 0.5rem;
}
.disabled-tags-input:not(.disabled-tags-input-add) .taggle > .close {
  display: none;
}
/* Disable arrows from numeric input */
/* Chrome, Safari, Edge, Opera */
.hide-number-input-arrows input::-webkit-outer-spin-button,
.hide-number-input-arrows input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.hide-number-input-arrows input[type="number"] {
    -moz-appearance: textfield;
}
/* Hides native eye icon for revealing password */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
/* Custom content container */
.documentation-sidebar
        .content-container
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.content-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .content-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .content-container {
    max-width: 80rem;
  }
}
.documentation-sidebar
        .content-container-full-width
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.content-container-full-width {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 1024px) {
  .content-container-full-width {
    max-width: 80rem;
  }
}
/* Navbar container */
.navbar-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
    .navbar-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/** Headings with H **/
h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: var(--theme-color-secondary-900);
}
h1 {
  font-weight: 700;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4 {
  color: var(--theme-color-secondary-200);
}
/** Headings without H **/
.header-1,
.header-2,
.header-3,
.header-4 {
  font-weight: 700;
  color: var(--theme-color-secondary-900);
}
.header-1 {
  font-weight: 700;
  color: var(--theme-color-secondary-900);
}
.dark header-1,
.dark header-2,
.dark header-3,
.dark header-4 {
  color: var(--theme-color-secondary-200);
}
/* Heading consistency */
h1,
.header-1 {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  line-height: 2.25rem;
}
h2,
.header-2 {
  margin-bottom: 0.25rem;
  font-size: 1.28rem;
  line-height: 2rem;
}
h3,
.header-3 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
h4,
.header-4 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
/* Header Responsiveness */
@media (min-width: 768px) {
    h1,
    .header-1 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

    h2,
    .header-2 {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

    h3,
    .header-3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h1,
.header-1,
h2,
.header-2,
h3,
.header-3,
h4,
.header-4 {
  line-height: 1.25;
}
a:focus,
button:focus,
textarea:focus,
input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
button,
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    -webkit-user-drag: none;
}
body {
  font-family: HaboroSoft-NorReg, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--theme-color-secondary-700);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clear-transform {
    transform: none;
}
.rotate-90 {
    transform: rotate(90deg);
}
.rotate-180 {
    transform: rotate(180deg);
}
.rotate-minus-90 {
    transform: rotate(-90deg);
}
.paragraph-description {
  line-height: 1.75rem;
}
/* Image Tile */
.documentation-sidebar
        .image-tile
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.image-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--theme-color-primary-100);
  padding: 2rem;
        transition: all 0.1s ease-in;
}
.image-tile:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transform: scale(1.02);
}
/* Logo hovers, because grayscale was not allowed */
.documentation-sidebar
        .logo-entry
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.logo-entry {
  display: flex;
  align-items: center;
  border-bottom-width: 2px;
  border-color: var(--theme-color-info-100);
        transition: all 0.1s ease-in;
}
.logo-entry:hover {
  border-color: transparent;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.logo-entry-image {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.logo-entry-image-hover {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.logo-entry:hover .logo-entry-image-hover {
  visibility: visible;
}
.logo-entry:hover .logo-entry-image {
  visibility: hidden;
}
/* Simple image logo hover */
.logo-simple .logo-simple-image-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.logo-simple:hover .logo-simple-image {
  visibility: hidden;
}
.logo-simple:hover .logo-simple-image-hover {
  display: block;
}
/* Picasso SVG */
.picasso circle {
    mix-blend-mode: soft-light;
}
/** Alpine cloaking **/
[x-cloak] {
    display: none;
}
/* YouTube */
.video-container {
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
}
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* Child text wrapping */
/* purgecss ignore */
.avatar-letters {
    font-size: 1.75rem;
    fill: #fff;
    stroke: #fff;
}
/* Extended Footer  */
.extended-footer-contact input,
.extended-footer-contact textarea {
  border-color: var(--theme-color-secondary-700);
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-200);
}
.extended-footer-contact input[readonly],
.extended-footer-contact textarea[readonly] {
  border-color: var(--theme-color-secondary-700);
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}
.extended-footer-contact button[type="submit"] {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.extended-footer-contact button[type="submit"] {
  display: inline-block;
}
.extended-footer-contact button[type="submit"] {
  background-color: var(--theme-color-primary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.extended-footer-contact button[type="submit"]:hover {
  background-color: var(--theme-color-primary-700);
}
.extended-footer-contact button[type="submit"]:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .extended-footer-contact button[type="submit"]:disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}

    a.extended-footer-contact button[type="submit"] {
  display: inline-block;
}
.dark .extended-footer-contact button[type="submit"]:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.swiper:not(.slider-pagination-bottom) {
  margin-top: 2rem;
}
.swiper.slider-pagination-bottom {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
.swiper:not(.slider-pagination-bottom) .swiper-wrapper {
  margin-bottom: 2rem;
}
.swiper .swiper-pagination {
  position: relative;
    bottom: 0;
}
.documentation-sidebar
        .swiper:not(.slider-pagination-bottom) .swiper-pagination
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.swiper:not(.slider-pagination-bottom) .swiper-pagination {
  display: flex;
  align-items: center;
}
.swiper.slider-pagination-bottom .swiper-pagination {
  margin-top: 1.25rem;
}
@media (min-width: 1280px) {
    .swiper.slider-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.swiper .swiper-pagination-bullets > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 640px) {
    .swiper.slider-show-view-all:not(.slider-pagination-bottom)
        .swiper-pagination-bullets
        .swiper-pagination-bullet:last-child {
    position: relative;
    margin-right: 1.5rem;
  }

    .swiper.slider-show-view-all:not(.slider-pagination-bottom)
        .swiper-pagination-bullets
        .swiper-pagination-bullet:last-child:before {
    position: absolute;
    margin-top: -0.5rem;
    width: 1px;
    background-color: var(--theme-color-secondary-300);
  }

    .dark .swiper.slider-show-view-all:not(.slider-pagination-bottom)
        .swiper-pagination-bullets
        .swiper-pagination-bullet:last-child:before {
    background-color: var(--theme-color-secondary-800);
  }

    .swiper.slider-show-view-all:not(.slider-pagination-bottom)
        .swiper-pagination-bullets
        .swiper-pagination-bullet:last-child:before {
        content: "";
        right: calc(-1.5rem + -1px);
        height: calc(100% + 1rem);
    }
}
.swiper-button-next,
.swiper-button-prev {
  padding-bottom: 3rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.75rem;
}
div.swipwer-button-prev,
div.swiper-button-next {
  color: var(--theme-color-primary-500);
}
span.swiper-pagination-bullet {
  opacity: 1;
}
.dark span.swiper-pagination-bullet {
  background-color: var(--theme-color-secondary-600);
}
span.swiper-pagination-bullet {
    background-color: rgba(62, 157, 255, 0.2);
}
span.swiper-pagination-bullet-active {
  background-color: var(--theme-color-primary-500);
}
.dark span.swiper-pagination-bullet-active {
  background-color: var(--theme-color-primary-600);
}
.slider-title {
  position: relative;
  margin-bottom: 0px;
  flex: 1 1 0%;
  align-items: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-pagination-bullet:only-child {
  display: none;
}
/**
 * Before swiper is loaded it uses grid classes to show the content properly.
 * The following are for showing only the amount of elements that fit on
 * different breakpoints.
 */
.swiper-wrapper.grid .swiper-slide:nth-child(n + 2) {
  display: none;
}
@media (min-width: 640px) {
    .swiper-wrapper.grid.sm\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.sm\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.sm\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.sm\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.grid.sm\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.grid.sm\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.grid.sm\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.grid.sm\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 768px) {
    .swiper-wrapper.grid.md\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.md\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.md\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.md\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.grid.md\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.grid.md\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.grid.md\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.grid.md\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1024px) {
    .swiper-wrapper.grid.lg\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.lg\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.lg\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.lg\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.grid.lg\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.grid.lg\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.grid.lg\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.grid.lg\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1280px) {
    .swiper-wrapper.grid.xl\:grid-cols-1 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.xl\:grid-cols-2 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.xl\:grid-cols-3 .swiper-slide:nth-child(n + 0),
    .swiper-wrapper.grid.xl\:grid-cols-4 .swiper-slide:nth-child(n + 0) {
    display: block;
  }

    .swiper-wrapper.grid.xl\:grid-cols-1 .swiper-slide:nth-child(n + 2),
    .swiper-wrapper.grid.xl\:grid-cols-2 .swiper-slide:nth-child(n + 3),
    .swiper-wrapper.grid.xl\:grid-cols-3 .swiper-slide:nth-child(n + 4),
    .swiper-wrapper.grid.xl\:grid-cols-4 .swiper-slide:nth-child(n + 5) {
    display: none;
  }
}
/* Table Styling */
.table-container table {
  height: 100%;
  width: 100%;
  text-align: left;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.table-container table)
    > div.table-cell-content {
  justify-content: flex-start;
}
.table-container table thead {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--theme-color-secondary-500);
}
.table-container table thead tr {
  border-bottom-width: 1px;
  border-color: var(--theme-color-secondary-300);
  text-align: left;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.table-container table thead tr)
    > div.table-cell-content {
  justify-content: flex-start;
}
.dark .table-container table tbody tr,
.dark .table-container table thead th:not(:last-child)::after,
.dark .table-container table thead tr {
  border-color: var(--theme-color-secondary-800);
}
.table-container table thead th {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.table-container table thead th::after {
    height: 50%;
    position: absolute;
    right: 0px;
    top: 25%;
    border-left-width: 1px;
    border-color: var(--theme-color-secondary-300);
}
.table-container table thead th:not(:last-child):not(.last-cell)::after {
    content: "";
}
@media (min-width: 640px) {
    .table-container table thead th.last-cell-sm::after {
        content: "";
    }
}
@media (min-width: 768px) {
    .table-container table thead th.last-cell-md::after {
        content: "";
    }
}
@media (min-width: 1024px) {
    .table-container table thead th.last-cell-lg::after {
        content: "";
    }
}
@media (min-width: 1280px) {
    .table-container table thead th.last-cell-xl::after {
        content: "";
    }
}
.table-container table tbody td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25rem;
}
.table-container table tbody tr {
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: var(--theme-color-secondary-300);
}
.table-container table tbody tr:last-child {
  border-width: 0px;
}
.dark .table-container {
  color: var(--theme-color-secondary-500);
}
/* Table List */
.documentation-sidebar
        .table-list-mobile-row
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.table-list-mobile-row {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.table-list-mobile-row > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.table-list-mobile-row {
  border-top-width: 1px;
  border-color: var(--theme-color-secondary-300);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.table-list-mobile-row:first-child {
  border-top-width: 0px;
  padding-top: 0px;
}
.dark .table-list-mobile-row {
  border-color: var(--theme-color-secondary-800);
}
.documentation-sidebar
        .table-list-mobile-row > div:not(.table-list-mobile-name)
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.table-list-mobile-row > div:not(.table-list-mobile-name) {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.documentation-sidebar
        .table-list-mobile-name
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.table-list-mobile-name {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.table-list-mobile-name > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.table-list-mobile-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
    .table-list-mobile {
    display: none;
  }
}
/* Table Scrollbar */
.table-container .table-wrapper {
    scrollbar-color: #e5f0f8 #bad6f0;
}
.table-container .table-wrapper::-webkit-scrollbar {
  border-radius: 0.5rem;
  background-color: var(--theme-color-primary-100);
    width: 6px;
    height: 6px;
}
.table-container .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--theme-color-primary-200);
}
/* Table highlight & hover effect (requires to use `<x-ark-tables.cell` instead of a `td`) */
.table-container table tbody td.hoverable-cell {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.table-container table tbody tr {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    height: 100%;
    width: 1rem;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: transparent;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before {
  left: 0px;
  margin-left: -1rem;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-left-width: 1px;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:last-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before {
  right: 0px;
  margin-right: -1rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-right-width: 1px;
}
.table-container table > tbody > tr > td.hoverable-cell {
  position: relative;
}
.documentation-sidebar
        .table-container
    table
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-content
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-content {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.table-container table > tbody > tr > td.hoverable-cell > div.table-cell-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.dark
    .table-container
    table
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-bg {
  border-color: var(--theme-color-secondary-900);
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell.text-right
    > div.table-cell-content {
  justify-content: flex-end;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.text-left)
    > div.table-cell-content {
  justify-content: flex-start;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-bg:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: transparent;
}
.table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-secondary-100);
}
.table-container
    table
    > tbody
    > tr:focus
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr:focus
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr:focus
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.table-container
    table
    > tbody
    > tr:focus
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr:focus
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-secondary-100);
}
.table-container
    table
    > tbody
    > tr[data-danger]:hover
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-danger]:hover
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-danger]:hover
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.table-container
    table
    > tbody
    > tr[data-danger]:hover
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-danger]:hover
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-danger-100);
}
.table-container
    table
    > tbody
    > tr[data-warning]:hover
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-warning]:hover
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-warning]:hover
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.table-container
    table
    > tbody
    > tr[data-warning]:hover
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-warning]:hover
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-warning-100);
}
.table-container
    table
    > tbody
    > tr[data-info]:hover
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-info]:hover
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-info]:hover
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.table-container
    table
    > tbody
    > tr[data-info]:hover
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-info]:hover
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-info-100);
}
.table-container
    table
    > tbody
    > tr[data-success]:hover
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-success]:hover
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-success]:hover
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.table-container
    table
    > tbody
    > tr[data-success]:hover
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-success]:hover
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-success-100);
}
.dark
    .table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell:first-child
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell.first-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell:last-child
    > div.table-cell-bg:before,
.dark
    .table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell.last-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr:hover
    > td.hoverable-cell
    > div.table-cell-bg {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 18 19 / var(--tw-bg-opacity)) !important;
}
.table-container table thead th:last-child,
.table-container table thead th.last-until-xl,
.table-container table thead th.last-until-lg,
.table-container table thead th.last-until-md,
.table-container table thead th.last-until-sm,
.table-container table tbody td.hoverable-cell:last-child .table-cell-content {
  padding-right: 0px;
}
.table-container table thead th:first-child,
.table-container table tbody td.hoverable-cell:first-child .table-cell-content {
  padding-left: 0px;
}
@media (min-width: 640px) {
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.last-cell-sm
        > div.table-cell-bg::before {
        content: none;
    }
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.first-cell-sm
        > div.table-cell-bg::before {
        content: none;
    }

    .table-container table thead th.last-until-sm {
    padding-right: 0.75rem;
  }
}
@media (min-width: 768px) {
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.last-cell-md
        > div.table-cell-bg::before {
        content: none;
    }
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.first-cell-md
        > div.table-cell-bg::before {
        content: none;
    }

    .table-container table thead th.last-until-md {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.last-cell-lg
        > div.table-cell-bg::before {
        content: none;
    }
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.first-cell-lg
        > div.table-cell-bg::before {
        content: none;
    }

    .table-container table thead th.last-until-lg {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.last-cell-xl
        > div.table-cell-bg::before {
        content: none;
    }
    .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell.first-cell-xl
        > div.table-cell-bg::before {
        content: none;
    }

    .table-container table thead th.last-until-xl {
    padding-right: 0.75rem;
  }
}
.table-container
    table
    > tbody
    > tr[data-warning]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-warning]
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-warning-50);
}
.table-container
    table
    > tbody
    > tr[data-info]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-info]
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-primary-50);
}
.table-container
    table
    > tbody
    > tr[data-success]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-success]
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-success-50);
}
.table-container
    table
    > tbody
    > tr[data-danger]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.table-container
    table
    > tbody
    > tr[data-danger]
    > td.hoverable-cell
    > div.table-cell-bg {
  background-color: var(--theme-color-danger-50);
}
.dark
    .table-container
    table
    > tbody
    > tr[data-warning]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr[data-warning]
    > td.hoverable-cell
    > div.table-cell-bg::after {
  border-color: var(--theme-color-warning-500);
}
.dark
    .table-container
    table
    > tbody
    > tr[data-info]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr[data-info]
    > td.hoverable-cell
    > div.table-cell-bg::after {
  border-color: var(--theme-color-primary-600);
}
.dark
    .table-container
    table
    > tbody
    > tr[data-success]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr[data-success]
    > td.hoverable-cell
    > div.table-cell-bg::after {
  border-color: var(--theme-color-success-600);
}
.dark
    .table-container
    table
    > tbody
    > tr[data-danger]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr[data-danger]
    > td.hoverable-cell
    > div.table-cell-bg::after {
  border-color: var(--theme-color-danger-300);
}
.dark
    .table-container
    table
    > tbody
    > tr[data-warning]
    > td.hoverable-cell
    > div.table-cell-bg,
.dark
    .table-container
    table
    > tbody
    > tr[data-danger]
    > td.hoverable-cell
    > div.table-cell-bg,
.dark
    .table-container
    table
    > tbody
    > tr[data-info]
    > td.hoverable-cell
    > div.table-cell-bg,
.dark
    .table-container
    table
    > tbody
    > tr[data-success]
    > td.hoverable-cell
    > div.table-cell-bg,
.dark
    .table-container
    table
    > tbody
    > tr[data-warning]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr[data-info]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr[data-success]
    > td.hoverable-cell
    > div.table-cell-bg::before,
.dark
    .table-container
    table
    > tbody
    > tr[data-danger]
    > td.hoverable-cell
    > div.table-cell-bg::before {
  background-color: transparent;
}
/* Compact tables */
.table-container
    table:not(.table-compact)
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-content,
body:not(.table-compact)
    .table-container
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table-container
    table.table-compact
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-content,
body.table-compact
    .table-container
    table
    > tbody
    > tr
    > td.hoverable-cell
    > div.table-cell-content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 640px) {
    .table-container
        table.table-compact.table-compact-until-sm
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content,
    body.table-compact.table-compact-until-sm
        .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
    .table-container
        table.table-compact.table-compact-until-md
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content,
    body.table-compact.table-compact-until-md
        .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
    .table-container
        table.table-compact.table-compact-until-lg
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content,
    body.table-compact.table-compact-until-lg
        .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
    .table-container
        table.table-compact.table-compact-until-xl
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content,
    body.table-compact.table-compact-until-xl
        .table-container
        table
        > tbody
        > tr
        > td.hoverable-cell
        > div.table-cell-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/**
* To use sticky headers you will need to manually define the `top` CSS property
* inside a `.table-container table.sticky-headers th` class according to your
* needs
*/
.table-container table.sticky-headers th {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
    box-shadow: inset 0 -1px 0 var(--theme-color-secondary-300);
    /* Define this on your local project CSS file */
    /* top: 80px; */
}
.dark .table-container table.sticky-headers th {
    box-shadow: inset 0 -1px 0 var(--theme-color-secondary-800);
}
.table-container table.sticky-headers th:first-child:before,
.table-container table.sticky-headers th:last-child:before,
.table-container table.sticky-headers th.last-cell:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 1rem;
    border-width: 0px;
    border-color: var(--theme-color-secondary-300);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark .table-container table.sticky-headers th:first-child:before,
.dark .table-container table.sticky-headers th:last-child:before {
  border-color: var(--theme-color-secondary-800);
  background-color: var(--theme-color-secondary-900);
}
.table-container table.sticky-headers th:first-child:before,
.table-container table.sticky-headers th.first-cell:before {
  left: 0px;
  margin-left: -1rem;
}
.table-container table.sticky-headers th:last-child:before,
.table-container table.sticky-headers th.last-cell:before {
  right: 0px;
  margin-right: -1rem;
}
.dark .table-container table.sticky-headers th.last-cell:before {
  background-color: var(--theme-color-secondary-900);
}
@media (min-width: 1280px) {
    .table-container table.sticky-headers th.last-cell-xl:before {
        height: 50%;
        position: absolute;
        right: 0px;
        top: 25%;
        margin-right: 0px;
        width: auto;
        border-left-width: 1px;
        border-right-width: 0px;
    }
}
@media (min-width: 1024px) {
    .table-container table.sticky-headers th.last-cell-lg:before {
        height: 50%;
        position: absolute;
        right: 0px;
        top: 25%;
        margin-right: 0px;
        width: auto;
        border-left-width: 1px;
        border-right-width: 0px;
    }
}
@media (min-width: 768px) {
    .table-container table.sticky-headers th.last-cell-md:before {
        height: 50%;
        position: absolute;
        right: 0px;
        top: 25%;
        margin-right: 0px;
        width: auto;
        border-left-width: 1px;
        border-right-width: 0px;
    }
}
@media (min-width: 640px) {
    .table-container table.sticky-headers th.last-cell-sm:before {
        height: 50%;
        position: absolute;
        right: 0px;
        top: 25%;
        margin-right: 0px;
        width: auto;
        border-left-width: 1px;
        border-right-width: 0px;
    }
}
.dark .table-container table.sticky-headers th {
  background-color: var(--theme-color-secondary-900);
}
.table-container table.sticky-headers thead tr {
  border-style: none;
}
:root {
    /* Blue */
    --theme-color-primary-rgb: 9, 100, 228;
    --theme-color-primary-50: #f5faff;
    --theme-color-primary-100: #e5f0f8;
    --theme-color-primary-200: #bad6f0;
    --theme-color-primary-300: #99c7ee;
    --theme-color-primary-400: #77b9f3;
    --theme-color-primary-500: #3e9dff;
    --theme-color-primary-600: #007dff;
    --theme-color-primary-700: #075af2;
    --theme-color-primary-800: #0b4dc7;
    --theme-color-primary-900: #173e85;

    /* Gray */
    --theme-color-secondary-50: #fcfdfd;
    --theme-color-secondary-100: #f7fafb;
    --theme-color-secondary-200: #eef3f5;
    --theme-color-secondary-300: #dbdee5;
    --theme-color-secondary-400: #c4c8cf;
    --theme-color-secondary-500: #a5adb9;
    --theme-color-secondary-600: #7e8a9c;
    --theme-color-secondary-700: #637282;
    --theme-color-secondary-800: #3c4249;
    --theme-color-secondary-900: #212225;

    /* Red */
    --theme-color-danger-50: #fff5f2;
    --theme-color-danger-100: #ffe0da;
    --theme-color-danger-200: #feb8ae;
    --theme-color-danger-300: #ef7c6d;
    --theme-color-danger-400: #de5846;
    --theme-color-danger-500: #c9292c;
    --theme-color-danger-600: #b01e20;
    --theme-color-danger-700: #881a1b;
    --theme-color-danger-800: #5b1b1b;
    --theme-color-danger-900: #391919;

    /* Yellow */
    --theme-color-warning-50: #fff8eb;
    --theme-color-warning-100: #ffe6b8;
    --theme-color-warning-200: #ffd486;
    --theme-color-warning-300: #ffc359;
    --theme-color-warning-400: #feb933;
    --theme-color-warning-500: #ffae10;
    --theme-color-warning-600: #fc9f0f;
    --theme-color-warning-700: #f88e0d;
    --theme-color-warning-800: #f27c0b;
    --theme-color-warning-900: #ec5c08;

    /* Green */
    --theme-color-success-50: #f1fbf4;
    --theme-color-success-100: #e2f0e6;
    --theme-color-success-200: #b0dbbc;
    --theme-color-success-300: #8cc69d;
    --theme-color-success-400: #60c07c;
    --theme-color-success-500: #42b263;
    --theme-color-success-600: #289548;
    --theme-color-success-700: #307845;
    --theme-color-success-800: #2b4f35;
    --theme-color-success-900: #26372b;

    /* Blue */
    --theme-color-info-50: #f5faff;
    --theme-color-info-100: #e5f0f8;
    --theme-color-info-200: #bad6f0;
    --theme-color-info-300: #99c7ee;
    --theme-color-info-400: #77b9f3;
    --theme-color-info-500: #3e9dff;
    --theme-color-info-600: #007dff;
    --theme-color-info-700: #075af2;
    --theme-color-info-800: #0b4dc7;
    --theme-color-info-900: #173e85;

    /* Purple */
    --theme-color-hint-50: #f5f5ff;
    --theme-color-hint-100: #e5e5ff;
    --theme-color-hint-200: #d6d5ff;
    --theme-color-hint-300: #9c9aff;
    --theme-color-hint-400: #6e6cef;
    --theme-color-hint-500: #5b59dc;
    --theme-color-hint-600: #5452ce;
    --theme-color-hint-700: #4745b0;
    --theme-color-hint-800: #363383;
    --theme-color-hint-900: #212052;

    /* White */
    --theme-color-white: #ffffff;
}
/* General */
.simple-markdown {
  overflow-wrap: break-word;
  color: var(--theme-color-secondary-700);
}
/* Paragraph */
.simple-markdown p {
  line-height: 1.75rem;
}
.simple-markdown p + p {
  margin-top: 0px;
}
/* Permalink */
.simple-markdown .heading-permalink {
  display: none;
}
/* Lists */
.simple-markdown ul {
  margin-bottom: 0px;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}
.simple-markdown ol {
  margin-bottom: 0px;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1rem;
}
.simple-markdown ul ul,
.simple-markdown ol ul {
  margin-bottom: 0px;
  margin-left: 1rem;
  list-style-position: outside;
    list-style-type: circle;
}
.simple-markdown ol ol,
.simple-markdown ul ol {
  margin-bottom: 0px;
  margin-left: 1rem;
  list-style-position: outside;
    list-style-type: lower-latin;
}
.simple-markdown ul > li,
.simple-markdown ol > li {
  padding-bottom: 0.5rem;
}
/* Blockquote */
.simple-markdown blockquote {
  border-left-width: 2px;
  padding-left: 1.5rem;
  font-style: italic;
  line-height: 1.75rem;
  color: var(--theme-color-secondary-500);
}
.simple-markdown h3 {
  margin-top: 1rem;
}
.simple-markdown h4 {
  margin-top: 0.5rem;
}
.simple-markdown ul {
  margin-bottom: 0.5rem;
}
.simple-markdown p {
  padding-bottom: 0.5rem;
}
/* Link */
.simple-markdown a {
  font-weight: 600;
  color: var(--theme-color-primary-600);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
        transition: all 0.1s ease-in;
}
.simple-markdown a:is(.simple-markdown a):hover {
    text-decoration: none;
}
.simple-markdown a[target="_blank"]:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.simple-markdown a[target="_blank"]:hover):hover {
    text-decoration: none;
}
.simple-markdown a[target="_blank"]:hover > span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.simple-markdown a:hover {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.simple-markdown a:is(.no-underline):hover {
    text-decoration: none;
}
.simple-markdown a:active {
  color: var(--theme-color-primary-400);
}
/* Table */
.simple-markdown table {
  width: 100%;
  text-align: left;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.simple-markdown table)
    > div.table-cell-content {
  justify-content: flex-start;
}
.simple-markdown table thead {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--theme-color-secondary-500);
}
.simple-markdown table thead tr {
  border-bottom-width: 1px;
  border-color: var(--theme-color-secondary-300);
  text-align: left;
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.simple-markdown table thead tr)
    > div.table-cell-content {
  justify-content: flex-start;
}
.simple-markdown table thead th {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.simple-markdown table thead th:not(:last-child)::after {
    content: "";
    height: 50%;
    position: absolute;
    right: 0px;
    border-left-width: 1px;
    border-color: var(--theme-color-secondary-300);
}
.simple-markdown table tbody td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25rem;
}
.simple-markdown table tbody tr {
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: var(--theme-color-secondary-300);
}
.simple-markdown table tbody tr:last-child {
  border-width: 0px;
}
/* Table Scrollbar */
.simple-markdown .table-wrapper {
    scrollbar-color: #e5f0f8 #bad6f0;
}
.simple-markdown .table-wrapper::-webkit-scrollbar {
  background-color: var(--theme-color-primary-100);
    border-radius: 0.5rem;
    width: 6px;
    height: 4px;
}
.simple-markdown .table-wrapper::-webkit-scrollbar-track-piece:start {
    background: transparent;
}
.simple-markdown .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--theme-color-primary-200);
}
.simple-markdown .table-wrapper {
    scrollbar-color: #bad6f0 transparent;
}
/* Cookie policy table specifics */
.simple-markdown .cookie-policy-table tbody > tr > td:nth-of-type(3) {
    min-width: 32rem;
}
.light-dark-icon {
    --icon-color-primary-100: var(--theme-color-primary-100); /* #E5F0F8 */
    --icon-color-primary-200: var(--theme-color-primary-200); /* #BAD6F0 */
    --icon-color-secondary-200: var(--theme-color-secondary-200); /* #EEF3F5 */
    --icon-color-secondary-300: var(--theme-color-secondary-300); /* #DBDEE5 */
    --icon-color-secondary-900: var(--theme-color-secondary-900); /* #212225 */
    --icon-color-success-50: var(--theme-color-success-50); /* #F1FBF4 */
    --icon-color-warning-100: var(--theme-color-warning-100); /* #FFE6B8 */
    --icon-color-danger-100: var(--theme-color-danger-100); /* #FFE0DA */

    /* Errors */
    --icon-error-primary-100: var(--theme-color-primary-100); /* #E5F0F8 */
    --icon-error-primary-600: var(--theme-color-primary-600); /* #007DFF */
    --icon-error-secondary-200: var(--theme-color-secondary-200); /* #EEF3F5 */
    --icon-error-secondary-300: var(--theme-color-secondary-300); /* #DBDEE5 */
    --icon-error-secondary-900: var(--theme-color-secondary-900); /* #212225 */
}
.dark .light-dark-icon {
    --icon-color-primary-100: var(--theme-color-primary-900); /* #173E85 */
    --icon-color-primary-200: var(--theme-color-primary-900); /* #173E85 */
    --icon-color-secondary-200: var(--theme-color-secondary-800); /* #3C4249 */
    --icon-color-secondary-300: var(--theme-color-secondary-800); /* #3C4249 */
    --icon-color-secondary-900: var(--theme-color-secondary-600); /* #7E8A9C */
    --icon-color-success-50: var(--theme-color-success-800); /* #2B4F35 */
    --icon-color-warning-100: var(--theme-color-warning-900); /* #EC5C08 */
    --icon-color-danger-100: var(--theme-color-danger-800); /* #5B1B1B */

    /* Errors */
    --icon-error-primary-100: var(--theme-color-primary-900); /* #173E85 */
    --icon-error-primary-600: var(--theme-color-primary-600); /* #007DFF */
    --icon-error-secondary-300: var(--theme-color-secondary-800); /* #3C4249 */
}
.ark-logo-red {
  color: var(--theme-color-danger-500);
    --icon-color-secondary: #ffffff;
}
/* purgecss start ignore */
.cookie-banner-theme {
    --cc-bg: var(--theme-color-white);
    --cc-btn-primary-bg: var(--theme-color-primary-600);
    --cc-btn-primary-text: var(--theme-color-white);
    --cc-btn-primary-hover-bg: var(--theme-color-primary-700);
    --cc-btn-secondary-bg: var(--theme-color-primary-100);
    --cc-btn-secondary-text: var(--theme-color-primary-600);
    --cc-btn-secondary-hover-bg: var(--theme-color-primary-700);
    --cc-btn-secondary-hover-text: var(--theme-color-white);
    --cc-cookie-category-block-bg: var(--theme-color-white);
    --cc-block-text: var(--theme-color-secondary-700);
    --cc-section-border: transparent;
    --cc-toggle-knob-bg: var(--theme-color-white);
    --cc-toggle-knob-icon-color: var(--theme-color-white);
}
.dark .cookie-banner-theme {
    --cc-bg: var(--theme-color-secondary-900);
    --cc-btn-secondary-bg: var(--theme-color-secondary-800);
    --cc-btn-secondary-text: var(--theme-color-secondary-200);
    --cc-block-text: var(--theme-color-secondary-500);
    --cc-cookie-table-border: var(--theme-color-secondary-800);
    --cc-toggle-knob-bg: var(--theme-color-secondary-600);
    --cc-toggle-knob-icon-color: var(--theme-color-secondary-600);
}
#cc--main {
    --cc-bg: var(--theme-color-white);
    --cc-btn-primary-bg: var(--theme-color-primary-600);
    --cc-btn-primary-text: var(--theme-color-white);
    --cc-btn-primary-hover-bg: var(--theme-color-primary-700);
    --cc-btn-secondary-bg: var(--theme-color-primary-100);
    --cc-btn-secondary-text: var(--theme-color-primary-600);
    --cc-btn-secondary-hover-bg: var(--theme-color-primary-700);
    --cc-btn-secondary-hover-text: var(--theme-color-white);
    --cc-cookie-category-block-bg: var(--theme-color-white);
    --cc-block-text: var(--theme-color-secondary-700);
    --cc-section-border: transparent;
    --cc-toggle-knob-bg: var(--theme-color-white);
    --cc-toggle-knob-icon-color: var(--theme-color-white);
}
.dark #cc--main {
    --cc-bg: var(--theme-color-secondary-900);
    --cc-btn-secondary-bg: var(--theme-color-secondary-800);
    --cc-btn-secondary-text: var(--theme-color-secondary-200);
    --cc-block-text: var(--theme-color-secondary-500);
    --cc-cookie-table-border: var(--theme-color-secondary-800);
    --cc-toggle-knob-bg: var(--theme-color-secondary-600);
    --cc-toggle-knob-icon-color: var(--theme-color-secondary-600);
}
.cc_div #c-bns button:last-of-type:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Title and description of consent banner */
.cc_div #c-ttl {
    font-family: "haborosoft-normeduploadedfile", sans-serif;
    font-size: 1.125rem;
    line-height: 2rem;
    color: var(--theme-color-secondary-900);
}
.cc_div #c-txt {
    font-family: "haborosoft-normeduploadedfile", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
}
.cc_div #s-hdr #s-ttl {
  font-weight: 700;
  color: var(--theme-color-secondary-900);
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {

    .cc_div #s-hdr #s-ttl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.cc_div #s-hdr #s-ttl {
  line-height: 1.25;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--theme-color-secondary-900);
}
/* Manage preferences button */

    a.cc_div .c-bl > div a.focus-visible,
    button.cc_div .c-bl > div a.focus-visible,
    a
.cc_div button.preferences-button.focus-visible,
    button
.cc_div button.preferences-button.focus-visible {
  border-radius: 0.25rem;
}

    a.cc_div .c-bl > div a:focus-visible,
    button.cc_div .c-bl > div a:focus-visible,
    a
.cc_div button.preferences-button:focus-visible,
    button
.cc_div button.preferences-button:focus-visible {
  border-radius: 0.25rem;
}
.cc_div .c-bl > div a,
.cc_div button.preferences-button {
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color-primary-600);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
        transition: all 0.1s ease-in;
}
.simple-markdown a:is(.cc_div .c-bl > div a):hover,.simple-markdown a:is(
.cc_div button.preferences-button):hover {
    text-decoration: none;
}
.cc_div .c-bl > div a.read-only,
.cc_div button.preferences-button.read-only {
  cursor: not-allowed;
}
.cc_div .c-bl > div a:hover,
.cc_div button.preferences-button:hover {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.cc_div .c-bl > div a.link-no-underline:hover,
.cc_div button.preferences-button.link-no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.cc_div .c-bl > div a.link-no-underline:hover):hover,.simple-markdown a:is(
.cc_div button.preferences-button.link-no-underline:hover):hover {
    text-decoration: none;
}
.cc_div .c-bl > div a:active,
.cc_div button.preferences-button:active {
  color: var(--theme-color-primary-400);
}
.description-block-link:hover .cc_div .c-bl > div a,.description-block-link:hover 
.cc_div button.preferences-button {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
/* Manage preferences - footer buttons */
.cc_div #s-bns #s-all-bn {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.cc_div #s-bns #s-all-bn {
  display: inline-block;
}
.cc_div #s-bns #s-all-bn {
  background-color: var(--theme-color-primary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cc_div #s-bns #s-all-bn:hover {
  background-color: var(--theme-color-primary-700);
}
.cc_div #s-bns #s-all-bn:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .cc_div #s-bns #s-all-bn:disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}

    a.cc_div #s-bns #s-all-bn {
  display: inline-block;
}
.dark .cc_div #s-bns #s-all-bn:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cc_div #s-bns #s-rall-bn:disabled,
.cc_div #s-bns #s-sv-bn:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .dark .cc_div #s-bns #s-rall-bn:disabled,
    .dark 
.cc_div #s-bns #s-sv-bn:disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}
.cc_div #s-bns #s-rall-bn,
.cc_div #s-bns #s-sv-bn {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.cc_div #s-bns #s-rall-bn,a
.cc_div #s-bns #s-sv-bn {
  display: inline-block;
}
.cc_div #s-bns #s-rall-bn,
.cc_div #s-bns #s-sv-bn {
  background-color: var(--theme-color-primary-100);
  color: var(--theme-color-primary-600);
}

    .dark .cc_div #s-bns #s-rall-bn,
    .dark 
.cc_div #s-bns #s-sv-bn {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.cc_div #s-bns #s-rall-bn:hover,
.cc_div #s-bns #s-sv-bn:hover {
  background-color: var(--theme-color-primary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .dark .cc_div #s-bns #s-rall-bn:hover,
    .dark 
.cc_div #s-bns #s-sv-bn:hover {
  background-color: var(--theme-color-primary-700);
  color: var(--theme-color-secondary-200);
}

    a.cc_div #s-bns #s-rall-bn,
    a
.cc_div #s-bns #s-sv-bn {
  display: inline-block;
}

    .dark .cc_div #s-bns #s-rall-bn:hover,
    .dark 
.cc_div #s-bns #s-sv-bn:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.documentation-content a.cc_div #s-bns #s-rall-bn:hover,.documentation-content a
.cc_div #s-bns #s-sv-bn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.documentation-content .page-ref .cc_div #s-bns #s-rall-bn,.documentation-content .page-ref 
.cc_div #s-bns #s-sv-bn {
  border-radius: 0px;
}
.dark .cc_div #s-bns #s-rall-bn:disabled,.dark 
.cc_div #s-bns #s-sv-bn:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .dark .dark .cc_div #s-bns #s-rall-bn:disabled,
    .dark .dark 
.cc_div #s-bns #s-sv-bn:disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-700);
}
.dark .cc_div #s-bns #s-rall-bn,.dark 
.cc_div #s-bns #s-sv-bn {
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
        transition: all 0.1s ease-in;
}
a.dark .cc_div #s-bns #s-rall-bn,a.dark 
.cc_div #s-bns #s-sv-bn {
  display: inline-block;
}
.dark .cc_div #s-bns #s-rall-bn,.dark 
.cc_div #s-bns #s-sv-bn {
  background-color: var(--theme-color-secondary-800);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .cc_div #s-bns #s-rall-bn:hover,.dark 
.cc_div #s-bns #s-sv-bn:hover {
  background-color: var(--theme-color-secondary-900);
}
.dark .cc_div #s-bns #s-rall-bn
    a,.dark 
.cc_div #s-bns #s-sv-bn
    a {
  display: inline-block;
}

    .dark .dark .cc_div #s-bns #s-rall-bn:hover,
    .dark .dark 
.cc_div #s-bns #s-sv-bn:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .cc_div #s-bns #s-rall-bn:hover,.dark 
.cc_div #s-bns #s-sv-bn:hover {
  background-color: var(--theme-color-primary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        transition: all 0.1s ease-in;
}
.cc_div #s-bns #s-rall-bn:hover,
.cc_div #s-bns #s-sv-bn:hover {
  background-color: var(--theme-color-primary-700);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        transition: all 0.1s ease-in;
}
@media screen and (min-width: 689px) {

    .documentation-sidebar
        .cc_div #s-bns
        + h2:not(.documentation-sidebar h2:first-of-type) {
    margin-top: 1rem;
  }
    .cc_div #s-bns {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 2.5rem;
        height: auto;
  }

    .cc_div #s-bns #s-rall-bn {
    margin-left: 0px;
    margin-right: 1rem;
  }

    .cc_div #s-bns #s-sv-bn {
    margin-right: auto;
  }
}
/* Manage preferences - categories boxes */
.cc_div #s-bl .c-bl.b-ex {
  border-radius: 0.75rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--theme-color-primary-100);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.cc_div #s-bl .c-bl {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}
/* Manage preferences - toggle */
.cc_div .b-tg .c-tgl ~ .c-tg,
.cc_div .b-tg .c-tgl:checked:disabled ~ .c-tg {
  background-color: var(--theme-color-secondary-400);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background-color: var(--theme-color-primary-600);
}
/* Manage preferences - block text */
.cc_div #s-bl .c-bl .p,
.cc_div #s-bl .b-acc .p {
  line-height: 1.75rem;
}
/* Cloud width */
.cc_div .cloud #c-inr-i {
  width: 80%;
}
/* Mimic general button styling */
.cc_div button.c-bn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
}
/* Remove underline from links */
.cc_div div a {
  border-bottom-width: 0px;
}
/* Border radius */
.cc_div #s-inr {
  border-radius: 0.75rem;
}
/** Dark theme */
.dark .cc_div #c-ttl,
.dark .cc_div #s-hdr #s-ttl,
.dark #s-cnt .b-bn .b-tl,
.dark #s-bl .title,
.dark #s-bl td:before {
  color: var(--theme-color-secondary-200);
}
.dark #c-txt,
.dark #s-bl table {
  color: var(--theme-color-secondary-500);
}
.dark .cc_div #s-bl .c-bl {
  border-color: var(--theme-color-secondary-800);
  background-color: var(--theme-color-secondary-900);
}
.dark #s-cnt .b-bn .b-tl:hover,
.dark #s-bl table tr:hover {
  background-color: var(--theme-color-secondary-800);
}
.dark #s-bl table tr {
  border-color: var(--theme-color-secondary-800);
}
/* Manage preferences - toggle - dark */
.dark .cc_div .b-tg .c-tgl ~ .c-tg,
.dark .cc_div .b-tg .c-tgl:checked:disabled ~ .c-tg {
  background-color: var(--theme-color-secondary-800);
}
.dark .cc_div .c-tgl:checked ~ .c-tg {
  background-color: var(--theme-color-primary-600);
}
.dark .cc_div .c-tgl:checked:not(:disabled) ~ .c-tg .on-i:before {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.dark .cc_div .c-tgl:checked:not(:disabled) ~ .c-tg:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* purgecss end ignore */
/** Custom Styles */
html {
  min-height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.content {
  line-height: 1.5;
}
.input-text {
    font-family: Inter, sans-serif !important;
}
.table-header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.paragraph-description {
  line-height: 1.75rem;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
.bridgechain-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 1rem 1rem;
    width: 100%;
}
@media (min-width: 640px) {
    .bridgechain-items-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
        gap: 1rem 1rem;
        width: 100%;
    }
}
.create-token--input-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1rem 1rem;
}
.contact-form--input-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 1rem 1rem;
}
@media (min-width: 768px) {
    .contact-form--input-grid {
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    }
}
.collaborator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem 1rem;
}
@media (min-width: 768px) {
    .collaborator-grid {
        grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    }
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
    opacity: 0;
}
/** ToS **/
.terms-of-service ol {
  margin-top: 0.75rem;
  list-style-position: inside;
  list-style-type: decimal;
}
.terms-of-service ol ol {
  margin-left: 1rem;
}
.terms-of-service ol li {
  margin-top: 0.25rem;
}
.terms-of-service ol.roman {
    list-style-type: lower-roman;
}
.terms-of-service--heading {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
/** Privacy Policy **/
.privacy-policy ul {
  margin-top: 0.75rem;
  list-style-position: inside;
  list-style-type: disc;
}
.privacy-policy ul ul {
  margin-left: 1rem;
}
.privacy-policy ul li {
  margin-top: 0.25rem;
}
div.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--theme-color-secondary-200);
  color: var(--theme-color-secondary-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.notification-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* Home Landing Page */
#swiper-tiers .swiper-slide {
  height: auto;
}
.home-header-image {
    background: linear-gradient(0deg, #fff 50%, #f7fafb 50%);
}
@media (min-width: 768px) {
    .home-header-image {
        background: linear-gradient(0deg, #fff 70%, #f7fafb 30%);
    }
}
.documentation-sidebar
        body
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: HaboroSoft-NorReg, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--theme-color-secondary-700);
}
#app {
  flex-grow: 1;
}
.bg-hero {
    background: linear-gradient(170deg,var(--theme-color-primary-600) 70%,#fff 0) !important;
    top: -2px;
    position: relative;
}
/** Headings without H **/
.header-1 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--theme-color-secondary-900);
}
.header-2 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--theme-color-secondary-900);
}
.header-3 {
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--theme-color-secondary-900);
}
.header-4 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--theme-color-secondary-900);
}
/** Welcome Screens **/
.welcome-screen {
    max-height: 200px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media (min-width: 768px) {
    .welcome-screen {
        max-height: 400px;
    }
}
/** Beta Notice **/
.beta-notice {
    max-height: 152px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
#swiper-tokens,
#swiper-tokens .swiper-wrapper {
  margin: 0px;
}
#swiper-tokens .swiper-wrapper {
  padding-bottom: 2rem;
}
.table-container table tbody td:first-child {
  padding-left: 0px;
}
.table-container table tbody td:last-child {
  padding-right: 0px;
}
.documentation-sidebar
        button.dropdown-entry
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
button.dropdown-entry {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 0;
}

    a.alert-content > a.focus-visible,
    button.alert-content > a.focus-visible {
  border-radius: 0.25rem;
}

    a.alert-content > a:focus-visible,
    button.alert-content > a:focus-visible {
  border-radius: 0.25rem;
}
.alert-content > a {
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color-primary-600);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
        transition: all 0.1s ease-in;
}
.simple-markdown a:is(.alert-content > a):hover {
    text-decoration: none;
}
.alert-content > a.read-only {
  cursor: not-allowed;
}
.alert-content > a:hover {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.alert-content > a.link-no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.simple-markdown a:is(.alert-content > a.link-no-underline:hover):hover {
    text-decoration: none;
}
.alert-content > a:active {
  color: var(--theme-color-primary-400);
}
.description-block-link:hover .alert-content > a {
  color: var(--theme-color-primary-700);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
/** Dropdown Entry **/
.documentation-sidebar
        .dropdown-entry
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.dropdown-entry {
  display: flex;
  align-items: center;
}
.dropdown-entry > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.dropdown-entry:hover {
  background-color: var(--theme-color-primary-100);
}
.documentation-sidebar
        .dropdown-entry span
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.dropdown-entry span {
  display: flex;
  align-items: center;
}
.dropdown-entry span > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.dropdown-entry.delete-server {
  color: var(--theme-color-danger-400) !important;
}
.dropdown-entry.delete-server:hover {
  background-color: var(--theme-color-danger-100) !important;
  color: var(--theme-color-danger-400) !important;
}
.dropdown-entry-disabled {
  background-color: var(--theme-color-secondary-100);
  color: var(--theme-color-secondary-500);
  display: block;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  font-weight: 500;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.table-container
    table
    > tbody
    > tr
    > td.hoverable-cell:is(.dropdown-entry-disabled)
    > div.table-cell-content {
  justify-content: flex-start;
}
.dropdown-entry-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme-color-secondary-900);
}
.dark .dropdown-entry-disabled {
  background-color: var(--theme-color-secondary-800);
  color: var(--theme-color-secondary-200);
}
.dropdown-entry-disabled:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown-entry-disabled:not([disabled]):not(.dropdown-entry-disabled):hover {
  background-color: var(--theme-color-secondary-100);
  color: var(--theme-color-secondary-900);
}
.dark .dropdown-entry-disabled:not([disabled]):not(.dropdown-entry-disabled):hover {
  background-color: var(--theme-color-secondary-900);
  color: var(--theme-color-secondary-200);
}
.dropdown-entry-disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.documentation-sidebar
        button.dropdown-entry-disabled
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
button.dropdown-entry-disabled {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 0;
}
.documentation-sidebar
        .dropdown-entry-disabled
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.dropdown-entry-disabled {
  display: flex;
  align-items: center;
}
.dropdown-entry-disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.dropdown-entry-disabled:hover {
  background-color: var(--theme-color-primary-100);
}
.documentation-sidebar
        .dropdown-entry-disabled span
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.dropdown-entry-disabled span {
  display: flex;
  align-items: center;
}
.dropdown-entry-disabled span > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.dropdown-entry-disabled.delete-server {
  color: var(--theme-color-danger-400) !important;
}
.dropdown-entry-disabled.delete-server:hover {
  background-color: var(--theme-color-danger-100) !important;
  color: var(--theme-color-danger-400) !important;
}
.form-radio:checked.radio-checkmark {
  color: var(--theme-color-primary-500) !important;
}
.form-checkbox:checked {
  color: var(--theme-color-primary-600) !important;
}
.pagination {
    list-style: none;
}
.documentation-sidebar
        .pagination
        + h2:not(.documentation-sidebar h2:first-of-type) {
  margin-top: 1rem;
}
.pagination {
  display: flex;
  justify-content: center;
  padding: 0px;
}
.pagination .page-item .page-link {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    background-color: #ffffff;
    color: #2779bd;
}
.pagination .page-item .page-link:hover {
    background-color: #f1f5f8;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination .page-item:last-child .page-link {
    border-right-width: 1px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination .page-item.active .page-link {
    background-color: #2779bd;
    border-color: #2779bd;
    color: #ffffff;
}
.pagination .page-item.disabled .page-link {
    background-color: #f1f5f8;
    color: #8795a1;
}
.theme-deployer {
    /* Purple */
    --theme-color-primary-rgb: 84, 82, 206;
    --theme-color-primary-50: #f5f5ff;
    --theme-color-primary-100: #e5e5ff;
    --theme-color-primary-200: #d6d5ff;
    --theme-color-primary-300: #9c9aff;
    --theme-color-primary-400: #6e6cef;
    --theme-color-primary-500: #5b59dc;
    --theme-color-primary-600: #5452ce;
    --theme-color-primary-700: #4745b0;
    --theme-color-primary-800: #363383;
    --theme-color-primary-900: #212052;

    /* Gray */
    --theme-color-secondary-50: #fcfdfd;
    --theme-color-secondary-100: #f7fafb;
    --theme-color-secondary-200: #eef3f5;
    --theme-color-secondary-300: #dbdee5;
    --theme-color-secondary-400: #c4c8cf;
    --theme-color-secondary-500: #a5adb9;
    --theme-color-secondary-600: #7e8a9c;
    --theme-color-secondary-700: #637282;
    --theme-color-secondary-800: #3c4249;
    --theme-color-secondary-900: #212225;

    /* Red */
    --theme-color-danger-50: #fff5f2;
    --theme-color-danger-100: #ffe0da;
    --theme-color-danger-200: #feb8ae;
    --theme-color-danger-300: #ef7c6d;
    --theme-color-danger-400: #de5846;
    --theme-color-danger-500: #c9292c;
    --theme-color-danger-600: #b01e20;
    --theme-color-danger-700: #881a1b;
    --theme-color-danger-800: #5b1b1b;
    --theme-color-danger-900: #391919;

    /* Yellow */
    --theme-color-warning-50: #fff8eb;
    --theme-color-warning-100: #ffe6b8;
    --theme-color-warning-200: #ffd486;
    --theme-color-warning-300: #ffc359;
    --theme-color-warning-400: #feb933;
    --theme-color-warning-500: #ffae10;
    --theme-color-warning-600: #fc9f0f;
    --theme-color-warning-700: #f88e0d;
    --theme-color-warning-800: #f27c0b;
    --theme-color-warning-900: #ec5c08;

    /* Green */
    --theme-color-success-50: #f6fdf8;
    --theme-color-success-100: #edf7f0;
    --theme-color-success-200: #e2f0e6;
    --theme-color-success-300: #b0dbbc;
    --theme-color-success-400: #8cc69d;
    --theme-color-success-500: #42b263;
    --theme-color-success-600: #289548;
    --theme-color-success-700: #307845;
    --theme-color-success-800: #2b4f35;
    --theme-color-success-900: #26372b;

    /* Blue */
    --theme-color-info-50: #f5faff;
    --theme-color-info-100: #e5f0f8;
    --theme-color-info-200: #bad6f0;
    --theme-color-info-300: #99c7ee;
    --theme-color-info-400: #77b9f3;
    --theme-color-info-500: #3e9dff;
    --theme-color-info-600: #007dff;
    --theme-color-info-700: #075af2;
    --theme-color-info-800: #0b4dc7;
    --theme-color-info-900: #173e85;
}
:root {
    /* Purple */
    --theme-color-primary-rgb: 84, 82, 206;
    --theme-color-primary-50: #f5f5ff;
    --theme-color-primary-100: #e5e5ff;
    --theme-color-primary-200: #d6d5ff;
    --theme-color-primary-300: #9c9aff;
    --theme-color-primary-400: #6e6cef;
    --theme-color-primary-500: #5b59dc;
    --theme-color-primary-600: #5452ce;
    --theme-color-primary-700: #4745b0;
    --theme-color-primary-800: #363383;
    --theme-color-primary-900: #212052;

    /* Gray */
    --theme-color-secondary-50: #fcfdfd;
    --theme-color-secondary-100: #f7fafb;
    --theme-color-secondary-200: #eef3f5;
    --theme-color-secondary-300: #dbdee5;
    --theme-color-secondary-400: #c4c8cf;
    --theme-color-secondary-500: #a5adb9;
    --theme-color-secondary-600: #7e8a9c;
    --theme-color-secondary-700: #637282;
    --theme-color-secondary-800: #3c4249;
    --theme-color-secondary-900: #212225;

    /* Red */
    --theme-color-danger-50: #fff5f2;
    --theme-color-danger-100: #ffe0da;
    --theme-color-danger-200: #feb8ae;
    --theme-color-danger-300: #ef7c6d;
    --theme-color-danger-400: #de5846;
    --theme-color-danger-500: #c9292c;
    --theme-color-danger-600: #b01e20;
    --theme-color-danger-700: #881a1b;
    --theme-color-danger-800: #5b1b1b;
    --theme-color-danger-900: #391919;

    /* Yellow */
    --theme-color-warning-50: #fff8eb;
    --theme-color-warning-100: #ffe6b8;
    --theme-color-warning-200: #ffd486;
    --theme-color-warning-300: #ffc359;
    --theme-color-warning-400: #feb933;
    --theme-color-warning-500: #ffae10;
    --theme-color-warning-600: #fc9f0f;
    --theme-color-warning-700: #f88e0d;
    --theme-color-warning-800: #f27c0b;
    --theme-color-warning-900: #ec5c08;

    /* Green */
    --theme-color-success-50: #f6fdf8;
    --theme-color-success-100: #edf7f0;
    --theme-color-success-200: #e2f0e6;
    --theme-color-success-300: #b0dbbc;
    --theme-color-success-400: #8cc69d;
    --theme-color-success-500: #42b263;
    --theme-color-success-600: #289548;
    --theme-color-success-700: #307845;
    --theme-color-success-800: #2b4f35;
    --theme-color-success-900: #26372b;

    /* Blue */
    --theme-color-info-50: #f5faff;
    --theme-color-info-100: #e5f0f8;
    --theme-color-info-200: #bad6f0;
    --theme-color-info-300: #99c7ee;
    --theme-color-info-400: #77b9f3;
    --theme-color-info-500: #3e9dff;
    --theme-color-info-600: #007dff;
    --theme-color-info-700: #075af2;
    --theme-color-info-800: #0b4dc7;
    --theme-color-info-900: #173e85;
}
.bg-hero {
    background: linear-gradient(170deg,var(--theme-color-primary-600) 70%,#fff 0) !important;
    top: -2px;
    position: relative;
}
[x-cloak] {
    display: none !important;
}
.input-text {
    font-family: Inter, sans-serif !important;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-4:last-child {
  padding-bottom: 1rem;
}
.focus-within\:border-theme-primary-500:focus-within {
  border-color: var(--theme-color-primary-500);
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-theme-primary-600:hover {
  border-color: var(--theme-color-primary-600);
}
.hover\:border-theme-primary-700:hover {
  border-color: var(--theme-color-primary-700);
}
.hover\:border-theme-secondary-300:hover {
  border-color: var(--theme-color-secondary-300);
}
.hover\:border-theme-primary-200:hover {
  border-color: var(--theme-color-primary-200);
}
.hover\:border-theme-primary-400:hover {
  border-color: var(--theme-color-primary-400);
}
.hover\:bg-theme-primary-900:hover {
  background-color: var(--theme-color-primary-900);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-theme-primary-700:hover {
  background-color: var(--theme-color-primary-700);
}
.hover\:bg-theme-secondary-100:hover {
  background-color: var(--theme-color-secondary-100);
}
.hover\:bg-theme-secondary-300:hover {
  background-color: var(--theme-color-secondary-300);
}
.hover\:bg-theme-success-50:hover {
  background-color: var(--theme-color-success-50);
}
.hover\:bg-theme-danger-400:hover {
  background-color: var(--theme-color-danger-400);
}
.hover\:bg-theme-primary-100:hover {
  background-color: var(--theme-color-primary-100);
}
.hover\:bg-theme-primary-400:hover {
  background-color: var(--theme-color-primary-400);
}
.hover\:text-theme-primary-500:hover {
  color: var(--theme-color-primary-500);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-theme-primary-400:hover {
  color: var(--theme-color-primary-400);
}
.hover\:text-theme-secondary-200:hover {
  color: var(--theme-color-secondary-200);
}
.hover\:text-theme-primary-600:hover {
  color: var(--theme-color-primary-600);
}
.hover\:text-theme-primary-700:hover {
  color: var(--theme-color-primary-700);
}
.hover\:text-theme-secondary-800:hover {
  color: var(--theme-color-secondary-800);
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hover\:size-increase:hover {
        transform: scale(1.02);
    }
.focus\:border-theme-danger-300:focus {
  border-color: var(--theme-color-danger-300);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-theme-danger-300:focus {
  --tw-ring-color: var(--theme-color-danger-300);
}
.focus-visible\:-mt-px.focus-visible {
  margin-top: -1px;
}
.focus-visible\:-mt-px:focus-visible {
  margin-top: -1px;
}
.focus-visible\:rounded.focus-visible {
  border-radius: 0.25rem;
}
.focus-visible\:rounded:focus-visible {
  border-radius: 0.25rem;
}
.focus-visible\:border-b-0.focus-visible {
  border-bottom-width: 0px;
}
.focus-visible\:border-b-0:focus-visible {
  border-bottom-width: 0px;
}
.focus-visible\:border-transparent.focus-visible {
  border-color: transparent;
}
.focus-visible\:border-transparent:focus-visible {
  border-color: transparent;
}
.focus-visible\:pt-0.focus-visible {
  padding-top: 0px;
}
.focus-visible\:pt-0:focus-visible {
  padding-top: 0px;
}
.focus-visible\:ring-2.focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-inset.focus-visible {
  --tw-ring-inset: inset;
}
.focus-visible\:ring-inset:focus-visible {
  --tw-ring-inset: inset;
}
.focus-visible\:ring-theme-primary-500.focus-visible {
  --tw-ring-color: var(--theme-color-primary-500);
}
.focus-visible\:ring-theme-primary-500:focus-visible {
  --tw-ring-color: var(--theme-color-primary-500);
}
.group:hover .group-hover\:border-theme-primary-400 {
  border-color: var(--theme-color-primary-400);
}
.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}
.group:hover .group-hover\:bg-theme-primary-100 {
  background-color: var(--theme-color-primary-100);
}
.group:hover .group-hover\:bg-theme-success-50 {
  background-color: var(--theme-color-success-50);
}
.group:hover .group-hover\:text-theme-primary-600 {
  color: var(--theme-color-primary-600);
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-theme-primary-700 {
  color: var(--theme-color-primary-700);
}
.group:hover .group-hover\:text-theme-primary-500 {
  color: var(--theme-color-primary-500);
}
.inverted .inverted\:border-theme-secondary-300 {
  border-color: var(--theme-color-secondary-300);
}
.inverted .inverted\:border-transparent {
  border-color: transparent;
}
.inverted .inverted\:border-theme-primary-600 {
  border-color: var(--theme-color-primary-600);
}
.inverted .inverted\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.inverted .inverted\:text-theme-secondary-900 {
  color: var(--theme-color-secondary-900);
}
.inverted .inverted\:text-theme-secondary-700 {
  color: var(--theme-color-secondary-700);
}
.inverted .inverted\:shadow-header-smooth {
  --tw-shadow:  0px 2px 10px 0px rgba(192, 200, 207, 0.22);
  --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.inverted .inverted\:hover\:border-theme-primary-600:hover {
  border-color: var(--theme-color-primary-600);
}
.inverted .inverted\:hover\:border-theme-secondary-300:hover {
  border-color: var(--theme-color-secondary-300);
}
.inverted .inverted\:hover\:bg-theme-primary-100:hover {
  background-color: var(--theme-color-primary-100);
}
.inverted .inverted\:hover\:text-theme-primary-700:hover {
  color: var(--theme-color-primary-700);
}
.inverted .inverted\:hover\:text-theme-secondary-900:hover {
  color: var(--theme-color-secondary-900);
}
.dark .dark\:block {
  display: block;
}
.dark .dark\:hidden {
  display: none;
}
.dark .dark\:divide-theme-secondary-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--theme-color-secondary-800);
}
.dark .dark\:border-theme-secondary-800 {
  border-color: var(--theme-color-secondary-800);
}
.dark .dark\:border-theme-secondary-600 {
  border-color: var(--theme-color-secondary-600);
}
.dark .dark\:border-theme-secondary-700 {
  border-color: var(--theme-color-secondary-700);
}
.dark .dark\:bg-theme-secondary-900 {
  background-color: var(--theme-color-secondary-900);
}
.dark .dark\:bg-theme-secondary-800 {
  background-color: var(--theme-color-secondary-800);
}
.dark .dark\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 19 / var(--tw-bg-opacity));
}
.dark .dark\:bg-theme-danger-400 {
  background-color: var(--theme-color-danger-400);
}
.dark .dark\:bg-theme-success-600 {
  background-color: var(--theme-color-success-600);
}
.dark .dark\:bg-theme-warning-600 {
  background-color: var(--theme-color-warning-600);
}
.dark .dark\:bg-theme-secondary-700 {
  background-color: var(--theme-color-secondary-700);
}
.dark .dark\:bg-theme-success-900 {
  background-color: var(--theme-color-success-900);
}
.dark .dark\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark .dark\:bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.dark .dark\:text-theme-secondary-200 {
  color: var(--theme-color-secondary-200);
}
.dark .dark\:text-theme-secondary-700 {
  color: var(--theme-color-secondary-700);
}
.dark .dark\:text-theme-secondary-500 {
  color: var(--theme-color-secondary-500);
}
.dark .dark\:text-theme-secondary-600 {
  color: var(--theme-color-secondary-600);
}
.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-theme-secondary-300 {
  color: var(--theme-color-secondary-300);
}
.dark .dark\:text-theme-secondary-400 {
  color: var(--theme-color-secondary-400);
}
.dark .dark\:opacity-50 {
  opacity: 0.5;
}
.dark .dark\:shadow-lg-dark {
  --tw-shadow: 0 0px 25px -3px rgba(18, 18, 19, 0.7), 0 4px 15px 0px rgba(18, 18, 19, 0.7);
  --tw-shadow-colored: 0 0px 25px -3px var(--tw-shadow-color), 0 4px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .dark\:hover\:bg-theme-success-900:hover {
  background-color: var(--theme-color-success-900);
}
.dark .dark\:hover\:bg-theme-secondary-600:hover {
  background-color: var(--theme-color-secondary-600);
}
.dark .dark\:hover\:bg-theme-secondary-800:hover {
  background-color: var(--theme-color-secondary-800);
}
.dark .dark\:hover\:text-theme-secondary-800:hover {
  color: var(--theme-color-secondary-800);
}
.dark .dark\:hover\:text-theme-primary-600:hover {
  color: var(--theme-color-primary-600);
}
.dark .dark\:hover\:text-theme-secondary-400:hover {
  color: var(--theme-color-secondary-400);
}
.dark .dark\:hover\:text-theme-primary-700:hover {
  color: var(--theme-color-primary-700);
}
.dark .dark\:hover\:text-theme-secondary-100:hover {
  color: var(--theme-color-secondary-100);
}
.dark .group:hover .dark\:group-hover\:bg-theme-secondary-800 {
  background-color: var(--theme-color-secondary-800);
}
.dark .group:hover .dark\:group-hover\:bg-theme-success-900 {
  background-color: var(--theme-color-success-900);
}
.dark .group:hover .dark\:group-hover\:text-theme-secondary-100 {
  color: var(--theme-color-secondary-100);
}
@media (min-width: 640px) {
  .sm\:static {
    position: static;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:left-auto {
    left: auto;
  }
  .sm\:top-0 {
    top: 0px;
  }
  .sm\:right-0 {
    right: 0px;
  }
  .sm\:bottom-0 {
    bottom: 0px;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }
  .sm\:mr-12 {
    margin-right: 3rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:table-cell {
    display: table-cell;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-80 {
    width: 20rem;
  }
  .sm\:w-136 {
    width: 34rem;
  }
  .sm\:max-w-full {
    max-width: 100%;
  }
  .sm\:max-w-xl {
    max-width: 36rem;
  }
  .sm\:max-w-none {
    max-width: none;
  }
  .sm\:max-w-lg {
    max-width: 32rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-stretch {
    align-items: stretch;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .sm\:divide-theme-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--theme-color-secondary-200);
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:border-2 {
    border-width: 2px;
  }
  .sm\:border-r {
    border-right-width: 1px;
  }
  .sm\:border-t-0 {
    border-top-width: 0px;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem;
  }
  .sm\:pt-8 {
    padding-top: 2rem;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pl-8 {
    padding-left: 2rem;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:text-center {
    text-align: center;
  }

    .documentation-sidebar
        .sm\:flex
        + h2:not(.documentation-sidebar h2:first-of-type) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:ml-12 {
    margin-left: 3rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-11 {
    height: 2.75rem;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-3 {
    height: 0.75rem;
  }
  .md\:h-13 {
    height: 3.25rem;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-120 {
    width: 30rem;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-56 {
    width: 14rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-11 {
    width: 2.75rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-2 {
    width: 0.5rem;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-13 {
    width: 3.25rem;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\:rounded-xl {
    border-radius: 0.75rem;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-0 {
    border-width: 0px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-b-0 {
    border-bottom-width: 0px;
  }
  .md\:border-theme-primary-100 {
    border-color: var(--theme-color-primary-100);
  }
  .md\:bg-theme-primary-100 {
    background-color: var(--theme-color-primary-100);
  }
  .md\:bg-theme-primary-600 {
    background-color: var(--theme-color-primary-600);
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pt-3 {
    padding-top: 0.75rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-theme-secondary-700 {
    color: var(--theme-color-secondary-700);
  }
  .md\:text-theme-primary-600 {
    color: var(--theme-color-primary-600);
  }
  .md\:text-theme-secondary-100 {
    color: var(--theme-color-secondary-100);
  }

    .documentation-sidebar
        .md\:flex
        + h2:not(.documentation-sidebar h2:first-of-type) {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mb-px {
    margin-bottom: 1px;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-5 {
    height: 1.25rem;
  }
  .lg\:h-11 {
    height: 2.75rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-14 {
    width: 3.5rem;
  }
  .lg\:w-5 {
    width: 1.25rem;
  }
  .lg\:w-58 {
    width: 14.5rem;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:min-w-0 {
    min-width: 0px;
  }
  .lg\:max-w-sm {
    max-width: 24rem;
  }
  .lg\:max-w-7xl {
    max-width: 80rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }
  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }

    .documentation-sidebar
        .lg\:flex
        + h2:not(.documentation-sidebar h2:first-of-type) {
    margin-top: 1rem;
  }
    .lg\:no-wrap-span-children > span {
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:table-cell {
    display: table-cell;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-72 {
    width: 18rem;
  }
  .xl\:w-36 {
    width: 9rem;
  }
  .xl\:w-40 {
    width: 10rem;
  }
  .xl\:w-48 {
    width: 12rem;
  }
  .xl\:w-12 {
    width: 3rem;
  }
  .xl\:w-1\/6 {
    width: 16.666667%;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

    .documentation-sidebar
        .xl\:flex
        + h2:not(.documentation-sidebar h2:first-of-type) {
    margin-top: 1rem;
  }
}

/* ==========================================
   ECC Engines Section
   ========================================== */
.ecc-section {
  background-color: rgb(247,247,248);
}
.ecc-inner {
  background: #f7f7f8;
  overflow: hidden;
  position: relative;
  padding: 7.5rem 2rem 6.5rem;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ecc-top-fade {
  display: none;
  pointer-events: none;
  position: absolute;
  width: 100vw; height: 10rem;
  top: 0; left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: radial-gradient(50% 100% at 50% 0%, rgb(253,253,254) 0%, rgba(253,253,254,0) 100%);
}
@media (min-width: 1024px) { .ecc-top-fade { display: block; } }
.ecc-header {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; gap: 1rem;
  max-width: 30rem;
  margin: 0 auto; text-align: center;
}
.ecc-heading {
  color: rgb(19,19,22);
  font-size: 1.75rem; font-weight: 600;
  line-height: 112.5%; letter-spacing: -0.015em;
}
.ecc-subtext {
  color: rgb(116,118,134);
  font-size: 0.9375rem; font-weight: 400;
  line-height: 160%; max-width: 40ch;
}
.ecc-content {
  position: relative; z-index: 1; margin-top: 4rem;
}
.ecc-content-wrapper {
  position: relative; z-index: 1; margin-top: 0rem;
}
/* Horizontal dashed rule */
.ecc-hline-wrap {
  display: none;
  position: relative; height: 1px;
  margin: 0 auto; max-width: none;
}
@media (min-width: 1024px) { .ecc-hline-wrap { display: block; } }
.ecc-hline {
  pointer-events: none;
  position: absolute; top: 0; left: 50%;
  height: 1px; width: min(95vw, 92rem);
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
  mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 1'%3E%3Crect width='2' height='0.5' fill='%23C4C5CE'/%3E%3C/svg%3E");
}
/* Intersection nodes */
.ecc-node-pos {
  pointer-events: none;
  position: absolute; top: -0.375rem;
  transform: translateX(-50%);
}
.ecc-node-pos-1 { left: 33.3333%; }
.ecc-node-pos-2 { left: 66.6667%; }
.ecc-node { position: relative; width: 0.75rem; height: 0.75rem; z-index: 20; }
.ecc-node-core {
  position: absolute; top: 50%; left: 50%;
  width: 0.5rem; height: 0.5rem;
  transform: translate(-50%,-50%); border-radius: 0.125rem;
  background: linear-gradient(rgb(255,255,255) 0%, rgba(255,255,255,0) 100%), rgb(245,246,247);
  box-shadow: rgba(34,42,53,0.1) 0 1px 1px, rgba(34,42,53,0.08) 0 4px 6px,
    rgba(34,42,53,0.05) 0 0 0 1px, rgba(0,0,0,0.05) 0 1px 1px,
    rgba(101,75,246,0.1) 0 4px 20px;
}
.ecc-node-mid {
  position: absolute; top: 50%; left: 50%;
  width: 0.58331rem; height: 0.58331rem;
  transform: translate(-50%,-50%); border-radius: 0.125rem;
  border: 1px solid rgba(64,71,80,0.08);
  background: rgba(64,71,80,0.02);
  box-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
.ecc-node-inner {
  position: absolute; top: 50%; left: 50%;
  width: 0.25rem; height: 0.25rem;
  transform: translate(-50%,-50%); border-radius: 0.03125rem;
  background-color: rgb(232,233,237);
  box-shadow: rgba(0,0,0,0.04) 0 1px 0 inset;
}
/* Mobile divider */
.ecc-divider {
  display: block;
  position: relative; left: 50%;
  margin-top: 0; height: 1px;
  width: 100vw; max-width: none;
  transform: translateX(-50%);
  border: 0;
  -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
  mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 1'%3E%3Crect width='2' height='0.5' fill='%23C4C5CE'/%3E%3C/svg%3E");
}
@media (min-width: 1024px) { .ecc-divider { display: none; } }
/* Mobile stack */
.ecc-mobile-stack { display: flex; flex-direction: column; }
@media (min-width: 1024px) { .ecc-mobile-stack { display: none; } }
/* Desktop 3-col grid */
.ecc-grid {
  display: none;
  position: relative;
  margin: 0 auto;
  max-width: 80rem;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
@media (min-width: 1024px) { .ecc-grid { display: grid; } }
/* Vertical dashed separators */
.ecc-vline {
  pointer-events: none;
  position: absolute; top: 0; bottom: -2rem; width: 1px;
  -webkit-mask-image: linear-gradient(white 80%, transparent);
  mask-image: linear-gradient(white 80%, transparent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 5'%3E%3Crect width='0.5' height='2' fill='%23C4C5CE'/%3E%3C/svg%3E");
}
.ecc-vline-1 { left: calc(33.333% - 0.5px); }
.ecc-vline-2 { left: calc(66.666% - 0.5px); }
/* Columns */
.ecc-col {
  position: relative; display: flex;
  flex-direction: column; gap: 1rem;
  padding: 2.5rem; max-width: none;
}
.ecc-col-first { padding-left: 0; }
.ecc-col-last  { padding-right: 0; }
.ecc-col-mobile {
  position: relative; display: flex;
  flex-direction: column; gap: 1rem;
  padding: 2.5rem 0; max-width: none;
}
/* Tag badge */
.ecc-tags { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.ecc-badge-tag {
  color: rgb(108,71,255);
  padding: 1px 0.375rem;
  background-color: rgba(108,71,255,0.05);
  border: 1px solid rgba(108,71,255,0.15);
  border-radius: 0.25rem;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.1em; text-transform: uppercase;
  font-size: 0.6875rem; font-weight: 500; line-height: 163.636%;
}
/* Column text */
.ecc-col-title {
  color: rgb(19,19,22);
  font-size: 1rem; font-weight: 600;
  line-height: 1.4; max-width: 18ch;
  margin-bottom: 0.5rem;
}
.ecc-col-desc {
  color: rgb(97,99,115);
  font-size: 0.875rem; line-height: 160%;
}
/* Read more link */
.ecc-link {
  display: inline-flex; align-items: center;
  color: rgb(19,19,22); font-weight: 500;
  font-size: 0.8125rem; line-height: 1.5rem;
  position: relative; overflow: hidden; isolation: isolate;
  transition: color 0.3s cubic-bezier(0.4,0.36,0,1);
}
.ecc-link-arrow {
  width: 0.625rem; height: 0.625rem;
  flex: none; margin-left: 0.5rem; opacity: 0.6;
  transition: transform 0.3s cubic-bezier(0.4,0.36,0,1),
              opacity  0.3s cubic-bezier(0.4,0.36,0,1);
}
.ecc-link-arrow-back {
  width: 0.625rem; height: 0.625rem;
  flex: none; margin-left: -0.625rem; opacity: 0;
  transform: translateX(-0.5rem);
  transition: transform 0.3s cubic-bezier(0.4,0.36,0,1),
              opacity  0.3s cubic-bezier(0.4,0.36,0,1);
}
.ecc-link:hover .ecc-link-arrow      { transform: translateX(1.5rem); opacity: 0; }
.ecc-link:hover .ecc-link-arrow-back { transform: translateX(0);       opacity: 1; }

