/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-circular: "CircularXX", "Inter", sans-serif;
    --color-lupo-purple: #9557E1;
    --color-lupo-beige: #F7F6EF;
    --color-lupo-black: #000000;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-\[0\.9375rem\] {
    top: 0.9375rem;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[55\%\] {
    top: 55%;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[80\%\] {
    top: 80%;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[5\%\] {
    right: 5%;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[25px\] {
    right: 25px;
  }
  .right-\[40px\] {
    right: 40px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1\/2 {
    bottom: calc(1 / 2 * 100%);
  }
  .bottom-\[32px\] {
    bottom: 32px;
  }
  .bottom-\[60\%\] {
    bottom: 60%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[7\%\] {
    left: 7%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-11 {
    z-index: 11;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[400\] {
    z-index: 400;
  }
  .z-\[500\] {
    z-index: 500;
  }
  .z-\[600\] {
    z-index: 600;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 744px) {
      max-width: 744px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1365px) {
      max-width: 1365px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-\[-0\.3125rem\] {
    margin-inline: -0.3125rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-auto {
    margin-block: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :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;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :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;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :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;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :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;
    }
    :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;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :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;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :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;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :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;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :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;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      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;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :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;
    }
    :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;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :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;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :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;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :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;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :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;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :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;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-\[2px\] {
    margin-right: calc(2px * -1);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-\[-2px\] {
    margin-right: -2px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-\[1px\] {
    margin-left: 1px;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .field-sizing-content {
    field-sizing: content;
  }
  .aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }
  .aspect-\[430\/270\] {
    aspect-ratio: 430/270;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .\!size-\[0\.8125rem\] {
    width: 0.8125rem !important;
    height: 0.8125rem !important;
  }
  .\!size-\[12px\] {
    width: 12px !important;
    height: 12px !important;
  }
  .\!size-\[16px\] {
    width: 16px !important;
    height: 16px !important;
  }
  .\!size-\[17px\] {
    width: 17px !important;
    height: 17px !important;
  }
  .\!size-\[18px\] {
    width: 18px !important;
    height: 18px !important;
  }
  .\!size-\[20px\] {
    width: 20px !important;
    height: 20px !important;
  }
  .\!size-\[24px\] {
    width: 24px !important;
    height: 24px !important;
  }
  .size-\[1\.875rem\] {
    width: 1.875rem;
    height: 1.875rem;
  }
  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }
  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }
  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .size-\[34px\] {
    width: 34px;
    height: 34px;
  }
  .size-\[36px\] {
    width: 36px;
    height: 36px;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }
  .size-\[500px\] {
    width: 500px;
    height: 500px;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-1\/2 {
    height: calc(1 / 2 * 100%);
  }
  .h-\[1\.1em\] {
    height: 1.1em;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[calc\(100svh-80px\)\] {
    height: calc(100svh - 80px);
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[90dvh\] {
    max-height: 90dvh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-\[calc\(100vh-60px\)\] {
    min-height: calc(100vh - 60px);
  }
  .\!w-\[10px\] {
    width: 10px !important;
  }
  .\!w-\[14px\] {
    width: 14px !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[43\%\] {
    width: 43%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[96\%\] {
    width: 96%;
  }
  .w-\[106px\] {
    width: 106px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[100vw\] {
    max-width: 100vw;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[585px\] {
    max-width: 585px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[612px\] {
    max-width: 612px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[790px\] {
    max-width: 790px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1680px\] {
    max-width: 1680px;
  }
  .max-w-\[calc\(100\%_-_4rem\)\] {
    max-width: calc(100% - 4rem);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/2 {
    --tw-translate-y: calc(1 / 2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[1px\] {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-0 {
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-100 {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .scroll-pt-\[200px\] {
    scroll-padding-top: 200px;
  }
  .appearance-none {
    appearance: none;
  }
  .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-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[19px\] {
    gap: 19px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[38px\] {
    gap: 38px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .self-stretch {
    align-self: stretch;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-x-\[0\.3125rem\] {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 0.3125rem;
  }
  .border-t-8 {
    border-top-style: var(--tw-border-style);
    border-top-width: 8px;
  }
  .border-r-8 {
    border-right-style: var(--tw-border-style);
    border-right-width: 8px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-8 {
    border-left-style: var(--tw-border-style);
    border-left-width: 8px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#4D4D4D\] {
    border-color: #4D4D4D;
  }
  .border-\[\#e5e7eb\] {
    border-color: #e5e7eb;
  }
  .border-\[rgba\(149\,87\,225\,0\.2\)\] {
    border-color: rgba(149,87,225,0.2);
  }
  .border-\[rgba\(149\,87\,225\,0\.4\)\] {
    border-color: rgba(149,87,225,0.4);
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-lupo-purple {
    border-color: var(--color-lupo-purple);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/0 {
    border-color: color-mix(in srgb, #fff 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 0%, transparent);
    }
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .border-r-transparent {
    border-right-color: transparent;
  }
  .border-l-transparent {
    border-left-color: transparent;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#1d1d1f\] {
    background-color: #1d1d1f;
  }
  .bg-\[\#2e3e52\] {
    background-color: #2e3e52;
  }
  .bg-\[\#151518\] {
    background-color: #151518;
  }
  .bg-\[\#212124\] {
    background-color: #212124;
  }
  .bg-\[\#343644\] {
    background-color: #343644;
  }
  .bg-\[\#364153\] {
    background-color: #364153;
  }
  .bg-\[\#666878\] {
    background-color: #666878;
  }
  .bg-\[\#F5F3EF\] {
    background-color: #F5F3EF;
  }
  .bg-\[\#FFFFFF14\] {
    background-color: #FFFFFF14;
  }
  .bg-\[\#e2ddd4\] {
    background-color: #e2ddd4;
  }
  .bg-\[\#f5f3ef\] {
    background-color: #f5f3ef;
  }
  .bg-\[rgba\(45\,42\,107\,0\.4\)\] {
    background-color: rgba(45,42,107,0.4);
  }
  .bg-\[rgba\(225\,82\,65\,0\.2\)\] {
    background-color: rgba(225,82,65,0.2);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-black\/90 {
    background-color: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-gray-600\/60 {
    background-color: color-mix(in srgb, oklch(44.6% 0.03 256.802) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-600) 60%, transparent);
    }
  }
  .bg-lupo-beige {
    background-color: var(--color-lupo-beige);
  }
  .bg-lupo-black {
    background-color: var(--color-lupo-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[27px\] {
    padding-block: 27px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[56px\] {
    padding-top: 56px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[65px\] {
    padding-top: 65px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pt-\[\@\(topSpacingMobile\)px\] {
    padding-top: @(topSpacingMobile)px;
  }
  .pr-\[26px\] {
    padding-right: 26px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-\[5\%\] {
    padding-bottom: 5%;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[27px\] {
    padding-bottom: 27px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pb-\[\@\(bottomSpacingMobile\)px\] {
    padding-bottom: @(bottomSpacingMobile)px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-circular {
    font-family: var(--font-circular);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[49px\] {
    font-size: 49px;
  }
  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.125rem\] {
    --tw-leading: 1.125rem;
    line-height: 1.125rem;
  }
  .leading-\[10px\] {
    --tw-leading: 10px;
    line-height: 10px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[49px\] {
    --tw-leading: 49px;
    line-height: 49px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.2px\] {
    --tw-tracking: -0.2px;
    letter-spacing: -0.2px;
  }
  .tracking-\[-0\.3px\] {
    --tw-tracking: -0.3px;
    letter-spacing: -0.3px;
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .tracking-\[-0\.14px\] {
    --tw-tracking: -0.14px;
    letter-spacing: -0.14px;
  }
  .tracking-\[-0\.48px\] {
    --tw-tracking: -0.48px;
    letter-spacing: -0.48px;
  }
  .tracking-\[-0\.75px\] {
    --tw-tracking: -0.75px;
    letter-spacing: -0.75px;
  }
  .tracking-\[-2\%\] {
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }
  .tracking-\[0\.22px\] {
    --tw-tracking: 0.22px;
    letter-spacing: 0.22px;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .\!text-lupo-purple {
    color: var(--color-lupo-purple) !important;
  }
  .text-\[\#1d1d1f\] {
    color: #1d1d1f;
  }
  .text-\[\#2e3e52\] {
    color: #2e3e52;
  }
  .text-\[\#4a5565\] {
    color: #4a5565;
  }
  .text-\[\#4d4d4d\] {
    color: #4d4d4d;
  }
  .text-\[\#9557E1\] {
    color: #9557E1;
  }
  .text-\[\#364153\] {
    color: #364153;
  }
  .text-\[\#e15241\] {
    color: #e15241;
  }
  .text-\[\#ececec\] {
    color: #ececec;
  }
  .text-\[9557E1\] {
    color: 9557E1;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-inherit {
    color: inherit;
  }
  .text-lupo-purple {
    color: var(--color-lupo-purple);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-white {
    &::placeholder {
      color: var(--color-white);
    }
  }
  .placeholder-white\/50 {
    &::placeholder {
      color: color-mix(in srgb, #fff 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 50%, transparent);
      }
    }
  }
  .accent-\[\#151518\] {
    accent-color: #151518;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_0_1px_\#363636\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, #363636);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_150dvh_100dvh_rgba\(0\,_0\,_0\,_0\.8\)\] {
    --tw-shadow: 0 0 150dvh 100dvh var(--tw-shadow-color, rgba(0, 0, 0, 0.8));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_30px_0px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 0px 30px 0px var(--tw-shadow-color, rgba(0,0,0,0.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_3px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, rgba(0,0,0,0.1)), 0px 1px 2px 0px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .\[box-shadow\:0_0_3px_0_\#fef5e9\,4px_4px_8px_0_rgba\(149\,87\,225\,0\.5\)\,-4px_-4px_8px_0_rgba\(52\,162\,211\,0\.5\)\,0_0_16px_8px_rgba\(46\,50\,126\,0\.5\)\] {
    box-shadow: 0 0 3px 0 #fef5e9,4px 4px 8px 0 rgba(149,87,225,0.5),-4px -4px 8px 0 rgba(52,162,211,0.5),0 0 16px 8px rgba(46,50,126,0.5);
  }
  .ring-\[\#151518\]\/10 {
    --tw-ring-color: color-mix(in oklab, #151518 10%, transparent);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-white\/50 {
    outline-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,transform\] {
    transition-property: opacity,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-150 {
    transition-delay: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .not-first-of-type\:hidden {
    &:not(*:first-of-type) {
      display: none;
    }
  }
  .group-focus-within\/nav-group\:pointer-events-auto {
    &:is(:where(.group\/nav-group):focus-within *) {
      pointer-events: auto;
    }
  }
  .group-focus-within\/nav-group\:scale-x-100 {
    &:is(:where(.group\/nav-group):focus-within *) {
      --tw-scale-x: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .group-focus-within\/nav-group\:opacity-100 {
    &:is(:where(.group\/nav-group):focus-within *) {
      opacity: 100%;
    }
  }
  .group-focus-within\/nav-group\:delay-0 {
    &:is(:where(.group\/nav-group):focus-within *) {
      transition-delay: 0ms;
    }
  }
  .group-hover\:bg-black\/30 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
        }
      }
    }
  }
  .group-hover\:bg-black\/70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
        }
      }
    }
  }
  .group-hover\/nav-group\:pointer-events-auto {
    &:is(:where(.group\/nav-group):hover *) {
      @media (hover: hover) {
        pointer-events: auto;
      }
    }
  }
  .group-hover\/nav-group\:z-10 {
    &:is(:where(.group\/nav-group):hover *) {
      @media (hover: hover) {
        z-index: 10;
      }
    }
  }
  .group-hover\/nav-group\:scale-x-100 {
    &:is(:where(.group\/nav-group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/nav-group\:opacity-100 {
    &:is(:where(.group\/nav-group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/nav-group\:delay-0 {
    &:is(:where(.group\/nav-group):hover *) {
      @media (hover: hover) {
        transition-delay: 0ms;
      }
    }
  }
  .group-\[\&\.has-active\]\/html\:text-white {
    &:is(:where(.group\/html).has-active *) {
      color: var(--color-white);
    }
  }
  .group-\[\&\.has-active\]\/html\:delay-0 {
    &:is(:where(.group\/html).has-active *) {
      transition-delay: 0ms;
    }
  }
  .group-\[\&\.has-mobile-menu\]\/html\:pointer-events-auto {
    &:is(:where(.group\/html).has-mobile-menu *) {
      pointer-events: auto;
    }
  }
  .group-\[\&\.has-mobile-menu\]\/html\:visible {
    &:is(:where(.group\/html).has-mobile-menu *) {
      visibility: visible;
    }
  }
  .group-\[\&\.has-mobile-menu\]\/html\:opacity-100 {
    &:is(:where(.group\/html).has-mobile-menu *) {
      opacity: 100%;
    }
  }
  .group-\[\&\.has-search-panel\]\/html\:pointer-events-auto {
    &:is(:where(.group\/html).has-search-panel *) {
      pointer-events: auto;
    }
  }
  .group-\[\&\.has-search-panel\]\/html\:opacity-100 {
    &:is(:where(.group\/html).has-search-panel *) {
      opacity: 100%;
    }
  }
  .group-\[\&\.is-open\]\/details\:rotate-180 {
    &:is(:where(.group\/details).is-open *) {
      rotate: 180deg;
    }
  }
  .group-\[\&\.is-open\]\/details\:grid-rows-\[1fr\] {
    &:is(:where(.group\/details).is-open *) {
      grid-template-rows: 1fr;
    }
  }
  .group-\[\&\.loaded\]\/html\:h-0 {
    &:is(:where(.group\/html).loaded *) {
      height: calc(var(--spacing) * 0);
    }
  }
  .group-\[\&\.loaded\]\/html\:opacity-0 {
    &:is(:where(.group\/html).loaded *) {
      opacity: 0%;
    }
  }
  .group-\[\.has-mobile-menu\]\/html\:block {
    &:is(:where(.group\/html):is(.has-mobile-menu) *) {
      display: block;
    }
  }
  .group-\[\.has-mobile-menu\]\/html\:hidden {
    &:is(:where(.group\/html):is(.has-mobile-menu) *) {
      display: none;
    }
  }
  .group-\[\.has-mobile-menu\]\/html\:text-white {
    &:is(:where(.group\/html):is(.has-mobile-menu) *) {
      color: var(--color-white);
    }
  }
  .group-\[\.is-active\]\/nav-group\:translate-x-0 {
    &:is(:where(.group\/nav-group):is(.is-active) *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.is-active\]\/nav-group\:rotate-180 {
    &:is(:where(.group\/nav-group):is(.is-active) *) {
      rotate: 180deg;
    }
  }
  .placeholder\:text-\[\#9b9b9b\] {
    &::placeholder {
      color: #9b9b9b;
    }
  }
  .before\:rounded-xl {
    &::before {
      content: var(--tw-content);
      border-radius: var(--radius-xl);
    }
  }
  .after\:rounded-xl {
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-xl);
    }
  }
  .after\:text-gray-400 {
    &::after {
      content: var(--tw-content);
      color: var(--color-gray-400);
    }
  }
  .after\:content-\[\'\/\'\] {
    &::after {
      --tw-content: '/';
      content: var(--tw-content);
    }
  }
  .first-of-type\:pt-0 {
    &:first-of-type {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last-of-type\:border-none {
    &:last-of-type {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .last-of-type\:after\:content-\[\'\'\] {
    &:last-of-type {
      &::after {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
  .focus-within\:ring-2 {
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-within\:ring-white\/80 {
    &:focus-within {
      --tw-ring-color: color-mix(in srgb, #fff 80%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-white) 80%, transparent);
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border-\[\#666878\] {
    &:hover {
      @media (hover: hover) {
        border-color: #666878;
      }
    }
  }
  .hover\:border-white\/100 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-\[\#666878\]\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #666878 10%, transparent);
      }
    }
  }
  .hover\:bg-\[transparent\] {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:bg-black\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-white\/60 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:ring-\[\#151518\] {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: #151518;
      }
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .has-\[\&_\.js-nav-group\:hover\]\:bg-\[\#2e3e52\] {
    &:has(* .js-nav-group:hover) {
      background-color: #2e3e52;
    }
  }
  .has-\[\&_\.js-nav-group\:hover\]\:text-white {
    &:has(* .js-nav-group:hover) {
      color: var(--color-white);
    }
  }
  .has-\[\&_\.js-nav-group\:hover\]\:delay-0 {
    &:has(* .js-nav-group:hover) {
      transition-delay: 0ms;
    }
  }
  .nth-\[1_of_\:not\(\.hidden\)\]\:block {
    &:nth-child(1 of :not(.hidden)) {
      display: block;
    }
  }
  .motion-reduce\:\!transition-none {
    @media (prefers-reduced-motion: reduce) {
      transition-property: none !important;
    }
  }
  .motion-reduce\:\!delay-0 {
    @media (prefers-reduced-motion: reduce) {
      transition-delay: 0ms !important;
    }
  }
  .motion-reduce\:\!duration-0 {
    @media (prefers-reduced-motion: reduce) {
      --tw-duration: 0ms !important;
      transition-duration: 0ms !important;
    }
  }
  .max-md\:order-first {
    @media (width < 1024px) {
      order: -9999;
    }
  }
  .max-md\:order-last {
    @media (width < 1024px) {
      order: 9999;
    }
  }
  .max-sm\:-mx-\[24px\] {
    @media (width < 744px) {
      margin-inline: calc(24px * -1);
    }
  }
  .max-sm\:w-\[calc\(100\%\+48px\)\] {
    @media (width < 744px) {
      width: calc(100% + 48px);
    }
  }
  .sm\:top-\[40\%\] {
    @media (width >= 744px) {
      top: 40%;
    }
  }
  .sm\:right-\[2\%\] {
    @media (width >= 744px) {
      right: 2%;
    }
  }
  .sm\:left-\[2\%\] {
    @media (width >= 744px) {
      left: 2%;
    }
  }
  .sm\:mt-\[70px\] {
    @media (width >= 744px) {
      margin-top: 70px;
    }
  }
  .sm\:mb-\[40px\] {
    @media (width >= 744px) {
      margin-bottom: 40px;
    }
  }
  .sm\:mb-\[80px\] {
    @media (width >= 744px) {
      margin-bottom: 80px;
    }
  }
  .sm\:block {
    @media (width >= 744px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 744px) {
      display: none;
    }
  }
  .sm\:inline-flex {
    @media (width >= 744px) {
      display: inline-flex;
    }
  }
  .sm\:aspect-\[2\.5\/1\] {
    @media (width >= 744px) {
      aspect-ratio: 2.5/1;
    }
  }
  .sm\:\!size-\[16px\] {
    @media (width >= 744px) {
      width: 16px !important;
      height: 16px !important;
    }
  }
  .sm\:\!size-\[20px\] {
    @media (width >= 744px) {
      width: 20px !important;
      height: 20px !important;
    }
  }
  .sm\:\!size-\[21px\] {
    @media (width >= 744px) {
      width: 21px !important;
      height: 21px !important;
    }
  }
  .sm\:\!size-\[22px\] {
    @media (width >= 744px) {
      width: 22px !important;
      height: 22px !important;
    }
  }
  .sm\:\!size-\[40px\] {
    @media (width >= 744px) {
      width: 40px !important;
      height: 40px !important;
    }
  }
  .sm\:h-\[9px\] {
    @media (width >= 744px) {
      height: 9px;
    }
  }
  .sm\:h-\[35px\] {
    @media (width >= 744px) {
      height: 35px;
    }
  }
  .sm\:h-\[50px\] {
    @media (width >= 744px) {
      height: 50px;
    }
  }
  .sm\:\!w-\[16px\] {
    @media (width >= 744px) {
      width: 16px !important;
    }
  }
  .sm\:\!w-\[22px\] {
    @media (width >= 744px) {
      width: 22px !important;
    }
  }
  .sm\:w-\[18\%\] {
    @media (width >= 744px) {
      width: 18%;
    }
  }
  .sm\:w-\[80\%\] {
    @media (width >= 744px) {
      width: 80%;
    }
  }
  .sm\:w-\[155px\] {
    @media (width >= 744px) {
      width: 155px;
    }
  }
  .sm\:max-w-\[390px\] {
    @media (width >= 744px) {
      max-width: 390px;
    }
  }
  .sm\:max-w-\[664px\] {
    @media (width >= 744px) {
      max-width: 664px;
    }
  }
  .sm\:max-w-\[720px\] {
    @media (width >= 744px) {
      max-width: 720px;
    }
  }
  .sm\:flex-row {
    @media (width >= 744px) {
      flex-direction: row;
    }
  }
  .sm\:gap-\[24px\] {
    @media (width >= 744px) {
      gap: 24px;
    }
  }
  .sm\:rounded-\[16px\] {
    @media (width >= 744px) {
      border-radius: 16px;
    }
  }
  .sm\:border-\[6px\] {
    @media (width >= 744px) {
      border-style: var(--tw-border-style);
      border-width: 6px;
    }
  }
  .sm\:border-transparent {
    @media (width >= 744px) {
      border-color: transparent;
    }
  }
  .sm\:px-0 {
    @media (width >= 744px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-\[17px\] {
    @media (width >= 744px) {
      padding-inline: 17px;
    }
  }
  .sm\:px-\[26px\] {
    @media (width >= 744px) {
      padding-inline: 26px;
    }
  }
  .sm\:px-\[80px\] {
    @media (width >= 744px) {
      padding-inline: 80px;
    }
  }
  .sm\:py-\[8px\] {
    @media (width >= 744px) {
      padding-block: 8px;
    }
  }
  .sm\:pt-0 {
    @media (width >= 744px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:pt-\[0px\] {
    @media (width >= 744px) {
      padding-top: 0px;
    }
  }
  .sm\:pt-\[33px\] {
    @media (width >= 744px) {
      padding-top: 33px;
    }
  }
  .sm\:pt-\[40px\] {
    @media (width >= 744px) {
      padding-top: 40px;
    }
  }
  .sm\:pt-\[60px\] {
    @media (width >= 744px) {
      padding-top: 60px;
    }
  }
  .sm\:pt-\[70px\] {
    @media (width >= 744px) {
      padding-top: 70px;
    }
  }
  .sm\:pt-\[80px\] {
    @media (width >= 744px) {
      padding-top: 80px;
    }
  }
  .sm\:pt-\[100px\] {
    @media (width >= 744px) {
      padding-top: 100px;
    }
  }
  .sm\:pt-\[\@\(topSpacingTablet\)px\] {
    @media (width >= 744px) {
      padding-top: @(topSpacingTablet)px;
    }
  }
  .sm\:pr-\[43px\] {
    @media (width >= 744px) {
      padding-right: 43px;
    }
  }
  .sm\:pb-0 {
    @media (width >= 744px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-\[0px\] {
    @media (width >= 744px) {
      padding-bottom: 0px;
    }
  }
  .sm\:pb-\[17px\] {
    @media (width >= 744px) {
      padding-bottom: 17px;
    }
  }
  .sm\:pb-\[40px\] {
    @media (width >= 744px) {
      padding-bottom: 40px;
    }
  }
  .sm\:pb-\[60px\] {
    @media (width >= 744px) {
      padding-bottom: 60px;
    }
  }
  .sm\:pb-\[70px\] {
    @media (width >= 744px) {
      padding-bottom: 70px;
    }
  }
  .sm\:pb-\[80px\] {
    @media (width >= 744px) {
      padding-bottom: 80px;
    }
  }
  .sm\:pb-\[100px\] {
    @media (width >= 744px) {
      padding-bottom: 100px;
    }
  }
  .sm\:pb-\[\@\(bottomSpacingTablet\)px\] {
    @media (width >= 744px) {
      padding-bottom: @(bottomSpacingTablet)px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 744px) {
      font-size: 20px;
    }
  }
  .md\:top-\[1\.125rem\] {
    @media (width >= 1024px) {
      top: 1.125rem;
    }
  }
  .md\:top-\[30px\] {
    @media (width >= 1024px) {
      top: 30px;
    }
  }
  .md\:right-\[30px\] {
    @media (width >= 1024px) {
      right: 30px;
    }
  }
  .md\:order-1 {
    @media (width >= 1024px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 1024px) {
      order: 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 1024px) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-6 {
    @media (width >= 1024px) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:mt-\[56px\] {
    @media (width >= 1024px) {
      margin-top: 56px;
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 1024px) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[56px\] {
    @media (width >= 1024px) {
      margin-bottom: 56px;
    }
  }
  .md\:line-clamp-\[10\] {
    @media (width >= 1024px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 10;
    }
  }
  .md\:aspect-\[3\/4\] {
    @media (width >= 1024px) {
      aspect-ratio: 3/4;
    }
  }
  .md\:\!size-5 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 5) !important;
      height: calc(var(--spacing) * 5) !important;
    }
  }
  .md\:size-\[2\.8125rem\] {
    @media (width >= 1024px) {
      width: 2.8125rem;
      height: 2.8125rem;
    }
  }
  .md\:size-\[44px\] {
    @media (width >= 1024px) {
      width: 44px;
      height: 44px;
    }
  }
  .md\:size-\[80px\] {
    @media (width >= 1024px) {
      width: 80px;
      height: 80px;
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 1024px) {
      height: 50px;
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 1024px) {
      width: 150px;
    }
  }
  .md\:w-\[calc\(50\%_-_8px\)\] {
    @media (width >= 1024px) {
      width: calc(50% - 8px);
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 1024px) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[750px\] {
    @media (width >= 1024px) {
      max-width: 750px;
    }
  }
  .md\:max-w-\[min\(350px\,40\%\)\] {
    @media (width >= 1024px) {
      max-width: min(350px, 40%);
    }
  }
  .md\:min-w-\[150px\] {
    @media (width >= 1024px) {
      min-width: 150px;
    }
  }
  .md\:flex-1 {
    @media (width >= 1024px) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .md\:gap-6 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-14 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .md\:gap-\[60px\] {
    @media (width >= 1024px) {
      gap: 60px;
    }
  }
  .md\:p-6 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 1024px) {
      padding: 40px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 1024px) {
      padding-inline: 30px;
    }
  }
  .md\:px-\[32px\] {
    @media (width >= 1024px) {
      padding-inline: 32px;
    }
  }
  .md\:px-\[120px\] {
    @media (width >= 1024px) {
      padding-inline: 120px;
    }
  }
  .md\:py-7 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .md\:pt-14 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 1024px) {
      padding-top: 80px;
    }
  }
  .md\:pb-\[80px\] {
    @media (width >= 1024px) {
      padding-bottom: 80px;
    }
  }
  .md\:text-base {
    @media (width >= 1024px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 1024px) {
      font-size: 18px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 1024px) {
      font-size: 24px;
    }
  }
  .md\:text-\[60px\] {
    @media (width >= 1024px) {
      font-size: 60px;
    }
  }
  .md\:leading-\[1\.4375rem\] {
    @media (width >= 1024px) {
      --tw-leading: 1.4375rem;
      line-height: 1.4375rem;
    }
  }
  .md\:leading-\[66px\] {
    @media (width >= 1024px) {
      --tw-leading: 66px;
      line-height: 66px;
    }
  }
  .lg\:top-auto {
    @media (width >= 1365px) {
      top: auto;
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 1365px) {
      left: calc(1 / 2 * 100%);
    }
  }
  .lg\:order-1 {
    @media (width >= 1365px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 1365px) {
      order: 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 1365px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1365px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 1365px) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1365px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 1365px) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 1365px) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:mx-\[-1\.25rem\] {
    @media (width >= 1365px) {
      margin-inline: -1.25rem;
    }
  }
  .lg\:mt-\[24px\] {
    @media (width >= 1365px) {
      margin-top: 24px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 1365px) {
      margin-top: 40px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 1365px) {
      margin-bottom: 20px;
    }
  }
  .lg\:mb-\[24px\] {
    @media (width >= 1365px) {
      margin-bottom: 24px;
    }
  }
  .lg\:mb-\[55px\] {
    @media (width >= 1365px) {
      margin-bottom: 55px;
    }
  }
  .lg\:mb-\[56px\] {
    @media (width >= 1365px) {
      margin-bottom: 56px;
    }
  }
  .lg\:line-clamp-\[10\] {
    @media (width >= 1365px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 10;
    }
  }
  .lg\:block {
    @media (width >= 1365px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1365px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1365px) {
      display: none;
    }
  }
  .lg\:aspect-\[3\/1\] {
    @media (width >= 1365px) {
      aspect-ratio: 3/1;
    }
  }
  .lg\:aspect-\[3\/4\] {
    @media (width >= 1365px) {
      aspect-ratio: 3/4;
    }
  }
  .lg\:aspect-\[5\/2\] {
    @media (width >= 1365px) {
      aspect-ratio: 5/2;
    }
  }
  .lg\:\!size-\[26px\] {
    @media (width >= 1365px) {
      width: 26px !important;
      height: 26px !important;
    }
  }
  .lg\:h-\[10px\] {
    @media (width >= 1365px) {
      height: 10px;
    }
  }
  .lg\:h-\[40px\] {
    @media (width >= 1365px) {
      height: 40px;
    }
  }
  .lg\:h-\[46px\] {
    @media (width >= 1365px) {
      height: 46px;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 1365px) {
      height: 50px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 1365px) {
      height: 100px;
    }
  }
  .lg\:min-h-\[420px\] {
    @media (width >= 1365px) {
      min-height: 420px;
    }
  }
  .lg\:w-\[166px\] {
    @media (width >= 1365px) {
      width: 166px;
    }
  }
  .lg\:max-w-7\/10 {
    @media (width >= 1365px) {
      max-width: calc(7 / 10 * 100%);
    }
  }
  .lg\:max-w-\[290px\] {
    @media (width >= 1365px) {
      max-width: 290px;
    }
  }
  .lg\:max-w-\[525px\] {
    @media (width >= 1365px) {
      max-width: 525px;
    }
  }
  .lg\:max-w-\[min\(350px\,40\%\)\] {
    @media (width >= 1365px) {
      max-width: min(350px, 40%);
    }
  }
  .lg\:max-w-\[min\(600px\,40\%\)\] {
    @media (width >= 1365px) {
      max-width: min(600px, 40%);
    }
  }
  .lg\:max-w-none {
    @media (width >= 1365px) {
      max-width: none;
    }
  }
  .lg\:flex-1 {
    @media (width >= 1365px) {
      flex: 1;
    }
  }
  .lg\:-translate-x-1\/2 {
    @media (width >= 1365px) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 1365px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1365px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1365px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1365px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 1365px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 1365px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1365px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 1365px) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 1365px) {
      align-items: stretch;
    }
  }
  .lg\:gap-10 {
    @media (width >= 1365px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 1365px) {
      gap: 40px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 1365px) {
      gap: 60px;
    }
  }
  .lg\:rounded-\[24px\] {
    @media (width >= 1365px) {
      border-radius: 24px;
    }
  }
  .lg\:border-x-\[1\.25rem\] {
    @media (width >= 1365px) {
      border-inline-style: var(--tw-border-style);
      border-inline-width: 1.25rem;
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 1365px) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[34px\] {
    @media (width >= 1365px) {
      padding-inline: 34px;
    }
  }
  .lg\:px-\[40px\] {
    @media (width >= 1365px) {
      padding-inline: 40px;
    }
  }
  .lg\:px-\[120px\] {
    @media (width >= 1365px) {
      padding-inline: 120px;
    }
  }
  .lg\:px-\[140px\] {
    @media (width >= 1365px) {
      padding-inline: 140px;
    }
  }
  .lg\:pt-\[0px\] {
    @media (width >= 1365px) {
      padding-top: 0px;
    }
  }
  .lg\:pt-\[20px\] {
    @media (width >= 1365px) {
      padding-top: 20px;
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 1365px) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 1365px) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 1365px) {
      padding-top: 80px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 1365px) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 1365px) {
      padding-top: 120px;
    }
  }
  .lg\:pt-\[160px\] {
    @media (width >= 1365px) {
      padding-top: 160px;
    }
  }
  .lg\:pt-\[\@\(topSpacingLaptop\)px\] {
    @media (width >= 1365px) {
      padding-top: @(topSpacingLaptop)px;
    }
  }
  .lg\:pb-\[16px\] {
    @media (width >= 1365px) {
      padding-bottom: 16px;
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 1365px) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[30px\] {
    @media (width >= 1365px) {
      padding-bottom: 30px;
    }
  }
  .lg\:pb-\[40px\] {
    @media (width >= 1365px) {
      padding-bottom: 40px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 1365px) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 1365px) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[90px\] {
    @media (width >= 1365px) {
      padding-bottom: 90px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 1365px) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 1365px) {
      padding-bottom: 120px;
    }
  }
  .lg\:pb-\[\@\(bottomSpacingLaptop\)px\] {
    @media (width >= 1365px) {
      padding-bottom: @(bottomSpacingLaptop)px;
    }
  }
  .lg\:text-left {
    @media (width >= 1365px) {
      text-align: left;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 1365px) {
      font-size: 17px;
    }
  }
  .lg\:text-\[19px\] {
    @media (width >= 1365px) {
      font-size: 19px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 1365px) {
      font-size: 26px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1365px) {
      font-size: 32px;
    }
  }
  .xl\:mr-\[-4px\] {
    @media (width >= 1920px) {
      margin-right: -4px;
    }
  }
  .xl\:mb-\[40px\] {
    @media (width >= 1920px) {
      margin-bottom: 40px;
    }
  }
  .xl\:mb-\[80px\] {
    @media (width >= 1920px) {
      margin-bottom: 80px;
    }
  }
  .xl\:\!size-\[18px\] {
    @media (width >= 1920px) {
      width: 18px !important;
      height: 18px !important;
    }
  }
  .xl\:\!size-\[24px\] {
    @media (width >= 1920px) {
      width: 24px !important;
      height: 24px !important;
    }
  }
  .xl\:\!size-\[25px\] {
    @media (width >= 1920px) {
      width: 25px !important;
      height: 25px !important;
    }
  }
  .xl\:\!size-\[48px\] {
    @media (width >= 1920px) {
      width: 48px !important;
      height: 48px !important;
    }
  }
  .xl\:size-\[24px\] {
    @media (width >= 1920px) {
      width: 24px;
      height: 24px;
    }
  }
  .xl\:h-\[12px\] {
    @media (width >= 1920px) {
      height: 12px;
    }
  }
  .xl\:h-\[68px\] {
    @media (width >= 1920px) {
      height: 68px;
    }
  }
  .xl\:w-\[16px\] {
    @media (width >= 1920px) {
      width: 16px;
    }
  }
  .xl\:w-\[200px\] {
    @media (width >= 1920px) {
      width: 200px;
    }
  }
  .xl\:w-\[248px\] {
    @media (width >= 1920px) {
      width: 248px;
    }
  }
  .xl\:gap-4 {
    @media (width >= 1920px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-\[28px\] {
    @media (width >= 1920px) {
      gap: 28px;
    }
  }
  .xl\:gap-\[80px\] {
    @media (width >= 1920px) {
      gap: 80px;
    }
  }
  .xl\:px-0 {
    @media (width >= 1920px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-\[35px\] {
    @media (width >= 1920px) {
      padding-inline: 35px;
    }
  }
  .xl\:px-\[40px\] {
    @media (width >= 1920px) {
      padding-inline: 40px;
    }
  }
  .xl\:px-\[80px\] {
    @media (width >= 1920px) {
      padding-inline: 80px;
    }
  }
  .xl\:px-\[180px\] {
    @media (width >= 1920px) {
      padding-inline: 180px;
    }
  }
  .xl\:pt-\[52px\] {
    @media (width >= 1920px) {
      padding-top: 52px;
    }
  }
  .xl\:pt-\[100px\] {
    @media (width >= 1920px) {
      padding-top: 100px;
    }
  }
  .xl\:pt-\[120px\] {
    @media (width >= 1920px) {
      padding-top: 120px;
    }
  }
  .xl\:pt-\[140px\] {
    @media (width >= 1920px) {
      padding-top: 140px;
    }
  }
  .xl\:pt-\[160px\] {
    @media (width >= 1920px) {
      padding-top: 160px;
    }
  }
  .xl\:pt-\[180px\] {
    @media (width >= 1920px) {
      padding-top: 180px;
    }
  }
  .xl\:pt-\[\@\(topSpacingDesktop\)px\] {
    @media (width >= 1920px) {
      padding-top: @(topSpacingDesktop)px;
    }
  }
  .xl\:pb-\[100px\] {
    @media (width >= 1920px) {
      padding-bottom: 100px;
    }
  }
  .xl\:pb-\[120px\] {
    @media (width >= 1920px) {
      padding-bottom: 120px;
    }
  }
  .xl\:pb-\[140px\] {
    @media (width >= 1920px) {
      padding-bottom: 140px;
    }
  }
  .xl\:pb-\[160px\] {
    @media (width >= 1920px) {
      padding-bottom: 160px;
    }
  }
  .xl\:pb-\[180px\] {
    @media (width >= 1920px) {
      padding-bottom: 180px;
    }
  }
  .xl\:pb-\[\@\(bottomSpacingDesktop\)px\] {
    @media (width >= 1920px) {
      padding-bottom: @(bottomSpacingDesktop)px;
    }
  }
  .xl\:pl-\[140px\] {
    @media (width >= 1920px) {
      padding-left: 140px;
    }
  }
  .xl\:text-\[18px\] {
    @media (width >= 1920px) {
      font-size: 18px;
    }
  }
  .xl\:text-\[24px\] {
    @media (width >= 1920px) {
      font-size: 24px;
    }
  }
  .xl\:leading-\[34px\] {
    @media (width >= 1920px) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .\32 xl\:p-8 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:px-\[140px\] {
    @media (width >= 96rem) {
      padding-inline: 140px;
    }
  }
  .print\:hidden {
    @media print {
      display: none;
    }
  }
  .prose-p\:mb-0\.5 {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: calc(var(--spacing) * 0.5);
    }
  }
  .\[\&_\*\]\:overflow-hidden {
    & * {
      overflow: hidden;
    }
  }
  .\[\&_\.js-floating-cards-stack\]\:md\:ml-auto {
    & .js-floating-cards-stack {
      @media (width >= 1024px) {
        margin-left: auto;
      }
    }
  }
  .\[\&_\.text-lupo-purple\]\:text-\[\#F7F6EF\] {
    & .text-lupo-purple {
      color: #F7F6EF;
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_a\]\:underline-offset-3 {
    & a {
      text-underline-offset: 3px;
    }
  }
  .\[\&_a\]\:transition-all {
    & a {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&_a\]\:hover\:decoration-transparent {
    & a {
      &:hover {
        @media (hover: hover) {
          text-decoration-color: transparent;
        }
      }
    }
  }
  .md\:\[\&_a\]\:underline-offset-4 {
    @media (width >= 1024px) {
      & a {
        text-underline-offset: 4px;
      }
    }
  }
  .\[\&\.field-validation-error\]\:block {
    &.field-validation-error {
      display: block;
    }
  }
  .\[\&\.input-validation-error\]\:border-\[\#E15241\] {
    &.input-validation-error {
      border-color: #E15241;
    }
  }
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide, .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom, .swiper-slide-shadow, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}
.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg), svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon), .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev, .swiper-button-next, ~ .swiper-button-prev, ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev, & ~ .swiper-button-prev, &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next, & ~ .swiper-button-next, &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev, & ~ .swiper-button-prev, &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon), .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon), .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev, .swiper-button-next, ~ .swiper-button-prev, ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon), .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon), .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &, &.swiper-pagination-disabled {
    display: none !important;
  }
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &, &.swiper-pagination-horizontal, .swiper-vertical > &.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &, &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &, &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &, &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img, > svg, > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}
.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top, .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top, .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
:root {
  --backdrop: hsl(0 0% 0% / 0.00);
  --radius: 0.5rem;
}
html {
  scrollbar-gutter: stable;
  text-wrap: pretty;
}
@supports not selector(::-webkit-scrollbar) {
  .c-subtle-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(255 255 255 / 0.25) transparent;
  }
}
@supports selector(::-webkit-scrollbar) {
  .c-subtle-scrollbar::-webkit-scrollbar {
    width: 8px;
  }
  .c-subtle-scrollbar::-webkit-scrollbar-track {
    background: transparent;
  }
  .c-subtle-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(255 255 255 / 0.25);
    border-radius: 4px;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    background-clip: padding-box;
  }
  .c-subtle-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255 255 255 / 0.45);
  }
}
.lupo-form-input {
  border: 1px solid transparent;
  border-bottom-color: #4D4D4D;
}
.lupo-form-input:focus {
  border-color: #4D4D4D;
}
.lupo-form-input:-webkit-autofill, .lupo-form-input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #141414 inset !important;
  -webkit-text-fill-color: white !important;
  border-color: #141414 !important;
  border-bottom-color: #4D4D4D !important;
  transition: background-color 0s 9999999s !important;
}
.lupo-form-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #141414 inset !important;
  -webkit-text-fill-color: white !important;
  border-color: #4D4D4D !important;
  transition: background-color 0s 9999999s !important;
}
@font-face {
  font-family: "CircularXX";
  src: url("/dist/fonts/CircularXX/CircularXX-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularXX";
  src: url("/dist/fonts/CircularXX/CircularXX-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularXX";
  src: url("/dist/fonts/CircularXX/CircularXX-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.prose {
  --tw-prose-body: inherit;
  max-width: none;
}
@layer components {
  summary {
    list-style: none;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  .js-alert-item:not(.hidden) ~ .js-alert-item {
    display: none;
  }
  .lupo-h1 {
    font-family: var(--font-circular);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.2px;
  }
  @media (min-width: 744px) {
    .lupo-h1 {
      font-size: 48px;
    }
  }
  @media (min-width: 1440px) {
    .lupo-h1 {
      font-size: 64px;
    }
  }
  @media (min-width: 1920px) {
    .lupo-h1 {
      font-size: 80px;
    }
  }
  .lupo-h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.64px;
  }
  @media (min-width: 1920px) {
    .lupo-h2 {
      font-size: 48px;
      letter-spacing: -0.64px;
    }
  }
  .lupo-h5 {
    font-family: var(--font-circular);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.2px;
  }
  @media (min-width: 1920px) {
    .lupo-h5 {
      font-size: 18px;
    }
  }
  .lupo-body-lg {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.2px;
  }
  @media (min-width: 1440px) {
    .lupo-body-lg {
      font-size: 20px;
    }
  }
  @media (min-width: 1920px) {
    .lupo-body-lg {
      font-size: 24px;
    }
  }
  .lupo-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.2px;
  }
  @media (min-width: 1920px) {
    .lupo-body {
      font-size: 18px;
    }
  }
  .lupo-body-sm {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.2px;
  }
  @media (min-width: 1920px) {
    .lupo-body-sm {
      font-size: 18px;
    }
  }
  .lupo-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
  .lupo-body-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.2px;
  }
  .c-lupo-button {
    display: inline-flex;
    height: 48px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: var(--color-lupo-black);
    padding-inline: 24px;
    padding-block: 16px;
    font-size: 14px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    @media (width >= 1365px) {
      height: 60px;
    }
    @media (width >= 1365px) {
      border-radius: 24px;
    }
    @media (width >= 1365px) {
      padding-inline: 40px;
    }
    @media (width >= 1365px) {
      font-size: 16px;
    }
    box-shadow: 0 0 3px 0 #fef5e9, 4px 4px 8px 0 rgba(149, 87, 225, 0.5), -4px -4px 8px 0 rgba(52, 162, 211, 0.5), 0 0 16px 8px rgba(46, 50, 126, 0.5);
  }
  .c-lupo-button:hover {
    box-shadow: 0 0 6px 0 #fef5e9, 6px 6px 12px 0 rgba(149, 87, 225, 0.65), -6px -6px 12px 0 rgba(52, 162, 211, 0.65), 0 0 24px 10px rgba(46, 50, 126, 0.6);
    transform: translateY(-1px);
  }
  .c-lupo-button-modal {
    display: inline-flex;
    height: 60px;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: var(--color-black);
    padding-inline: 40px;
    font-size: 16px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    box-shadow: 0 0 3px 0 #fef5e9, 4px 4px 8px 0 rgba(149, 87, 225, 0.5), -4px -4px 8px 0 rgba(52, 162, 211, 0.5), 0 0 16px 8px rgba(46, 50, 126, 0.5);
  }
  .c-lupo-button-modal:hover {
    box-shadow: 0 0 6px 0 #fef5e9, 6px 6px 12px 0 rgba(149, 87, 225, 0.65), -6px -6px 12px 0 rgba(52, 162, 211, 0.65), 0 0 24px 10px rgba(46, 50, 126, 0.6);
    transform: translateY(-1px);
  }
  .lupo-field-group:has(.input-validation-error) input, .lupo-field-group:has(.input-validation-error) textarea, .lupo-field-group:has(.input-validation-error) select {
    border-color: #e15241;
  }
  .lupo-field-warning-icon {
    display: none;
    position: absolute;
    right: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 640px) {
    .lupo-field-group:has(.input-validation-error) .lupo-field-warning-icon {
      display: block;
    }
  }
  .c-solid-button {
    display: inline-block;
    width: fit-content;
    border-radius: 0.25rem;
    background-color: #181813;
    padding-inline: 20px;
    padding-block: 12px;
    color: var(--color-white);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-500);
      }
    }
  }
  .c-solid-button-small {
    display: inline-block;
    width: fit-content;
    border-radius: 0.25rem;
    background-color: #181813;
    padding-inline: 14px;
    padding-block: 8px;
    color: var(--color-white);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-500);
      }
    }
  }
  .c-outlined-button {
    display: inline-block;
    width: fit-content;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #181813;
    padding-inline: 20px;
    padding-block: 12px;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .c-outlined-button-small {
    display: inline-block;
    width: fit-content;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #181813;
    padding-inline: 8px;
    padding-block: 2px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  details {
    position: relative;
    margin-inline: auto;
  }
  summary {
    position: relative;
    cursor: pointer;
  }
  details::details-content {
    display: block;
    block-size: 0;
    overflow: hidden;
    transition-property: block-size, content-visibility;
    transition-duration: 0.5s;
    transition-behavior: allow-discrete;
  }
  details[open]::details-content {
    block-size: auto;
    block-size: calc-size(auto, size);
  }
  h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
  }
  .glow-ribbon {
    position: absolute;
    pointer-events: none;
    will-change: transform;
    background-image: url('/images/ribbon.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .glow-ribbon--1 {
    width: 180vw;
    height: 200vw;
    top: 4%;
    left: -40%;
    filter: blur(50px);
    opacity: 100;
    transform: rotate(180deg) scaleX(-1);
  }
  @media screen and (min-width: 744px) {
    .glow-ribbon--1 {
      width: 100vw;
      top: 0%;
      left: 0%;
      filter: blur(120px);
    }
  }
  @media screen and (min-width: 1400px) {
    .glow-ribbon--1 {
      height: 100vw;
      width: 120vw;
      top: -5%;
      left: -20%;
    }
  }
  @media screen and (min-width: 1920px) {
    .glow-ribbon--1 {
      height: 100vw;
      width: 120vw;
      top: 5%;
      left: -20%;
    }
  }
  .glow-ribbon--2 {
    width: 100vw;
    height: 300vw;
    top: 22%;
    left: -20%;
    filter: blur(56px);
    opacity: 100;
    transform: rotate(10deg) scaleX(-1);
  }
  @media screen and (min-width: 744px) {
    .glow-ribbon--2 {
      width: 150vw;
      height: 100vw;
      top: 26%;
      left: -20%;
      filter: blur(86px);
      opacity: 100;
      transform: rotate(180deg) scaleX(-1);
    }
  }
  @media screen and (min-width: 1024px) {
    .glow-ribbon--2 {
      width: 120vw;
      height: 60vw;
      top: 36%;
    }
  }
  @media screen and (min-width: 1400px) {
    .glow-ribbon--2 {
      top: 30%;
      transform: rotate(150deg) scaleX(-1);
    }
  }
  @media screen and (min-width: 2400px) {
    .glow-ribbon--2 {
      width: 180vw;
      height: 100vw;
      transform: rotate(160deg) scaleX(-1);
    }
  }
  .glow-ribbon--3 {
    width: 130vw;
    height: 500vw;
    top: 38%;
    left: 0%;
    filter: blur(80px);
    opacity: 100;
    transform: rotate(10deg);
  }
  @media screen and (min-width: 744px) {
    .glow-ribbon--3 {
      width: 130vw;
      height: 300vw;
      top: 32%;
    }
  }
  @media screen and (min-width: 1024px) {
    .glow-ribbon--3 {
      width: 160vw;
      height: 107vw;
      top: 45%;
      left: -38%;
      filter: blur(110px);
      transform: rotate(180deg);
    }
  }
  @media screen and (min-width: 1400px) {
    .glow-ribbon--3 {
      width: 160vw;
      height: 107vw;
      top: 46%;
      left: -38%;
    }
  }
  .glow-ribbon--4 {
    width: 200vw;
    height: 200vw;
    bottom: -2%;
    left: -20%;
    filter: blur(88px);
    opacity: 100;
    transform: rotate(180deg) scaleX(-1);
  }
  @media screen and (min-width: 744px) {
    .glow-ribbon--4 {
      width: 140vw;
      height: 100vw;
      bottom: -7%;
      left: -50%;
    }
  }
  @media screen and (min-width: 1400px) {
    .glow-ribbon--4 {
      bottom: -16%;
      transform: rotate(190deg) scaleX(-1);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .glow-orb {
      animation: none;
    }
  }
}
@layer utilities {
  [v-cloak] {
    display: none;
  }
  .skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    height: 1px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    text-decoration: underline;
    top: 1rem;
    left: 1rem;
    width: 1px;
    z-index: 999;
    &:focus {
      clip: auto;
      height: auto;
      overflow: visible;
      width: auto;
    }
  }
  .hover-effect-1 {
    --hover-effect-color: #cccccc;
    position: relative;
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--hover-effect-color);
    --tw-gradient-from-position: 50%;
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
    --tw-gradient-via-position: 50%;
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 100%;
    background-size: 200% 100%;
    background-position: -100%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      bottom: -1px;
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      height: 2px;
    }
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      background-color: var(--hover-effect-color);
    }
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &:hover {
      @media (hover: hover) {
        background-position: 0%;
      }
    }
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .hover-effect-2 {
    --hover-effect-color: #cccccc;
    --b: 0.2rem;
    color: transparent;
    padding-block: var(--b);
    background: linear-gradient(var(--hover-effect-color) 50%,#fff 0) 0% calc(100% - var(--_p,0%))/100% 200%, linear-gradient(var(--hover-effect-color) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
    -webkit-background-clip: text,padding-box;
    background-clip: text,padding-box;
    transition: .3s var(--_s,0s) ease-in-out,background-size .3s calc(.3s - var(--_s,0s));
    &:hover {
      --_p: 100%;
      --_s: .3s;
    }
  }
  .hover-effect-3 {
    --hover-effect-color: #cccccc;
    --b: calc(1rem / 16 * 3);
    --d: calc(1rem / 16 * 10);
    --_s: calc(var(--d) + var(--b));
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid transparent;
    border-width: var(--b) var(--b) var(--_s) var(--_s);
    background: conic-gradient(at left var(--d) bottom var(--d), #0000 90deg, rgb(255 255 255 /0.3) 0 225deg,rgb(255 255 255 /0.6) 0) border-box, conic-gradient(at left var(--_s) bottom var(--_s), #0000 90deg,var(--hover-effect-color) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b)) border-box;
    transform: translate(calc(var(--d)/-1),var(--d));
    clip-path: polygon( var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)) );
    transition: 0.5s, color 0.5s;
    .hover-effect-3:hover {
      color: var(--hover-effect-color);
      transform: translate(0,0);
      clip-path: polygon( 0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100% );
    }
  }
  [data-glow] {
    --border-size: calc(var(--border, 2) * 1px);
    --spotlight-size: calc(var(--size, 200) * 1px);
    --hue: calc(var(--base) + (var(--xp, 0) * var(--spread, 0)));
    --border-light-opacity: 0.8;
    background-image: radial-gradient( var(--spotlight-size) var(--spotlight-size) at calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px), hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--bg-spot-opacity, 0.1)), transparent );
    background-color: var(--backdrop, transparent);
    background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
    background-position: 50% 50%;
    background-attachment: fixed;
    border: var(--border-size) solid var(--backup-border);
    position: relative;
  }
  [data-glow]::before, [data-glow]::after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: calc(var(--border-size) * -1);
    border: var(--border-size) solid transparent;
    border-radius: calc(var(--radius) * 1px);
    background-attachment: fixed;
    background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
    background-repeat: no-repeat;
    background-position: 50% 50%;
    mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
    mask-clip: padding-box, border-box;
    mask-composite: intersect;
  }
  [data-glow]::before {
    background-image: radial-gradient( calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px), hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 50) * 1%) / var(--border-spot-opacity, 1)), transparent 100% );
    z-index: 2;
    filter: brightness(2);
  }
  [data-glow]::after {
    background-image: radial-gradient( calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px), hsl(0 100% 100% / var(--border-light-opacity, 1)), transparent 100% );
    z-index: 2;
  }
  [data-glow] [data-glow] {
    position: absolute;
    inset: 0;
    will-change: filter;
  }
  [data-glow] > [data-glow] {
    border-radius: calc(var(--radius) * 1px);
    border-width: calc(var(--border-size) * 20);
    filter: blur(calc(var(--border-size) * 10));
    background: none;
    pointer-events: none;
  }
  [data-glow] > [data-glow]::before {
    inset: -10px;
    border-width: 10px;
  }
  [data-glow] [data-glow] {
    border: none;
  }
}
.js-floating-cards-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 1rem;
}
.js-floating-cards-swiper .swiper-pagination-bullet {
  transition: width 0.2s ease;
}
.js-floating-cards-swiper .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 9999px;
}
.tiptap p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.tiptap h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.tiptap h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.tiptap a {
  text-decoration: underline;
}
.tiptap.privacy-policy a {
  color: #9557E1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.tiptap.privacy-policy a:hover {
  opacity: 0.8;
}
.tiptap ul {
  list-style: none;
  padding-left: 8px;
  margin-bottom: 12px;
}
.tiptap ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 4px;
}
.tiptap li p {
  margin-bottom: 0;
  line-height: 1.3;
}
.tiptap ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}
