@charset "UTF-8";
/**
* This injects Tailwind's base styles, which is a combination of
* Normalize.css and some additional base styles.
*
* You can see the styles here:
* https://github.com/tailwindcss/tailwindcss/blob/master/base.css
*/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;

}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

  /* Native form controls, scrollbars, and default colors follow the active theme. */
  html.dark {
    color-scheme: dark;
  }
    input:focus, input:focus, select:focus, select:focus, textarea:focus, textarea:focus, button:focus, button:focus, div:focus, div:focus, a:focus, a:focus, input:active, input:active, select:active, select:active, textarea:active, textarea:active, button:active, button:active, div:active, div:active, a:active, a:active {
      outline: none;
    }
    details > summary.list-item.flex {
      display: flex;
    }
    details > summary.list-item.\!flex {
      display: flex !important;
    }

      /* Mimic default Chrome arrow for `details` html element with display: list-item. */
      details > summary.list-item.flex::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }
      details > summary.list-item.\!flex::before {

        content: "" !important;
        margin-top: 0.40em !important;
        margin-right: 0.40em !important;

        /* Right-pointing triangle */
        width: 0 !important;
        height: 0 !important;
        border-top: 0.36em solid transparent !important;
        border-bottom: 0.36em solid transparent !important;
        border-left: 0.58em solid currentColor !important;

        transform-origin: 50% 50% !important;
      }

    details[open] > summary.list-item.flex::before {
      transform: rotate(90deg);
    }

    details[open] > summary.list-item.\!flex::before {
      transform: rotate(90deg) !important;
    }

/**
 * This injects any component classes registered by plugins.
 */
.\!container{
  width: 100% !important;

}
.container{
  width: 100%;

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

  }
  .container{
    max-width: 640px;

  }

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

  }
  .container{
    max-width: 768px;

  }

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

  }
  .container{
    max-width: 1024px;

  }

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

  }
  .container{
    max-width: 1280px;

  }

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

  }
  .container{
    max-width: 1536px;

  }

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

}
.form-checkbox{
  border-radius: 0px;

}
.form-radio{
  border-radius: 100%;

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

}
.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

}
.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='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");

}
@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;

  }

}
.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");

}
@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;

  }

}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;

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

}
@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;

  }

}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;

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

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

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

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

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

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

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

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

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

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

}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;

}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;

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

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

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

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

}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;

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

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

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

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

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

}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;

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

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

}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;

}
    ::-webkit-scrollbar, ::-webkit-scrollbar:vertical{
  width: 12px;

}

    ::-webkit-scrollbar:horizontal{
  height: 12px;

}

    /* Track */
      ::-webkit-scrollbar-track, ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal{
  background-color: rgb(0 0 0 / 0.05);

}
      :is(.dark *)::-webkit-scrollbar-track,:is(.dark *) ::-webkit-scrollbar-track:vertical,:is(.dark *) ::-webkit-scrollbar-track:horizontal{
  background-color: rgb(255 255 255 / 0.1);

}

        /* Handle on hover */
        ::-webkit-scrollbar-track:hover, ::-webkit-scrollbar-track:vertical:hover, ::-webkit-scrollbar-track:horizontal:hover{
  background-color: rgb(0 0 0 / 0.1);

}
        :is(.dark *)::-webkit-scrollbar-track:hover,:is(.dark *) ::-webkit-scrollbar-track:vertical:hover,:is(.dark *) ::-webkit-scrollbar-track:horizontal:hover{
  background-color: rgb(255 255 255 / 0.15);

}

    /* Handle */
    ::-webkit-scrollbar-thumb{
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: rgb(118 80 142 / 0.3);
  background-clip: padding-box;

}
    :is(.dark *)::-webkit-scrollbar-thumb{
  background-color: rgb(188 160 210 / 0.3);

}

      ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:vertical{
  min-height: 20%;

}

      ::-webkit-scrollbar-thumb:horizontal{
  min-width: 20%;

}

      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover{
  background-color: rgb(118 80 142 / 0.5);

}
      :is(.dark *)::-webkit-scrollbar-thumb:hover{
  background-color: rgb(188 160 210 / 0.5);

}

    /* Corner */
    ::-webkit-scrollbar-corner{
  background-color: transparent;

}

  details > summary.list-item.breadcrumbs {
      display: flex;
    }

  details > summary.list-item.breadcrumbs::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

  details[open] > summary.list-item.breadcrumbs::before {
      transform: rotate(90deg);
    }

  .breadcrumbs{
  display: flex;
  flex-direction: row;

}

  .breadcrumbs > :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)));

}

  .breadcrumbs{
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;

}

  @media (min-width: 768px){
  .breadcrumbs{
    padding-left: 1.5rem;
    padding-right: 1.5rem;

  }

}

  @media (min-width: 1280px){
  .breadcrumbs{
    padding-left: 2rem;
    padding-right: 2rem;

  }

}

    a.breadcrumbs-item[disabled]{
  background-color: rgb(118 80 142 / 0.25);

}

    a.breadcrumbs-item{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

    a.breadcrumbs-item:focus{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}

    a.breadcrumbs-item:focus:hover,a.breadcrumbs-item:hover{
  --tw-text-opacity: 1;
  color: rgb(77 54 89 / var(--tw-text-opacity, 1));

}

    
  :where(.dark) a.breadcrumbs-item {
    color: #a07abb;
  }

     :where(.dark) a.breadcrumbs-item:focus {
      color: #bca0d2;
    }

     :where(.dark) a.breadcrumbs-item:focus:hover, :where(.dark) a.breadcrumbs-item:hover {
      color: #d5c4e3;
    }
      
    details > summary.list-item.breadcrumbs-item {
      display: flex;
    }
      
    details > summary.list-item.breadcrumbs-item::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }
      
    details[open] > summary.list-item.breadcrumbs-item::before {
      transform: rotate(90deg);
    }
      
    .breadcrumbs-item{
  display: flex;
  flex-direction: row;
  align-items: center;

}
      
    .breadcrumbs-item > :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)));

}
      
    .breadcrumbs-item{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));

}
      
    .breadcrumbs-item:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}

      .breadcrumbs-item-text {
      }

      .breadcrumbs-item-icon{
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  fill: currentColor;

}

      .breadcrumbs-item-separator{
  --tw-text-opacity: 1;
  color: rgb(188 160 210 / var(--tw-text-opacity, 1));

}

  blockquote.token {
    font-style: italic;
  }

  blockquote{
  position: relative;
  z-index: -10;
  padding-top: 0.75rem;
  padding-left: 2.5rem;
  font-style: italic;

}

  blockquote::before{
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 4.5rem;
  line-height: 1;
  --tw-content: '“';
  content: var(--tw-content);

}

  *[disabled], *[aria-disabled="true"]{
  pointer-events: none;
  cursor: not-allowed;

}
    .link-predictleads-500[disabled], .btn-predictleads-500[disabled], .btn-link-predictleads-500[disabled]{
  background-color: rgb(160 122 187 / 0.25);

}

    .link-predictleads-700[disabled], .btn-predictleads-700[disabled], .btn-link-predictleads-700[disabled]{
  background-color: rgb(118 80 142 / 0.25);

}

    .link-zinc-700[disabled], .btn-zinc-700[disabled], .btn-link-zinc-700[disabled]{
  background-color: rgb(63 63 70 / 0.25);

}
      .link-inverse-predictleads-700[disabled], .btn-inverse-predictleads-700[disabled], .btn-link-inverse-predictleads-700[disabled]{
  color: rgb(118 80 142 / 0.25);

}

  details > summary.list-item.\!btn {
      display: flex;
    }

  details > summary.list-item.\!btn::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

  details[open] > summary.list-item.\!btn::before {
      transform: rotate(90deg);
    }

  .\!btn{
  display: flex;
  align-items: center;
  border-width: 1px;
  border-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;

}

  details > summary.list-item.btn,details > summary.list-item
  .btn-link {
      display: flex;
    }

  details > summary.list-item.btn::before,details > summary.list-item
  .btn-link::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

  details[open] > summary.list-item.btn::before,details[open] > summary.list-item
  .btn-link::before {
      transform: rotate(90deg);
    }

  .btn,
  .btn-link{
  display: flex;
  align-items: center;
  border-width: 1px;
  border-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;

}

  .\!btn:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

  .btn:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

    .btn-predictleads-500,
    .btn-predictleads-700,
    .btn-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));

}

      .btn-predictleads-500:focus, .btn-predictleads-700:focus, .btn-zinc-700:focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}
      .btn-predictleads-500:focus:hover, .btn-predictleads-500:hover, .btn-predictleads-700:focus:hover, .btn-predictleads-700:hover, .btn-zinc-700:focus:hover, .btn-zinc-700:hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}
      .btn-predictleads-500, .btn-predictleads-500:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(160 122 187 / var(--tw-bg-opacity, 1));

}
      .btn-predictleads-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(131 91 158 / var(--tw-bg-opacity, 1));

}
      .btn-predictleads-500:focus:hover, .btn-predictleads-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}
      .btn-predictleads-700, .btn-predictleads-700:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}
      .btn-predictleads-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}
      .btn-predictleads-700:focus:hover, .btn-predictleads-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 54 89 / var(--tw-bg-opacity, 1));

}
        .btn-inverse-predictleads-500, .btn-inverse-predictleads-500:focus:hover:active, .btn-inverse-predictleads-700, .btn-inverse-predictleads-700:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

}
        .btn-inverse-predictleads-500:focus, .btn-inverse-predictleads-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 248 / var(--tw-bg-opacity, 1));

}
        .btn-inverse-predictleads-500:focus:hover, .btn-inverse-predictleads-500:hover, .btn-inverse-predictleads-700:focus:hover, .btn-inverse-predictleads-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 222 240 / var(--tw-bg-opacity, 1));

}

  .link,
  .link-outline{
  display: inline-flex;
  align-items: center;

}
    .link-predictleads-700, .link-outline-predictleads-700, .btn-inverse-predictleads-700, .btn-link-predictleads-700, .btn-link-outline-predictleads-700{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

      .link-predictleads-700:focus, .link-outline-predictleads-700:focus, .btn-inverse-predictleads-700:focus, .btn-link-predictleads-700:focus, .btn-link-outline-predictleads-700:focus{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}
      .link-predictleads-700:focus:hover, .link-predictleads-700:hover, .link-outline-predictleads-700:focus:hover, .link-outline-predictleads-700:hover, .btn-inverse-predictleads-700:focus:hover, .btn-inverse-predictleads-700:hover, .btn-link-predictleads-700:focus:hover, .btn-link-predictleads-700:hover, .btn-link-outline-predictleads-700:focus:hover, .btn-link-outline-predictleads-700:hover{
  --tw-text-opacity: 1;
  color: rgb(77 54 89 / var(--tw-text-opacity, 1));

}
    .link-zinc-700, .link-outline-zinc-700, .btn-inverse-zinc-700, .btn-link-zinc-700, .btn-link-outline-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));

}

      .link-zinc-700:focus, .link-outline-zinc-700:focus, .btn-inverse-zinc-700:focus, .btn-link-zinc-700:focus, .btn-link-outline-zinc-700:focus{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));

}
      .link-zinc-700:focus:hover, .link-zinc-700:hover, .link-outline-zinc-700:focus:hover, .link-outline-zinc-700:hover, .btn-inverse-zinc-700:focus:hover, .btn-inverse-zinc-700:hover, .btn-link-zinc-700:focus:hover, .btn-link-zinc-700:hover, .btn-link-outline-zinc-700:focus:hover, .btn-link-outline-zinc-700:hover{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));

}
      .link-outline-predictleads-700, .btn-link-outline-predictleads-700{
  --tw-border-opacity: 1;
  border-color: rgb(118 80 142 / var(--tw-border-opacity, 1));

}

        .link-outline-predictleads-700:focus, .btn-link-outline-predictleads-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(89 61 107 / var(--tw-border-opacity, 1));

}
        .link-outline-predictleads-700:focus:hover, .link-outline-predictleads-700:hover, .btn-link-outline-predictleads-700:focus:hover, .btn-link-outline-predictleads-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(77 54 89 / var(--tw-border-opacity, 1));

}
  .\!btn{
  border-radius: 0.25rem;

}
  .btn,
  .btn-link{
  border-radius: 0.25rem;

}

  /* Dark theme for inverse buttons. The :where() guard keeps these at the button class's own specificity,
     so they beat every light rule purely by source order, and any explicit dark: variant on an element
     outranks them. Both dark sections must stay at the BOTTOM of this file: at equal specificity the light text and
     border sections above would win the tie back for any state they also declare (e.g. hover text). Light
     mode gives these a white background, which is invisible on white pages; the dark equivalent is
     transparent, with dark tints for focus and hover and light text throughout. */
    :where(.dark) .btn-inverse-predictleads-500, :where(.dark) .btn-inverse-predictleads-500:focus:hover:active, :where(.dark) .btn-inverse-predictleads-700, :where(.dark) .btn-inverse-predictleads-700:focus:hover:active {
      background-color: transparent;
      color: #d5c4e3;
    }
    :where(.dark) .btn-inverse-predictleads-500:focus, :where(.dark) .btn-inverse-predictleads-700:focus {
      background-color: #4d3659;
      color: #e7def0;
    }
    :where(.dark) .btn-inverse-predictleads-500:focus:hover, :where(.dark) .btn-inverse-predictleads-500:hover, :where(.dark) .btn-inverse-predictleads-700:focus:hover, :where(.dark) .btn-inverse-predictleads-700:hover {
      background-color: #593d6b;
      color: #f3eff8;
    }
    :where(.dark) .btn-inverse-zinc-700, :where(.dark) .btn-inverse-zinc-700:focus:hover:active {
      background-color: transparent;
      color: #d4d4d8;
    }
    :where(.dark) .btn-inverse-zinc-700:focus {
      background-color: #27272a;
      color: #e4e4e7;
    }
    :where(.dark) .btn-inverse-zinc-700:focus:hover, :where(.dark) .btn-inverse-zinc-700:hover {
      background-color: #3f3f46;
      color: #e4e4e7;
    }

  /* Dark theme for filled buttons, same shades as light mode. Declared explicitly, and after the inverse
     override above, so filled states win by source order when Tailwind inlines both into the same
     arbitrary-variant selectors. These rules also cover the black theme, which re-tunes only the neutral
     page surfaces and leaves button colors at their dark values — no per-black repeats are needed. */
    :where(.dark) .btn-predictleads-500, :where(.dark) .btn-predictleads-500:focus:hover:active {
      background-color: #a07abb;
      color: #fafafa;
    }
    :where(.dark) .btn-predictleads-500:focus {
      background-color: #835b9e;
    }
    :where(.dark) .btn-predictleads-500:focus:hover, :where(.dark) .btn-predictleads-500:hover {
      background-color: #76508e;
    }
    :where(.dark) .btn-predictleads-700, :where(.dark) .btn-predictleads-700:focus:hover:active {
      background-color: #76508e;
      color: #fafafa;
    }
    :where(.dark) .btn-predictleads-700:focus {
      background-color: #593d6b;
    }
    :where(.dark) .btn-predictleads-700:focus:hover, :where(.dark) .btn-predictleads-700:hover {
      background-color: #4d3659;
    }

  /* Dark theme for the text link families (link, link-outline, btn-link, btn-link-outline): rest on
     predictleads-500, which perceptually matches the btn-predictleads-700 fill on the dark canvas (thin
     glyphs on near-black read darker than a filled patch of the same hex), and brighten on focus and hover
     instead of the light theme's darkening towards 800/900, which would vanish. Same :where() and
     bottom-of-file contract as the button sections above; btn-inverse keeps its own dark section. */
  :where(.dark) .link-predictleads-500,
  :where(.dark) .link-predictleads-700,
  :where(.dark) .link-outline-predictleads-500,
  :where(.dark) .link-outline-predictleads-700,
  :where(.dark) .btn-link-predictleads-500,
  :where(.dark) .btn-link-predictleads-700,
  :where(.dark) .btn-link-outline-predictleads-500,
  :where(.dark) .btn-link-outline-predictleads-700 {
    color: #a07abb;
  } /* perceptually matches the btn-predictleads-700 fill on the dark canvas */

    :where(.dark) .link-predictleads-500:focus, :where(.dark) .link-predictleads-700:focus, :where(.dark) .link-outline-predictleads-500:focus, :where(.dark) .link-outline-predictleads-700:focus, :where(.dark) .btn-link-predictleads-500:focus, :where(.dark) .btn-link-predictleads-700:focus, :where(.dark) .btn-link-outline-predictleads-500:focus, :where(.dark) .btn-link-outline-predictleads-700:focus {
      color: #bca0d2;
    }
    :where(.dark) .link-predictleads-500:focus:hover, :where(.dark) .link-predictleads-500:hover, :where(.dark) .link-predictleads-700:focus:hover, :where(.dark) .link-predictleads-700:hover, :where(.dark) .link-outline-predictleads-500:focus:hover, :where(.dark) .link-outline-predictleads-500:hover, :where(.dark) .link-outline-predictleads-700:focus:hover, :where(.dark) .link-outline-predictleads-700:hover, :where(.dark) .btn-link-predictleads-500:focus:hover, :where(.dark) .btn-link-predictleads-500:hover, :where(.dark) .btn-link-predictleads-700:focus:hover, :where(.dark) .btn-link-predictleads-700:hover, :where(.dark) .btn-link-outline-predictleads-500:focus:hover, :where(.dark) .btn-link-outline-predictleads-500:hover, :where(.dark) .btn-link-outline-predictleads-700:focus:hover, :where(.dark) .btn-link-outline-predictleads-700:hover {
      color: #d5c4e3;
    }

  :where(.dark) .link-zinc-700,
  :where(.dark) .link-outline-zinc-700,
  :where(.dark) .btn-link-zinc-700,
  :where(.dark) .btn-link-outline-zinc-700 {
    color: #d4d4d8;
  }

    :where(.dark) .link-zinc-700:focus, :where(.dark) .link-outline-zinc-700:focus, :where(.dark) .btn-link-zinc-700:focus, :where(.dark) .btn-link-outline-zinc-700:focus {
      color: #e4e4e7;
    }
    :where(.dark) .link-zinc-700:focus:hover, :where(.dark) .link-zinc-700:hover, :where(.dark) .link-outline-zinc-700:focus:hover, :where(.dark) .link-outline-zinc-700:hover, :where(.dark) .btn-link-zinc-700:focus:hover, :where(.dark) .btn-link-zinc-700:hover, :where(.dark) .btn-link-outline-zinc-700:focus:hover, :where(.dark) .btn-link-outline-zinc-700:hover {
      color: #f4f4f5;
    }

  :where(.dark) .link-outline-predictleads-500,
  :where(.dark) .link-outline-predictleads-700,
  :where(.dark) .btn-link-outline-predictleads-500,
  :where(.dark) .btn-link-outline-predictleads-700 {
    border-color: #a07abb;
  } /* perceptually matches the btn-predictleads-700 fill on the dark canvas */

    :where(.dark) .link-outline-predictleads-500:focus, :where(.dark) .link-outline-predictleads-700:focus, :where(.dark) .btn-link-outline-predictleads-500:focus, :where(.dark) .btn-link-outline-predictleads-700:focus {
      border-color: #bca0d2;
    }
    :where(.dark) .link-outline-predictleads-500:focus:hover, :where(.dark) .link-outline-predictleads-500:hover, :where(.dark) .link-outline-predictleads-700:focus:hover, :where(.dark) .link-outline-predictleads-700:hover, :where(.dark) .btn-link-outline-predictleads-500:focus:hover, :where(.dark) .btn-link-outline-predictleads-500:hover, :where(.dark) .btn-link-outline-predictleads-700:focus:hover, :where(.dark) .btn-link-outline-predictleads-700:hover {
      border-color: #d5c4e3;
    }

  :where(.dark) .link-outline-zinc-700,
  :where(.dark) .btn-link-outline-zinc-700 {
    border-color: #52525b;
  }

    :where(.dark) .link-outline-zinc-700:focus, :where(.dark) .btn-link-outline-zinc-700:focus {
      border-color: #71717a;
    }
    :where(.dark) .link-outline-zinc-700:focus:hover, :where(.dark) .link-outline-zinc-700:hover, :where(.dark) .btn-link-outline-zinc-700:focus:hover, :where(.dark) .btn-link-outline-zinc-700:hover {
      border-color: #a1a1aa;
    }

  .\!tooltip{
  pointer-events: none;
  z-index: 2000;
  display: none;
  --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);

}

  .tooltip{
  pointer-events: none;
  z-index: 2000;
  display: none;
  --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);

}

  .\!tooltip{
  max-width: 90vw;
  overflow-wrap: break-word;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

  .tooltip{
  max-width: 90vw;
  overflow-wrap: break-word;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

    .\!tooltip[data-show]{
  display: block;

}

    .tooltip[data-show]{
  display: block;

}

    .\!tooltip .arrow {
      --width: 12px !important;
    }

    .tooltip .arrow {
      --width: 12px;
    }
      .\!tooltip .arrow, .\!tooltip .arrow::before{
  position: absolute;
  height: var(--width);
  width: var(--width);
  border-width: 1px;
  border-color: transparent;
  background-color: inherit;

}
      .tooltip .arrow, .tooltip .arrow::before{
  position: absolute;
  height: var(--width);
  width: var(--width);
  border-width: 1px;
  border-color: transparent;
  background-color: inherit;

}
      .\!tooltip .arrow, .\!tooltip .arrow::before{
  position: absolute;
  height: var(--width);
  width: var(--width);
  border-width: 1px;
  border-color: transparent;
  background-color: inherit;

}
      .\!tooltip .arrow{
  visibility: hidden;

}
      .tooltip .arrow{
  visibility: hidden;

}

      .\!tooltip .arrow::before {
        content: '' !important;
      }

      .tooltip .arrow::before {
        content: '';
      }

      .\!tooltip .arrow::before{
  visibility: visible;
  --tw-rotate: 45deg;
  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));

}

      .tooltip .arrow::before{
  visibility: visible;
  --tw-rotate: 45deg;
  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));

}

    .\!tooltip[data-popper-placement^='top'] > .arrow{
  bottom: calc(calc(var(--width) / 2) * -1);

}

    .tooltip[data-popper-placement^='top'] > .arrow{
  bottom: calc(calc(var(--width) / 2) * -1);

}

    .\!tooltip[data-popper-placement^='top'] > .arrow {
      clip-path: inset(calc(var(--width)/2) -100% -100% -100%) !important;
    }

    .tooltip[data-popper-placement^='top'] > .arrow {
      clip-path: inset(calc(var(--width)/2) -100% -100% -100%);
    }

    .\!tooltip[data-popper-placement^='bottom'] > .arrow{
  top: calc(calc(var(--width) / 2) * -1);

}

    .tooltip[data-popper-placement^='bottom'] > .arrow{
  top: calc(calc(var(--width) / 2) * -1);

}

    .\!tooltip[data-popper-placement^='bottom'] > .arrow {
      clip-path: inset(-100% -100% calc(var(--width)/2) -100%) !important;
    }

    .tooltip[data-popper-placement^='bottom'] > .arrow {
      clip-path: inset(-100% -100% calc(var(--width)/2) -100%);
    }

    .\!tooltip[data-popper-placement^='left'] > .arrow{
  right: calc(calc(var(--width) / 2) * -1);

}

    .tooltip[data-popper-placement^='left'] > .arrow{
  right: calc(calc(var(--width) / 2) * -1);

}

    .\!tooltip[data-popper-placement^='left'] > .arrow {
      clip-path: inset(-100% -100% -100% calc(var(--width)/2)) !important;
    }

    .tooltip[data-popper-placement^='left'] > .arrow {
      clip-path: inset(-100% -100% -100% calc(var(--width)/2));
    }

    .\!tooltip[data-popper-placement^='right'] > .arrow{
  left: calc(calc(var(--width) / 2) * -1);

}

    .tooltip[data-popper-placement^='right'] > .arrow{
  left: calc(calc(var(--width) / 2) * -1);

}

    .\!tooltip[data-popper-placement^='right'] > .arrow {
      clip-path: inset(-100% calc(var(--width)/2) -100% -100%) !important;
    }

    .tooltip[data-popper-placement^='right'] > .arrow {
      clip-path: inset(-100% calc(var(--width)/2) -100% -100%);
    }

  code[class*="language-"],
  pre[class*="language-"]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));

}

  code[class*="language-"]:is(.dark *),
  pre[class*="language-"]:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

  code[class*="language-"],
  pre[class*="language-"] {
    background: none;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;

    -moz-tab-size: 4;

      -o-tab-size: 4;

         tab-size: 4;

    hyphens: none;
  }

  pre[class*="language-"] > code {
    position: relative;
    white-space: pre;
    line-height: inherit;
    font-size: inherit;
  }

  @media print {
    code[class*="language-"],
    pre[class*="language-"] {
      text-shadow: none;
    }
  }

  /* Code blocks */
  pre[class*="language-"]{
  overflow: auto;
  outline: 2px solid transparent;
  outline-offset: 2px;

}

  :not(pre) > code[class*="language-"],
  pre[class*="language-"]{
  background-color: transparent;

}

  /* Inline code */
  :not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
  }

  .token.comment,
  .token.prolog,
  .token.doctype,
  .token.cdata{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));

}

  .token.punctuation{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}

  .token.punctuation:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}

  .token.namespace {
    opacity: .7;
  }

  .token.atrule,
  .token.property,
  .token.tag,
  .token.constant,
  .token.symbol,
  .token.deleted{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));

}

  .token.atrule:is(.dark *),
  .token.property:is(.dark *),
  .token.tag:is(.dark *),
  .token.constant:is(.dark *),
  .token.symbol:is(.dark *),
  .token.deleted:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

  .token.selector,
  .token.attr-name,
  .token.string,
  .token.boolean,
  .token.number,
  .token.char,
  .token.builtin,
  .token.inserted{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

  .token.selector:is(.dark *),
  .token.attr-name:is(.dark *),
  .token.string:is(.dark *),
  .token.boolean:is(.dark *),
  .token.number:is(.dark *),
  .token.char:is(.dark *),
  .token.builtin:is(.dark *),
  .token.inserted:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(188 160 210 / var(--tw-text-opacity, 1));

}

  .token.entity,
  .token.url,
  .language-css .token.string,
  .style .token.string {
    color: #9a6e3a;
  }

  .token.attr-value,
  .token.keyword{
  --tw-text-opacity: 1;
  color: rgb(188 160 210 / var(--tw-text-opacity, 1));

}

  .token.function,
  .token.class-name{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}

  .token.function:is(.dark *),
  .token.class-name:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}

  .token.\!function{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}

  .token.\!function:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}

  .token.operator,
  .token.regex,
  .token.variable{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));

}

  .token.operator:is(.dark *),
  .token.regex:is(.dark *),
  .token.variable:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));

}

  .token.important,
  .token.bold {
    font-weight: bold;
  }

  .token.\!important {
    font-weight: bold !important;
  }
  .token.italic {
    font-style: italic;
  }

  .token.entity {
    cursor: help;
  }
    pre[class*="language-"].line-numbers {
      position: relative;
      padding-left: 3rem;
      counter-reset: linenumber;
    }

      pre[class*="language-"].line-numbers .line-numbers-rows {
        position: absolute;
        pointer-events: none;
        top: -0.1rem;
        left: -3rem;
        width: 2.7rem; /* Works for line-numbers below 10000 lines */
        letter-spacing: -1px;
        border-right-width: 1px;
        --tw-border-opacity: 1;
        border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
      }

      pre[class*="language-"].line-numbers .line-numbers-rows:is(.dark *){
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));

}

      pre[class*="language-"].line-numbers .line-numbers-rows {

        -webkit-user-select: none;

           -moz-user-select: none;

                user-select: none;
      }

        pre[class*="language-"].line-numbers .line-numbers-rows > span {
          display: block;
          counter-increment: linenumber;
        }

          pre[class*="language-"].line-numbers .line-numbers-rows > span:before {
            content: counter(linenumber);
            --tw-text-opacity: 1;
            color: rgb(161 161 170 / var(--tw-text-opacity, 1));
          }

          pre[class*="language-"].line-numbers .line-numbers-rows > span:is(.dark *):before{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));

}

          pre[class*="language-"].line-numbers .line-numbers-rows > span:before {
            display: block;
            padding-right: 0.8rem;
            text-align: right;
          }

  .ui-helper-hidden-accessible{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;

}

  html{
  font-size: 1rem;
  line-height: 1.5rem;

}

  @media (min-width: 768px){
  html{
    font-size: 1.1rem;

  }

}

  body {
    overflow: overlay;
    position: relative;
    overflow-x: hidden;
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial;
  }

  .container-fluid{
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;

}

  @media (min-width: 1280px){
  .container-fluid{
    max-width: 80rem;

  }

}
    iframe, iframe:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;

}

  .bg-pattern-dots {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2040%20(33762)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3epixel-dots%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='pixel-dots'%20fill='%239C92AC'%20fill-opacity='0.1'%3e%3cpath%20d='M0,4.16333634e-16%20L16,4.16333634e-16%20L16,2%20L10,2%20L10,8%20L16,8%20L16,16%20L8,16%20L8,10%20L2,10%20L2,16%20L0,16%20L0,4.16333634e-16%20Z%20M4,4%20L6,4%20L6,6%20L4,6%20L4,4%20Z%20M12,12%20L14,12%20L14,14%20L12,14%20L12,12%20Z%20M4,12%20L6,12%20L6,14%20L4,14%20L4,12%20Z%20M12,4%20L14,4%20L14,6%20L12,6%20L12,4%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }

  summary {
    list-style: none;
  }

    summary::marker {
      display: none;
    }
        .form-group .form-label{
  position: relative;
  order: 1;
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

}
        .form-group .form-label:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}
        .form-group .form-control{
  order: 2;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;

}
        .form-group .form-control:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));

}

          .form-group .form-control:focus, .form-group .form-control.focus{
  --tw-border-opacity: 1;
  border-color: rgb(118 80 142 / var(--tw-border-opacity, 1));

}

          .form-group .form-control:focus:is(.dark *), .form-group .form-control.focus:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(188 160 210 / var(--tw-border-opacity, 1));

}
            .form-group .form-control:-webkit-autofill, .form-group .form-control:-webkit-autofill:focus, .form-group .form-control:-webkit-autofill.focus{
  -webkit-transition-property: color, background;
  transition-property: color, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 10000000s;

}
            .form-group .form-control:autofill, .form-group .form-control:autofill:focus, .form-group .form-control:autofill.focus{
  transition-property: color, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 10000000s;

}
          .form-group .form-control[data-autocompleted]{
  background-color: transparent !important;

}
              .form-group .form-control:not(.form-group .form-control:autofill):-moz-placeholder-shown ~ .form-label{
  pointer-events: none;
  z-index: 10;
  margin-top: 1.5rem;
  margin-bottom: -1.5rem;
  font-size: 1.125rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}
              .form-group .form-control:not(.form-group .form-control:-webkit-autofill):has(option[value=""]:checked) ~ .form-label, .form-group .form-control:not(.form-group .form-control:-webkit-autofill)[readonly] ~ .form-label, .form-group .form-control:not(.form-group .form-control:-webkit-autofill):placeholder-shown ~ .form-label{
  pointer-events: none;
  z-index: 10;
  margin-top: 1.5rem;
  margin-bottom: -1.5rem;
  font-size: 1.125rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}
              .form-group .form-control:not(.form-group .form-control:autofill):has(option[value=""]:checked) ~ .form-label, .form-group .form-control:not(.form-group .form-control:autofill)[readonly] ~ .form-label, .form-group .form-control:not(.form-group .form-control:autofill):placeholder-shown ~ .form-label{
  pointer-events: none;
  z-index: 10;
  margin-top: 1.5rem;
  margin-bottom: -1.5rem;
  font-size: 1.125rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}
              .form-group .form-control:not(.form-group .form-control:autofill):-moz-placeholder-shown ~ .form-label:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));

}
              .form-group .form-control:not(.form-group .form-control:-webkit-autofill):has(option[value=""]:checked) ~ .form-label:is(.dark *), .form-group .form-control:not(.form-group .form-control:-webkit-autofill)[readonly] ~ .form-label:is(.dark *), .form-group .form-control:not(.form-group .form-control:-webkit-autofill):placeholder-shown ~ .form-label:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));

}
              .form-group .form-control:not(.form-group .form-control:autofill):has(option[value=""]:checked) ~ .form-label:is(.dark *), .form-group .form-control:not(.form-group .form-control:autofill)[readonly] ~ .form-label:is(.dark *), .form-group .form-control:not(.form-group .form-control:autofill):placeholder-shown ~ .form-label:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));

}
          .form-group.has-error .form-control{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));

}
          .form-group.has-error .form-control:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));

}
          .form-group.has-error .form-errors{
  order: 3;
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));

}
          .form-group.has-error .form-errors:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));

}
          .form-group.has-warning .form-control{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));

}
          .form-group.has-warning .form-control:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));

}
          .form-group.has-warning .form-warnings{
  order: 4;
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));

}
          .form-group.has-warning .form-warnings:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));

}
      /* Beauty hack */
      .form-group select.form-control{
  padding-bottom: 0.25rem;

}

        /* The bg-transparent above counts as an author background on the select, which opts the Windows dropdown
           popup out of color-scheme dark rendering: white popup, inherited light text. Solid per-option backgrounds
           keep every row readable there. */
        .form-group select.form-control option{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));

}
        .form-group select.form-control option:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));

}

        .form-group select.form-control option:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(131 91 158 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}
          .form-group select.form-control option:checked, .form-group select.form-control[multiple]:focus option:checked, .form-group select.form-control[multiple].focus option:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

  /* The @tailwindcss/forms plugin (class strategy) defaults the checkbox fill to blue; brand it purple here. */
  .form-checkbox{
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(131 91 158 / var(--tw-text-opacity, 1));

}
  .form-checkbox:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 91 158 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0px;

}
  .form-checkbox:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

}
  .tw-table{
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);

}

    .tw-table > thead {
      /* The sticky header matches the page background so rows scrolling under it stay hidden. Both theme
         backgrounds are plain declarations (here and in the :where(.dark) rules below), kept at the
         selector's own specificity so the later theme rule wins the tie by source order. */
      position: sticky;
      top: -1px;
      z-index: 10;
      background-color: #fff;
    }

        .tw-table > thead > tr > th{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));

}

        .tw-table > thead > tr > th:is(.dark *){
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));

}

        .tw-table > thead > tr > th{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: bottom;

}
        .tw-table > tbody > tr:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));

}
        .tw-table > tbody > tr:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

}

        .tw-table > tbody > tr > td{
  word-break: break-all;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));

}

        .tw-table > tbody > tr > td:is(.dark *){
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));

}

        .tw-table > tbody > tr > td{
  padding: 1rem;
  vertical-align: top;

}

  /* Theme backgrounds for the sticky header, matching the page background of each theme. The :where() guard
     adds no specificity, so these must stay below the .tw-table block (and the black rule below the dark one)
     to win by source order. */
  :where(.dark) .tw-table > thead {
    background-color: #18181b;
  }

  :where(.dark.black) .tw-table > thead {
    background-color: #000;
  }

  /* Rows that carry their own bg-gray-100 (e.g. the exports panel child rows) need explicit hovers: the
     default zinc-50 hover is indistinguishable from gray-100 in light mode. Plain declarations for the same
     reason as the thead rules above. The :where(.dark) rule also covers the black theme and must stay below
     the .tw-table block, whose default dark hover it beats by source order at equal specificity. */
  .tw-table > tbody > tr.bg-gray-100:hover {
    background-color: #e4e4e7; /* zinc-200 */
  }

  :where(.dark) .tw-table > tbody > tr.bg-gray-100:hover {
    background-color: #27272a; /* zinc-800 */
  }

  /* Theme control in the admin sidebar and the front, user, and documentation headers: light, system, dark,
     plus an admin-only black segment that only appears while the dark class is active, because black is a
     deepening of the dark theme. The active segment is server-rendered via .current from the resolved theme;
     theme-toggle.ts moves it and flips the .dark and .black classes on click, and the UJS form persists the
     choice. Plain declarations throughout (no @apply of remapped utilities). */
  .theme-segments {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px auto;
    padding: 2px;
    gap: 2px;
    border-radius: 9999px;
    background-color: #d4d4d8;
    transition: background-color 0.2s ease;
  }

  .dark .theme-segments {
    background-color: #3f3f46;
  }

  .theme-segment {
    display: grid;
    place-items: center;
    width: 1.75rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  /* The black segment slides in only while the dark class is active. Width and opacity animate instead of
     display so the appearance is smooth; the negative margin collapses the container gap while hidden, and
     visibility keeps the hidden button out of the tab order. */
  .theme-segment[value="black"] {
    width: 0;
    margin-left: -2px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transition: width 0.2s ease, margin-left 0.2s ease, opacity 0.2s ease, visibility 0.2s ease,
      background-color 0.2s ease;
  }

  .dark .theme-segment[value="black"] {
    width: 1.75rem;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .theme-segment svg {
    width: 0.875rem;
    height: 0.875rem;
    fill: #71717a;
    transition: fill 0.2s ease;
  }

  .dark .theme-segment svg {
    fill: #a1a1aa;
  }

  .theme-segment:hover {
    background-color: rgb(255 255 255 / 50%);
  }

  .dark .theme-segment:hover {
    background-color: rgb(255 255 255 / 10%);
  }

  .theme-segment.current {
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
  }

  .dark .theme-segment.current {
    background-color: #52525b;
  }

  .theme-segment.current svg {
    fill: #3f3f46;
  }

  .dark .theme-segment.current svg {
    fill: #e4e4e7;
  }

  .waves{
  position: relative;
  margin-bottom: -7px;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  will-change: transform;

}
    
    /* Animation */
      .waves-animate .parallax > use {
        animation: waves-parallax-animation 25s cubic-bezier(.55,.5,.45,.5) infinite;
      }

    .waves .parallax > use{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  will-change: transform;
      transform: translateZ(0%);

}

      .waves .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 12s;
        transform: translate3d(-10px, 0, 0)
      }
      .waves .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 18s;
        transform: translate3d(-20px, 0, 0)
      }
      .waves .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 24s;
        transform: translate3d(-30px, 0, 0)
      }
      .waves .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 30s;
        transform: translate3d(-40px, 0, 0)
      }

  @keyframes waves-parallax-animation {
    0% {
    transform: translate3d(-90px, 0, 0);
    }
    100% { 
      transform: translate3d(85px, 0, 0);
    }
  }

  .technology-demo {
    /* Technology mode, the brand purple. The two modes differ by hue, not by lightness. */
    --technology-demo-surface-from: #f3eff8;
    --technology-demo-surface-to: #d5c4e3;
    --technology-demo-ring: rgb(160 122 187 / 30%);
    --technology-demo-glow: #bca0d2;
    --technology-demo-accent: #76508e;
    --technology-demo-accent-strong: #4d3659;
    --technology-demo-bar: #835b9e;
    --technology-demo-cta: #76508e;
    --technology-demo-cta-text: #fff;
    --technology-demo-ink: #4d3659;
    --technology-demo-ink-muted: rgb(89 61 107 / 70%);
    --technology-demo-ink-body: rgb(77 54 89 / 85%);
    --technology-demo-fill: rgb(255 255 255 / 55%);
    --technology-demo-fill-strong: rgb(255 255 255 / 75%);
    --technology-demo-track: rgb(77 54 89 / 12%);

    /* Donut slices, an ordinal ramp running dark to light so the slice order is legible in the colour itself.
       The steps are uneven on purpose: the eye separates light tones far better than dark ones, so the widest jump
       sits at the dark start and they tighten toward the light end. Every slice clears 2:1 against the card. */
    --technology-demo-slice-1: #3b2945;
    --technology-demo-slice-2: #705882;
    --technology-demo-slice-3: #8a6e9f;
    --technology-demo-slice-4: #997bb1;
    --technology-demo-slice-5: #a283bc;
    --technology-demo-slice-6: #a888c2;
  }

    .technology-demo[data-mode='domain'] {
      /* Domain mode, the brand purple leaning toward the indigo of the page's own hero gradient. */
      --technology-demo-surface-from: #e4e0f5;
      --technology-demo-surface-to: #c8b8e3;
      --technology-demo-ring: #9774c2;
      --technology-demo-glow: #9774c2;
      --technology-demo-accent: #714f9f;
      --technology-demo-accent-strong: #4d397c;
      --technology-demo-bar: #8060ad;
      --technology-demo-cta: #714f9f;
      --technology-demo-ink: #4d397c;
      --technology-demo-ink-muted: #4d397cb3;
      --technology-demo-ink-body: #4d397cd9;
      --technology-demo-track: #4d397c1f;
      --technology-demo-slice-1: #392b55;
      --technology-demo-slice-2: #6a5691;
      --technology-demo-slice-3: #8069a9;
      --technology-demo-slice-4: #8d75b8;
      --technology-demo-slice-5: #957cc0;
      --technology-demo-slice-6: #9a80c5;
    }

  /* Dark theme. The panel keeps its hue but drops to a deep purple, and the ink flips to light, matching how the
     rest of the front pages swap a white card for a zinc one. The slice ramp starts at white, and the step below it
     is the widest of the six, because two near-white slices read as one at swatch size. */
  :where(.dark) .technology-demo {
    --technology-demo-surface-from: #2e2138;
    --technology-demo-surface-to: #4d3659;
    --technology-demo-ring: rgb(188 160 210 / 30%);
    --technology-demo-glow: #76508e;
    --technology-demo-accent: #d5c4e3;
    --technology-demo-accent-strong: #fff;
    --technology-demo-bar: #bca0d2;
    --technology-demo-cta: #d5c4e3;
    --technology-demo-cta-text: #4d3659;
    --technology-demo-ink: #fff;
    --technology-demo-ink-muted: rgb(255 255 255 / 70%);
    --technology-demo-ink-body: rgb(255 255 255 / 85%);
    --technology-demo-fill: rgb(255 255 255 / 10%);
    --technology-demo-fill-strong: rgb(255 255 255 / 15%);
    --technology-demo-track: rgb(255 255 255 / 12%);
    --technology-demo-slice-1: #ffffff;
    --technology-demo-slice-2: #e4dbed;
    --technology-demo-slice-3: #d0c1e0;
    --technology-demo-slice-4: #bca8d3;
    --technology-demo-slice-5: #a78fc5;
    --technology-demo-slice-6: #9376b8;
  }

    /* The light domain block outranks a :where(.dark) selector, so every value it sets is restated here. */
    :where(.dark) .technology-demo[data-mode='domain'] {
      --technology-demo-surface-from: #2b2342;
      --technology-demo-surface-to: #463367;
      --technology-demo-ring: #9774c2;
      --technology-demo-glow: #4d397c;
      --technology-demo-accent: #c8b8e3;
      --technology-demo-accent-strong: #fff;
      --technology-demo-bar: #a98fce;
      --technology-demo-cta: #c8b8e3;
      --technology-demo-cta-text: #2b2342;
      --technology-demo-ink: #fff;
      --technology-demo-ink-muted: rgb(255 255 255 / 70%);
      --technology-demo-ink-body: rgb(255 255 255 / 85%);
      --technology-demo-track: rgb(255 255 255 / 12%);
      --technology-demo-slice-1: #ffffff;
      --technology-demo-slice-2: #e4ddf1;
      --technology-demo-slice-3: #cec2e5;
      --technology-demo-slice-4: #b8a7da;
      --technology-demo-slice-5: #a18dce;
      --technology-demo-slice-6: #8a74c2;
    }

  .technology-demo-surface {
    background-image: linear-gradient(135deg, var(--technology-demo-surface-from), var(--technology-demo-surface-to));
    box-shadow: inset 0 0 0 1px var(--technology-demo-ring);
  }

  .technology-demo-glow {
    position: absolute;
    top: -18rem;
    left: calc(50% - 30rem);
    width: 60rem;
    aspect-ratio: 1108 / 632;
    opacity: 0.3;
    background-image: linear-gradient(to right, var(--technology-demo-glow), transparent);
    clip-path: polygon(73.6% 51.7%, 91.7% 11.8%, 100% 46.4%, 97.4% 82.2%, 92.5% 84.9%, 75.7% 64%, 55.3% 47.5%,
      46.5% 49.4%, 45% 62.9%, 50.3% 87.2%, 21.3% 64.1%, 0.1% 100%, 5.4% 51.1%, 21.4% 63.9%, 58.9% 0.2%, 73.6% 51.7%);
  }

  /* Mode switch. */
  .technology-demo-switch {
    background-color: var(--technology-demo-fill);
    box-shadow: inset 0 0 0 1px var(--technology-demo-fill-strong);
  }

  .technology-demo-switch-option {
    color: var(--technology-demo-ink-muted);
  }

    .technology-demo-switch-option:hover {
      color: var(--technology-demo-ink);
    }

    .technology-demo-switch-option.is-active {
      background-color: var(--technology-demo-cta);
      color: var(--technology-demo-cta-text);
    }

  /* Only the input and the hint belonging to the active mode are shown. */
  .technology-demo-field-domain,
  .technology-demo-hint-domain,
  .technology-demo[data-mode='domain'] .technology-demo-field-technology,
  .technology-demo[data-mode='domain'] .technology-demo-hint-technology{
  display: none;

}

  .technology-demo[data-mode='domain'] .technology-demo-field-domain,
  .technology-demo[data-mode='domain'] .technology-demo-hint-domain{
  display: block;

}

  /* Form controls. A solid field with a tinted hairline, so it reads as a field against the panel behind it. */
  .technology-demo-input {
    box-shadow: inset 0 0 0 1px var(--technology-demo-ring);
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
  }
  .technology-demo-input:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}

    .technology-demo-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}

    .technology-demo-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}

    .technology-demo-input:focus {
      outline: none;
      box-shadow: 0 0 0 2px var(--technology-demo-accent);
    }

  .technology-demo-submit {
    background-color: var(--technology-demo-cta);
    color: var(--technology-demo-cta-text);
  }

    .technology-demo-submit:hover {
      opacity: 0.9;
    }

  /* Autocomplete suggestions. */
  details > summary.list-item.technology-demo-suggestion {
      display: flex;
    }
  details > summary.list-item.technology-demo-suggestion::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }
  details[open] > summary.list-item.technology-demo-suggestion::before {
      transform: rotate(90deg);
    }
  .technology-demo-suggestion{
  display: flex;
  cursor: pointer;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));

}
  .technology-demo-suggestion:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}

    .technology-demo-suggestion:hover,
    .technology-demo-suggestion.is-highlighted{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));

}

    .technology-demo-suggestion:hover:is(.dark *),
    .technology-demo-suggestion.is-highlighted:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));

}

  /* Result card. */
  .technology-demo-card {
    background-color: var(--technology-demo-fill);
    box-shadow: inset 0 0 0 1px var(--technology-demo-fill-strong);
    --tw-backdrop-blur: blur(4px);
    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);
  }

  .technology-demo-title,
  .technology-demo-metric {
    color: var(--technology-demo-accent-strong);
  }

  .technology-demo-metric {
    background-color: var(--technology-demo-fill);
  }

  .technology-demo-metric-label,
  .technology-demo-subtitle {
    color: var(--technology-demo-accent);
  }

  .technology-demo-body {
    color: var(--technology-demo-ink-body);
  }

  .technology-demo-muted {
    color: var(--technology-demo-ink-muted);
  }

  .technology-demo-link {
    color: var(--technology-demo-accent);
  }

    .technology-demo-link:hover {
      color: var(--technology-demo-accent-strong);
    }

  .technology-demo-tag {
    background-color: var(--technology-demo-fill);
    color: var(--technology-demo-accent);
  }

  /* A detection row that re-runs the search for its technology. */
  .technology-demo-row:hover {
    color: var(--technology-demo-accent-strong);
  }

  /* Clickable related or competing technology, re-runs the search for itself. */
  .technology-demo-chip {
    background-color: var(--technology-demo-fill);
    color: var(--technology-demo-ink);
    box-shadow: inset 0 0 0 1px var(--technology-demo-fill-strong);
  }

    .technology-demo-chip:hover {
      background-color: var(--technology-demo-fill-strong);
      color: var(--technology-demo-accent-strong);
    }

  .technology-demo-divider {
    border-color: var(--technology-demo-fill-strong);
  }

  /* Call to action closing a truncated list, carrying the full count. */
  .technology-demo-unlock {
    background-color: var(--technology-demo-fill);
    color: var(--technology-demo-ink);
    box-shadow: inset 0 0 0 1px var(--technology-demo-fill-strong);
  }

    .technology-demo-unlock:hover {
      background-color: var(--technology-demo-fill-strong);
      color: var(--technology-demo-accent-strong);
    }

  /* Stacked rows of detections, separated by a hairline rather than boxed individually. */
  .technology-demo-rows {
    color: var(--technology-demo-ink);
    border-color: var(--technology-demo-fill-strong);
  }

    .technology-demo-rows > * + * {
      border-color: var(--technology-demo-fill-strong);
    }

  .technology-demo-cta {
    background-color: var(--technology-demo-cta);
    color: var(--technology-demo-cta-text);
  }

    .technology-demo-cta:hover {
      opacity: 0.9;
    }

  /* Magnitude bars. */
  .technology-demo-track {
    background-color: var(--technology-demo-track);
  }

  .technology-demo-bar {
    background-color: var(--technology-demo-bar);
  }

  /* Donut charts. */
  .technology-demo-donut-slice {
    stroke-linecap: butt;
    transition: opacity 150ms ease;
  }

  /* Hovering one slice dims the rest, which points at the slice the tooltip belongs to. */
  .technology-demo-donut-svg:hover .technology-demo-donut-slice {
    opacity: 0.45;
  }

  .technology-demo-donut-svg .technology-demo-donut-slice:hover {
    opacity: 1;
  }

  .technology-demo-donut-swatch {
    width: 0.625rem;
    height: 0.625rem;
    box-shadow: 0 0 0 2px var(--technology-demo-fill);
  }

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import 'components/buttons.css';
 * @import 'components/forms.css';
 */

/* Import Prism syntax highlighter */

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
.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;

}
.visible{
  visibility: visible;

}
.invisible{
  visibility: hidden;

}
.collapse{
  visibility: collapse;

}
.static{
  position: static;

}
.fixed{
  position: fixed;

}
.absolute{
  position: absolute;

}
.relative{
  position: relative;

}
.sticky{
  position: sticky;

}
.inset-0{
  inset: 0px;

}
.-inset-y-px{
  top: -1px;
  bottom: -1px;

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

}
.inset-y-0{
  top: 0px;
  bottom: 0px;

}
.-bottom-24{
  bottom: -6rem;

}
.-left-3{
  left: -0.75rem;

}
.-right-10{
  right: -2.5rem;

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

}
.-top-12{
  top: -3rem;

}
.-top-16{
  top: -4rem;

}
.-top-40{
  top: -10rem;

}
.-top-48{
  top: -12rem;

}
.-top-52{
  top: -13rem;

}
.-top-80{
  top: -20rem;

}
.bottom-0{
  bottom: 0px;

}
.left-0{
  left: 0px;

}
.left-1{
  left: 0.25rem;

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

}
.left-12{
  left: 3rem;

}
.left-14{
  left: 3.5rem;

}
.left-96{
  left: 24rem;

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

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

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

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

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

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

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

}
.right-0{
  right: 0px;

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

}
.right-16{
  right: 4rem;

}
.right-3{
  right: 0.75rem;

}
.right-\[70px\]{
  right: 70px;

}
.top-0{
  top: 0px;

}
.top-1{
  top: 0.25rem;

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

}
.top-10{
  top: 2.5rem;

}
.top-14{
  top: 3.5rem;

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

}
.top-4{
  top: 1rem;

}
.top-\[-40rem\]{
  top: -40rem;

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

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

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

}
.isolate{
  isolation: isolate;

}
.-z-10{
  z-index: -10;

}
.-z-20{
  z-index: -20;

}
.z-10{
  z-index: 10;

}
.z-20{
  z-index: 20;

}
.z-30{
  z-index: 30;

}
.z-50{
  z-index: 50;

}
.z-\[1000\]{
  z-index: 1000;

}
.z-\[9999\]{
  z-index: 9999;

}
.order-1{
  order: 1;

}
.order-2{
  order: 2;

}
.order-3{
  order: 3;

}
.order-first{
  order: -9999;

}
.order-last{
  order: 9999;

}
.col-span-2{
  grid-column: span 2 / span 2;

}
.col-span-3{
  grid-column: span 3 / span 3;

}
.col-span-4{
  grid-column: span 4 / span 4;

}
.col-span-6{
  grid-column: span 6 / span 6;

}
.col-end-1{
  grid-column-end: 1;

}
.float-right{
  float: right;

}
.\!m-0{
  margin: 0px !important;

}
.-m-1{
  margin: -0.25rem;

}
.-m-2{
  margin: -0.5rem;

}
.-m-3{
  margin: -0.75rem;

}
.-m-4{
  margin: -1rem;

}
.m-0{
  margin: 0px;

}
.m-4{
  margin: 1rem;

}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;

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

}
.-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;

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

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

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

}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;

}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;

}
.mx-auto{
  margin-left: auto;
  margin-right: auto;

}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;

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

}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;

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

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

}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;

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

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

}
.\!-mb-2{
  margin-bottom: -0.5rem !important;

}
.\!-ml-12{
  margin-left: -3rem !important;

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

}
.\!-mr-2{
  margin-right: -0.5rem !important;

}
.\!mb-0{
  margin-bottom: 0px !important;

}
.\!mb-2{
  margin-bottom: 0.5rem !important;

}
.\!mt-3{
  margin-top: 0.75rem !important;

}
.-mb-12{
  margin-bottom: -3rem;

}
.-mb-24{
  margin-bottom: -6rem;

}
.-ml-3{
  margin-left: -0.75rem;

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

}
.-mr-3{
  margin-right: -0.75rem;

}
.-mr-96{
  margin-right: -24rem;

}
.-mt-0\.5{
  margin-top: -0.125rem;

}
.-mt-2{
  margin-top: -0.5rem;

}
.-mt-3{
  margin-top: -0.75rem;

}
.-mt-4{
  margin-top: -1rem;

}
.-mt-\[10vw\]{
  margin-top: -10vw;

}
.mb-0{
  margin-bottom: 0px;

}
.mb-1{
  margin-bottom: 0.25rem;

}
.mb-10{
  margin-bottom: 2.5rem;

}
.mb-12{
  margin-bottom: 3rem;

}
.mb-14{
  margin-bottom: 3.5rem;

}
.mb-16{
  margin-bottom: 4rem;

}
.mb-2{
  margin-bottom: 0.5rem;

}
.mb-20{
  margin-bottom: 5rem;

}
.mb-24{
  margin-bottom: 6rem;

}
.mb-28{
  margin-bottom: 7rem;

}
.mb-3{
  margin-bottom: 0.75rem;

}
.mb-32{
  margin-bottom: 8rem;

}
.mb-4{
  margin-bottom: 1rem;

}
.mb-5{
  margin-bottom: 1.25rem;

}
.mb-6{
  margin-bottom: 1.5rem;

}
.mb-8{
  margin-bottom: 2rem;

}
.ml-1{
  margin-left: 0.25rem;

}
.ml-2{
  margin-left: 0.5rem;

}
.ml-3{
  margin-left: 0.75rem;

}
.ml-32{
  margin-left: 8rem;

}
.ml-4{
  margin-left: 1rem;

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

}
.ml-8{
  margin-left: 2rem;

}
.ml-9{
  margin-left: 2.25rem;

}
.ml-\[-22rem\]{
  margin-left: -22rem;

}
.ml-\[1rem\]{
  margin-left: 1rem;

}
.ml-\[2rem\]{
  margin-left: 2rem;

}
.ml-\[3rem\]{
  margin-left: 3rem;

}
.ml-\[4rem\]{
  margin-left: 4rem;

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

}
.ml-auto{
  margin-left: auto;

}
.mr-1{
  margin-right: 0.25rem;

}
.mr-12{
  margin-right: 3rem;

}
.mr-2{
  margin-right: 0.5rem;

}
.mr-3{
  margin-right: 0.75rem;

}
.mt-0{
  margin-top: 0px;

}
.mt-0\.5{
  margin-top: 0.125rem;

}
.mt-1{
  margin-top: 0.25rem;

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

}
.mt-12{
  margin-top: 3rem;

}
.mt-16{
  margin-top: 4rem;

}
.mt-2{
  margin-top: 0.5rem;

}
.mt-20{
  margin-top: 5rem;

}
.mt-24{
  margin-top: 6rem;

}
.mt-3{
  margin-top: 0.75rem;

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

}
.mt-4{
  margin-top: 1rem;

}
.mt-5{
  margin-top: 1.25rem;

}
.mt-6{
  margin-top: 1.5rem;

}
.mt-7{
  margin-top: 1.75rem;

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

}
.mt-\[0\.17rem\]{
  margin-top: 0.17rem;

}
.mt-auto{
  margin-top: auto;

}
.block{
  display: block;

}
.inline-block{
  display: inline-block;

}
.inline{
  display: inline;

}
.\!flex{
  display: flex !important;

}
.flex{
  display: flex;

}
.inline-flex{
  display: inline-flex;

}
.table{
  display: table;

}
.grid{
  display: grid;

}
.contents{
  display: contents;

}
.list-item{
  display: list-item;

}
.hidden{
  display: none;

}
.aspect-\[1097\/845\]{
  aspect-ratio: 1097/845;

}
.aspect-\[1108\/632\]{
  aspect-ratio: 1108/632;

}
.aspect-\[1155\/678\]{
  aspect-ratio: 1155/678;

}
.aspect-\[1313\/771\]{
  aspect-ratio: 1313/771;

}
.aspect-\[1318\/752\]{
  aspect-ratio: 1318/752;

}
.aspect-\[14\/13\]{
  aspect-ratio: 14/13;

}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;

}
.aspect-\[801\/1036\]{
  aspect-ratio: 801/1036;

}
.aspect-\[9\/6\]{
  aspect-ratio: 9/6;

}
.aspect-square{
  aspect-ratio: 1 / 1;

}
.size-10{
  width: 2.5rem;
  height: 2.5rem;

}
.size-11{
  width: 2.75rem;
  height: 2.75rem;

}
.size-12{
  width: 3rem;
  height: 3rem;

}
.size-14{
  width: 3.5rem;
  height: 3.5rem;

}
.size-16{
  width: 4rem;
  height: 4rem;

}
.size-20{
  width: 5rem;
  height: 5rem;

}
.size-4{
  width: 1rem;
  height: 1rem;

}
.size-5{
  width: 1.25rem;
  height: 1.25rem;

}
.size-6{
  width: 1.5rem;
  height: 1.5rem;

}
.size-7{
  width: 1.75rem;
  height: 1.75rem;

}
.size-8{
  width: 2rem;
  height: 2rem;

}
.size-9{
  width: 2.25rem;
  height: 2.25rem;

}
.size-\[64rem\]{
  width: 64rem;
  height: 64rem;

}
.size-full{
  width: 100%;
  height: 100%;

}
.\!h-14{
  height: 3.5rem !important;

}
.\!h-48{
  height: 12rem !important;

}
.\!h-\[100px\]{
  height: 100px !important;

}
.h-0{
  height: 0px;

}
.h-0\.5{
  height: 0.125rem;

}
.h-10{
  height: 2.5rem;

}
.h-12{
  height: 3rem;

}
.h-16{
  height: 4rem;

}
.h-2{
  height: 0.5rem;

}
.h-24{
  height: 6rem;

}
.h-3{
  height: 0.75rem;

}
.h-3\.5{
  height: 0.875rem;

}
.h-32{
  height: 8rem;

}
.h-36{
  height: 9rem;

}
.h-4{
  height: 1rem;

}
.h-44{
  height: 11rem;

}
.h-5{
  height: 1.25rem;

}
.h-56{
  height: 14rem;

}
.h-6{
  height: 1.5rem;

}
.h-7{
  height: 1.75rem;

}
.h-8{
  height: 2rem;

}
.h-80{
  height: 20rem;

}
.h-9{
  height: 2.25rem;

}
.h-96{
  height: 24rem;

}
.h-\[450px\]{
  height: 450px;

}
.h-\[50rem\]{
  height: 50rem;

}
.h-\[64rem\]{
  height: 64rem;

}
.h-\[var\(--booking-window\2c 700px\)\]{
  height: var(--booking-window,700px);

}
.h-auto{
  height: auto;

}
.h-full{
  height: 100%;

}
.h-px{
  height: 1px;

}
.max-h-72{
  max-height: 18rem;

}
.max-h-96{
  max-height: 24rem;

}
.max-h-\[500px\]{
  max-height: 500px;

}
.max-h-\[50vh\]{
  max-height: 50vh;

}
.max-h-\[70vh\]{
  max-height: 70vh;

}
.max-h-\[80vh\]{
  max-height: 80vh;

}
.max-h-\[95vh\]{
  max-height: 95vh;

}
.min-h-10{
  min-height: 2.5rem;

}
.min-h-64{
  min-height: 16rem;

}
.min-h-\[34px\]{
  min-height: 34px;

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

}
.\!w-\[90px\]{
  width: 90px !important;

}
.\!w-full{
  width: 100% !important;

}
.w-0{
  width: 0px;

}
.w-1{
  width: 0.25rem;

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

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

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

}
.w-1\/5{
  width: 20%;

}
.w-10{
  width: 2.5rem;

}
.w-12{
  width: 3rem;

}
.w-16{
  width: 4rem;

}
.w-2{
  width: 0.5rem;

}
.w-2\/12{
  width: 16.666667%;

}
.w-2\/3{
  width: 66.666667%;

}
.w-2\/5{
  width: 40%;

}
.w-2\/6{
  width: 33.333333%;

}
.w-20{
  width: 5rem;

}
.w-24{
  width: 6rem;

}
.w-28{
  width: 7rem;

}
.w-3{
  width: 0.75rem;

}
.w-3\.5{
  width: 0.875rem;

}
.w-3\/5{
  width: 60%;

}
.w-32{
  width: 8rem;

}
.w-36{
  width: 9rem;

}
.w-4{
  width: 1rem;

}
.w-4\/6{
  width: 66.666667%;

}
.w-40{
  width: 10rem;

}
.w-44{
  width: 11rem;

}
.w-5{
  width: 1.25rem;

}
.w-56{
  width: 14rem;

}
.w-6{
  width: 1.5rem;

}
.w-60{
  width: 15rem;

}
.w-64{
  width: 16rem;

}
.w-7{
  width: 1.75rem;

}
.w-8{
  width: 2rem;

}
.w-9{
  width: 2.25rem;

}
.w-96{
  width: 24rem;

}
.w-\[-webkit-fill-available\]{
  width: -webkit-fill-available;

}
.w-\[10\%\]{
  width: 10%;

}
.w-\[10rem\]{
  width: 10rem;

}
.w-\[11\%\]{
  width: 11%;

}
.w-\[11rem\]{
  width: 11rem;

}
.w-\[12\%\]{
  width: 12%;

}
.w-\[13\%\]{
  width: 13%;

}
.w-\[13rem\]{
  width: 13rem;

}
.w-\[14rem\]{
  width: 14rem;

}
.w-\[15\%\]{
  width: 15%;

}
.w-\[150vw\]{
  width: 150vw;

}
.w-\[15rem\]{
  width: 15rem;

}
.w-\[17\%\]{
  width: 17%;

}
.w-\[175\.5rem\]{
  width: 175.5rem;

}
.w-\[19rem\]{
  width: 19rem;

}
.w-\[1rem\]{
  width: 1rem;

}
.w-\[20\%\]{
  width: 20%;

}
.w-\[200\%\]{
  width: 200%;

}
.w-\[20rem\]{
  width: 20rem;

}
.w-\[21rem\]{
  width: 21rem;

}
.w-\[22\%\]{
  width: 22%;

}
.w-\[22rem\]{
  width: 22rem;

}
.w-\[25\%\]{
  width: 25%;

}
.w-\[25rem\]{
  width: 25rem;

}
.w-\[26rem\]{
  width: 26rem;

}
.w-\[30rem\]{
  width: 30rem;

}
.w-\[34rem\]{
  width: 34rem;

}
.w-\[35rem\]{
  width: 35rem;

}
.w-\[36\.125rem\]{
  width: 36.125rem;

}
.w-\[380px\]{
  width: 380px;

}
.w-\[40rem\]{
  width: 40rem;

}
.w-\[4rem\]{
  width: 4rem;

}
.w-\[50\.0625rem\]{
  width: 50.0625rem;

}
.w-\[57rem\]{
  width: 57rem;

}
.w-\[600px\]{
  width: 600px;

}
.w-\[68\.5625rem\]{
  width: 68.5625rem;

}
.w-\[69\.25rem\]{
  width: 69.25rem;

}
.w-\[696px\]{
  width: 696px;

}
.w-\[72\.1875rem\]{
  width: 72.1875rem;

}
.w-\[72rem\]{
  width: 72rem;

}
.w-\[76rem\]{
  width: 76rem;

}
.w-\[8\%\]{
  width: 8%;

}
.w-\[82\.0625rem\]{
  width: 82.0625rem;

}
.w-\[82\.375rem\]{
  width: 82.375rem;

}
.w-\[8rem\]{
  width: 8rem;

}
.w-\[90rem\]{
  width: 90rem;

}
.w-auto{
  width: auto;

}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;

}
.w-full{
  width: 100%;

}
.w-px{
  width: 1px;

}
.\!min-w-\[380px\]{
  min-width: 380px !important;

}
.min-w-0{
  min-width: 0px;

}
.min-w-32{
  min-width: 8rem;

}
.min-w-48{
  min-width: 12rem;

}
.min-w-\[100rem\]{
  min-width: 100rem;

}
.min-w-\[10rem\]{
  min-width: 10rem;

}
.min-w-\[180px\]{
  min-width: 180px;

}
.min-w-\[22rem\]{
  min-width: 22rem;

}
.min-w-\[40rem\]{
  min-width: 40rem;

}
.min-w-\[44rem\]{
  min-width: 44rem;

}
.min-w-\[8rem\]{
  min-width: 8rem;

}
.min-w-\[900px\]{
  min-width: 900px;

}
.min-w-full{
  min-width: 100%;

}
.max-w-28{
  max-width: 7rem;

}
.max-w-2xl{
  max-width: 42rem;

}
.max-w-3xl{
  max-width: 48rem;

}
.max-w-48{
  max-width: 12rem;

}
.max-w-4xl{
  max-width: 56rem;

}
.max-w-5xl{
  max-width: 64rem;

}
.max-w-6xl{
  max-width: 72rem;

}
.max-w-72{
  max-width: 18rem;

}
.max-w-7xl{
  max-width: 80rem;

}
.max-w-96{
  max-width: 24rem;

}
.max-w-\[180px\]{
  max-width: 180px;

}
.max-w-\[18rem\]{
  max-width: 18rem;

}
.max-w-\[2400px\]{
  max-width: 2400px;

}
.max-w-\[30rem\]{
  max-width: 30rem;

}
.max-w-\[640px\]{
  max-width: 640px;

}
.max-w-\[85vw\]{
  max-width: 85vw;

}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;

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

}
.max-w-lg{
  max-width: 32rem;

}
.max-w-md{
  max-width: 28rem;

}
.max-w-none{
  max-width: none;

}
.max-w-sm{
  max-width: 24rem;

}
.max-w-xl{
  max-width: 36rem;

}
.max-w-xs{
  max-width: 20rem;

}
.flex-1{
  flex: 1 1 0%;

}
.flex-auto{
  flex: 1 1 auto;

}
.flex-none{
  flex: none;

}
.flex-shrink-0{
  flex-shrink: 0;

}
.shrink{
  flex-shrink: 1;

}
.shrink-0{
  flex-shrink: 0;

}
.flex-grow{
  flex-grow: 1;

}
.grow{
  flex-grow: 1;

}
.grow-0{
  flex-grow: 0;

}
.basis-0{
  flex-basis: 0px;

}
.table-auto{
  table-layout: auto;

}
.border-collapse{
  border-collapse: collapse;

}
.border-separate{
  border-collapse: separate;

}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);

}
.origin-bottom-left{
  transform-origin: bottom left;

}
.origin-top-right{
  transform-origin: top right;

}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-x-2\/4{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.-translate-y-2\/4{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.rotate-\[15deg\]{
  --tw-rotate: 15deg;
  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-\[30deg\]{
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

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

}
.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));

}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
@keyframes spin{
  to{
    transform: rotate(360deg);

  }

}
.animate-spin{
  animation: spin 1s linear infinite;

}
.cursor-help{
  cursor: help;

}
.cursor-not-allowed{
  cursor: not-allowed;

}
.cursor-pointer{
  cursor: pointer;

}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;

}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;

}
.resize-y{
  resize: vertical;

}
.resize{
  resize: both;

}
.snap-start{
  scroll-snap-align: start;

}
.scroll-mt-14{
  scroll-margin-top: 3.5rem;

}
.scroll-mt-\[20vh\]{
  scroll-margin-top: 20vh;

}
.scroll-mt-\[50vh\]{
  scroll-margin-top: 50vh;

}
.scroll-mt-\[75vh\]{
  scroll-margin-top: 75vh;

}
.list-inside{
  list-style-position: inside;

}
.list-decimal{
  list-style-type: decimal;

}
.list-disc{
  list-style-type: disc;

}
.list-none{
  list-style-type: none;

}
.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);

}
.grid-flow-col{
  grid-auto-flow: column;

}
.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));

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

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

}
.flex-row{
  flex-direction: row;

}
.flex-col{
  flex-direction: column;

}
.flex-col-reverse{
  flex-direction: column-reverse;

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

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

}
.place-content-center{
  place-content: center;

}
.place-content-start{
  place-content: start;

}
.place-content-end{
  place-content: end;

}
.place-items-center{
  place-items: center;

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

}
.content-start{
  align-content: flex-start;

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

}
.\!items-start{
  align-items: flex-start !important;

}
.items-start{
  align-items: flex-start;

}
.items-end{
  align-items: flex-end;

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

}
.items-baseline{
  align-items: baseline;

}
.items-stretch{
  align-items: stretch;

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

}
.justify-end{
  justify-content: flex-end;

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

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

}
.justify-items-end{
  justify-items: end;

}
.justify-items-center{
  justify-items: center;

}
.gap-0\.5{
  gap: 0.125rem;

}
.gap-1{
  gap: 0.25rem;

}
.gap-1\.5{
  gap: 0.375rem;

}
.gap-12{
  gap: 3rem;

}
.gap-16{
  gap: 4rem;

}
.gap-2{
  gap: 0.5rem;

}
.gap-2\.5{
  gap: 0.625rem;

}
.gap-3{
  gap: 0.75rem;

}
.gap-4{
  gap: 1rem;

}
.gap-5{
  gap: 1.25rem;

}
.gap-6{
  gap: 1.5rem;

}
.gap-8{
  gap: 2rem;

}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;

}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;

}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;

}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;

}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;

}
.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;

}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;

}
.gap-x-48{
  -moz-column-gap: 12rem;
       column-gap: 12rem;

}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;

}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;

}
.gap-y-1{
  row-gap: 0.25rem;

}
.gap-y-10{
  row-gap: 2.5rem;

}
.gap-y-12{
  row-gap: 3rem;

}
.gap-y-14{
  row-gap: 3.5rem;

}
.gap-y-16{
  row-gap: 4rem;

}
.gap-y-2{
  row-gap: 0.5rem;

}
.gap-y-20{
  row-gap: 5rem;

}
.gap-y-28{
  row-gap: 7rem;

}
.gap-y-3{
  row-gap: 0.75rem;

}
.gap-y-4{
  row-gap: 1rem;

}
.gap-y-6{
  row-gap: 1.5rem;

}
.gap-y-8{
  row-gap: 2rem;

}
.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-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-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-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-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));

}
.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-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));

}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));

}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * 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-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-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));

}
.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-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * 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-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-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));

}
.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-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));

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

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

}
.divide-zinc-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));

}
.divide-zinc-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));

}
.divide-zinc-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));

}
.self-start{
  align-self: flex-start;

}
.self-end{
  align-self: flex-end;

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

}
.justify-self-center{
  justify-self: center;

}
.overflow-auto{
  overflow: auto;

}
.overflow-hidden{
  overflow: hidden;

}
.overflow-visible{
  overflow: visible;

}
.overflow-x-auto{
  overflow-x: auto;

}
.overflow-y-auto{
  overflow-y: auto;

}
.overflow-x-hidden{
  overflow-x: hidden;

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

}
.\!whitespace-normal{
  white-space: normal !important;

}
.whitespace-normal{
  white-space: normal;

}
.whitespace-nowrap{
  white-space: nowrap;

}
.whitespace-pre{
  white-space: pre;

}
.whitespace-pre-line{
  white-space: pre-line;

}
.whitespace-pre-wrap{
  white-space: pre-wrap;

}
.whitespace-break-spaces{
  white-space: break-spaces;

}
.text-nowrap{
  text-wrap: nowrap;

}
.text-balance{
  text-wrap: balance;

}
.text-pretty{
  text-wrap: pretty;

}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;

}
.break-words{
  overflow-wrap: break-word;

}
.break-all{
  word-break: break-all;

}
.break-keep{
  word-break: keep-all;

}
.\!rounded{
  border-radius: 0.25rem !important;

}
.rounded{
  border-radius: 0.25rem;

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

}
.rounded-3xl{
  border-radius: 1.5rem;

}
.rounded-\[12px\]{
  border-radius: 12px;

}
.rounded-full{
  border-radius: 9999px;

}
.rounded-lg{
  border-radius: 0.5rem;

}
.rounded-md{
  border-radius: 0.375rem;

}
.rounded-sm{
  border-radius: 0.125rem;

}
.rounded-xl{
  border-radius: 0.75rem;

}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

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

}
.rounded-br{
  border-bottom-right-radius: 0.25rem;

}
.rounded-tl-xl{
  border-top-left-radius: 0.75rem;

}
.border{
  border-width: 1px;

}
.border-0{
  border-width: 0px;

}
.border-2{
  border-width: 2px;

}
.border-4{
  border-width: 4px;

}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;

}
.\!border-t-0{
  border-top-width: 0px !important;

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

}
.border-l{
  border-left-width: 1px;

}
.border-l-2{
  border-left-width: 2px;

}
.border-r{
  border-right-width: 1px;

}
.border-r-2{
  border-right-width: 2px;

}
.border-t{
  border-top-width: 1px;

}
.border-dashed{
  border-style: dashed;

}
.border-none{
  border-style: none;

}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));

}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));

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

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

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

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

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

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

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

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

}
.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));

}
.border-lime-600{
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));

}
.border-predictleads-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 239 248 / var(--tw-border-opacity, 1));

}
.border-predictleads-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 222 240 / var(--tw-border-opacity, 1));

}
.border-predictleads-300{
  --tw-border-opacity: 1;
  border-color: rgb(213 196 227 / var(--tw-border-opacity, 1));

}
.border-predictleads-500{
  --tw-border-opacity: 1;
  border-color: rgb(160 122 187 / var(--tw-border-opacity, 1));

}
.border-predictleads-600{
  --tw-border-opacity: 1;
  border-color: rgb(131 91 158 / var(--tw-border-opacity, 1));

}
.border-predictleads-700{
  --tw-border-opacity: 1;
  border-color: rgb(118 80 142 / var(--tw-border-opacity, 1));

}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));

}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));

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

}
.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));

}
.border-zinc-100{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));

}
.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));

}
.border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));

}
.border-zinc-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));

}
.border-b-predictleads-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 222 240 / var(--tw-border-opacity, 1));

}
.\!bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1)) !important;

}
.\!bg-transparent{
  background-color: transparent !important;

}
.bg-\[\#0077b5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity, 1));

}
.bg-\[\#E4F9BD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 249 189 / var(--tw-bg-opacity, 1));

}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));

}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));

}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));

}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));

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

}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));

}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));

}
.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));

}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));

}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));

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

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

}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));

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

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

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

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

}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));

}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));

}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));

}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));

}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));

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

}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));

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

}
.bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));

}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));

}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));

}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));

}
.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));

}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));

}
.bg-predictleads-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 248 / var(--tw-bg-opacity, 1));

}
.bg-predictleads-300{
  --tw-bg-opacity: 1;
  background-color: rgb(213 196 227 / var(--tw-bg-opacity, 1));

}
.bg-predictleads-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 252 / var(--tw-bg-opacity, 1));

}
.bg-predictleads-500{
  --tw-bg-opacity: 1;
  background-color: rgb(160 122 187 / var(--tw-bg-opacity, 1));

}
.bg-predictleads-600{
  --tw-bg-opacity: 1;
  background-color: rgb(131 91 158 / var(--tw-bg-opacity, 1));

}
.bg-predictleads-600\/10{
  background-color: rgb(131 91 158 / 0.1);

}
.bg-predictleads-700{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}
.bg-predictleads-800{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));

}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));

}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));

}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));

}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));

}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));

}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));

}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));

}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));

}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));

}
.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));

}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));

}
.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));

}
.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));

}
.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));

}
.bg-transparent{
  background-color: transparent;

}
.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));

}
.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));

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

}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);

}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);

}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));

}
.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));

}
.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));

}
.bg-zinc-400{
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));

}
.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));

}
.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));

}
.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));

}
.bg-\[radial-gradient\(50\%_100\%_at_top\2c theme\(colors\.predictleads\.100\)\2c white\)\]{
  background-image: radial-gradient(50% 100% at top,#f3eff8,white);

}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));

}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));

}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));

}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));

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

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

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

}
.from-\[\#80caff\]{
  --tw-gradient-from: #80caff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 202 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.from-\[\#9fd6fc\]{
  --tw-gradient-from: #9fd6fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 214 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

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

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

}
.from-gray-800{
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.from-indigo-100\/20{
  --tw-gradient-from: rgb(224 231 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.from-predictleads-200{
  --tw-gradient-from: #e7def0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 222 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

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

}
.from-zinc-100{
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.from-zinc-100\/60{
  --tw-gradient-from: rgb(244 244 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.to-\[\#4f46e5\]{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);

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

}
.to-\[\#8680fd\]{
  --tw-gradient-to: #8680fd var(--tw-gradient-to-position);

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

}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);

}
.\!fill-predictleads-500{
  fill: #a07abb !important;

}
.\!fill-predictleads-700{
  fill: #76508e !important;

}
.\!fill-zinc-700{
  fill: #3f3f46 !important;

}
.fill-current{
  fill: currentColor;

}
.fill-gray-50{
  fill: #f9fafb;

}
.fill-gray-600{
  fill: #4b5563;

}
.fill-predictleads-700\/50{
  fill: rgb(118 80 142 / 0.5);

}
.fill-white{
  fill: #fff;

}
.\!stroke-predictleads-700{
  stroke: #76508e !important;

}
.\!stroke-zinc-300{
  stroke: #d4d4d8 !important;

}
.stroke-gray-200{
  stroke: #e5e7eb;

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

}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;

}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;

}
.object-right{
  -o-object-position: right;
     object-position: right;

}
.\!p-0{
  padding: 0px !important;

}
.\!p-2{
  padding: 0.5rem !important;

}
.\!p-4{
  padding: 1rem !important;

}
.p-0{
  padding: 0px;

}
.p-1{
  padding: 0.25rem;

}
.p-10{
  padding: 2.5rem;

}
.p-12{
  padding: 3rem;

}
.p-2{
  padding: 0.5rem;

}
.p-3{
  padding: 0.75rem;

}
.p-4{
  padding: 1rem;

}
.p-5{
  padding: 1.25rem;

}
.p-6{
  padding: 1.5rem;

}
.p-8{
  padding: 2rem;

}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;

}
.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;

}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;

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

}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;

}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;

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

}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;

}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;

}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;

}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;

}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;

}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;

}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;

}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;

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

}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;

}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;

}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;

}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;

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

}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;

}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;

}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;

}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;

}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;

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

}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;

}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;

}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;

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

}
.py-\[1\.75px\]{
  padding-top: 1.75px;
  padding-bottom: 1.75px;

}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;

}
.\!pl-0{
  padding-left: 0px !important;

}
.\!pr-0{
  padding-right: 0px !important;

}
.\!pr-14{
  padding-right: 3.5rem !important;

}
.\!pr-8{
  padding-right: 2rem !important;

}
.\!pt-0{
  padding-top: 0px !important;

}
.pb-0{
  padding-bottom: 0px;

}
.pb-1{
  padding-bottom: 0.25rem;

}
.pb-12{
  padding-bottom: 3rem;

}
.pb-16{
  padding-bottom: 4rem;

}
.pb-2{
  padding-bottom: 0.5rem;

}
.pb-20{
  padding-bottom: 5rem;

}
.pb-24{
  padding-bottom: 6rem;

}
.pb-36{
  padding-bottom: 9rem;

}
.pb-4{
  padding-bottom: 1rem;

}
.pb-5{
  padding-bottom: 1.25rem;

}
.pb-8{
  padding-bottom: 2rem;

}
.pl-1{
  padding-left: 0.25rem;

}
.pl-3{
  padding-left: 0.75rem;

}
.pl-4{
  padding-left: 1rem;

}
.pl-5{
  padding-left: 1.25rem;

}
.pl-6{
  padding-left: 1.5rem;

}
.pl-8{
  padding-left: 2rem;

}
.pl-9{
  padding-left: 2.25rem;

}
.pr-12{
  padding-right: 3rem;

}
.pr-2{
  padding-right: 0.5rem;

}
.pr-6{
  padding-right: 1.5rem;

}
.pt-0{
  padding-top: 0px;

}
.pt-10{
  padding-top: 2.5rem;

}
.pt-14{
  padding-top: 3.5rem;

}
.pt-16{
  padding-top: 4rem;

}
.pt-24{
  padding-top: 6rem;

}
.pt-32{
  padding-top: 8rem;

}
.pt-36{
  padding-top: 9rem;

}
.pt-4{
  padding-top: 1rem;

}
.pt-40{
  padding-top: 10rem;

}
.pt-6{
  padding-top: 1.5rem;

}
.pt-8{
  padding-top: 2rem;

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

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

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

}
.align-top{
  vertical-align: top;

}
.align-middle{
  vertical-align: middle;

}
.\!align-bottom{
  vertical-align: bottom !important;

}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

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

}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;

}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;

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

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

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

}
.text-\[14px\]{
  font-size: 14px;

}
.text-\[24px\]{
  font-size: 24px;

}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;

}
.text-base\/7{
  font-size: 1rem;
  line-height: 1.75rem;

}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;

}
.text-lg\/8{
  font-size: 1.125rem;
  line-height: 2rem;

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

}
.text-sm\/6{
  font-size: 0.875rem;
  line-height: 1.5rem;

}
.text-sm\/7{
  font-size: 0.875rem;
  line-height: 1.75rem;

}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;

}
.text-xl\/8{
  font-size: 1.25rem;
  line-height: 2rem;

}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;

}
.text-xs\/5{
  font-size: 0.75rem;
  line-height: 1.25rem;

}
.font-bold{
  font-weight: 700;

}
.font-light{
  font-weight: 300;

}
.font-medium{
  font-weight: 500;

}
.font-normal{
  font-weight: 400;

}
.font-semibold{
  font-weight: 600;

}
.uppercase{
  text-transform: uppercase;

}
.capitalize{
  text-transform: capitalize;

}
.italic{
  font-style: italic;

}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);

}
.leading-4{
  line-height: 1rem;

}
.leading-loose{
  line-height: 2;

}
.leading-none{
  line-height: 1;

}
.leading-normal{
  line-height: 1.5;

}
.leading-relaxed{
  line-height: 1.625;

}
.leading-snug{
  line-height: 1.375;

}
.leading-tight{
  line-height: 1.25;

}
.tracking-tight{
  letter-spacing: -0.025em;

}
.tracking-wide{
  letter-spacing: 0.025em;

}
.tracking-widest{
  letter-spacing: 0.1em;

}
.text-\[\#007bff\]{
  --tw-text-opacity: 1;
  color: rgb(0 123 255 / var(--tw-text-opacity, 1));

}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));

}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));

}
.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));

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

}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));

}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));

}
.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));

}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));

}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));

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

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

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

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

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

}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));

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

}
.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));

}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));

}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));

}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));

}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));

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

}
.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));

}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));

}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));

}
.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));

}
.text-predictleads-100{
  --tw-text-opacity: 1;
  color: rgb(243 239 248 / var(--tw-text-opacity, 1));

}
.text-predictleads-200{
  --tw-text-opacity: 1;
  color: rgb(231 222 240 / var(--tw-text-opacity, 1));

}
.text-predictleads-500{
  --tw-text-opacity: 1;
  color: rgb(160 122 187 / var(--tw-text-opacity, 1));

}
.text-predictleads-600{
  --tw-text-opacity: 1;
  color: rgb(131 91 158 / var(--tw-text-opacity, 1));

}
.text-predictleads-600\/20{
  color: rgb(131 91 158 / 0.2);

}
.text-predictleads-700{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}
.text-predictleads-800{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));

}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));

}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));

}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));

}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));

}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));

}
.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));

}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));

}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));

}
.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));

}
.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));

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

}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));

}
.text-zinc-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));

}
.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}
.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));

}
.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));

}
.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));

}
.text-zinc-800{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));

}
.underline{
  text-decoration-line: underline;

}
.\!no-underline{
  text-decoration-line: none !important;

}
.no-underline{
  text-decoration-line: none;

}
.decoration-predictleads-700{
  text-decoration-color: #76508e;

}
.decoration-dotted{
  text-decoration-style: dotted;

}
.accent-predictleads-600{
  accent-color: #835b9e;

}
.accent-predictleads-700{
  accent-color: #76508e;

}
.opacity-10{
  opacity: 0.1;

}
.opacity-100{
  opacity: 1;

}
.opacity-15{
  opacity: 0.15;

}
.opacity-20{
  opacity: 0.2;

}
.opacity-25{
  opacity: 0.25;

}
.opacity-30{
  opacity: 0.3;

}
.opacity-40{
  opacity: 0.4;

}
.opacity-50{
  opacity: 0.5;

}
.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);

}
.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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

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

}
.shadow-predictleads-600\/10{
  --tw-shadow-color: rgb(131 91 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);

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

}
.outline{
  outline-style: solid;

}
.outline-1{
  outline-width: 1px;

}
.-outline-offset-1{
  outline-offset: -1px;

}
.outline-black\/5{
  outline-color: rgb(0 0 0 / 0.05);

}
.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-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

}
.ring-inset{
  --tw-ring-inset: inset;

}
.ring-black\/10{
  --tw-ring-color: rgb(0 0 0 / 0.1);

}
.ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);

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

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

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

}
.ring-predictleads-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 222 240 / var(--tw-ring-opacity, 1));

}
.ring-predictleads-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 247 252 / var(--tw-ring-opacity, 1));

}
.ring-predictleads-600\/20{
  --tw-ring-color: rgb(131 91 158 / 0.2);

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

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

}
.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);

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

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

}
.\!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) !important;

}
.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{
  --tw-backdrop-blur: blur(8px);
  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-blur-sm{
  --tw-backdrop-blur: blur(4px);
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

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

}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

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

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

}
.duration-1000{
  transition-duration: 1000ms;

}
.duration-150{
  transition-duration: 150ms;

}
.duration-200{
  transition-duration: 200ms;

}
.duration-300{
  transition-duration: 300ms;

}
.duration-500{
  transition-duration: 500ms;

}
.duration-\[700ms\]{
  transition-duration: 700ms;

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

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

}
  .bg-pattern-checkerboard {
    background: repeating-conic-gradient(#ccc  0% 25%, #fafafa 0% 50%) 50%;
    background-size: 4px 4px;
  }

  * *::-moz-selection{
  background-color: rgb(213 196 227 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;

}

  * *::selection{
  background-color: rgb(213 196 227 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;

}

  *::-moz-selection{
  background-color: rgb(213 196 227 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;

}

  *::selection{
  background-color: rgb(213 196 227 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;

}

  *:is(.dark *) *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}

  *:is(.dark *) *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}

  *:is(.dark *)::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}

  *:is(.dark *)::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}
.\[--anchor-gap\:theme\(spacing\.3\)\]{
  --anchor-gap: 0.75rem;

}
.\[mask-image\:radial-gradient\(100\%_100\%_at_top_right\2c white\2c transparent\)\]{
  -webkit-mask-image: radial-gradient(100% 100% at top right,white,transparent);
          mask-image: radial-gradient(100% 100% at top right,white,transparent);

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

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

}
.\[transition-behavior\:allow-discrete\]{
  transition-behavior: allow-discrete;

}

/**
* Here you would add any custom utilities you need that don't come out of the
* box with Tailwind.
*
* Example :
*
* .bg-pattern-graph-paper { ... }
* .skew-45 { ... }
*
* Or if using a preprocessor or `postcss-import`:
*
* @import 'utilities/background-patterns.css';
* @import 'utilities/skew-transforms.css';
*/
/* @import './utilities/writing-mode.css'; */
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@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);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/* Components */
/* HubSpot renders the chat widget inside a cross-origin iframe, so the dark theme cannot style its
   internals directly. Inverting the widget flips its white surfaces to dark, and the hue rotation
   restores the brand hues the inversion would otherwise complement. Scoped to .dark, so the light
   theme and the always-light swagger layout keep the stock white widget. */
:where(.dark) #hubspot-messages-iframe-container {
  filter: invert(0.93) hue-rotate(180deg);
}
/* Interactive technographics demo on the technologies landing page.
   Both search modes share one layout, the active mode is carried on .technology-demo[data-mode] and retints the
   panel through the CSS custom properties below, so switching modes is visible without changing the layout. */

/* Import Prism syntax highlighter */

/* Utilities */

@media (min-width: 768px){
    details > summary.md\:flex.list-item {
      display: flex;
    }
      details > summary.md\:flex.list-item::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

    details[open] > summary.md\:flex.list-item::before {
      transform: rotate(90deg);
    }

}

@media (min-width: 1024px){
    details > summary.lg\:flex.list-item {
      display: flex;
    }
      details > summary.lg\:flex.list-item::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

    details[open] > summary.lg\:flex.list-item::before {
      transform: rotate(90deg);
    }

}

@media (min-width: 1536px){
    details > summary.\32xl\:flex.list-item {
      display: flex;
    }
      details > summary.\32xl\:flex.list-item::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

    details[open] > summary.\32xl\:flex.list-item::before {
      transform: rotate(90deg);
    }

}
    details > .\[\&_\[data-menu-foldable-on-scroll\]\.current\]\:list-item [data-menu-foldable-on-scroll].currentsummary.flex {
      display: flex;
    }
      details > .\[\&_\[data-menu-foldable-on-scroll\]\.current\]\:list-item [data-menu-foldable-on-scroll].currentsummary.flex::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

    details[open] > .\[\&_\[data-menu-foldable-on-scroll\]\.current\]\:list-item [data-menu-foldable-on-scroll].currentsummary.flex::before {
      transform: rotate(90deg);
    }
    details > .\[\&_\[data-menu-item\]\.current_\>_\[data-menu-foldable-on-scroll\]\]\:list-item [data-menu-item].current > [data-menu-foldable-on-scroll]summary.flex {
      display: flex;
    }
      details > .\[\&_\[data-menu-item\]\.current_\>_\[data-menu-foldable-on-scroll\]\]\:list-item [data-menu-item].current > [data-menu-foldable-on-scroll]summary.flex::before {

        content: "";
        margin-top: 0.40em;
        margin-right: 0.40em;

        /* Right-pointing triangle */
        width: 0;
        height: 0;
        border-top: 0.36em solid transparent;
        border-bottom: 0.36em solid transparent;
        border-left: 0.58em solid currentColor;

        transform-origin: 50% 50%;
      }

    details[open] > .\[\&_\[data-menu-item\]\.current_\>_\[data-menu-foldable-on-scroll\]\]\:list-item [data-menu-item].current > [data-menu-foldable-on-scroll]summary.flex::before {
      transform: rotate(90deg);
    }

    .peer:checked ~ .peer-checked\:btn-predictleads-700[disabled]{
  background-color: rgb(118 80 142 / 0.25);

}

    .peer:checked ~ .peer-checked\:btn-predictleads-700{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));

}

      .peer:checked ~ .peer-checked\:btn-predictleads-700:focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}
      .peer:checked ~ .peer-checked\:btn-predictleads-700:focus:hover,.peer:checked ~ .peer-checked\:btn-predictleads-700:hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}
      .peer:checked ~ .peer-checked\:btn-predictleads-700,.peer:checked ~ .peer-checked\:btn-predictleads-700:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}
      .peer:checked ~ .peer-checked\:btn-predictleads-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}
      .peer:checked ~ .peer-checked\:btn-predictleads-700:focus:hover,.peer:checked ~ .peer-checked\:btn-predictleads-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 54 89 / var(--tw-bg-opacity, 1));

}
    :where(.dark) .peer:checked ~ .peer-checked\:btn-predictleads-700, :where(.dark) .peer:checked ~ .peer-checked\:btn-predictleads-700:focus:hover:active {
      background-color: #76508e;
      color: #fafafa;
    }
    :where(.dark) .peer:checked ~ .peer-checked\:btn-predictleads-700:focus {
      background-color: #593d6b;
    }
    :where(.dark) .peer:checked ~ .peer-checked\:btn-predictleads-700:focus:hover, :where(.dark) .peer:checked ~ .peer-checked\:btn-predictleads-700:hover {
      background-color: #4d3659;
    }

.dark\:prose-invert:is(.dark *){
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);

}

    .dark\:btn-zinc-700:is(.dark *)[disabled]{
  background-color: rgb(63 63 70 / 0.25);

}

    .dark\:btn-zinc-700:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));

}

      .dark\:btn-zinc-700:is(.dark *):focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}
      .dark\:btn-zinc-700:is(.dark *):focus:hover,.dark\:btn-zinc-700:is(.dark *):hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}
      .dark\:btn-zinc-700:is(.dark *),.dark\:btn-zinc-700:is(.dark *):focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));

}
      .dark\:btn-zinc-700:is(.dark *):focus{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

}
      .dark\:btn-zinc-700:is(.dark *):focus:hover,.dark\:btn-zinc-700:is(.dark *):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));

}

    .\[\&\.current\]\:btn-predictleads-700.current[disabled]{
  background-color: rgb(118 80 142 / 0.25);

}
      .\[\&\.current\]\:btn-inverse-predictleads-700.current[disabled]{
  color: rgb(118 80 142 / 0.25);

}

    .\[\&\.current\]\:btn-predictleads-700.current{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));

}

      .\[\&\.current\]\:btn-predictleads-700.current:focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}
      .\[\&\.current\]\:btn-predictleads-700.current:focus:hover,.\[\&\.current\]\:btn-predictleads-700.current:hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}
      .\[\&\.current\]\:btn-predictleads-700.current,.\[\&\.current\]\:btn-predictleads-700.current:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}
      .\[\&\.current\]\:btn-predictleads-700.current:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}
      .\[\&\.current\]\:btn-predictleads-700.current:focus:hover,.\[\&\.current\]\:btn-predictleads-700.current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 54 89 / var(--tw-bg-opacity, 1));

}
        .\[\&\.current\]\:btn-inverse-predictleads-700.current,.\[\&\.current\]\:btn-inverse-predictleads-700.current:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

}
        .\[\&\.current\]\:btn-inverse-predictleads-700.current:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 248 / var(--tw-bg-opacity, 1));

}
        .\[\&\.current\]\:btn-inverse-predictleads-700.current:focus:hover,.\[\&\.current\]\:btn-inverse-predictleads-700.current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 222 240 / var(--tw-bg-opacity, 1));

}
    .\[\&\.current\]\:btn-inverse-predictleads-700.current{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

      .\[\&\.current\]\:btn-inverse-predictleads-700.current:focus{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}
      .\[\&\.current\]\:btn-inverse-predictleads-700.current:focus:hover,.\[\&\.current\]\:btn-inverse-predictleads-700.current:hover{
  --tw-text-opacity: 1;
  color: rgb(77 54 89 / var(--tw-text-opacity, 1));

}
     :where(.dark) .\[\&\.current\]\:btn-inverse-predictleads-700.current, :where(.dark) .\[\&\.current\]\:btn-inverse-predictleads-700.current:focus:hover:active {
      background-color: transparent;
      color: #d5c4e3;
    }
     :where(.dark) .\[\&\.current\]\:btn-inverse-predictleads-700.current:focus {
      background-color: #4d3659;
      color: #e7def0;
    }
     :where(.dark) .\[\&\.current\]\:btn-inverse-predictleads-700.current:focus:hover, :where(.dark) .\[\&\.current\]\:btn-inverse-predictleads-700.current:hover {
      background-color: #593d6b;
      color: #f3eff8;
    }
    :where(.dark) .\[\&\.current\]\:btn-predictleads-700.current, :where(.dark) .\[\&\.current\]\:btn-predictleads-700.current:focus:hover:active {
      background-color: #76508e;
      color: #fafafa;
    }
    :where(.dark) .\[\&\.current\]\:btn-predictleads-700.current:focus {
      background-color: #593d6b;
    }
    :where(.dark) .\[\&\.current\]\:btn-predictleads-700.current:focus:hover, :where(.dark) .\[\&\.current\]\:btn-predictleads-700.current:hover {
      background-color: #4d3659;
    }

    .\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current[disabled]{
  background-color: rgb(63 63 70 / 0.25);

}

    .\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));

}

      .\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current:focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}
      .\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current:focus:hover,.\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current:hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}
      .\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current,.\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));

}
      .\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

}
      .\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current:focus:hover,.\[\&\.current\]\:dark\:btn-zinc-700:is(.dark *).current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));

}

    .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current[disabled]{
  background-color: rgb(118 80 142 / 0.25);

}

    .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));

}

      .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}
      .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus:hover,.\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}
      .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current,.\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}
      .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}
      .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus:hover,.\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 54 89 / var(--tw-bg-opacity, 1));

}
    :where(.dark) .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current, :where(.dark) .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus:hover:active {
      background-color: #76508e;
      color: #fafafa;
    }
    :where(.dark) .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus {
      background-color: #593d6b;
    }
    :where(.dark) .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:focus:hover, :where(.dark) .\[\&\>li\>a\.current\]\:btn-predictleads-700>li>a.current:hover {
      background-color: #4d3659;
    }
      .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a[disabled]{
  color: rgb(118 80 142 / 0.25);

}
        .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a,.\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

}
        .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 248 / var(--tw-bg-opacity, 1));

}
        .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus:hover,.\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 222 240 / var(--tw-bg-opacity, 1));

}
    .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

      .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}
      .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus:hover,.\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:hover{
  --tw-text-opacity: 1;
  color: rgb(77 54 89 / var(--tw-text-opacity, 1));

}
     :where(.dark) .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a, :where(.dark) .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus:hover:active {
      background-color: transparent;
      color: #d5c4e3;
    }
     :where(.dark) .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus {
      background-color: #4d3659;
      color: #e7def0;
    }
     :where(.dark) .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:focus:hover, :where(.dark) .\[\&\>li\>a\]\:btn-inverse-predictleads-700>li>a:hover {
      background-color: #593d6b;
      color: #f3eff8;
    }

    .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current[disabled]{
  background-color: rgb(118 80 142 / 0.25);

}

    .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));

}

      .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}
      .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus:hover,.\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:hover{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}
      .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current,.\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}
      .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}
      .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus:hover,.\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 54 89 / var(--tw-bg-opacity, 1));

}
    :where(.dark) .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current, :where(.dark) .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus:hover:active {
      background-color: #76508e;
      color: #fafafa;
    }
    :where(.dark) .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus {
      background-color: #593d6b;
    }
    :where(.dark) .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:focus:hover, :where(.dark) .\[\&\>li\>label\.current\]\:btn-predictleads-700>li>label.current:hover {
      background-color: #4d3659;
    }
      .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label[disabled]{
  color: rgb(118 80 142 / 0.25);

}
        .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label,.\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

}
        .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 248 / var(--tw-bg-opacity, 1));

}
        .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus:hover,.\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 222 240 / var(--tw-bg-opacity, 1));

}
    .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

      .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus{
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}
      .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus:hover,.\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:hover{
  --tw-text-opacity: 1;
  color: rgb(77 54 89 / var(--tw-text-opacity, 1));

}
     :where(.dark) .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label, :where(.dark) .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus:hover:active {
      background-color: transparent;
      color: #d5c4e3;
    }
     :where(.dark) .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus {
      background-color: #4d3659;
      color: #e7def0;
    }
     :where(.dark) .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:focus:hover, :where(.dark) .\[\&\>li\>label\]\:btn-inverse-predictleads-700>li>label:hover {
      background-color: #593d6b;
      color: #f3eff8;
    }

.backdrop\:bg-transparent::backdrop{
  background-color: transparent;

}

.before\:text-predictleads-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;

}

.after\:left-0\.5::after{
  content: var(--tw-content);
  left: 0.125rem;

}

.after\:top-0\.5::after{
  content: var(--tw-content);
  top: 0.125rem;

}

.after\:h-4::after{
  content: var(--tw-content);
  height: 1rem;

}

.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;

}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;

}

.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

}

.after\:shadow-sm::after{
  content: var(--tw-content);
  --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);

}

.after\:transition-transform::after{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);

}

.first\:pt-0:first-child{
  padding-top: 0px;

}

.last\:border-0:last-child{
  border-width: 0px;

}

.last\:pb-0:last-child{
  padding-bottom: 0px;

}

.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));

}

.open\:block[open]{
  display: block;

}

.open\:animate-\[fadeIn_0\.5s\][open]{
  animation: fadeIn 0.5s;

}

.open\:backdrop\:bg-black\/50[open]::backdrop{
  background-color: rgb(0 0 0 / 0.5);

}

.checked\:bg-predictleads-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(160 122 187 / var(--tw-bg-opacity, 1));

}

.empty\:hidden:empty{
  display: none;

}

.hover\:relative:hover{
  position: relative;

}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));

}

.hover\:border-predictleads-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(213 196 227 / var(--tw-border-opacity, 1));

}

.hover\:\!bg-amber-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1)) !important;

}

.hover\:\!bg-emerald-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1)) !important;

}

.hover\:\!bg-red-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;

}

.hover\:bg-\[\#0055b5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 181 / var(--tw-bg-opacity, 1));

}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));

}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));

}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));

}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));

}

.hover\:bg-predictleads-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 222 240 / var(--tw-bg-opacity, 1));

}

.hover\:bg-predictleads-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(188 160 210 / var(--tw-bg-opacity, 1));

}

.hover\:bg-predictleads-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 252 / var(--tw-bg-opacity, 1));

}

.hover\:bg-predictleads-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(160 122 187 / var(--tw-bg-opacity, 1));

}

.hover\:bg-predictleads-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}

.hover\:bg-predictleads-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}

.hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));

}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));

}

.hover\:bg-red-950:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));

}

.hover\:bg-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4);

}

.hover\:bg-zinc-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));

}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));

}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));

}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));

}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));

}

.hover\:text-predictleads-200:hover{
  --tw-text-opacity: 1;
  color: rgb(231 222 240 / var(--tw-text-opacity, 1));

}

.hover\:text-predictleads-300:hover{
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}

.hover\:text-predictleads-500:hover{
  --tw-text-opacity: 1;
  color: rgb(160 122 187 / var(--tw-text-opacity, 1));

}

.hover\:text-predictleads-700:hover{
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

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

}

.hover\:text-zinc-900:hover{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));

}

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

}

.hover\:no-underline:hover{
  text-decoration-line: none;

}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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\:ring-predictleads-300:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(213 196 227 / var(--tw-ring-opacity, 1));

}

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

}

.focus\:ring-0: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(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);

}

.focus\:ring-predictleads-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(213 196 227 / var(--tw-ring-opacity, 1));

}

.focus-visible\:outline:focus-visible{
  outline-style: solid;

}

.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;

}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;

}

.focus-visible\:outline-predictleads-600:focus-visible{
  outline-color: #835b9e;

}

.active\:bg-\[\#0077b5\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity, 1));

}

.group[open] .group-open\: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));

}

.group[open] .group-open\:rotate-45{
  --tw-rotate: 45deg;
  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));

}

.group\/code-snippet:hover .group-hover\/code-snippet\:visible{
  visibility: visible;

}

.group:hover .group-hover\:visible{
  visibility: visible;

}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));

}

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

}

.group:hover .group-hover\:fill-gray-800{
  fill: #1f2937;

}

.group.expanded .group-\[\.expanded\]\:inline{
  display: inline;

}

.group.expanded .group-\[\.expanded\]\:hidden{
  display: none;

}

.group\/tier:not([data-featured]) .group-\[\:not\(\[data-featured\]\)\]\/tier\:hidden{
  display: none;

}

.group.expanded .group-\[\.expanded\]\:max-h-none{
  max-height: none;

}

.peer:checked ~ .peer-checked\:bg-predictleads-600{
  --tw-bg-opacity: 1;
  background-color: rgb(131 91 158 / var(--tw-bg-opacity, 1));

}

.peer:checked ~ .peer-checked\:after\:translate-x-4::after{
  content: var(--tw-content);
  --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));

}

.group:has(.hide-blank:checked) .group-has-\[\.hide-blank\:checked\]\:hidden{
  display: none;

}

.data-\[closed\]\:translate-y-1[data-closed]{
  --tw-translate-y: 0.25rem;
  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));

}

.data-\[featured\]\:bg-gray-900[data-featured]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));

}

.data-\[closed\]\:opacity-0[data-closed]{
  opacity: 0;

}

.data-\[featured\]\:ring-2[data-featured]{
  --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);

}

.data-\[featured\]\:ring-gray-900[data-featured]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));

}

.data-\[featured\]\:ring-predictleads-600[data-featured]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 91 158 / var(--tw-ring-opacity, 1));

}

.data-\[enter\]\:duration-200[data-enter]{
  transition-duration: 200ms;

}

.data-\[leave\]\:duration-150[data-leave]{
  transition-duration: 150ms;

}

.data-\[enter\]\:ease-out[data-enter]{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);

}

.data-\[leave\]\:ease-in[data-leave]{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:bg-predictleads-600{
  --tw-bg-opacity: 1;
  background-color: rgb(131 91 158 / var(--tw-bg-opacity, 1));

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:text-predictleads-600{
  --tw-text-opacity: 1;
  color: rgb(131 91 158 / var(--tw-text-opacity, 1));

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\: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);

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\: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);

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:ring-inset{
  --tw-ring-inset: inset;

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:ring-white\/5{
  --tw-ring-color: rgb(255 255 255 / 0.05);

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:hover\:bg-predictleads-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(160 122 187 / var(--tw-bg-opacity, 1));

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);

}

.group\/tier[data-featured] .group-data-\[featured\]\/tier\:focus-visible\:outline-white\/75:focus-visible{
  outline-color: rgb(255 255 255 / 0.75);

}

.dark\:block:is(.dark *){
  display: block;

}

.dark\:hidden:is(.dark *){
  display: none;

}

.dark\:divide-zinc-700:is(.dark *) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));

}

.dark\:divide-zinc-800:is(.dark *) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));

}

.dark\:border-amber-900:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));

}

.dark\:border-blue-900:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));

}

.dark\:border-lime-400:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));

}

.dark\:border-predictleads-500:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(160 122 187 / var(--tw-border-opacity, 1));

}

.dark\:border-predictleads-800:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(89 61 107 / var(--tw-border-opacity, 1));

}

.dark\:border-predictleads-800\/50:is(.dark *){
  border-color: rgb(89 61 107 / 0.5);

}

.dark\:border-red-900:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));

}

.dark\:border-zinc-400:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));

}

.dark\:border-zinc-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));

}

.dark\:border-zinc-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));

}

.dark\:border-zinc-700\/50:is(.dark *){
  border-color: rgb(63 63 70 / 0.5);

}

.dark\:border-zinc-800:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));

}

.dark\:bg-amber-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));

}

.dark\:bg-blue-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));

}

.dark\:bg-cyan-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));

}

.dark\:bg-emerald-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));

}

.dark\:bg-green-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));

}

.dark\:bg-green-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));

}

.dark\:bg-indigo-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));

}

.dark\:bg-orange-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));

}

.dark\:bg-pink-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));

}

.dark\:bg-predictleads-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}

.dark\:bg-predictleads-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(77 54 89 / var(--tw-bg-opacity, 1));

}

.dark\:bg-predictleads-900\/25:is(.dark *){
  background-color: rgb(77 54 89 / 0.25);

}

.dark\:bg-predictleads-900\/30:is(.dark *){
  background-color: rgb(77 54 89 / 0.3);

}

.dark\:bg-purple-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));

}

.dark\:bg-red-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));

}

.dark\:bg-sky-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));

}

.dark\:bg-teal-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));

}

.dark\:bg-violet-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));

}

.dark\:bg-yellow-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));

}

.dark\:bg-zinc-200:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));

}

.dark\:bg-zinc-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));

}

.dark\:bg-zinc-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));

}

.dark\:bg-zinc-700\/50:is(.dark *){
  background-color: rgb(63 63 70 / 0.5);

}

.dark\:bg-zinc-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

}

.dark\:bg-zinc-800\/75:is(.dark *){
  background-color: rgb(39 39 42 / 0.75);

}

.dark\:bg-zinc-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));

}

.dark\:bg-\[radial-gradient\(50\%_100\%_at_top\2c theme\(colors\.predictleads\.900\)\2c theme\(colors\.zinc\.900\)\)\]:is(.dark *){
  background-image: radial-gradient(50% 100% at top,#4d3659,#18181b);

}

.dark\:from-predictleads-900:is(.dark *){
  --tw-gradient-from: #4d3659 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 54 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}

.dark\:from-zinc-800:is(.dark *){
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}

.dark\:from-zinc-800\/60:is(.dark *){
  --tw-gradient-from: rgb(39 39 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}

.dark\:from-zinc-900:is(.dark *){
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}

.dark\:fill-zinc-800:is(.dark *){
  fill: #27272a;

}

.dark\:stroke-zinc-100\/10:is(.dark *){
  stroke: rgb(244 244 245 / 0.1);

}

.dark\:stroke-zinc-800:is(.dark *){
  stroke: #27272a;

}

.dark\:text-amber-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));

}

.dark\:text-amber-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));

}

.dark\:text-amber-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));

}

.dark\:text-blue-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));

}

.dark\:text-blue-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));

}

.dark\:text-cyan-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));

}

.dark\:text-emerald-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));

}

.dark\:text-green-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));

}

.dark\:text-green-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));

}

.dark\:text-indigo-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));

}

.dark\:text-lime-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));

}

.dark\:text-orange-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));

}

.dark\:text-pink-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));

}

.dark\:text-predictleads-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}

.dark\:text-predictleads-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(188 160 210 / var(--tw-text-opacity, 1));

}

.dark\:text-predictleads-700:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(118 80 142 / var(--tw-text-opacity, 1));

}

.dark\:text-purple-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));

}

.dark\:text-purple-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));

}

.dark\:text-red-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));

}

.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));

}

.dark\:text-rose-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));

}

.dark\:text-sky-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));

}

.dark\:text-slate-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));

}

.dark\:text-teal-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));

}

.dark\:text-violet-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));

}

.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

.dark\:text-yellow-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));

}

.dark\:text-zinc-100:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}

.dark\:text-zinc-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}

.dark\:text-zinc-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));

}

.dark\:text-zinc-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}

.dark\:text-zinc-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));

}

.dark\:text-zinc-600:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));

}

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

}

.dark\:ring-zinc-700:is(.dark *){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));

}

.dark\:brightness-0:is(.dark *){
  --tw-brightness: brightness(0);
  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);

}

.dark\:invert:is(.dark *){
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

}

.dark\:before\:text-predictleads-300:is(.dark *)::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}

.dark\:hover\:bg-predictleads-900:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(77 54 89 / var(--tw-bg-opacity, 1));

}

.dark\:hover\:bg-zinc-300:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));

}

.dark\:hover\:bg-zinc-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));

}

.dark\:hover\:bg-zinc-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));

}

.dark\:hover\:bg-zinc-800:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

}

.dark\:hover\:text-predictleads-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}

.dark\:hover\:text-predictleads-900:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(77 54 89 / var(--tw-text-opacity, 1));

}

.dark\:hover\:text-zinc-100:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));

}

.dark\:hover\:text-zinc-200:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));

}

.dark\:hover\:text-zinc-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}

.dark\:focus\:bg-predictleads-800:focus:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(89 61 107 / var(--tw-bg-opacity, 1));

}

.dark\:focus\:bg-zinc-300:focus:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));

}

.dark\:focus\:text-predictleads-800:focus:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(89 61 107 / var(--tw-text-opacity, 1));

}

.group:hover .dark\:group-hover\:bg-zinc-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));

}

@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;

  }
  .sm\:-top-10{
    top: -2.5rem;

  }
  .sm\:-top-80{
    top: -20rem;

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

  }
  .sm\:left-\[calc\(50\%\+36rem\)\]{
    left: calc(50% + 36rem);

  }
  .sm\:left-\[calc\(50\%\+42rem\)\]{
    left: calc(50% + 42rem);

  }
  .sm\:left-\[calc\(50\%-18rem\)\]{
    left: calc(50% - 18rem);

  }
  .sm\:left-\[calc\(50\%-30rem\)\]{
    left: calc(50% - 30rem);

  }
  .sm\:left-\[calc\(50\%-48rem\)\]{
    left: calc(50% - 48rem);

  }
  .sm\:left-\[calc\(50\%-56rem\)\]{
    left: calc(50% - 56rem);

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

  }
  .sm\:top-\[-28rem\]{
    top: -28rem;

  }
  .sm\:top-\[calc\(100\%-24rem\)\]{
    top: calc(100% - 24rem);

  }
  .sm\:top-\[calc\(100\%-28rem\)\]{
    top: calc(100% - 28rem);

  }
  .sm\:top-\[calc\(100\%-30rem\)\]{
    top: calc(100% - 30rem);

  }
  .sm\:-z-10{
    z-index: -10;

  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;

  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;

  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;

  }
  .sm\:-mr-80{
    margin-right: -20rem;

  }
  .sm\:ml-16{
    margin-left: 4rem;

  }
  .sm\:mr-10{
    margin-right: 2.5rem;

  }
  .sm\:mr-20{
    margin-right: 5rem;

  }
  .sm\:mt-16{
    margin-top: 4rem;

  }
  .sm\:mt-20{
    margin-top: 5rem;

  }
  .sm\:mt-24{
    margin-top: 6rem;

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

  }
  .sm\:mt-40{
    margin-top: 10rem;

  }
  .sm\:block{
    display: block;

  }
  .sm\:h-32{
    height: 8rem;

  }
  .sm\:w-11\/12{
    width: 91.666667%;

  }
  .sm\:w-3\/4{
    width: 75%;

  }
  .sm\:w-40{
    width: 10rem;

  }
  .sm\:w-80{
    width: 20rem;

  }
  .sm\:w-\[50rem\]{
    width: 50rem;

  }
  .sm\:w-\[60rem\]{
    width: 60rem;

  }
  .sm\:w-\[72\.1875rem\]{
    width: 72.1875rem;

  }
  .sm\:w-\[calc\(50\%-0\.75rem\)\]{
    width: calc(50% - 0.75rem);

  }
  .sm\:w-auto{
    width: auto;

  }
  .sm\:max-w-2xl{
    max-width: 42rem;

  }
  .sm\:max-w-5xl{
    max-width: 64rem;

  }
  .sm\:max-w-md{
    max-width: 28rem;

  }
  .sm\:max-w-none{
    max-width: none;

  }
  .sm\:max-w-xl{
    max-width: 36rem;

  }
  .sm\:shrink{
    flex-shrink: 1;

  }
  .sm\:shrink-0{
    flex-shrink: 0;

  }
  .sm\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

  }
  .sm\:transform-gpu{
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

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

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

  }
  .sm\:grid-cols-\[1fr_auto_1fr\]{
    grid-template-columns: 1fr auto 1fr;

  }
  .sm\:flex-row{
    flex-direction: row;

  }
  .sm\:flex-row-reverse{
    flex-direction: row-reverse;

  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;

  }
  .sm\:items-end{
    align-items: flex-end;

  }
  .sm\:gap-4{
    gap: 1rem;

  }
  .sm\:gap-6{
    gap: 1.5rem;

  }
  .sm\:gap-y-16{
    row-gap: 4rem;

  }
  .sm\:gap-y-20{
    row-gap: 5rem;

  }
  .sm\:text-balance{
    text-wrap: balance;

  }
  .sm\:rounded-3xl{
    border-radius: 1.5rem;

  }
  .sm\:p-10{
    padding: 2.5rem;

  }
  .sm\:p-12{
    padding: 3rem;

  }
  .sm\:p-8{
    padding: 2rem;

  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;

  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;

  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;

  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;

  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;

  }
  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;

  }
  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;

  }
  .sm\:pb-20{
    padding-bottom: 5rem;

  }
  .sm\:pb-32{
    padding-bottom: 8rem;

  }
  .sm\:pl-16{
    padding-left: 4rem;

  }
  .sm\:pr-0{
    padding-right: 0px;

  }
  .sm\:pt-16{
    padding-top: 4rem;

  }
  .sm\:pt-24{
    padding-top: 6rem;

  }
  .sm\:pt-32{
    padding-top: 8rem;

  }
  .sm\:pt-40{
    padding-top: 10rem;

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

  }
  .sm\:text-2xl\/9{
    font-size: 1.5rem;
    line-height: 2.25rem;

  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;

  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;

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

  }
  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;

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

  }
  .sm\:text-xl\/8{
    font-size: 1.25rem;
    line-height: 2rem;

  }
  .sm\:leading-tight{
    line-height: 1.25;

  }
  .sm\:blur-3xl{
    --tw-blur: blur(64px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

  }

}

@media (min-width: 740px){
  .min-\[740px\]\:mx-auto{
    margin-left: auto;
    margin-right: auto;

  }
  .min-\[740px\]\:-mt-\[82px\]{
    margin-top: -82px;

  }
  .min-\[740px\]\:ml-\[calc\(\(100\%_-_940px\)\/2\)\]{
    margin-left: calc((100% - 940px) / 2);

  }
  .min-\[740px\]\:h-\[calc\(var\(--booking-window\2c 700px\)_\+_122px\)\]{
    height: calc(var(--booking-window,700px) + 122px);

  }
  .min-\[740px\]\:w-\[652px\]{
    width: 652px;

  }
  .min-\[740px\]\:w-\[940px\]{
    width: 940px;

  }
  .min-\[740px\]\:max-w-full{
    max-width: 100%;

  }
  .min-\[740px\]\:max-w-none{
    max-width: none;

  }

}

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

  }
  .md\:top-20{
    top: 5rem;

  }
  .md\:order-1{
    order: 1;

  }
  .md\:order-2{
    order: 2;

  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;

  }
  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;

  }
  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;

  }
  .md\:mb-10{
    margin-bottom: 2.5rem;

  }
  .md\:mr-0{
    margin-right: 0px;

  }
  .md\:mt-0{
    margin-top: 0px;

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

  }
  .md\:mt-6{
    margin-top: 1.5rem;

  }
  .md\:block{
    display: block;

  }
  .md\:flex{
    display: flex;

  }
  .md\:grid{
    display: grid;

  }
  .md\:hidden{
    display: none;

  }
  .md\:max-w-2xl{
    max-width: 42rem;

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

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

  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));

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

  }
  .md\:items-start{
    align-items: flex-start;

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

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

  }
  .md\:object-center{
    -o-object-position: center;
       object-position: center;

  }
  .md\:p-6{
    padding: 1.5rem;

  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;

  }
  .md\:pb-0{
    padding-bottom: 0px;

  }
  .md\:pb-6{
    padding-bottom: 1.5rem;

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

  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;

  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;

  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;

  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}

@media (min-width: 1024px){
  .lg\:-bottom-48{
    bottom: -12rem;

  }
  .lg\:left-36{
    left: 9rem;

  }
  .lg\:left-48{
    left: 12rem;

  }
  .lg\:right-full{
    right: 100%;

  }
  .lg\:top-\[calc\(50\%-30rem\)\]{
    top: calc(50% - 30rem);

  }
  .lg\:top-auto{
    top: auto;

  }
  .lg\:order-last{
    order: 9999;

  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;

  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;

  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;

  }
  .lg\:col-start-1{
    grid-column-start: 1;

  }
  .lg\:row-span-4{
    grid-row: span 4 / span 4;

  }
  .lg\:row-start-2{
    grid-row-start: 2;

  }
  .lg\:row-start-3{
    grid-row-start: 3;

  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;

  }
  .lg\:-mr-36{
    margin-right: -9rem;

  }
  .lg\:-mr-96{
    margin-right: -24rem;

  }
  .lg\:ml-10{
    margin-left: 2.5rem;

  }
  .lg\:ml-12{
    margin-left: 3rem;

  }
  .lg\:ml-20{
    margin-left: 5rem;

  }
  .lg\:mr-0{
    margin-right: 0px;

  }
  .lg\:mt-0{
    margin-top: 0px;

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

  }
  .lg\:mt-16{
    margin-top: 4rem;

  }
  .lg\:mt-20{
    margin-top: 5rem;

  }
  .lg\:mt-24{
    margin-top: 6rem;

  }
  .lg\:mt-28{
    margin-top: 7rem;

  }
  .lg\:mt-8{
    margin-top: 2rem;

  }
  .lg\:flex{
    display: flex;

  }
  .lg\:grid{
    display: grid;

  }
  .lg\:hidden{
    display: none;

  }
  .lg\:aspect-square{
    aspect-ratio: 1 / 1;

  }
  .lg\:h-auto{
    height: auto;

  }
  .lg\:w-72{
    width: 18rem;

  }
  .lg\:w-\[64rem\]{
    width: 64rem;

  }
  .lg\:w-\[calc\(25\%-1\.125rem\)\]{
    width: calc(25% - 1.125rem);

  }
  .lg\:w-auto{
    width: auto;

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

  }
  .lg\:max-w-2xl{
    max-width: 42rem;

  }
  .lg\:max-w-4xl{
    max-width: 56rem;

  }
  .lg\:max-w-lg{
    max-width: 32rem;

  }
  .lg\:max-w-md{
    max-width: 28rem;

  }
  .lg\:max-w-none{
    max-width: none;

  }
  .lg\:max-w-sm{
    max-width: 24rem;

  }
  .lg\:flex-auto{
    flex: 1 1 auto;

  }
  .lg\:flex-none{
    flex: none;

  }
  .lg\:shrink-0{
    flex-shrink: 0;

  }
  .lg\:origin-center{
    transform-origin: center;

  }
  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

  }
  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));

  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));

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

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

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

  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));

  }
  .lg\:grid-cols-\[1fr_22rem\]{
    grid-template-columns: 1fr 22rem;

  }
  .lg\:grid-cols-\[380px_1fr\]{
    grid-template-columns: 380px 1fr;

  }
  .lg\:flex-row{
    flex-direction: row;

  }
  .lg\:flex-col{
    flex-direction: column;

  }
  .lg\:items-start{
    align-items: flex-start;

  }
  .lg\:items-end{
    align-items: flex-end;

  }
  .lg\:items-center{
    align-items: center;

  }
  .lg\:justify-center{
    justify-content: center;

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

  }
  .lg\:gap-8{
    gap: 2rem;

  }
  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;

  }
  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;

  }
  .lg\:gap-y-0{
    row-gap: 0px;

  }
  .lg\:gap-y-16{
    row-gap: 4rem;

  }
  .lg\:gap-y-28{
    row-gap: 7rem;

  }
  .lg\:gap-y-44{
    row-gap: 11rem;

  }
  .lg\:gap-y-8{
    row-gap: 2rem;

  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;

  }
  .lg\:border-t{
    border-top-width: 1px;

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

  }
  .lg\:p-8{
    padding: 2rem;

  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;

  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;

  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;

  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;

  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;

  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;

  }
  .lg\:pb-0{
    padding-bottom: 0px;

  }
  .lg\:pb-8{
    padding-bottom: 2rem;

  }
  .lg\:pr-4{
    padding-right: 1rem;

  }
  .lg\:pt-10{
    padding-top: 2.5rem;

  }
  .lg\:pt-32{
    padding-top: 8rem;

  }
  .lg\:pt-4{
    padding-top: 1rem;

  }
  .lg\:pt-8{
    padding-top: 2rem;

  }
  .group\/min-scrolled.min-scrolled-y-50 .group-\[\.min-scrolled-y-50\]\/min-scrolled\:lg\:p-4{
    padding: 1rem;

  }

}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;

  }
  .xl\:left-\[calc\(50\%-24rem\)\]{
    left: calc(50% - 24rem);

  }
  .xl\:top-3{
    top: 0.75rem;

  }
  .xl\:col-auto{
    grid-column: auto;

  }
  .xl\:col-span-2{
    grid-column: span 2 / span 2;

  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;

  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;

  }
  .xl\:col-start-2{
    grid-column-start: 2;

  }
  .xl\:col-end-1{
    grid-column-end: 1;

  }
  .xl\:row-span-2{
    grid-row: span 2 / span 2;

  }
  .xl\:row-start-1{
    grid-row-start: 1;

  }
  .xl\:row-end-1{
    grid-row-end: 1;

  }
  .xl\:row-end-2{
    grid-row-end: 2;

  }
  .xl\:m-0{
    margin: 0px;

  }
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;

  }
  .xl\:ml-0{
    margin-left: 0px;

  }
  .xl\:ml-32{
    margin-left: 8rem;

  }
  .xl\:ml-56{
    margin-left: 14rem;

  }
  .xl\:ml-\[-151\%\]{
    margin-left: -151%;

  }
  .xl\:mr-\[calc\(50\%-12rem\)\]{
    margin-right: calc(50% - 12rem);

  }
  .xl\:mt-0{
    margin-top: 0px;

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

  }
  .xl\:mt-36{
    margin-top: 9rem;

  }
  .xl\:grid{
    display: grid;

  }
  .xl\:contents{
    display: contents;

  }
  .xl\:hidden{
    display: none;

  }
  .xl\:w-80{
    width: 20rem;

  }
  .xl\:max-w-none{
    max-width: none;

  }
  .xl\:flex-1{
    flex: 1 1 0%;

  }
  .xl\:grid-flow-col{
    grid-auto-flow: column;

  }
  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));

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

  }
  .xl\:flex-row{
    flex-direction: row;

  }
  .xl\:items-center{
    align-items: center;

  }
  .xl\:justify-end{
    justify-content: flex-end;

  }
  .xl\:justify-center{
    justify-content: center;

  }
  .xl\:gap-6{
    gap: 1.5rem;

  }
  .xl\:gap-8{
    gap: 2rem;

  }
  .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;

  }
  .xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;

  }
  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;

  }
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));

  }
  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;

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

  }
  .xl\:p-10{
    padding: 2.5rem;

  }
  .xl\:p-4{
    padding: 1rem;

  }
  .xl\:p-8{
    padding: 2rem;

  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;

  }
  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;

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

  }
  .group\/min-scrolled.min-scrolled-y-50 .group-\[\.min-scrolled-y-50\]\/min-scrolled\:xl\:p-4{
    padding: 1rem;

  }
  .dark\:xl\:bg-zinc-800:is(.dark *){
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

  }
  .dark\:xl\:hover\:bg-zinc-700:hover:is(.dark *){
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));

  }

}

@media (min-width: 1536px){
  .\32xl\:absolute{
    position: absolute;

  }
  .\32xl\:col-start-2{
    grid-column-start: 2;

  }
  .\32xl\:flex{
    display: flex;

  }
  .\32xl\:hidden{
    display: none;

  }
  .\32xl\:\!h-8{
    height: 2rem !important;

  }
  .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));

  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));

  }
  .\32xl\:flex-row{
    flex-direction: row;

  }
  .\32xl\:items-start{
    align-items: flex-start;

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

  }
  .\32xl\:p-8{
    padding: 2rem;

  }
  .\32xl\:pb-0{
    padding-bottom: 0px;

  }
  .\32xl\:\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;

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

  }
  .\32xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  }
  .\32xl\:dark\:bg-zinc-800:is(.dark *){
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

  }

}

.\[\&\.close\]\:max-h-0.close{
  max-height: 0px;

}

.\[\&\.close\]\:animate-\[fadeOut_0\.1s\].close{
  animation: fadeOut 0.1s;

}

.\[\&\.closed\.has-content-folded\>\.foldable-content\]\:hidden.closed.has-content-folded>.foldable-content{
  display: none;

}

.\[\&\.closed\>\.foldable-buttons\>\.btn-foldable\.btn-foldable-close\]\:hidden.closed>.foldable-buttons>.btn-foldable.btn-foldable-close{
  display: none;

}

.\[\&\.current\]\:block.current{
  display: block;

}

.\[\&\.current\]\:bg-predictleads-700.current{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}

.\[\&\.current\]\:text-white.current{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

.\[\&\.current\]\:shadow-sm.current{
  --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);

}

.\[\&\.current\]\:hover\:text-white:hover.current{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

.\[\&\.current\]\:dark\:bg-zinc-800:is(.dark *).current{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));

}

.\[\&\.current_\.section-number\]\:text-white.current .section-number{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

.\[\&\.enter\]\:h-16.enter{
  height: 4rem;

}

.\[\&\.initializing\]\:hidden.initializing{
  display: none;

}

.\[\&\.leave\]\:h-0.leave{
  height: 0px;

}

.\[\&\.leave\]\:overflow-hidden.leave{
  overflow: hidden;

}

.\[\&\.min-scrolled-y-50\]\:border-b.min-scrolled-y-50{
  border-bottom-width: 1px;

}

.\[\&\.min-scrolled-y-50\]\:border-gray-200\/20.min-scrolled-y-50{
  border-color: rgb(229 231 235 / 0.2);

}

.\[\&\.min-scrolled-y-50\]\:bg-white\/10.min-scrolled-y-50{
  background-color: rgb(255 255 255 / 0.1);

}

.dark\:\[\&\.min-scrolled-y-50\]\:border-zinc-700\/40.min-scrolled-y-50:is(.dark *){
  border-color: rgb(63 63 70 / 0.4);

}

.dark\:\[\&\.min-scrolled-y-50\]\:bg-zinc-900\/40.min-scrolled-y-50:is(.dark *){
  background-color: rgb(24 24 27 / 0.4);

}

.\[\&\.non-foldable\>\.foldable-buttons\]\:hidden.non-foldable>.foldable-buttons{
  display: none;

}

.\[\&\.open\]\:\!max-h-screen.open{
  max-height: 100vh !important;

}

.dark\:\[\&\.open\]\:ring-1.open:is(.dark *){
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

}

.dark\:\[\&\.open\]\:ring-zinc-800.open:is(.dark *){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));

}

.\[\&\.opened\.has-content-folded\>\.foldable-content-folded\]\:hidden.opened.has-content-folded>.foldable-content-folded{
  display: none;

}

.\[\&\.opened\>\.foldable-buttons\>\.btn-foldable\.btn-foldable-open\]\:hidden.opened>.foldable-buttons>.btn-foldable.btn-foldable-open{
  display: none;

}

.\[\&\.ready\]\:visible.ready{
  visibility: visible;

}

.\[\&\:not\(\[aria-expanded\=\'true\'\]_\*\)\]\:hidden:not([aria-expanded='true'] *){
  display: none;

}

.\[\&\:not\(\[hidden\]\)\]\:contents:not([hidden]){
  display: contents;

}

.\[\&\>\*\>img\]\:w-\[150px\]>*>img{
  width: 150px;

}

.\[\&\>\*\]\:\!mb-2>*{
  margin-bottom: 0.5rem !important;

}

.\[\&\>\*\]\:\!mr-2>*{
  margin-right: 0.5rem !important;

}

.\[\&\>\*\]\:min-w-0>*{
  min-width: 0px;

}

.\[\&\>\*\]\:justify-center>*{
  justify-content: center;

}

.\[\&\>\*\]\:whitespace-nowrap>*{
  white-space: nowrap;

}

.\[\&\>\*\]\:p-8>*{
  padding: 2rem;

}

.\[\&\>\*\]\:px-3>*{
  padding-left: 0.75rem;
  padding-right: 0.75rem;

}

.\[\&\>\*\]\:pb-2>*{
  padding-bottom: 0.5rem;

}

.\[\&\>\*\]\:align-top>*{
  vertical-align: top;

}

@media (min-width: 640px){
  .\[\&\>\*\]\:sm\:basis-1\/4>*{
    flex-basis: 25%;

  }

}

@media (min-width: 1280px){
  .\[\&\>\*\]\:xl\:basis-1\/5>*{
    flex-basis: 20%;

  }

}

.\[\&\>\.progress-bar\]\:bg-predictleads-700>.progress-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(118 80 142 / var(--tw-bg-opacity, 1));

}

.\[\&\>\.progress-bar\]\:text-white>.progress-bar{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

.\[\&\>li\>a\]\:grid>li>a{
  display: grid;

}

.\[\&\>li\>a\]\:h-full>li>a{
  height: 100%;

}

.\[\&\>li\>a\]\:place-items-center>li>a{
  place-items: center;

}

.\[\&\>li\>a\]\:rounded>li>a{
  border-radius: 0.25rem;

}

.\[\&\>li\>a\]\:rounded-t>li>a{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;

}

.\[\&\>li\>a\]\:px-4>li>a{
  padding-left: 1rem;
  padding-right: 1rem;

}

.\[\&\>li\>a\]\:py-2>li>a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

}

.\[\&\>li\>a\]\:text-center>li>a{
  text-align: center;

}

.\[\&\>li\>a\]\:no-underline>li>a{
  text-decoration-line: none;

}

.\[\&\>li\>label\]\:grid>li>label{
  display: grid;

}

.\[\&\>li\>label\]\:h-full>li>label{
  height: 100%;

}

.\[\&\>li\>label\]\:place-items-center>li>label{
  place-items: center;

}

.\[\&\>li\>label\]\:rounded-t>li>label{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;

}

.\[\&\>li\>label\]\:px-4>li>label{
  padding-left: 1rem;
  padding-right: 1rem;

}

.\[\&\>li\>label\]\:py-2>li>label{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

}

.\[\&\>li\>label\]\:text-center>li>label{
  text-align: center;

}

.\[\&\>li\>label\]\:no-underline>li>label{
  text-decoration-line: none;

}

.\[\&\>li\]\:inline-flex>li{
  display: inline-flex;

}

.\[\&\>li\]\:items-center>li{
  align-items: center;

}

.\[\&\>tbody\>tr\:last-child\>td\]\:border-0>tbody>tr:last-child>td{
  border-width: 0px;

}

.\[\&\>tbody\>tr\:last-child\>td\]\:border-b-0>tbody>tr:last-child>td{
  border-bottom-width: 0px;

}

.\[\&\>tbody\>tr\>td\:first-child\]\:pl-0>tbody>tr>td:first-child{
  padding-left: 0px;

}

.\[\&\>tbody\>tr\>td\:last-child\]\:pl-0>tbody>tr>td:last-child{
  padding-left: 0px;

}

.\[\&\>tbody\>tr\>td\:last-child\]\:pr-0>tbody>tr>td:last-child{
  padding-right: 0px;

}

.\[\&\>tbody\>tr\>td\]\:\!break-normal>tbody>tr>td{
  overflow-wrap: normal !important;
  word-break: normal !important;

}

.\[\&\>tbody\>tr\>td\]\:break-normal>tbody>tr>td{
  overflow-wrap: normal;
  word-break: normal;

}

.\[\&\>tbody\>tr\>td\]\:p-2>tbody>tr>td{
  padding: 0.5rem;

}

.\[\&\>tbody\>tr\>td\]\:py-1>tbody>tr>td{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

}

.\[\&_\.section-number\]\:text-zinc-500 .section-number{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));

}

.dark\:\[\&_\.section-number\]\:text-zinc-400 .section-number:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));

}

.\[\&_\>_tbody_\>_tr_\>_td\]\:px-2 > tbody > tr > td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;

}

.\[\&_\>_tbody_\>_tr_\>_td\]\:py-1 > tbody > tr > td{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

}

.\[\&_\>_tbody_\>_tr_\>_td\]\:text-xs > tbody > tr > td{
  font-size: 0.75rem;
  line-height: 1rem;

}

.\[\&_\>_thead_\>_tr_\>_th\]\:px-2 > thead > tr > th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;

}

.\[\&_\>_thead_\>_tr_\>_th\]\:py-1 > thead > tr > th{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

}

.\[\&_\[data-menu-foldable-on-scroll\]\.current\]\:list-item [data-menu-foldable-on-scroll].current{
  display: list-item;

}

.\[\&_\[data-menu-foldable-on-scroll\]\]\:hidden [data-menu-foldable-on-scroll]{
  display: none;

}

.\[\&_\[data-menu-item\]\.current_\>_\[data-menu-foldable-on-scroll\]\]\:list-item [data-menu-item].current > [data-menu-foldable-on-scroll]{
  display: list-item;

}

.\[\&_a\:hover\]\:text-predictleads-300 a:hover{
  --tw-text-opacity: 1;
  color: rgb(213 196 227 / var(--tw-text-opacity, 1));

}

.\[\&_a\]\:text-predictleads-400 a{
  --tw-text-opacity: 1;
  color: rgb(188 160 210 / var(--tw-text-opacity, 1));

}

.\[\&_label\]\:\!mb-0 label{
  margin-bottom: 0px !important;

}

.\[\&_td\]\:p-\[10px\] td{
  padding: 10px;

}

.\[\&_td\]\:text-center td{
  text-align: center;

}

.\[\&_th\]\:p-\[15px\] th{
  padding: 15px;

}

.\[\&_th\]\:text-center th{
  text-align: center;

}

[aria-expanded='true'] .\[\[aria-expanded\=\'true\'\]_\&\]\:hidden{
  display: none;

}
