/*! tailwindcss v4.3.0 | 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: 'Geist Mono', 'JetBrains Mono', monospace;
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-neutral-50: #f5f9fc;
    --color-neutral-100: #edf4f9;
    --color-neutral-200: #dceaf3;
    --color-neutral-300: #c4d8e5;
    --color-neutral-500: #78909c;
    --color-neutral-700: #546e7a;
    --color-neutral-800: #455a64;
    --color-neutral-900: #37474f;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: clamp(0.75rem, 0.7rem + 0.2vw, 0.8rem);
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: clamp(0.85rem, 0.8rem + 0.3vw, 0.95rem);
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: clamp(1.05rem, 1rem + 0.4vw, 1.2rem);
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: clamp(1.2rem, 1.1rem + 0.6vw, 1.45rem);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: clamp(1.6rem, 1.4rem + 1.2vw, 2rem);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: clamp(2rem, 1.7rem + 2vw, 2.75rem);
    --text-4xl: clamp(2.4rem, 2rem + 2.5vw, 3.5rem);
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.03em;
    --tracking-wide: 0.08em;
    --leading-tight: 1.2;
    --leading-snug: 1.375;
    --leading-normal: 1.45;
    --leading-relaxed: 1.7;
    --radius-xs: 0.375rem;
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1.125rem;
    --radius-xl: 1.625rem;
    --radius-2xl: 1rem;
    --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.03);
    --shadow-md: 0 10px 30px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 24px 64px rgba(15, 23, 42, 0.12),
    0  4px 16px rgba(15, 23, 42, 0.06);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-success: #16a34a;
    --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
    --font-heading: 'Sora', system-ui, -apple-system, sans-serif;
    --font-display: var(--font-heading);
    --text-md: clamp(0.95rem, 0.9rem + 0.3vw, 1.05rem);
    --leading-none: 1;
    --font-weight-regular: 400;
    --shadow-focus: 0 0 0 4px rgba(79, 79, 196, 0.18);
    --radius-pill: 999px;
    --radius-full: 9999px;
    --border-width-subtle: 1px;
    --border-width-default: 1px;
    --border-width-strong: 2px;
    --outline-color: rgba(79, 79, 196, 0.38);
    --outline-width: 2px;
    --outline-offset: 2px;
    --gj-reveal-duration: .45s;
    --gj-reveal-easing: ease-in-out;
    --gj-reveal-distance: 45px;
    --gj-reveal-delay-base: .3s;
    --gj-reveal-delay-1: .5s;
    --gj-reveal-delay-2: .7s;
    --gj-reveal-delay-3: .9s;
    --gj-reveal-delay-4: 1.1s;
  }
}
@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 {
  .beam {
    position: relative;
    &::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      border-radius: inherit;
      padding: var(--beam-width, 1px);
      background: conic-gradient( from var(--gj-beam-angle), var(--beam-to, var(--gj-brand, #1e88e5)) 0deg, var(--beam-from, var(--gj-accent, #f59e0b)) calc(var(--beam-size, 70deg) * 0.55), transparent var(--beam-size, 70deg), transparent 360deg );
      mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
      mask-composite: exclude;
      -webkit-mask-composite: xor;
      animation: gj-beam-spin var(--beam-duration, 6s) linear infinite;
      animation-delay: var(--beam-delay, 0s);
    }
  }
  .beam-dual {
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      border-radius: inherit;
      padding: var(--beam-width, 1px);
      background: conic-gradient( from var(--gj-beam-angle), var(--beam-alt-to, var(--gj-accent, #f59e0b)) 0deg, var(--beam-alt-from, var(--gj-brand, #1e88e5)) calc(var(--beam-size, 70deg) * 0.55), transparent var(--beam-size, 70deg), transparent 360deg );
      mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
      mask-composite: exclude;
      -webkit-mask-composite: xor;
      animation: gj-beam-spin var(--beam-duration, 6s) linear infinite;
      animation-delay: calc(var(--beam-delay, 0s) - var(--beam-duration, 6s) / 2);
    }
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-7 {
    margin: calc(var(--spacing) * 7);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .m-9 {
    margin: calc(var(--spacing) * 9);
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-7 {
    margin-inline: calc(var(--spacing) * 7);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-9 {
    margin-inline: calc(var(--spacing) * 9);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .min-h-\[calc\(100vh-var\(--ui-header-h\)\)\] {
    min-height: calc(100vh - var(--ui-header-h));
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-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-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-\[38px\] {
    font-size: 38px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .text-\(--ui-text\) {
    color: var(--ui-text);
  }
  .text-\(--ui-text-muted\) {
    color: var(--ui-text-muted);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-md {
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(15, 23, 42, 0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .beam-reverse {
    &::after {
      animation-direction: reverse;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:size-16 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 16);
      height: calc(var(--spacing) * 16);
    }
  }
  .sm\:min-h-24 {
    @media (width >= 40rem) {
      min-height: calc(var(--spacing) * 24);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 48rem) {
      order: 3;
    }
  }
  .md\:order-4 {
    @media (width >= 48rem) {
      order: 4;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-9 {
    @media (width >= 48rem) {
      grid-column: span 9 / span 9;
    }
  }
  .md\:col-span-10 {
    @media (width >= 48rem) {
      grid-column: span 10 / span 10;
    }
  }
  .md\:col-span-11 {
    @media (width >= 48rem) {
      grid-column: span 11 / span 11;
    }
  }
  .md\:col-span-12 {
    @media (width >= 48rem) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:max-w-\[700px\] {
    @media (width >= 48rem) {
      max-width: 700px;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:border {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .md\:border-s {
    @media (width >= 48rem) {
      border-inline-start-style: var(--tw-border-style);
      border-inline-start-width: 1px;
    }
  }
  .md\:border-e {
    @media (width >= 48rem) {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 1px;
    }
  }
  .md\:border-t {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .md\:border-b {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:max-lg\:hidden {
    @media (width >= 48rem) {
      @media (width < 64rem) {
        display: none;
      }
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:order-3 {
    @media (width >= 64rem) {
      order: 3;
    }
  }
  .lg\:order-4 {
    @media (width >= 64rem) {
      order: 4;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 64rem) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:col-span-10 {
    @media (width >= 64rem) {
      grid-column: span 10 / span 10;
    }
  }
  .lg\:col-span-11 {
    @media (width >= 64rem) {
      grid-column: span 11 / span 11;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 64rem) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:self-center {
    @media (width >= 64rem) {
      align-self: center;
    }
  }
  .lg\:self-end {
    @media (width >= 64rem) {
      align-self: flex-end;
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:rounded {
    @media (width >= 64rem) {
      border-radius: 0.25rem;
    }
  }
  .lg\:border {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:border-s {
    @media (width >= 64rem) {
      border-inline-start-style: var(--tw-border-style);
      border-inline-start-width: 1px;
    }
  }
  .lg\:border-e {
    @media (width >= 64rem) {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 1px;
    }
  }
  .lg\:border-t {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .lg\:border-b {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:shadow-md {
    @media (width >= 64rem) {
      --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(15, 23, 42, 0.08));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-8\/12 {
    @media (width >= 80rem) {
      width: calc(8 / 12 * 100%);
    }
  }
}
:root {
  --gj-surface: #ffffff;
  --gj-surface-strong: #fafafa;
  --gj-surface-hover: #f2f2f2;
  --gj-surface-active: #e3f2fd;
  --gj-surface-code: #f7f7f7;
  --gj-surface-input: #ffffff;
  --gj-surface-input-hover: #fafafa;
  --gj-text: #1d1d1d;
  --gj-text-muted: #3e3e3e;
  --gj-text-soft: #6e6e6e;
  --gj-text-disabled: #b0b0b0;
  --gj-text-inverse: #ffffff;
  --gj-text-heading: #1d1d1d;
  --gj-border: #e5e5e5;
  --gj-border-strong: #c7c7c7;
  --gj-border-code: #d9d9d9;
  --gj-border-input: #d9d9d9;
  --gj-border-input-hover: #d9d9d9;
  --gj-border-input-focus: var(--gj-brand);
  --gj-brand: #1e88e5;
  --gj-brand-hover: #1976d2;
  --gj-brand-surface: #e3f2fd;
  --gj-brand-muted: rgba(30, 136, 229, 0.08);
  --gj-accent: #f59e0b;
  --gj-accent-hover: #d97706;
  --gj-accent-surface: #fef3c7;
  --gj-accent-muted: rgba(245, 158, 11, 0.08);
  --gj-highlight: #1e88e5;
  --gj-highlight-bg: #f4f9fc;
  --gj-highlight-text: #1565c0;
  --gj-toptitle-text: #1e88e5;
  --gj-toptitle-bg: #e3f2fd;
  --gj-toptitle-border: #90caf9;
  --gj-toptitle-color: #1565c0;
  --gj-overlay: rgba(0, 0, 0, 0.45);
  --gj-overlay-soft: rgba(0, 0, 0, 0.20);
  --gj-modal-bg: #ffffff;
  --gj-modal-border: #e5e5e5;
  --gj-modal-shadow: 0 8px 40px rgba(0, 0, 0, 0.10),
    0 2px  8px rgba(0, 0, 0, 0.05);
  --gj-success: #16a34a;
  --gj-success-bg: #f0fdf4;
  --gj-success-border: #86efac;
  --gj-success-text: #15803d;
  --gj-warning: #d97706;
  --gj-warning-bg: #fffbeb;
  --gj-warning-border: #fcd34d;
  --gj-warning-text: #b45309;
  --gj-danger: #dc2626;
  --gj-danger-bg: #fff1f2;
  --gj-danger-border: #fecdd3;
  --gj-danger-text: #b91c1c;
  --gj-info: #1e88e5;
  --gj-info-bg: #f7f7f7;
  --gj-info-border: #f7f7f7;
  --gj-info-text: #1d1d1d;
  --gj-code-kw: #d1242f;
  --gj-code-str: #0a7343;
  --gj-code-cm: #6e6e6e;
  --gj-code-fn: #0550ae;
  --gj-code-num: #953800;
  --gj-scrolled-bg: rgba(255, 255, 255, 0.88);
  --gj-scrolled-border: #e5e5e5;
  --gj-scrolled-backdrop: blur(20px) saturate(180%);
  --gj-card-shadow: 0 1px 3px rgba(0, 0, 0, 0.05),
    0 1px 2px rgba(0, 0, 0, 0.03);
  --gj-card-shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.08),
    0 2px  4px rgba(0, 0, 0, 0.05);
  --gj-sidebar-accent: inset 2px 0 0 #1e88e5;
  --gj-sidebar-dot: #6e6e6e;
}
.dark {
  --gj-surface: #1d1d1d;
  --gj-surface-strong: #222222;
  --gj-surface-hover: #303030;
  --gj-surface-active: #0d2a45;
  --gj-surface-code: #2c2c2c;
  --gj-surface-input: #1d1d1d;
  --gj-surface-input-hover: #222222;
  --gj-text: #ffffff;
  --gj-text-muted: #909090;
  --gj-text-soft: #636363;
  --gj-text-disabled: #4a4a4a;
  --gj-text-inverse: #1d1d1d;
  --gj-text-heading: #ffffff;
  --gj-border: #393939;
  --gj-border-strong: #555555;
  --gj-border-code: #434343;
  --gj-border-input: #555555;
  --gj-border-input-hover: #555555;
  --gj-border-input-focus: var(--gj-brand);
  --gj-brand: #64b5f6;
  --gj-brand-hover: #90caf9;
  --gj-brand-surface: #0d2a45;
  --gj-brand-muted: rgba(100, 181, 246, 0.15);
  --gj-accent: #fbbf24;
  --gj-accent-hover: #fcd34d;
  --gj-accent-surface: #45330a;
  --gj-accent-muted: rgba(251, 191, 36, 0.15);
  --gj-highlight: #64b5f6;
  --gj-highlight-bg: #0d2a45;
  --gj-highlight-text: #bbdefb;
  --gj-toptitle-text: #bbdefb;
  --gj-toptitle-bg: #0d2a45;
  --gj-toptitle-border: #1565c0;
  --gj-toptitle-color: #bbdefb;
  --gj-overlay: rgba(0, 0, 0, 0.65);
  --gj-overlay-soft: rgba(0, 0, 0, 0.40);
  --gj-modal-bg: #222222;
  --gj-modal-border: #434343;
  --gj-modal-shadow: 0 8px 40px rgba(0, 0, 0, 0.50);
  --gj-success: #4ade80;
  --gj-success-bg: #052e16;
  --gj-success-border: #166534;
  --gj-success-text: #bbf7d0;
  --gj-warning: #fbbf24;
  --gj-warning-bg: #1c1500;
  --gj-warning-border: #92400e;
  --gj-warning-text: #fef3c7;
  --gj-danger: #fb7185;
  --gj-danger-bg: #2d0a13;
  --gj-danger-border: #9f1239;
  --gj-danger-text: #fecdd3;
  --gj-info: #64b5f6;
  --gj-info-bg: #0d2a45;
  --gj-info-border: #1565c0;
  --gj-info-text: #bbdefb;
  --gj-code-kw: #f47067;
  --gj-code-str: #57ab5a;
  --gj-code-cm: #636363;
  --gj-code-fn: #6cb6ff;
  --gj-code-num: #f69d50;
  --gj-scrolled-bg: rgba(29, 29, 29, 0.88);
  --gj-scrolled-border: #393939;
  --gj-scrolled-backdrop: blur(20px) saturate(180%);
  --gj-card-shadow: 0 1px 4px rgba(0, 0, 0, 0.30);
  --gj-card-shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.50);
  --gj-sidebar-accent: inset 2px 0 0 #64b5f6;
  --gj-sidebar-dot: #636363;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) {
    --gj-surface: #1d1d1d;
    --gj-surface-strong: #222222;
    --gj-surface-hover: #303030;
    --gj-surface-active: #0d2a45;
    --gj-surface-code: #2c2c2c;
    --gj-surface-input: #1d1d1d;
    --gj-surface-input-hover: #222222;
    --gj-text: #ffffff;
    --gj-text-muted: #909090;
    --gj-text-soft: #636363;
    --gj-text-disabled: #4a4a4a;
    --gj-text-inverse: #1d1d1d;
    --gj-text-heading: #ffffff;
    --gj-border: #393939;
    --gj-border-strong: #555555;
    --gj-border-code: #434343;
    --gj-border-input: #555555;
    --gj-border-input-hover: #555555;
    --gj-border-input-focus: var(--gj-brand);
    --gj-brand: #64b5f6;
    --gj-brand-hover: #90caf9;
    --gj-brand-surface: #0d2a45;
    --gj-brand-muted: rgba(100, 181, 246, 0.15);
    --gj-accent: #fbbf24;
    --gj-accent-hover: #fcd34d;
    --gj-accent-surface: #45330a;
    --gj-accent-muted: rgba(251, 191, 36, 0.15);
    --gj-highlight: #64b5f6;
    --gj-highlight-bg: #0d2a45;
    --gj-highlight-text: #bbdefb;
    --gj-toptitle-text: #bbdefb;
    --gj-toptitle-bg: #0d2a45;
    --gj-toptitle-border: #1565c0;
    --gj-toptitle-color: #bbdefb;
    --gj-overlay: rgba(0, 0, 0, 0.65);
    --gj-overlay-soft: rgba(0, 0, 0, 0.40);
    --gj-modal-bg: #222222;
    --gj-modal-border: #434343;
    --gj-modal-shadow: 0 8px 40px rgba(0, 0, 0, 0.50);
    --gj-success: #4ade80;
    --gj-success-bg: #052e16;
    --gj-success-border: #166534;
    --gj-success-text: #bbf7d0;
    --gj-warning: #fbbf24;
    --gj-warning-bg: #1c1500;
    --gj-warning-border: #92400e;
    --gj-warning-text: #fef3c7;
    --gj-danger: #fb7185;
    --gj-danger-bg: #2d0a13;
    --gj-danger-border: #9f1239;
    --gj-danger-text: #fecdd3;
    --gj-info: #64b5f6;
    --gj-info-bg: #0d2a45;
    --gj-info-border: #1565c0;
    --gj-info-text: #bbdefb;
    --gj-code-kw: #f47067;
    --gj-code-str: #57ab5a;
    --gj-code-cm: #636363;
    --gj-code-fn: #6cb6ff;
    --gj-code-num: #f69d50;
    --gj-scrolled-bg: rgba(29, 29, 29, 0.88);
    --gj-scrolled-border: #393939;
    --gj-scrolled-backdrop: blur(20px) saturate(180%);
    --gj-card-shadow: 0 1px 4px rgba(0, 0, 0, 0.30);
    --gj-card-shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.50);
    --gj-sidebar-accent: inset 2px 0 0 #64b5f6;
    --gj-sidebar-dot: #636363;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sora-v17-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/sora-v17-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/sora-v17-latin-800.woff2') format('woff2');
}
:root {
  --gj-container-max: 1440px;
  --gj-container-pad: 24px;
  --gj-component-margin-block: 64px;
}
@media (prefers-reduced-motion: reduce) {
  :root {
    --gj-reveal-duration: 0s;
  }
}
.gj-layout-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gj-layout-col {
  grid-column: span var(--gj-layout-col-m, 12);
  min-width: 0;
}
.gj-layout-col--m-1 {
  --gj-layout-col-m: 1;
}
.gj-layout-col--m-2 {
  --gj-layout-col-m: 2;
}
.gj-layout-col--m-3 {
  --gj-layout-col-m: 3;
}
.gj-layout-col--m-4 {
  --gj-layout-col-m: 4;
}
.gj-layout-col--m-5 {
  --gj-layout-col-m: 5;
}
.gj-layout-col--m-6 {
  --gj-layout-col-m: 6;
}
.gj-layout-col--m-7 {
  --gj-layout-col-m: 7;
}
.gj-layout-col--m-8 {
  --gj-layout-col-m: 8;
}
.gj-layout-col--m-9 {
  --gj-layout-col-m: 9;
}
.gj-layout-col--m-10 {
  --gj-layout-col-m: 10;
}
.gj-layout-col--m-11 {
  --gj-layout-col-m: 11;
}
.gj-layout-col--m-12 {
  --gj-layout-col-m: 12;
}
.gj-layout-grid--align-top {
  align-items: start;
}
.gj-layout-grid--align-middle {
  align-items: center;
}
.gj-layout-grid--align-bottom {
  align-items: end;
}
@media (max-width: 767px) {
  .gj-layout-col--m-hidden {
    display: none;
  }
  .gj-layout-grid--reverse-mobile-2 .gj-layout-col--index-1 {
    order: 2;
  }
  .gj-layout-grid--reverse-mobile-2 .gj-layout-col--index-2 {
    order: 1;
  }
  .gj-layout-grid--reverse-mobile-3 .gj-layout-col--index-1 {
    order: 3;
  }
  .gj-layout-grid--reverse-mobile-3 .gj-layout-col--index-2 {
    order: 2;
  }
  .gj-layout-grid--reverse-mobile-3 .gj-layout-col--index-3 {
    order: 1;
  }
  .gj-layout-grid--reverse-mobile-4 .gj-layout-col--index-1 {
    order: 4;
  }
  .gj-layout-grid--reverse-mobile-4 .gj-layout-col--index-2 {
    order: 3;
  }
  .gj-layout-grid--reverse-mobile-4 .gj-layout-col--index-3 {
    order: 2;
  }
  .gj-layout-grid--reverse-mobile-4 .gj-layout-col--index-4 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .gj-layout-col {
    grid-column: span var(--gj-layout-col-t, var(--gj-layout-col-m, 12));
  }
  .gj-layout-col--t-1 {
    --gj-layout-col-t: 1;
  }
  .gj-layout-col--t-2 {
    --gj-layout-col-t: 2;
  }
  .gj-layout-col--t-3 {
    --gj-layout-col-t: 3;
  }
  .gj-layout-col--t-4 {
    --gj-layout-col-t: 4;
  }
  .gj-layout-col--t-5 {
    --gj-layout-col-t: 5;
  }
  .gj-layout-col--t-6 {
    --gj-layout-col-t: 6;
  }
  .gj-layout-col--t-7 {
    --gj-layout-col-t: 7;
  }
  .gj-layout-col--t-8 {
    --gj-layout-col-t: 8;
  }
  .gj-layout-col--t-9 {
    --gj-layout-col-t: 9;
  }
  .gj-layout-col--t-10 {
    --gj-layout-col-t: 10;
  }
  .gj-layout-col--t-11 {
    --gj-layout-col-t: 11;
  }
  .gj-layout-col--t-12 {
    --gj-layout-col-t: 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gj-layout-col--t-hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .gj-layout-col {
    grid-column: span var(--gj-layout-col-d, var(--gj-layout-col-t, var(--gj-layout-col-m, 12)));
  }
  .gj-layout-col--d-1 {
    --gj-layout-col-d: 1;
  }
  .gj-layout-col--d-2 {
    --gj-layout-col-d: 2;
  }
  .gj-layout-col--d-3 {
    --gj-layout-col-d: 3;
  }
  .gj-layout-col--d-4 {
    --gj-layout-col-d: 4;
  }
  .gj-layout-col--d-5 {
    --gj-layout-col-d: 5;
  }
  .gj-layout-col--d-6 {
    --gj-layout-col-d: 6;
  }
  .gj-layout-col--d-7 {
    --gj-layout-col-d: 7;
  }
  .gj-layout-col--d-8 {
    --gj-layout-col-d: 8;
  }
  .gj-layout-col--d-9 {
    --gj-layout-col-d: 9;
  }
  .gj-layout-col--d-10 {
    --gj-layout-col-d: 10;
  }
  .gj-layout-col--d-11 {
    --gj-layout-col-d: 11;
  }
  .gj-layout-col--d-12 {
    --gj-layout-col-d: 12;
  }
  .gj-layout-col--d-hidden {
    display: none;
  }
}
.gj-content-area {
  font-family: var(--font-body);
}
.gj-content-area h1 {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: 500;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--gj-text-heading);
  margin: 0 0 8px;
}
.gj-content-area h2 {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 500;
  line-height: var(--leading-normal);
  letter-spacing: -0.01em;
  color: var(--gj-text-heading);
  margin: 48px 0 16px;
  border-top: 1px solid var(--gj-border);
  padding-top: 32px;
}
.gj-content-area h2:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 28px;
}
.gj-content-area h3 {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: 500;
  line-height: var(--leading-normal);
  color: var(--gj-text-heading);
  margin: 28px 0 10px;
}
.gj-content-area p {
  color: var(--gj-text-muted);
  line-height: var(--leading-relaxed);
  margin-bottom: 16px;
}
.gj-content-area a {
  color: var(--gj-brand);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--gj-brand-muted);
  transition: text-decoration-color 0.15s;
}
.gj-content-area a:hover {
  text-decoration-color: var(--gj-brand);
}
.gj-content-area strong {
  color: var(--gj-text);
  font-weight: var(--font-weight-semibold);
}
.gj-content-area em {
  font-style: italic;
  color: var(--gj-text-muted);
}
.gj-content-area hr {
  border: none;
  border-top: 1px solid var(--gj-border);
  margin: 32px 0;
}
.gj-content-area code {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  background: var(--gj-surface-code);
  border: 1px solid var(--gj-border-code);
  border-radius: var(--radius-xs);
  padding: 2px 5px;
  color: var(--gj-brand);
}
.gj-multimedia {
  border-radius: 1rem;
  overflow: hidden;
}
.gj-toptitle {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--gj-brand);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}
.gj-header {
  font-family: var(--font-heading);
}
.gj-content-area ul, .gj-content-area ol {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.gj-content-area li {
  color: var(--gj-text-muted);
  line-height: var(--leading-relaxed);
  margin-bottom: 6px;
}
.gj-content-area ul:not(.gj-checklist) li {
  padding-left: 20px;
  position: relative;
}
.gj-content-area ul:not(.gj-checklist) li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gj-text-soft);
  flex-shrink: 0;
}
.gj-content-area ul:not(.gj-checklist) ul li::before {
  background: transparent;
  border: 1.5px solid var(--gj-text-soft);
}
.gj-content-area ol {
  counter-reset: ol-counter;
}
.gj-content-area ol li {
  padding-left: 28px;
  position: relative;
  counter-increment: ol-counter;
}
.gj-content-area ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gj-brand-surface);
  color: var(--gj-brand);
  font-size: 11px;
  font-weight: var(--font-weight-semibold);
  line-height: 20px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
:root {
  --icon-check: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z'/%3E%3C/svg%3E");
}
.gj-content-area ul.gj-checklist li {
  padding-left: 26px;
  position: relative;
}
.gj-content-area ul.gj-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 17px;
  height: 17px;
  background-color: var(--gj-success);
  mask-image: var(--icon-check);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--icon-check);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.gj-content-area .gj-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 16px 0 24px;
  -webkit-overflow-scrolling: touch;
}
.gj-content-area .gj-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
}
.gj-content-area .gj-table th {
  text-align: left;
  padding: 9px 14px;
  border-bottom: 1.5px solid var(--gj-border);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--gj-text);
  background: var(--gj-surface-strong);
}
.gj-content-area .gj-table th:first-child {
  border-radius: var(--radius-sm) 0 0 0;
}
.gj-content-area .gj-table th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}
.gj-content-area .gj-table td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--gj-border);
  color: var(--gj-text-muted);
  vertical-align: top;
  line-height: var(--leading-normal);
}
.gj-content-area .gj-table tr:last-child td {
  border-bottom: none;
}
.gj-content-area .gj-table tr:hover td {
  background: var(--gj-surface-strong);
}
@media (max-width: 768px) {
  .gj-content-area .gj-table {
    min-width: 600px;
  }
}
:root {
  --acc-bg: var(--gj-surface);
  --acc-border: var(--gj-border);
  --acc-radius: var(--radius-sm);
  --acc-trig-color: var(--gj-text);
  --acc-trig-bg: var(--gj-surface);
  --acc-trig-bg-hover: var(--gj-surface-strong);
  --acc-trig-color-open: var(--gj-brand);
  --acc-body-bg: var(--gj-surface);
  --acc-body-color: var(--gj-text-muted);
  --acc-icon-color: var(--gj-text-soft);
  --acc-icon-color-open: var(--gj-brand);
  --acc-icon-arrow: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
}
.gj-accordion, .gj-accordion--faq {
  margin: 16px 0;
}
.gj-acc-item {
  border-bottom: 1px solid var(--acc-border);
}
.gj-acc-item:last-child {
  border-bottom: none;
}
.gj-acc-trig {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  font-size: var(--text-md);
  font-weight: var(--font-weight-medium);
  color: var(--acc-trig-color);
  background: var(--acc-trig-bg);
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: background 0.12s, color 0.12s;
}
.gj-acc-trig:hover {
  background: var(--acc-trig-bg-hover);
}
.gj-acc-item.is-open > .gj-acc-trig {
  color: var(--acc-trig-color-open);
}
.gj-acc-body {
  overflow: hidden;
  max-height: 0;
  padding: 0 18px;
  font-size: var(--text-md);
  color: var(--acc-body-color);
  line-height: var(--leading-relaxed);
  background: var(--acc-body-bg);
  opacity: 0;
  transition: max-height 0.32s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease;
}
.gj-acc-item.is-open > .gj-acc-body {
  padding-bottom: 16px;
  opacity: 1;
}
.gj-acc-title {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
}
.gj-acc-title-marker {
  flex: 0 0 auto;
}
.gj-acc-media {
  margin-block: 16px;
}
.gj-acc-layout {
  display: grid;
  gap: 24px;
}
.gj-acc-float {
  max-width: min(100%, 420px);
  margin-block: 0 16px;
}
.gj-acc-float--left {
  float: left;
  margin-right: 24px;
}
.gj-acc-float--right {
  float: right;
  margin-left: 24px;
}
@media (min-width: 768px) {
  .gj-acc-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
  .gj-acc-layout--media-column-right > .gj-acc-media {
    order: 2;
  }
}
@media (max-width: 767px) {
  .gj-acc-float {
    float: none;
    max-width: none;
    margin-inline: 0;
  }
}
.gj-accordion {
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  overflow: hidden;
  background: var(--acc-bg);
}
.gj-accordion .gj-acc-item:last-child {
  border-bottom: none;
}
.gj-accordion .gj-acc-trig::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: var(--acc-icon-color);
  mask-image: var(--acc-icon-arrow);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--acc-icon-arrow);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.12s;
}
.gj-accordion .gj-acc-item.is-open > .gj-acc-trig::after {
  transform: rotate(180deg);
  background-color: var(--acc-icon-color-open);
}
.gj-accordion--faq {
  border: none;
  background: transparent;
}
.gj-accordion--faq .gj-acc-item {
  border-bottom: 1px solid var(--acc-border);
}
.gj-accordion--faq .gj-acc-item:first-child {
  border-top: 1px solid var(--acc-border);
}
.gj-accordion--faq .gj-acc-trig {
  background: none;
  padding: 16px 4px;
  font-size: var(--text-lg);
  font-weight: var(--font-weight-medium);
}
.gj-accordion--faq .gj-acc-trig:hover {
  background: none;
  color: var(--gj-brand);
}
.gj-accordion--faq .gj-acc-trig::after {
  content: "+";
  flex-shrink: 0;
  font-size: 22px;
  font-weight: var(--font-weight-regular);
  color: var(--acc-icon-color);
  line-height: 1;
  transition: color 0.15s;
  margin-left: auto;
}
.gj-accordion--faq .gj-acc-item.is-open > .gj-acc-trig::after {
  content: "−";
  color: var(--acc-icon-color-open);
}
.gj-accordion--faq .gj-acc-body {
  padding: 0;
  background: none;
}
.gj-accordion--faq .gj-acc-item.is-open > .gj-acc-body {
  padding-bottom: 16px;
}
:root {
  --alert-info-bg: var(--gj-info-bg);
  --alert-info-border: var(--gj-info-border);
  --alert-info-icon: var(--gj-info);
  --alert-info-text: var(--gj-info-text);
  --alert-warning-bg: var(--gj-warning-bg);
  --alert-warning-border: var(--gj-warning-border);
  --alert-warning-icon: var(--gj-warning);
  --alert-warning-text: var(--gj-warning-text);
  --alert-success-bg: var(--gj-success-bg);
  --alert-success-border: var(--gj-success-border);
  --alert-success-icon: var(--gj-success);
  --alert-success-text: var(--gj-success-text);
  --alert-error-bg: var(--gj-danger-bg);
  --alert-error-border: var(--gj-danger-border);
  --alert-error-icon: var(--gj-danger);
  --alert-error-text: var(--gj-danger-text);
  --alert-icon-info: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z'/%3E%3C/svg%3E");
  --alert-icon-warning: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495ZM10 5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 10 5Zm0 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E");
  --alert-icon-success: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z'/%3E%3C/svg%3E");
  --alert-icon-error: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.28 7.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L10 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L11.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L10 8.94 8.28 7.22Z'/%3E%3C/svg%3E");
}
.gj-content-area .gj-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: var(--radius-sm);
  border: 1px solid;
  padding: 14px 16px;
  margin: 20px 0;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}
.gj-content-area .gj-alert::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.gj-content-area .gj-alert p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  color: inherit;
}
.gj-content-area .gj-alert p + p {
  margin-top: 6px;
}
.gj-content-area .gj-alert strong {
  font-weight: var(--font-weight-semibold);
  display: block;
  margin-bottom: 3px;
  color: inherit;
}
.gj-content-area .gj-alert--info {
  background: var(--alert-info-bg);
  border-color: var(--alert-info-border);
  color: var(--alert-info-text);
}
.gj-content-area .gj-alert--info::before {
  background-color: var(--alert-info-icon);
  mask-image: var(--alert-icon-info);
  -webkit-mask-image: var(--alert-icon-info);
}
.gj-content-area .gj-alert--warning {
  background: var(--alert-warning-bg);
  border-color: var(--alert-warning-border);
  color: var(--alert-warning-text);
}
.gj-content-area .gj-alert--warning::before {
  background-color: var(--alert-warning-icon);
  mask-image: var(--alert-icon-warning);
  -webkit-mask-image: var(--alert-icon-warning);
}
.gj-content-area .gj-alert--success {
  background: var(--alert-success-bg);
  border-color: var(--alert-success-border);
  color: var(--alert-success-text);
}
.gj-content-area .gj-alert--success::before {
  background-color: var(--alert-success-icon);
  mask-image: var(--alert-icon-success);
  -webkit-mask-image: var(--alert-icon-success);
}
.gj-content-area .gj-alert--error {
  background: var(--alert-error-bg);
  border-color: var(--alert-error-border);
  color: var(--alert-error-text);
}
.gj-content-area .gj-alert--error::before {
  background-color: var(--alert-error-icon);
  mask-image: var(--alert-icon-error);
  -webkit-mask-image: var(--alert-icon-error);
}
.gj-bg {
  --bg-position: 50% 50%;
  --bg-overlay: transparent;
  --bg-fade: 0.5s;
}
.gj-bg-host {
  position: relative;
  isolation: isolate;
}
.gj-bg-host > *:not(.gj-bg) {
  position: relative;
  z-index: 1;
}
.gj-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  container-type: size;
}
.gj-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--bg-overlay);
}
.gj-bg-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--bg-position);
}
.gj-bg > picture {
  display: block;
  position: absolute;
  inset: 0;
}
.gj-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity var(--bg-fade) ease;
}
.gj-bg-layer.is-ready {
  opacity: 1;
}
.gj-bg-frame {
  inset: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  width: 100cqw;
  height: 56.25cqw;
  min-width: 177.78cqh;
  min-height: 100cqh;
}
@media (prefers-reduced-motion: reduce) {
  .gj-bg-layer {
    display: none;
  }
}
.gj-bento-scope {
  container: gj-bento / inline-size;
}
.gj-bento {
  --gj-bento-cols: 1;
  --gj-bento-row: 180px;
  --gj-bento-gap: 12px;
  display: grid;
  grid-template-columns: repeat(var(--gj-bento-cols), minmax(0, 1fr));
  grid-auto-rows: var(--gj-bento-row);
  grid-auto-flow: row dense;
  gap: var(--gj-bento-gap);
}
ul.gj-bento {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gj-bento--ordered {
  grid-auto-flow: row;
}
.gj-bento--auto {
  grid-auto-rows: auto;
}
.gj-bento--gap-tight {
  --gj-bento-gap: 8px;
}
.gj-bento--gap-loose {
  --gj-bento-gap: 24px;
}
.gj-bento-item {
  --gj-bento-rs-narrow: 1;
  --gj-bento-cs-medium: 1;
  --gj-bento-rs-medium: 1;
  --gj-bento-cs-wide: 1;
  --gj-bento-rs-wide: 1;
  grid-column: 1 / -1;
  grid-row: span var(--gj-bento-rs-narrow);
  display: grid;
  min-width: 0;
  min-height: 0;
}
.gj-bento-item--frame, .gj-bento-item--cover {
  --gj-bento-radius: 16px;
  border-radius: var(--gj-bento-radius);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.gj-bento-item--cover {
  --gj-bento-zoom: 1.06;
  --gj-bento-overlay-pad: 16px;
  --gj-bento-scrim: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.78)  0%,
            rgba(0, 0, 0, 0.45) 22%,
            rgba(0, 0, 0, 0.08) 45%,
            rgba(0, 0, 0, 0)    70%
    );
  position: relative;
}
.gj-bento-item--cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--gj-bento-scrim);
  pointer-events: none;
}
.gj-bento-item--cover > .gj-link {
  position: absolute;
  inset: 0;
  display: block;
}
.gj-bento-item--cover > .gj-bg, .gj-bento-item--cover > .gj-link > .gj-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gj-bento-item--cover .gj-bg-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.gj-bento-item--cover > .gj-heading, .gj-bento-item--cover > .gj-link > .gj-heading {
  position: absolute;
  z-index: 3;
  inset: auto 0 0 0;
  padding: var(--gj-bento-overlay-pad);
}
.gj-bento-item--cover > .gj-link > .gj-heading {
  pointer-events: none;
}
.gj-bento-item--cover .gj-heading-title {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.gj-bento-item--cover > .gj-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
  border-radius: var(--gj-bento-radius);
}
@media (hover: hover) and (pointer: fine) {
  .gj-bento-item--cover:hover .gj-bg-media {
    transform: scale(var(--gj-bento-zoom));
  }
}
@media (prefers-reduced-motion: reduce) {
  .gj-bento-item--cover .gj-bg-media {
    transition: none;
  }
  .gj-bento-item--cover:hover .gj-bg-media {
    transform: none;
  }
}
@container gj-bento (min-width: 480px) {
  .gj-bento {
    --gj-bento-cols: 2;
    --gj-bento-row: 200px;
    --gj-bento-gap: 16px;
  }
  .gj-bento-item--cover {
    --gj-bento-overlay-pad: 20px;
  }
  .gj-bento-item {
    grid-column: span var(--gj-bento-cs-medium);
    grid-row: span var(--gj-bento-rs-medium);
  }
}
@container gj-bento (min-width: 880px) {
  .gj-bento {
    --gj-bento-cols: var(--gj-bento-cols-wide, 4);
    --gj-bento-row: var(--gj-bento-row-wide, 200px);
  }
  .gj-bento-item--cover {
    --gj-bento-overlay-pad: 24px;
  }
  .gj-bento-item {
    grid-column: span var(--gj-bento-cs-wide);
    grid-row: span var(--gj-bento-rs-wide);
  }
}
.gj-bento-empty {
  color: var(--ui-text-muted);
  font-size: var(--text-sm);
  text-align: center;
  padding: 32px 0;
}
.bg-brand {
  background-color: var(--gj-brand, #000);
}
:root {
  --box-bg: var(--gj-surface);
  --box-bg-subtle: var(--gj-surface-strong);
  --box-bg-hover: var(--gj-surface-hover);
  --box-border: var(--gj-border);
  --box-border-strong: var(--gj-border-strong);
  --box-separator: var(--gj-border);
  --box-text: var(--gj-text);
  --box-text-muted: var(--gj-text-muted);
  --box-text-disabled: var(--gj-text-disabled);
  --box-accent: var(--gj-brand);
  --box-accent-surface: var(--gj-brand-surface);
  --box-accent-muted: var(--gj-brand-muted);
  --box-accent-ring: var(--shadow-focus);
  --box-shadow-soft: var(--gj-card-shadow);
  --box-shadow-medium: var(--shadow-md);
  --box-shadow-strong: var(--shadow-lg);
  --box-shadow-hover: var(--gj-card-shadow-hover);
}
.gj-box {
  --gj-box-padding: 0;
  --gj-box-radius: var(--radius-md);
  --gj-box-bg: transparent;
  --gj-box-bg-image: none;
  --gj-box-border-width: 0;
  --gj-box-border-color: transparent;
  --gj-box-shadow: none;
  --gj-box-color: inherit;
  --beam-from: var(--gj-brand);
  --beam-to: var(--gj-brand-hover);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: var(--gj-box-padding);
  border-radius: var(--gj-box-radius);
  background-color: var(--gj-box-bg);
  background-image: var(--gj-box-bg-image);
  border-style: solid;
  border-width: var(--gj-box-border-width);
  border-color: var(--gj-box-border-color);
  box-shadow: var(--gj-box-shadow);
  color: var(--gj-box-color);
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.gj-box.beam, .gj-box.beam-dual {
  isolation: isolate;
}
.gj-box--plain {
  --gj-box-bg: transparent;
  --gj-box-border-width: 0;
}
.gj-box--outlined {
  --gj-box-bg: var(--box-bg);
  --gj-box-border-width: var(--border-width-default);
  --gj-box-border-color: var(--box-border);
}
.gj-box--filled {
  --gj-box-bg: var(--box-bg-subtle);
  --gj-box-border-width: 0;
}
.gj-box--elevated {
  --gj-box-bg: var(--box-bg);
  --gj-box-border-width: 0;
  --gj-box-shadow: var(--box-shadow-soft);
}
.gj-box--ghost {
  --gj-box-bg: transparent;
  --gj-box-border-width: var(--border-width-subtle);
  --gj-box-border-color: transparent;
}
.gj-box--ghost:hover {
  --gj-box-bg: var(--box-bg-hover);
  --gj-box-border-color: var(--box-border);
}
.gj-box--shadow-none {
  --gj-box-shadow: none;
}
.gj-box--shadow-soft {
  --gj-box-shadow: var(--box-shadow-soft);
}
.gj-box--shadow-medium {
  --gj-box-shadow: var(--box-shadow-medium);
}
.gj-box--shadow-strong {
  --gj-box-shadow: var(--box-shadow-strong);
}
.gj-box--radius-none {
  --gj-box-radius: 0;
}
.gj-box--radius-xs {
  --gj-box-radius: var(--radius-xs);
}
.gj-box--radius-sm {
  --gj-box-radius: var(--radius-sm);
}
.gj-box--radius-md {
  --gj-box-radius: var(--radius-md);
}
.gj-box--radius-lg {
  --gj-box-radius: var(--radius-lg);
}
.gj-box--radius-xl {
  --gj-box-radius: var(--radius-xl);
}
.gj-box--radius-pill {
  --gj-box-radius: var(--radius-pill);
}
.gj-box--pad-none {
  --gj-box-padding: 0;
}
.gj-box--pad-compact {
  --gj-box-padding: 12px 14px;
}
.gj-box--pad-normal {
  --gj-box-padding: 20px 24px;
}
.gj-box--pad-loose {
  --gj-box-padding: 32px 36px;
}
.gj-box--sep-left {
  border-left-width: var(--border-width-subtle);
  border-left-color: var(--box-separator);
}
.gj-box--sep-right {
  border-right-width: var(--border-width-subtle);
  border-right-color: var(--box-separator);
}
.gj-box--sep-top {
  border-top-width: var(--border-width-subtle);
  border-top-color: var(--box-separator);
}
.gj-box--sep-left:first-child {
  border-left-color: transparent;
}
.gj-box--sep-right:last-child {
  border-right-color: transparent;
}
.gj-box--sep-top:first-child {
  border-top-color: transparent;
}
.gj-box--featured {
  --gj-box-border-width: var(--border-width-default);
  --gj-box-border-color: var(--box-accent);
  --gj-box-bg-image: linear-gradient(
            160deg,
            var(--box-accent-muted) 0%,
            transparent 55%
    );
  --gj-box-shadow: var(--box-accent-ring), var(--box-shadow-medium);
}
.gj-box--selected {
  --gj-box-border-width: var(--border-width-strong);
  --gj-box-border-color: var(--box-accent);
  --gj-box-bg: var(--box-accent-surface);
}
.gj-box--muted {
  --gj-box-color: var(--box-text-disabled);
  --gj-box-bg: var(--box-bg-subtle);
  --gj-box-shadow: none;
}
.gj-box--contrast {
  --gj-surface: #1d1d1d;
  --gj-surface-strong: #222222;
  --gj-surface-hover: #303030;
  --gj-border: #393939;
  --gj-border-strong: #555555;
  --gj-text: #ffffff;
  --gj-text-muted: #909090;
  --gj-text-soft: #636363;
  --gj-text-disabled: #4a4a4a;
  --gj-brand: #64b5f6;
  --gj-brand-hover: #90caf9;
  --gj-brand-surface: #0d2a45;
  --gj-brand-muted: rgba(100, 181, 246, 0.15);
  --gj-box-color: var(--gj-text);
}
.gj-box--interactive {
  cursor: pointer;
  text-decoration: none;
  color: var(--gj-box-color);
}
@media (hover: hover) and (pointer: fine) {
  .gj-box--interactive:hover {
    --gj-box-shadow: var(--box-shadow-hover);
    transform: translateY(-2px);
  }
}
.gj-box--interactive:focus-visible {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}
.gj-box--interactive:active {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .gj-box {
    transition: none;
  }
  .gj-box--interactive:hover {
    transform: none;
  }
}
.gj-breadcrumb {
  min-width: 0;
  color: var(--gj-text-soft);
  font-size: var(--text-sm);
}
.gj-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: none;
}
.gj-breadcrumb-list::-webkit-scrollbar {
  display: none;
}
.gj-breadcrumb-item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}
.gj-breadcrumb-item + .gj-breadcrumb-item::before {
  content: "/";
  margin-right: 8px;
  color: var(--gj-border);
}
.gj-breadcrumb-link {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
}
.gj-breadcrumb-link:hover {
  color: var(--gj-brand);
  text-decoration: underline;
}
.gj-breadcrumb-current {
  overflow: hidden;
  color: var(--gj-text);
  font-weight: var(--font-weight-medium);
  text-overflow: ellipsis;
}
.gj-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.gj-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--gj-brand);
  border-radius: var(--radius-md);
  background: var(--gj-brand);
  color: var(--gj-text-inverse);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
}
.gj-button:hover {
  border-color: var(--gj-brand-hover);
  background: var(--gj-brand-hover);
  color: var(--gj-text-inverse);
}
.gj-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .55;
}
.gj-button i {
  line-height: 1;
}
.gj-button .gj-icon--arrow-right {
  display: inline-block;
  transition: transform .2s ease;
}
.gj-button:hover .gj-icon--arrow-right {
  transform: translateX(3px);
}
@media (prefers-reduced-motion: reduce) {
  .gj-button .gj-icon--arrow-right {
    transition: none;
  }
}
:root {
  --code-bg: var(--gj-surface-code);
  --code-bg-header: var(--gj-surface-strong);
  --code-border: var(--gj-border-code);
  --code-radius: var(--radius-sm);
  --code-lang-color: var(--gj-text-soft);
  --code-text-color: var(--gj-text);
  --code-font-size: var(--text-sm);
  --code-line-height: var(--leading-relaxed);
  --code-copy-color: var(--gj-text-soft);
  --code-copy-bg-hover: var(--gj-surface-hover);
  --code-copy-color-hover: var(--gj-text-muted);
  --code-tab-color: var(--gj-text-soft);
  --code-tab-color-hover: var(--gj-text-muted);
  --code-tab-color-active: var(--gj-text);
  --code-tab-border-active: var(--gj-brand);
}
.gj-code-block {
  border: 1px solid var(--code-border);
  border-radius: var(--code-radius);
  overflow: hidden;
  margin: 16px 0;
  background: var(--code-bg);
}
.gj-code-header {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  background: var(--code-bg-header);
  border-bottom: 1px solid var(--code-border);
}
.gj-code-lang {
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--code-lang-color);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-family: var(--font-mono);
}
.gj-code-copy {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  font-size: var(--text-xs);
  font-family: inherit;
  color: var(--code-copy-color);
  background: none;
  border: none;
  border-radius: var(--radius-xs);
  cursor: pointer;
  transition: background 0.1s, color 0.1s;
}
.gj-code-copy:hover {
  background: var(--code-copy-bg-hover);
  color: var(--code-copy-color-hover);
}
.gj-code-body, .gj-code-panel {
  padding: 18px;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: var(--code-font-size);
  line-height: var(--code-line-height);
  color: var(--code-text-color);
}
.gj-code-body pre, .gj-code-panel pre {
  margin: 0;
  white-space: pre;
}
.gj-code-tabs {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 4px;
  background: var(--code-bg-header);
  border-bottom: 1px solid var(--code-border);
}
.gj-code-tab {
  padding: 8px 12px;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--code-tab-color);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-family: var(--font-mono);
  position: relative;
  bottom: -1px;
  white-space: nowrap;
  transition: color 0.12s, border-color 0.12s;
}
.gj-code-tab:hover {
  color: var(--code-tab-color-hover);
}
.gj-code-tab.is-active {
  color: var(--code-tab-color-active);
  border-bottom-color: var(--code-tab-border-active);
  font-weight: var(--font-weight-semibold);
}
.gj-code-panel {
  display: none;
}
.gj-code-panel.is-active {
  display: block;
}
.gj-kw {
  color: var(--gj-code-kw);
}
.gj-str {
  color: var(--gj-code-str);
}
.gj-cm {
  color: var(--gj-code-cm);
  font-style: italic;
}
.gj-fn {
  color: var(--gj-code-fn);
}
.gj-num {
  color: var(--gj-code-num);
}
.gj-docs-title-container {
  margin-bottom: 2rem;
}
:root {
  --docs-nav-gap: 4px;
  --docs-nav-pad: 6px 8px;
  --docs-nav-radius: var(--radius-lg);
  --docs-nav-color: var(--gj-text-soft);
  --docs-nav-color-hover: var(--gj-text);
  --docs-nav-bg-hover: var(--gj-surface-hover);
  --docs-nav-active-color: var(--gj-text);
  --docs-nav-active-bg: var(--gj-surface-hover);
  --docs-nav-accent: var(--gj-brand);
  --docs-nav-accent-w: 2px;
  --docs-nav-title-color: var(--gj-text-soft);
  --docs-nav-title-mt: 1rem;
  --docs-nav-icon-size: 16px;
  --docs-nav-icon-color: var(--gj-text-soft);
}
.gj-docs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--docs-nav-gap);
}
.gj-docs-nav-title {
  padding: var(--docs-nav-pad);
  margin-top: var(--docs-nav-title-mt);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--docs-nav-title-color);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}
.gj-docs-nav-title:first-child {
  margin-top: 0;
}
.gj-docs-nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: var(--docs-nav-pad);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--docs-nav-color);
  text-decoration: none;
  border-inline-start: var(--docs-nav-accent-w) solid transparent;
  border-start-end-radius: var(--docs-nav-radius);
  border-end-end-radius: var(--docs-nav-radius);
  transition: background 0.13s, color 0.13s, border-color 0.13s;
}
.gj-docs-nav-link:hover {
  background: var(--docs-nav-bg-hover);
  color: var(--docs-nav-color-hover);
}
.gj-docs-nav-item.is-active > .gj-docs-nav-link, .gj-docs-nav-link.is-active {
  background: var(--docs-nav-active-bg);
  color: var(--docs-nav-active-color);
  border-color: var(--docs-nav-accent);
}
.gj-docs-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--docs-nav-icon-size);
  height: var(--docs-nav-icon-size);
  color: var(--docs-nav-icon-color);
  transition: color 0.13s;
}
.gj-docs-nav-icon :where(svg, i) {
  width: 100%;
  height: 100%;
  font-size: var(--docs-nav-icon-size);
}
.gj-docs-nav-link:hover .gj-docs-nav-icon {
  color: var(--docs-nav-color-hover);
}
.gj-docs-nav-item.is-active .gj-docs-nav-icon, .gj-docs-nav-link.is-active .gj-docs-nav-icon {
  color: var(--docs-nav-accent);
}
.gj-dropdown {
  position: relative;
  display: inline-flex;
}
.gj-dropdown-trig {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 13px;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--nav-link-color);
  background: none;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  font-family: inherit;
  transition: color 0.18s, background 0.18s;
}
.gj-dropdown-trig:hover {
  color: var(--nav-link-color-hover);
  background: var(--nav-link-bg-hover);
}
.gj-dropdown.is-open .gj-dropdown-trig {
  color: var(--nav-link-color-hover);
  background: var(--nav-link-bg-hover);
}
.gj-dropdown-trig-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.gj-dropdown-trig-icon svg {
  width: 100%;
  height: 100%;
}
.gj-dropdown-chev {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--gj-text-soft);
  transition: transform 200ms ease;
}
.gj-dropdown.is-open .gj-dropdown-chev {
  transform: rotate(180deg);
}
.gj-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 200;
  min-width: 160px;
  padding: 10px;
  background: var(--nav-drop-bg);
  border: 1px solid var(--nav-drop-border);
  border-radius: var(--nav-drop-radius);
  box-shadow: var(--nav-drop-shadow);
  opacity: 0;
  transform: translateY(-6px) scale(0.97);
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
}
.gj-dropdown-menu--right {
  left: auto;
  right: 0;
}
.gj-dropdown-menu--up {
  top: auto;
  bottom: calc(100% + 6px);
  transform: translateY(6px) scale(0.97);
}
.gj-dropdown.is-open .gj-dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.gj-dropdown.is-open .gj-dropdown-menu--up {
  transform: translateY(0) scale(1);
}
.gj-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border-radius: var(--radius-md);
  border: none;
  background: transparent;
  color: var(--gj-text);
  font-size: var(--text-sm);
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  transition: background 100ms ease;
  user-select: none;
}
.gj-dropdown-item:hover {
  background: var(--gj-surface-hover);
}
.gj-dropdown-item.is-active {
  background: var(--gj-surface-active);
  font-weight: 500;
}
.gj-dropdown-item.is-active:hover {
  background: var(--gj-surface-active);
}
.gj-dropdown-item-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--gj-text-soft);
}
.gj-dropdown-item-icon svg {
  width: 100%;
  height: 100%;
}
.gj-dropdown-divider {
  height: 1px;
  margin: 4px 0;
  background: var(--gj-border);
}
.gj-dropdown-label {
  padding: 4px 10px 2px;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--gj-text-soft);
  user-select: none;
}
:root {
  --footer-bg: var(--gj-surface-strong);
  --footer-border-top: var(--gj-border);
  --footer-divider: var(--gj-border);
  --footer-color: var(--gj-text-muted);
  --footer-heading-color: var(--gj-text);
  --footer-link-color: var(--gj-text-muted);
  --footer-link-color-hover: var(--gj-brand);
  --footer-label-color: var(--gj-text-soft);
  --footer-max: var(--gj-container-max);
  --footer-pad-x: var(--gj-container-pad);
  --footer-pad-top: 72px;
  --footer-pad-bottom: 24px;
  --footer-pad-compact: 28px;
  --footer-col-brand: 1fr;
  --footer-col-nav: 2fr;
  --footer-gap-x: 64px;
  --footer-gap-y: 48px;
  --footer-stack-gap: 20px;
  --footer-brand-h: 40px;
  --footer-brand-w: auto;
  --footer-bottom-mt: 64px;
  --footer-bottom-pt: 20px;
  --footer-bottom-gap: 12px 32px;
  --footer-info-leading: 1.7;
}
@media (max-width: 1023px) {
  :root {
    --footer-pad-top: 48px;
    --footer-gap-y: 32px;
    --footer-bottom-mt: 40px;
    --footer-brand-h: 32px;
  }
}
.gj-footer--tone-brand {
  --footer-bg: var(--gj-brand);
  --footer-border-top: transparent;
  --footer-color: var(--gj-text-inverse);
  --footer-heading-color: var(--gj-text-inverse);
  --footer-link-color: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --footer-link-color: color-mix(in srgb, var(--gj-text-inverse) 88%, transparent);
  }
  --footer-link-color-hover: var(--gj-text-inverse);
  --footer-label-color: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --footer-label-color: color-mix(in srgb, var(--gj-text-inverse) 70%, transparent);
  }
  --footer-divider: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --footer-divider: color-mix(in srgb, var(--gj-text-inverse) 32%, transparent);
  }
}
.gj-footer--tone-contrast {
  --footer-bg: #1d1d1d;
  --footer-border-top: transparent;
  --footer-color: #909090;
  --footer-heading-color: #ffffff;
  --footer-link-color: #909090;
  --footer-link-color-hover: #ffffff;
  --footer-label-color: #636363;
  --footer-divider: #393939;
}
.gj-footer {
  background: var(--footer-bg);
  color: var(--footer-color);
  border-top: var(--border-width-subtle) solid var(--footer-border-top);
}
.gj-footer-container {
  max-width: var(--footer-max);
  margin-inline: auto;
  padding-inline: var(--footer-pad-x);
  padding-block: var(--footer-pad-top) var(--footer-pad-bottom);
}
.gj-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "brand" "info" "nav" "aside";
  column-gap: var(--footer-gap-x);
  row-gap: var(--footer-gap-y);
}
.gj-footer-brand {
  grid-area: brand;
}
.gj-footer-info {
  grid-area: info;
}
.gj-footer-nav {
  grid-area: nav;
  min-width: 0;
}
.gj-footer-aside {
  grid-area: aside;
}
.gj-footer-brand {
  display: flex;
  align-items: center;
}
.gj-footer-brand :where(img, svg) {
  height: var(--footer-brand-h);
  width: var(--footer-brand-w);
  max-width: 100%;
}
@media (min-width: 1024px) {
  .gj-footer--split .gj-footer-main {
    grid-template-columns: minmax(0, var(--footer-col-brand)) minmax(0, var(--footer-col-nav));
    grid-template-areas: "brand nav" "info  nav" "aside nav";
    align-content: start;
    row-gap: var(--footer-stack-gap);
  }
  .gj-footer--split .gj-footer-nav {
    align-self: start;
  }
  .gj-footer--stacked .gj-footer-main {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-template-areas: "nav   nav" "brand aside" "info  aside";
    row-gap: var(--footer-stack-gap);
  }
  .gj-footer--stacked .gj-footer-nav {
    margin-bottom: calc(var(--footer-gap-y) - var(--footer-stack-gap));
  }
  .gj-footer--centered .gj-footer-main {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "brand" "nav" "info" "aside";
    row-gap: var(--footer-stack-gap);
  }
  .gj-footer--compact .gj-footer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
  }
  .gj-footer--compact .gj-footer-nav {
    margin-inline-start: auto;
  }
}
.gj-footer--centered .gj-footer-main {
  justify-items: center;
  text-align: center;
}
.gj-footer--centered .gj-footer-brand {
  justify-content: center;
}
.gj-footer--compact .gj-footer-container {
  padding-block: var(--footer-pad-compact);
}
.gj-footer--compact .gj-footer-bottom {
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
}
.gj-footer-info {
  font-size: var(--text-sm);
  line-height: var(--footer-info-leading);
}
.gj-footer-text {
  margin: 0;
}
.gj-footer-text strong {
  color: var(--footer-heading-color);
  font-weight: var(--font-weight-semibold);
}
.gj-footer-text a, .gj-footer-bottom a {
  color: var(--footer-link-color);
  text-decoration: none;
  transition: color 0.18s ease;
}
.gj-footer-text a:hover, .gj-footer-bottom a:hover {
  color: var(--footer-link-color-hover);
}
.gj-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--footer-bottom-gap);
  margin-top: var(--footer-bottom-mt);
  padding-top: var(--footer-bottom-pt);
  border-top: var(--border-width-subtle) solid var(--footer-divider);
  font-size: var(--text-sm);
}
.gj-footer-bottom-start, .gj-footer-bottom-end {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  min-width: 0;
}
.gj-footer--centered .gj-footer-bottom {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.gj-footer--centered .gj-footer-bottom-start, .gj-footer--centered .gj-footer-bottom-end {
  justify-content: center;
}
.gj-footer-powered {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.gj-footer-bottom-end {
  font-size: 12px;
}
.gj-footer :where(a, button):focus-visible {
  outline: var(--outline-width) solid var(--footer-link-color-hover);
  outline-offset: var(--outline-offset);
  border-radius: var(--radius-xs);
}
:root {
  --footer-menu-gap-x: 40px;
  --footer-menu-gap-y: 32px;
  --footer-menu-item-gap: 10px;
  --footer-menu-title-mb: 16px;
  --footer-menu-inline-gap: 8px 20px;
  --footer-menu-inline-dot: 3px;
  --footer-menu-trigger-pad: 16px;
}
.gj-footer-menu {
  color: var(--footer-color);
}
.gj-footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gj-footer-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--footer-link-color);
  font-size: var(--text-sm);
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.18s ease;
}
.gj-footer-menu-link:hover {
  color: var(--footer-link-color-hover);
}
.gj-footer-menu-icon {
  color: var(--footer-label-color);
  font-size: 0.9em;
}
.gj-footer-menu-label {
  margin-top: 8px;
  color: var(--footer-label-color);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}
.gj-footer-menu-divider {
  margin: 8px 0;
}
.gj-footer-menu-divider hr {
  margin: 0;
  border: 0;
  border-top: var(--border-width-subtle) solid var(--footer-divider);
}
.gj-footer-menu--inline .gj-footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--footer-menu-inline-gap);
}
.gj-footer-menu--inline .gj-footer-menu-item {
  display: inline-flex;
  align-items: center;
}
.gj-footer-menu--inline .gj-footer-menu-item + .gj-footer-menu-item::before {
  content: "";
  flex: 0 0 auto;
  width: var(--footer-menu-inline-dot);
  height: var(--footer-menu-inline-dot);
  margin-inline-end: calc(var(--footer-menu-inline-dot) * 4);
  border-radius: var(--radius-pill);
  background: var(--footer-label-color);
}
.gj-footer-menu--columns {
  display: grid;
  gap: var(--footer-menu-gap-y) var(--footer-menu-gap-x);
}
.gj-footer-menu--columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gj-footer-menu--columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gj-footer-menu--columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gj-footer-menu--columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gj-footer-menu-column {
  min-width: 0;
}
.gj-footer-menu-title {
  display: block;
  width: 100%;
  margin: 0 0 var(--footer-menu-title-mb);
  padding: 0;
  border: 0;
  color: var(--footer-heading-color);
  background: transparent;
  font-family: inherit;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  line-height: 1.35;
  text-align: start;
}
.gj-footer-menu-content .gj-footer-menu-list {
  display: grid;
  gap: var(--footer-menu-item-gap);
}
.gj-footer-menu-title--trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
.gj-footer-menu-title--trigger[aria-disabled="true"] {
  cursor: default;
}
.gj-footer-menu-chevron {
  flex: 0 0 auto;
  color: var(--footer-label-color);
  transition: transform 0.18s ease;
}
.gj-footer-menu-title--trigger[aria-expanded="true"] .gj-footer-menu-chevron {
  transform: rotate(180deg);
}
.gj-footer-menu-title--trigger[aria-disabled="true"] .gj-footer-menu-chevron {
  display: none;
}
@media (min-width: 1024px) {
  .gj-footer-menu-content[data-gj-collapse-content] {
    display: block;
  }
}
@media (max-width: 1023px) {
  .gj-footer-menu--columns, .gj-footer-menu--columns-1, .gj-footer-menu--columns-2, .gj-footer-menu--columns-3, .gj-footer-menu--columns-4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .gj-footer-menu-column--collapsible {
    border-bottom: var(--border-width-subtle) solid var(--footer-divider);
  }
  .gj-footer-menu-column--collapsible:last-child {
    border-bottom: 0;
  }
  .gj-footer-menu-column--collapsible .gj-footer-menu-title--trigger {
    margin: 0;
    padding: var(--footer-menu-trigger-pad) 0;
  }
  .gj-footer-menu-content[data-gj-collapse-content] {
    padding-bottom: var(--footer-menu-trigger-pad);
  }
  .gj-footer-menu-content[data-gj-collapse-content][aria-hidden="true"] {
    display: none;
  }
  .gj-footer-menu-column:not(.gj-footer-menu-column--collapsible) + .gj-footer-menu-column:not(.gj-footer-menu-column--collapsible) {
    margin-top: var(--footer-menu-gap-y);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gj-footer-menu-link, .gj-footer-menu-chevron {
    transition: none;
  }
}
.gj-form-section {
  margin-block: 24px;
}
.gj-form {
  margin-top: 20px;
}
.gj-form-fields {
  display: grid;
  gap: 18px;
}
.gj-form-label {
  display: block;
  margin-bottom: 6px;
  color: var(--gj-text);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
}
.gj-form-control, .gj-form-select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--gj-border);
  border-radius: var(--radius-sm);
  background: var(--gj-surface-input);
  color: var(--gj-text);
  font: inherit;
}
.gj-form-control-wrap {
  position: relative;
}
.gj-form-control-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
.gj-form-control--with-icon {
  padding-left: 38px;
}
.gj-form-phone {
  display: grid;
  grid-template-columns: minmax(84px, 0.3fr) minmax(0, 1fr);
  gap: 8px;
}
.gj-form-control--textarea {
  min-height: 120px;
  resize: vertical;
}
.gj-form-control:focus, .gj-form-select:focus {
  border-color: var(--gj-brand);
  outline: 2px solid var(--gj-brand);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 2px solid color-mix(in srgb, var(--gj-brand) 25%, transparent);
  }
  outline-offset: 1px;
}
.gj-form-help, .gj-form-submit-help {
  margin-top: 6px;
  color: var(--gj-text-soft);
  font-size: var(--text-xs);
}
.gj-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--gj-text-muted);
  line-height: var(--leading-relaxed);
}
.gj-form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--gj-brand);
}
.gj-form-actions {
  margin-top: 24px;
}
.gj-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--gj-brand);
  border-radius: var(--radius-sm);
  background: var(--gj-brand);
  color: var(--gj-text-inverse);
  cursor: pointer;
  font: inherit;
  font-weight: var(--font-weight-medium);
}
.gj-form-submit:hover {
  filter: brightness(0.94);
}
.gj-form-submit:disabled, .gj-form-submit.isloading {
  cursor: wait;
  opacity: 0.65;
}
.gj-form-response {
  margin-top: 16px;
}
.gj-form-feedback {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: calc(var(--spacing) * 6);
  background: var(--gj-text);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gj-text) 42%, transparent);
  }
}
.gj-form-feedback__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 30rem);
  max-width: 30rem;
  padding: calc(var(--spacing) * 8) calc(var(--spacing) * 7) calc(var(--spacing) * 7);
  border: 1px solid var(--gj-modal-border);
  border-radius: var(--radius-xl);
  background: var(--gj-modal-bg);
  box-shadow: var(--gj-modal-shadow);
  color: var(--gj-text);
  text-align: center;
}
.gj-form-feedback__icon {
  display: grid;
  place-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-block-end: calc(var(--spacing) * 4);
  border-radius: var(--radius-full);
  background: var(--gj-success-bg);
  color: var(--gj-success);
}
.gj-form-feedback--error .gj-form-feedback__icon {
  background: var(--gj-danger);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gj-danger) 14%, transparent);
  }
  color: var(--gj-danger);
}
.gj-form-feedback__icon svg {
  width: 2rem;
  height: 2rem;
}
.gj-form-feedback__title {
  margin: 0;
  color: var(--gj-text);
  font-size: var(--text-lg);
  font-weight: var(--font-weight-semibold);
}
.gj-form-feedback__message {
  max-width: 25rem;
  margin: calc(var(--spacing) * 2) auto 0;
  color: var(--gj-text-soft);
  line-height: var(--leading-relaxed);
}
.gj-form-feedback__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.5rem;
  margin-block-start: calc(var(--spacing) * 6);
  padding-inline: calc(var(--spacing) * 4);
  border: 1px solid var(--gj-brand);
  border-radius: var(--radius-md);
  background: var(--gj-brand);
  color: var(--gj-text-inverse);
  font: inherit;
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
}
.gj-form-feedback__close:hover {
  filter: brightness(0.94);
}
.gj-form-feedback__close:focus-visible {
  outline: 2px solid var(--gj-brand);
  outline-offset: 2px;
}
@media (max-width: 30rem) {
  .gj-form-feedback {
    padding: calc(var(--spacing) * 4);
  }
  .gj-form-feedback__dialog {
    padding: calc(var(--spacing) * 7) calc(var(--spacing) * 5) calc(var(--spacing) * 6);
  }
}
.gj-form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.gj-newsletter {
  margin-block: 24px;
}
.gj-newsletter-form {
  display: grid;
  gap: 12px;
}
.gj-newsletter-controls {
  display: grid;
  gap: 10px;
}
.gj-newsletter-submit {
  display: contents;
}
.gj-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .gj-newsletter-controls {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.gj-gallery-slide {
  --gj-gallery-slide-radius: var(--radius-lg);
  --gj-gallery-slide-zoom: 1.06;
  --gj-gallery-slide-duration: 0.45s;
  --gj-gallery-slide-easing: cubic-bezier(0.22, 0.61, 0.36, 1);
  --gj-gallery-slide-ratio: 4 / 3;
  --gj-gallery-slide-veil: rgba(0, 0, 0, 0.18);
  height: 100%;
  .gj-gallery-slide__link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--gj-gallery-slide-radius);
    aspect-ratio: var(--gj-gallery-slide-ratio);
    cursor: pointer;
    isolation: isolate;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .gj-gallery-slide__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gj-gallery-slide-veil);
    opacity: 0;
    transition: opacity var(--gj-gallery-slide-duration) var(--gj-gallery-slide-easing);
    pointer-events: none;
  }
  .gj-gallery-slide__media {
    width: 100%;
    height: 100%;
    transition: transform var(--gj-gallery-slide-duration) var(--gj-gallery-slide-easing);
    will-change: transform;
  }
  .gj-gallery-slide__media img, .gj-gallery-slide__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gj-gallery-slide__link:hover .gj-gallery-slide__media, .gj-gallery-slide__link:focus-visible .gj-gallery-slide__media {
    transform: scale(var(--gj-gallery-slide-zoom));
  }
  .gj-gallery-slide__link:hover::after, .gj-gallery-slide__link:focus-visible::after {
    opacity: 1;
  }
  .gj-gallery-slide__link:focus-visible {
    outline: 2px solid var(--ui-brand);
    outline-offset: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gj-gallery-slide {
    .gj-gallery-slide__media {
      transition: none;
    }
    .gj-gallery-slide__link:hover .gj-gallery-slide__media, .gj-gallery-slide__link:focus-visible .gj-gallery-slide__media {
      transform: none;
    }
  }
}
.gj-gallery-masonry {
  --gj-gallery-masonry-radius: var(--radius-lg);
  --gj-gallery-masonry-duration: 0.35s;
  --gj-gallery-masonry-easing: cubic-bezier(0.22, 0.61, 0.36, 1);
  --gj-gallery-masonry-veil: var(--gj-text);
  @supports (color: color-mix(in lab, red, red)) {
    --gj-gallery-masonry-veil: color-mix(in srgb, var(--gj-text) 20%, transparent);
  }
  --gj-gallery-masonry-reveal-transform: translateY(var(--gj-reveal-distance));
  .gj-grid-item > .gj-link, .gj-grid-item > .gj-media, .gj-gallery-masonry__reveal > .gj-link, .gj-gallery-masonry__reveal > .gj-media {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--gj-gallery-masonry-radius);
    cursor: pointer;
    isolation: isolate;
  }
  .gj-grid-item > .gj-link::after, .gj-gallery-masonry__reveal > .gj-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gj-gallery-masonry-veil);
    opacity: 0;
    transition: opacity var(--gj-gallery-masonry-duration) var(--gj-gallery-masonry-easing);
    pointer-events: none;
  }
  .gj-grid-item .gj-image {
    display: block;
    width: 100%;
    height: auto;
    transition: filter var(--gj-gallery-masonry-duration) var(--gj-gallery-masonry-easing), transform var(--gj-gallery-masonry-duration) var(--gj-gallery-masonry-easing);
  }
  .gj-grid-item > .gj-link:hover .gj-image, .gj-grid-item > .gj-link:focus-visible .gj-image, .gj-gallery-masonry__reveal > .gj-link:hover .gj-image, .gj-gallery-masonry__reveal > .gj-link:focus-visible .gj-image {
    transform: scale(1.03);
  }
  .gj-grid-item > .gj-link:hover::after, .gj-grid-item > .gj-link:focus-visible::after, .gj-gallery-masonry__reveal > .gj-link:hover::after, .gj-gallery-masonry__reveal > .gj-link:focus-visible::after {
    opacity: 1;
  }
  .gj-grid-item > .gj-link:focus-visible, .gj-gallery-masonry__reveal > .gj-link:focus-visible {
    outline: 2px solid var(--gj-brand);
    outline-offset: 2px;
  }
}
.gj-gallery-masonry--grayscale {
  .gj-grid-item .gj-image {
    filter: grayscale(100%);
  }
  .gj-grid-item > .gj-link:hover .gj-image, .gj-grid-item > .gj-link:focus-visible .gj-image, .gj-gallery-masonry__reveal > .gj-link:hover .gj-image, .gj-gallery-masonry__reveal > .gj-link:focus-visible .gj-image {
    filter: grayscale(0);
  }
}
.gj-gallery-masonry__reveal {
  animation: gj-gallery-masonry-reveal var(--gj-reveal-duration) var(--gj-reveal-easing) both;
  animation-delay: var(--gj-gallery-masonry-reveal-delay);
}
.gj-gallery-masonry--reveal-fade {
  --gj-gallery-masonry-reveal-transform: none;
}
.gj-gallery-masonry--reveal-up {
  --gj-gallery-masonry-reveal-transform: translateY(var(--gj-reveal-distance));
}
.gj-gallery-masonry--reveal-down {
  --gj-gallery-masonry-reveal-transform: translateY(calc(var(--gj-reveal-distance) * -1));
}
.gj-gallery-masonry--reveal-start {
  --gj-gallery-masonry-reveal-transform: translateX(calc(var(--gj-reveal-distance) * -1));
}
.gj-gallery-masonry--reveal-end {
  --gj-gallery-masonry-reveal-transform: translateX(var(--gj-reveal-distance));
}
.gj-gallery-masonry--reveal-scale-up {
  --gj-gallery-masonry-reveal-transform: scale(.9);
}
.gj-gallery-masonry--reveal-scale-down {
  --gj-gallery-masonry-reveal-transform: scale(1.1);
}
@keyframes gj-gallery-masonry-reveal {
  from {
    opacity: 0;
    transform: var(--gj-gallery-masonry-reveal-transform);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gj-gallery-masonry {
    .gj-grid-item .gj-image, .gj-grid-item > .gj-link::after, .gj-gallery-masonry__reveal > .gj-link::after {
      transition: none;
    }
    .gj-grid-item > .gj-link:hover .gj-image, .gj-grid-item > .gj-link:focus-visible .gj-image, .gj-gallery-masonry__reveal > .gj-link:hover .gj-image, .gj-gallery-masonry__reveal > .gj-link:focus-visible .gj-image {
      transform: none;
    }
  }
  .gj-gallery-masonry__reveal {
    animation: none;
  }
}
.gj-gallery-tag-filter {
  --gj-gallery-filter-duration: 0.2s;
  --gj-gallery-filter-easing: cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  justify-content: flex-end;
  margin-block-end: calc(var(--spacing) * 8);
}
.gj-gallery-tag-filter__list {
  display: flex;
  flex-wrap: nowrap;
  max-inline-size: 100%;
  justify-content: flex-end;
  gap: calc(var(--spacing) * 2);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: inline proximity;
}
.gj-gallery-tag-filter__button {
  display: inline-flex;
  align-items: center;
  min-block-size: 2.25rem;
  padding-inline: calc(var(--spacing) * 4);
  border: 1px solid var(--gj-border);
  border-radius: var(--radius-pill);
  background: var(--gj-surface-input);
  color: var(--gj-text-soft);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
  scroll-snap-align: start;
  transition: background-color var(--gj-gallery-filter-duration) var(--gj-gallery-filter-easing), border-color var(--gj-gallery-filter-duration) var(--gj-gallery-filter-easing), color var(--gj-gallery-filter-duration) var(--gj-gallery-filter-easing);
}
.gj-gallery-tag-filter__button:hover {
  border-color: var(--gj-brand);
  background: var(--gj-surface-input-hover);
  color: var(--gj-text);
}
.gj-gallery-tag-filter__button.is-active {
  border-color: var(--gj-brand);
  background: var(--gj-brand);
  color: var(--gj-text-inverse);
}
.gj-gallery-tag-filter__button:focus-visible {
  outline: 2px solid var(--gj-brand);
  outline-offset: 2px;
}
@media (max-width: 30rem) {
  .gj-gallery-tag-filter, .gj-gallery-tag-filter__list {
    justify-content: flex-start;
  }
}
:root {
  --header-pad-x-desktop: var(--gj-container-pad, 24px);
  --header-pad-x-mobile: 0.5rem;
  --header-pad-x: var(--header-pad-x-desktop);
  --header-gap: 2px;
  --header-gap-brand: 24px;
  --header-height-desktop: 61px;
  --header-height-mobile: 73px;
  --header-tabs-height-desktop: 53px;
  --header-tabs-height-mobile: 53px;
  --header-topbar-height-desktop: 40px;
  --header-topbar-height-mobile: 40px;
  --header-h: var(--header-height-desktop);
  --header-tabs-h: var(--header-tabs-height-desktop);
  --header-topbar-h: var(--header-topbar-height-desktop);
  --gj-header-tabs-h: 0px;
  --gj-header-topbar-h: 0px;
  --gj-header-h: calc(var(--gj-header-topbar-h)
    + var(--header-h)
    + var(--gj-header-tabs-h));
  --header-bg: var(--gj-surface);
  --header-bg-scroll: rgba(255, 255, 255, 0.88);
  --header-border: transparent;
  --header-border-scroll: var(--gj-border);
  --header-tabs-border: var(--gj-border);
  --header-backdrop: blur(20px) saturate(1.6);
  --header-shadow-scroll: 0 1px 40px rgba(0, 0, 0, 0.06);
  --header-brand-height-desktop: 45px;
  --header-brand-height-mobile: 45px;
  --header-brand-h: var(--header-brand-height-desktop);
  --header-brand-w: auto;
  --header-link-color: var(--gj-text-muted);
  --header-link-color-hover: var(--gj-text);
  --header-link-bg-hover: var(--gj-surface-hover);
  --header-link-accent: var(--gj-brand);
  --header-btn-radius: var(--radius-lg);
  --header-btn-secondary-color: var(--gj-text-muted);
  --header-btn-secondary-border: var(--gj-border-input);
  --header-btn-secondary-hover: var(--gj-surface-input-hover);
  --header-btn-primary-bg: var(--gj-brand);
  --header-btn-primary-color: var(--gj-text-inverse);
  --header-btn-primary-hover: var(--gj-brand-hover);
  --header-ham-bg: var(--gj-surface-input);
  --header-ham-border: var(--gj-border-input);
  --header-ham-line: var(--gj-text);
  --header-ham-bg-hover: var(--gj-surface-hover);
}
html:has(.gj-header-tabs) {
  --gj-header-tabs-h: var(--header-tabs-h);
}
html:has(#gj-topbar) {
  --gj-header-topbar-h: var(--header-topbar-h);
}
@media (max-width: 1023px) {
  :root {
    --header-h: var(--header-height-mobile);
    --header-brand-h: var(--header-brand-height-mobile);
    --header-tabs-h: var(--header-tabs-height-mobile);
    --header-topbar-h: var(--header-topbar-height-mobile);
    --header-pad-x: var(--header-pad-x-mobile);
  }
  html:has(#gj-header[data-gj-header-tabs="desktop-only"] .gj-header-tabs), html:has(#gj-header:not([data-gj-header-tabs]) .gj-header-tabs) {
    --gj-header-tabs-h: 0px;
  }
}
.dark {
  --header-bg-scroll: rgba(29, 29, 29, 0.88);
}
.gj-header--tone-transparent {
  --header-bg: transparent;
  --header-border: transparent;
}
.gj-header--tone-brand {
  --header-bg: var(--gj-brand);
  --header-bg-scroll: var(--gj-brand);
  @supports (color: color-mix(in lab, red, red)) {
    --header-bg-scroll: color-mix(in srgb, var(--gj-brand) 92%, transparent);
  }
  --header-border: transparent;
  --header-border-scroll: transparent;
  --header-tabs-border: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-tabs-border: color-mix(in srgb, var(--gj-text-inverse) 24%, transparent);
  }
  --header-link-color: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-link-color: color-mix(in srgb, var(--gj-text-inverse) 88%, transparent);
  }
  --header-link-color-hover: var(--gj-text-inverse);
  --header-link-bg-hover: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-link-bg-hover: color-mix(in srgb, var(--gj-text-inverse) 12%, transparent);
  }
  --header-link-accent: var(--gj-text-inverse);
  --header-btn-secondary-color: var(--gj-text-inverse);
  --header-btn-secondary-border: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-btn-secondary-border: color-mix(in srgb, var(--gj-text-inverse) 40%, transparent);
  }
  --header-btn-secondary-hover: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-btn-secondary-hover: color-mix(in srgb, var(--gj-text-inverse) 12%, transparent);
  }
  --header-btn-primary-bg: var(--gj-text-inverse);
  --header-btn-primary-color: var(--gj-brand);
  --header-btn-primary-hover: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-btn-primary-hover: color-mix(in srgb, var(--gj-text-inverse) 88%, transparent);
  }
  --header-ham-bg: transparent;
  --header-ham-border: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-ham-border: color-mix(in srgb, var(--gj-text-inverse) 40%, transparent);
  }
  --header-ham-line: var(--gj-text-inverse);
  --header-ham-bg-hover: var(--gj-text-inverse);
  @supports (color: color-mix(in lab, red, red)) {
    --header-ham-bg-hover: color-mix(in srgb, var(--gj-text-inverse) 12%, transparent);
  }
}
.gj-header--tone-contrast {
  --header-bg: #1d1d1d;
  --header-bg-scroll: rgba(29, 29, 29, 0.88);
  --header-border: transparent;
  --header-border-scroll: #393939;
  --header-tabs-border: #393939;
  --header-link-color: #909090;
  --header-link-color-hover: #ffffff;
  --header-link-bg-hover: rgba(255, 255, 255, 0.08);
  --header-btn-secondary-color: #ffffff;
  --header-btn-secondary-border: #4a4a4a;
  --header-btn-secondary-hover: rgba(255, 255, 255, 0.08);
  --header-ham-bg: transparent;
  --header-ham-border: #4a4a4a;
  --header-ham-line: #ffffff;
  --header-ham-bg-hover: rgba(255, 255, 255, 0.08);
}
#gj-header {
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
#gj-header[data-gj-header-mode="static"] {
  position: relative;
}
#gj-header[data-gj-header-mode="sticky"] {
  position: sticky;
}
#gj-header[data-gj-header-mode="smart"] {
  position: fixed;
}
#gj-header[data-gj-header-mode="fixed"], #gj-header:not([data-gj-header-mode]) {
  position: fixed;
}
#gj-header[data-gj-header-mode="fixed"].is-scrolled, #gj-header[data-gj-header-mode="smart"].is-scrolled, #gj-header:not([data-gj-header-mode]).is-scrolled, #gj-header.gj-header--tone-transparent.is-scrolled {
  background: var(--header-bg-scroll);
  border-color: var(--header-border-scroll);
  backdrop-filter: var(--header-backdrop);
  -webkit-backdrop-filter: var(--header-backdrop);
  box-shadow: var(--header-shadow-scroll);
  transition: background 0.3s, border-color 0.3s, backdrop-filter 0.3s, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
#gj-header.is-hidden {
  top: calc(var(--gj-header-h) * -1);
}
.gj-header-container {
  width: 100%;
  max-width: var(--gj-container-max, 1440px);
  margin-inline: auto;
  padding-inline: var(--header-pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--header-gap);
}
#gj-topbar {
  height: var(--header-topbar-h);
  box-sizing: border-box;
  flex-shrink: 0;
}
.gj-header-main {
  height: var(--header-h);
}
.gj-header-main .gj-header-container {
  height: 100%;
}
.gj-header-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.gj-header-brand :where(img, svg) {
  height: var(--header-brand-h);
  width: var(--header-brand-w);
  max-width: 100%;
}
.gj-header-nav {
  display: flex;
  align-items: center;
  min-width: 0;
}
.gj-header-actions, .gj-header-actions-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.gj-header-tabs {
  height: var(--header-tabs-h);
  box-sizing: border-box;
  border-bottom: 1px solid var(--header-tabs-border);
}
.gj-header-tabs .gj-header-container {
  height: 100%;
}
.gj-header-tabs-end {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-inline-start: auto;
}
.gj-header--split .gj-header-main .gj-header-nav {
  flex: 1;
  justify-content: center;
}
.gj-header--start .gj-header-main .gj-header-nav {
  flex: 1;
  justify-content: flex-start;
  margin-inline-start: var(--header-gap-brand);
}
.gj-header--centered .gj-header-main .gj-header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: ".   brand  actions" "nav nav    nav";
  row-gap: 8px;
}
.gj-header--centered .gj-header-brand {
  grid-area: brand;
}
.gj-header--centered .gj-header-actions {
  grid-area: actions;
  justify-self: end;
}
.gj-header--centered .gj-header-main .gj-header-nav {
  grid-area: nav;
  justify-content: center;
}
.gj-header--compact {
  --header-h: 44px;
  --header-brand-h: 32px;
}
.gj-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 39px;
  padding: 0 16px;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  border-radius: var(--header-btn-radius);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.18s, border-color 0.18s, color 0.18s, transform 0.15s;
}
.gj-header-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
.gj-header-btn:hover svg {
  transform: translateX(3px);
}
.gj-header-btn--secondary {
  color: var(--header-btn-secondary-color);
  border-color: var(--header-btn-secondary-border);
  background: transparent;
}
.gj-header-btn--secondary:hover {
  background: var(--header-btn-secondary-hover);
}
.gj-header-btn--primary {
  color: var(--header-btn-primary-color);
  background: var(--header-btn-primary-bg);
  border-color: var(--header-btn-primary-bg);
}
.gj-header-btn--primary:hover {
  background: var(--header-btn-primary-hover);
  border-color: var(--header-btn-primary-hover);
}
#gj-header-hamburger {
  width: 39px;
  height: 39px;
  border-radius: var(--radius-full);
  background: var(--header-ham-bg);
  border: 1px solid var(--header-ham-border);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.18s;
}
#gj-header-hamburger:hover {
  background: var(--header-ham-bg-hover);
}
.gj-ham-bar {
  width: 17px;
  height: 1.5px;
  background: var(--header-ham-line);
  border-radius: 2px;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
}
#gj-header-hamburger.is-open .gj-ham-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
#gj-header-hamburger.is-open .gj-ham-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
#gj-header-hamburger.is-open .gj-ham-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 1023px) {
  .gj-header-container {
    max-width: 100%;
  }
  .gj-header-main .gj-header-nav {
    display: none;
  }
  #gj-header[data-gj-header-tabs="desktop-only"] .gj-header-tabs, #gj-header:not([data-gj-header-tabs]) .gj-header-tabs {
    display: none;
  }
  #gj-header[data-gj-header-tabs="desktop-only"] .gj-header-main, #gj-header:not([data-gj-header-tabs]) .gj-header-main {
    border-bottom: 1px solid var(--header-tabs-border);
  }
  .gj-header--centered .gj-header-main .gj-header-container {
    display: flex;
    justify-content: space-between;
  }
  #gj-header-hamburger {
    display: flex;
  }
}
:root {
  --panel-bg: var(--gj-surface);
  --panel-border: var(--gj-border);
  --panel-w: min(364px, 93vw);
  --panel-z: 300;
  --panel-overlay-bg: var(--gj-overlay);
  --panel-overlay-blur: blur(3px);
  --panel-overlay-z: 200;
  --panel-pad-x: 18px;
  --panel-pad-y: 14px;
  --panel-header-pad-x: 0.5rem;
  --panel-header-pad-y: 14px;
  --panel-bar-pad: 10px 8px;
  --panel-bar-gap: 2px;
  --panel-brand-h: 45px;
  --panel-brand-w: auto;
  --panel-close-size: 39px;
  --panel-close-bg: var(--gj-surface-input);
  --panel-close-border: var(--gj-border-input);
  --panel-close-color: var(--gj-text-soft);
  --panel-close-bg-hover: var(--gj-surface-hover);
  --panel-btn-radius: var(--radius-lg);
  --panel-btn-secondary-color: var(--gj-text-muted);
  --panel-btn-secondary-border: var(--gj-border-input);
  --panel-btn-secondary-hover: var(--gj-surface-input-hover);
  --panel-btn-primary-bg: var(--gj-brand);
  --panel-btn-primary-color: var(--gj-text-inverse);
  --panel-btn-primary-hover: var(--gj-brand-hover);
  --panel-ease: cubic-bezier(0.4, 0, 0.2, 1);
}
.dark {
  --panel-bg: #1a1a1a;
}
#gj-panel-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--panel-overlay-z);
  background: var(--panel-overlay-bg);
  backdrop-filter: var(--panel-overlay-blur);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
#gj-panel-overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}
#gj-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--panel-w);
  z-index: var(--panel-z);
  background: var(--panel-bg);
  border-left: 1px solid var(--panel-border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.34s var(--panel-ease);
}
#gj-panel.is-open {
  transform: translateX(0);
}
.gj-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--panel-header-pad-y) var(--panel-header-pad-x);
  border-bottom: 1px solid var(--panel-border);
  flex-shrink: 0;
}
.gj-panel-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.gj-panel-brand :where(img, svg) {
  height: var(--panel-brand-h);
  width: var(--panel-brand-w);
  max-width: 100%;
}
.gj-panel-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
#gj-panel-close {
  width: var(--panel-close-size);
  height: var(--panel-close-size);
  border-radius: var(--radius-full);
  background: var(--panel-close-bg);
  border: 1px solid var(--panel-close-border);
  color: var(--panel-close-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s;
}
#gj-panel-close svg {
  width: 18px;
  height: 18px;
}
#gj-panel-close:hover {
  background: var(--panel-close-bg-hover);
}
.gj-panel-bar {
  display: flex;
  flex-direction: column;
  gap: var(--panel-bar-gap);
  padding: var(--panel-bar-pad);
  border-bottom: 1px solid var(--panel-border);
  flex-shrink: 0;
}
.gj-panel-scroll {
  flex: 1;
  overflow-y: auto;
  padding: var(--panel-pad-y) var(--panel-pad-x);
  overscroll-behavior: contain;
}
.gj-panel-scroll::-webkit-scrollbar {
  width: 3px;
}
.gj-panel-scroll::-webkit-scrollbar-thumb {
  background: var(--panel-border);
  border-radius: 2px;
}
.gj-panel-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--panel-pad-y) var(--panel-pad-x);
  border-top: 1px solid var(--panel-border);
  flex-shrink: 0;
}
.gj-panel-btn {
  display: block;
  text-align: center;
  font-size: var(--text-md);
  padding: 10px;
  border-radius: var(--panel-btn-radius);
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.gj-panel-btn--secondary {
  font-weight: var(--font-weight-medium);
  color: var(--panel-btn-secondary-color);
  border-color: var(--panel-btn-secondary-border);
  background: transparent;
}
.gj-panel-btn--secondary:hover {
  background: var(--panel-btn-secondary-hover);
}
.gj-panel-btn--primary {
  font-weight: var(--font-weight-semibold);
  color: var(--panel-btn-primary-color);
  background: var(--panel-btn-primary-bg);
  border-color: var(--panel-btn-primary-bg);
}
.gj-panel-btn--primary:hover {
  background: var(--panel-btn-primary-hover);
  border-color: var(--panel-btn-primary-hover);
}
@media (prefers-reduced-motion: reduce) {
  #gj-panel, #gj-panel-overlay {
    transition: none;
  }
}
.gj-component--heading, .gj-component--section, .gj-preset--marquee-gallery {
  .gj-heading {
    padding-left: 1rem;
    border-left: 8px solid var(--gj-brand, #fff);
    .gj-heading-eyebrow {
      font-size: var(--text-xs);
      font-weight: 600;
      text-transform: uppercase;
      color: var(--gj-brand, #fff);
      background: var(--gj-surface, #fff);
      padding: .25rem .5rem;
      border-radius: .5rem;
    }
    .gj-heading-title {
      letter-spacing: -1px;
      font-size: var(--text-2xl);
      font-weight: 800;
      color: var(--gj-text, #fff);
      font-family: var(--font-display), sans-serif;
      line-height: var(--leading-tight);
      .gj-highlight {
        color: var(--gj-brand, #fff);
      }
    }
    .gj-heading-subtitle {
      font-size: var(--text-xl);
      font-weight: 600;
      color: var(--gj-text-muted, #fff);
      line-height: var(--leading-tight);
    }
  }
}
.gj-paragraph {
  .gj-heading {
    padding-left: 0;
    border-left: 0;
    .gj-heading-title {
      letter-spacing: -1px;
      font-size: var(--text-xl);
      font-weight: 700;
      color: var(--gj-text, #fff);
      font-family: var(--font-display), sans-serif;
      line-height: var(--leading-tight);
      .gj-highlight {
        color: var(--gj-brand, #fff);
      }
    }
  }
}
.gj-bento-item {
  .gj-heading {
    padding-left: 0;
    border-left: 0;
    .gj-heading-title {
      font-weight: 800;
      color: var(--gj-surface, #fff);
      text-shadow: 1px 1px 2px #333;
      font-size: var(--text-lg);
    }
  }
}
[class^="gj-icon--"]:before, [class*=" gj-icon--"]:before {
  font-family: 'arjanna-icons' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gj-icon--arrow-right:before {
  content: "\f116";
}
.gj-icon--arrow-external:before {
  content: "\f176";
}
.gj-icon--download:before {
  content: "\f16d";
}
.gj-icon--whatsapp:before {
  content: "\f24f";
}
.gj-icon--phone:before {
  content: "\f1df";
}
.gj-icon--email:before {
  content: "\f1b2";
}
.gj-icon--document:before {
  content: "\f17e";
}
.gj-icon--calendar:before {
  content: "\f132";
}
.gj-icon--map:before {
  content: "\f1b4";
}
.gj-icon--cart:before {
  content: "\f207";
}
.gj-icon--play:before {
  content: "\f1e4";
}
.gj-component--image {
  .gj-image {
    border-radius: var(--radius-lg);
  }
}
.gj-grid-scope {
  container: gj-grid / inline-size;
}
.gj-grid {
  --gj-grid-cols: var(--gj-grid-cols-narrow, 1);
  --gj-grid-w: var(--gj-grid-w-narrow, 240px);
  --gj-grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(var(--gj-grid-cols), minmax(0, 1fr));
  gap: var(--gj-grid-gap);
}
.gj-grid-item {
  min-width: 0;
  min-height: 0;
}
.gj-grid-item > *:last-child {
  margin-bottom: 0;
}
.gj-grid--fixed {
  grid-template-columns: repeat(auto-fill, minmax(min(var(--gj-grid-w), 100%), 1fr));
}
.gj-grid--fixed.gj-grid--stretch {
  grid-template-columns: repeat(auto-fit, minmax(min(var(--gj-grid-w), 100%), 1fr));
}
.gj-grid--masonry {
  display: block;
  columns: var(--gj-grid-cols);
  column-gap: var(--gj-grid-gap);
}
.gj-grid--masonry.gj-grid--fixed {
  columns: var(--gj-grid-w);
}
.gj-grid--masonry > .gj-grid-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: var(--gj-grid-gap);
}
.gj-grid--masonry > .gj-grid-item:last-child {
  margin-bottom: 0;
}
.gj-grid--gap-none {
  --gj-grid-gap: 0px;
}
.gj-grid--gap-tight {
  --gj-grid-gap: 8px;
}
.gj-grid--gap-loose {
  --gj-grid-gap: 32px;
}
.gj-grid--align-top {
  align-items: start;
}
.gj-grid--align-middle {
  align-items: center;
}
.gj-grid--align-bottom {
  align-items: end;
}
.gj-grid-empty {
  color: var(--ui-text-muted);
  font-size: var(--text-sm);
  text-align: center;
  padding: 32px 0;
}
@container gj-grid (min-width: 480px) {
  .gj-grid {
    --gj-grid-cols: var(--gj-grid-cols-medium, var(--gj-grid-cols-narrow, 1));
    --gj-grid-w: var(--gj-grid-w-medium, var(--gj-grid-w-narrow, 240px));
  }
}
@container gj-grid (min-width: 880px) {
  .gj-grid {
    --gj-grid-cols: var(--gj-grid-cols-wide, var(--gj-grid-cols-medium, var(--gj-grid-cols-narrow, 1)));
    --gj-grid-w: var(--gj-grid-w-wide, var(--gj-grid-w-medium, var(--gj-grid-w-narrow, 240px)));
  }
}
.gj-link {
  text-decoration: none;
  color: inherit;
}
.gj-link--lightbox {
  cursor: pointer;
}
.gj-link--lightbox[data-type="video"], .gj-link--lightbox[data-type="youtube"] {
  cursor: pointer;
}
.gj-language-selector .gj-dropdown-trig {
  min-block-size: 2.25rem;
  padding-inline: calc(var(--spacing) * 3);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  color: var(--gj-text);
}
.gj-language-selector .gj-dropdown-trig:hover, .gj-language-selector.is-open .gj-dropdown-trig {
  border-color: var(--gj-border);
  background: var(--gj-surface-input-hover);
  color: var(--gj-text);
}
.gj-language-selector .gj-dropdown-trig:focus-visible {
  outline: 2px solid var(--gj-brand);
  outline-offset: 2px;
}
.gj-language-selector__current {
  min-inline-size: 1.35rem;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.06em;
}
.gj-language-selector .gj-dropdown-menu {
  min-inline-size: 12rem;
  padding: calc(var(--spacing) * 2);
}
.gj-language-selector .gj-dropdown-item {
  padding: calc(var(--spacing) * 2) calc(var(--spacing) * 3);
  color: var(--gj-text);
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}
.gj-language-selector .gj-dropdown-item:hover {
  background: var(--gj-surface-input-hover);
}
.gj-language-selector .gj-dropdown-item.is-active {
  background: var(--gj-surface-active);
  color: var(--gj-text);
}
.gj-language-selector__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-inline-size: 2rem;
  min-block-size: 1.5rem;
  border: 1px solid var(--gj-border);
  border-radius: var(--radius-sm);
  background: var(--gj-surface-input);
  color: var(--gj-text-soft);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.06em;
}
.gj-language-selector .gj-dropdown-item.is-active .gj-language-selector__code {
  border-color: var(--gj-brand);
  color: var(--gj-brand);
}
.gj-language-selector--mobile {
  inline-size: 100%;
}
.gj-language-selector--mobile .gj-dropdown-trig {
  inline-size: 100%;
  justify-content: center;
}
.gj-language-selector--mobile .gj-dropdown-menu {
  inline-size: 100%;
}
@media (max-width: 1023px) {
  .gj-header-actions > .gj-language-selector:not(.gj-language-selector--mobile) {
    display: none;
  }
}
.gj-brand {
  display: block;
}
.gj-brand--light, .gj-brand--dark {
  display: none;
}
.gj-brand--light {
  display: block;
}
.dark .gj-brand--light {
  display: none;
}
.dark .gj-brand--dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) .gj-brand--light {
    display: none;
  }
  :root:not(.light):not(.dark) .gj-brand--dark {
    display: block;
  }
}
:root {
  --marquee-duration: 40s;
  --marquee-duration-slower: 120s;
  --marquee-duration-slow: 80s;
  --marquee-duration-fast: 20s;
  --marquee-duration-row-1: 1;
  --marquee-duration-row-2: 1.18;
  --marquee-duration-row-3: 0.86;
  --marquee-gap: 1rem;
  --marquee-gap-none: 0px;
  --marquee-gap-sm: 0.5rem;
  --marquee-gap-lg: 2rem;
  --marquee-fade-size: 6rem;
  --marquee-vertical-h: 28rem;
  --marquee-pad: 0.5rem;
}
@media (max-width: 1023px) {
  :root {
    --marquee-gap: 0.75rem;
    --marquee-gap-sm: 0.375rem;
    --marquee-gap-lg: 1.25rem;
    --marquee-fade-size: 3rem;
    --marquee-vertical-h: 20rem;
  }
}
.gj-marquee {
  --marquee-play: running;
  --marquee-direction: normal;
  --marquee-time: var(--marquee-duration);
  --marquee-scale: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--marquee-gap);
  padding: var(--marquee-pad);
  overflow: hidden;
  position: relative;
}
.gj-marquee-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: inherit;
  min-width: max-content;
  animation-name: gj-marquee-x;
  animation-duration: calc(var(--marquee-time) * var(--marquee-scale));
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: var(--marquee-direction);
  animation-play-state: var(--marquee-play);
}
.gj-marquee-item {
  flex-shrink: 0;
}
.gj-marquee--vertical {
  flex-direction: column;
  height: var(--marquee-vertical-h);
}
.gj-marquee--vertical .gj-marquee-track {
  flex-direction: column;
  min-width: 0;
  min-height: max-content;
  animation-name: gj-marquee-y;
}
.gj-marquee--reverse {
  --marquee-direction: reverse;
}
.gj-marquee--slower {
  --marquee-time: var(--marquee-duration-slower);
}
.gj-marquee--slow {
  --marquee-time: var(--marquee-duration-slow);
}
.gj-marquee--fast {
  --marquee-time: var(--marquee-duration-fast);
}
.gj-marquee--row-1 {
  --marquee-scale: var(--marquee-duration-row-1);
}
.gj-marquee--row-2 {
  --marquee-scale: var(--marquee-duration-row-2);
}
.gj-marquee--row-3 {
  --marquee-scale: var(--marquee-duration-row-3);
}
.gj-marquee--gap-none {
  gap: var(--marquee-gap-none);
  --marquee-gap: var(--marquee-gap-none);
}
.gj-marquee--gap-sm {
  gap: var(--marquee-gap-sm);
  --marquee-gap: var(--marquee-gap-sm);
}
.gj-marquee--gap-lg {
  gap: var(--marquee-gap-lg);
  --marquee-gap: var(--marquee-gap-lg);
}
.gj-marquee--pause:hover, .gj-marquee--pause:focus-within {
  --marquee-play: paused;
}
.gj-marquee--fade {
  mask-image: linear-gradient(to right, transparent 0, black var(--marquee-fade-size), black calc(100% - var(--marquee-fade-size)), transparent 100%);
}
.gj-marquee--fade.gj-marquee--vertical {
  mask-image: linear-gradient(to bottom, transparent 0, black var(--marquee-fade-size), black calc(100% - var(--marquee-fade-size)), transparent 100%);
}
@keyframes gj-marquee-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--marquee-gap)));
  }
}
@keyframes gj-marquee-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% - var(--marquee-gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .gj-marquee {
    overflow-x: auto;
    mask-image: none;
  }
  .gj-marquee--vertical {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
  }
  .gj-marquee-track {
    animation: none;
  }
  .gj-marquee-track[inert] {
    display: none;
  }
}
.gj-media {
  margin: 0;
}
.gj-image, .gj-video, .gj-audio {
  display: block;
  max-width: 100%;
}
.gj-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--gj-surface-input);
}
.gj-video-poster, .gj-video-frame {
  width: 100%;
  height: 100%;
  border: 0;
}
.gj-video-poster {
  object-fit: cover;
}
.gj-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: var(--radius-pill);
  transform: translate(-50%, -50%);
  background: var(--gj-brand);
  color: var(--gj-text-inverse);
  cursor: pointer;
}
.gj-media-caption {
  margin-top: 8px;
  color: var(--gj-text-soft);
  font-size: var(--text-xs);
}
.gj-media--poster {
  --gj-media-badge-size: 56px;
  --gj-media-motion-fade: 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
}
.gj-media--poster > picture, .gj-media--poster > picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.gj-media--poster > picture img {
  object-fit: cover;
}
.gj-media-fallback {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gj-surface-input);
}
.gj-media-badge {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: var(--gj-media-badge-size);
  height: var(--gj-media-badge-size);
  border-radius: var(--radius-pill);
  background: var(--gj-brand);
  color: var(--gj-text-inverse);
  pointer-events: none;
}
.gj-media-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity var(--gj-media-motion-fade) ease;
  pointer-events: none;
}
.gj-media-motion.is-playing {
  opacity: 1;
}
.gj-media--motion:has(.gj-media-motion.is-playing) .gj-media-badge {
  opacity: 0;
  transition: opacity var(--gj-media-motion-fade) ease;
}
.gj-media-motion--frame {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: max(100%, 177.78cqh);
  height: max(100%, 56.25cqw);
}
.gj-media--motion {
  container-type: size;
}
@media (prefers-reduced-motion: reduce) {
  .gj-media-motion {
    display: none;
  }
}
.gj-component--multimedia {
  .gj-media {
    border-radius: var(--radius-lg);
    overflow: hidden;
  }
}
:root {
  --nav-drop-bg: var(--gj-surface);
  --nav-drop-border: var(--gj-border);
  --nav-drop-shadow: 0 24px 64px rgba(0, 0, 0, 0.12),
    0  4px 16px rgba(0, 0, 0, 0.06);
  --nav-drop-radius: var(--radius-lg);
  --nav-drop-label-color: var(--gj-text-soft);
  --nav-drop-name-color: var(--gj-text);
  --nav-drop-desc-color: var(--gj-text-muted);
  --nav-drop-item-bg-hover: var(--gj-surface-hover);
  --nav-drop-icon-bg: var(--gj-surface-strong);
  --nav-drop-icon-border: var(--gj-border);
  --nav-drop-divider: var(--gj-border);
  --nav-drop-footer-btn-color: var(--gj-text-muted);
  --nav-drop-footer-btn-border: var(--gj-border);
  --nav-badge-new-bg: var(--gj-brand-surface);
  --nav-badge-new-color: var(--gj-brand);
  --nav-badge-new-border: var(--gj-brand);
  @supports (color: color-mix(in lab, red, red)) {
    --nav-badge-new-border: color-mix(in srgb, var(--gj-brand) 18%, transparent);
  }
  --nav-badge-soon-bg: var(--gj-surface-hover);
  --nav-badge-soon-color: var(--gj-text-soft);
  --nav-pill-radius: var(--radius-lg);
  --nav-underline-h: 2px;
  --nav-underline-offset: -3px;
  --nav-underline-color: currentColor;
  --nav-underline-duration: 0.25s;
  --nav-underline-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --nav-underline-origin: left;
  --nav-mob-trig-color: var(--gj-text);
  --nav-mob-trig-bg-hover: var(--gj-surface-hover);
  --nav-mob-item-bg-hover: var(--gj-surface-hover);
  --nav-mob-plain-color: var(--gj-text);
  --nav-mob-label-color: var(--gj-text-soft);
}
.dark {
  --nav-drop-bg: #222222;
  --nav-drop-shadow: 0 24px 64px rgba(0, 0, 0, 0.65),
    0  4px 16px rgba(0, 0, 0, 0.40);
}
#gj-nav-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gj-nav-item {
  position: relative;
}
.gj-nav-drop-trig {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px 13px;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--header-link-color);
  background: none;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  font-family: inherit;
  transition: color 0.18s, background 0.18s;
}
.gj-nav-drop-trig:hover, .gj-nav-drop-trig.is-open, .gj-nav-item.is-active > .gj-nav-drop-trig {
  color: var(--header-link-color-hover);
}
.gj-nav-label {
  position: relative;
  display: inline-block;
}
.gj-nav-trig-icon {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--header-link-color);
}
.gj-nav-drop-trig .gj-nav-chev {
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.gj-nav-drop-trig.is-open .gj-nav-chev {
  transform: rotate(180deg);
}
.gj-nav--pill .gj-nav-drop-trig {
  border-radius: var(--nav-pill-radius);
}
.gj-nav--pill .gj-nav-drop-trig:hover, .gj-nav--pill .gj-nav-drop-trig.is-open, .gj-nav--pill .gj-nav-item.is-active > .gj-nav-drop-trig {
  background: var(--header-link-bg-hover);
}
.gj-nav--underline .gj-nav-label::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: var(--nav-underline-offset);
  height: var(--nav-underline-h);
  background: var(--nav-underline-color);
  border-radius: var(--nav-underline-h);
  transform: scaleX(0);
  transform-origin: var(--nav-underline-origin);
  transition: transform var(--nav-underline-duration) var(--nav-underline-ease);
}
.gj-nav--underline .gj-nav-drop-trig:hover .gj-nav-label::after, .gj-nav--underline .gj-nav-drop-trig.is-open .gj-nav-label::after, .gj-nav--underline .gj-nav-item.is-active .gj-nav-label::after {
  transform: scaleX(1);
}
.gj-nav--underline .gj-nav-item.is-active .gj-nav-label::after {
  transition: none;
}
.gj-nav--text .gj-nav-item.is-active > .gj-nav-drop-trig {
  font-weight: var(--font-weight-bold);
}
.gj-nav-drop-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -16px;
  background: var(--nav-drop-bg);
  border: 1px solid var(--nav-drop-border);
  border-radius: var(--nav-drop-radius);
  box-shadow: var(--nav-drop-shadow);
  z-index: 150;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.975);
  transform-origin: top center;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.gj-nav-drop-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.gj-nav-drop-menu--sm {
  width: 200px;
}
.gj-nav-drop-menu--md {
  width: 300px;
}
.gj-nav-drop-menu--lg {
  width: 560px;
}
.gj-nav-drop-menu--xl {
  width: 740px;
}
.gj-nav-drop-grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}
.gj-nav-drop-grid--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 22px;
}
.gj-nav-drop-label {
  font-size: 10.5px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--nav-drop-label-color);
  margin-bottom: 6px;
  padding: 0 4px;
}
.gj-nav-drop-label--mt {
  margin-top: 14px;
}
.gj-nav-drop-divider {
  border: none;
  border-top: 1px solid var(--nav-drop-divider);
  margin: 10px 0;
}
.gj-nav-drop-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--radius-md);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.14s;
}
.gj-nav-drop-item:hover {
  background: var(--nav-drop-item-bg-hover);
}
.gj-nav-drop-item--compact {
  padding: 7px 10px;
}
.gj-nav-drop-item--disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}
.gj-nav-drop-icon {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  background: var(--nav-drop-icon-bg);
  border: 1px solid var(--nav-drop-icon-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--nav-drop-name-color);
}
.gj-nav-drop-icon svg {
  opacity: 0.65;
}
.gj-nav-drop-text {
  display: flex;
  flex-direction: column;
}
.gj-nav-drop-name {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--nav-drop-name-color);
  line-height: 1.3;
}
.gj-nav-drop-desc {
  font-size: 13px;
  color: var(--nav-drop-desc-color);
  line-height: 1.45;
  margin-top: 2px;
}
.gj-nav-drop-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}
.gj-nav-drop-paragraph {
  padding: 9px 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--nav-drop-desc-color);
}
.gj-nav-drop-paragraph > * + * {
  margin-top: 0.6em;
}
.gj-nav-drop-paragraph > *:last-child {
  margin-bottom: 0;
}
.gj-nav-drop-paragraph a {
  color: var(--nav-drop-name-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.gj-nav-drop-footer {
  display: flex;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--nav-drop-divider);
  margin-top: 6px;
}
.gj-nav-drop-footer--borderless {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.gj-nav-drop-footer-btn {
  flex: 1;
  text-align: center;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-medium);
  color: var(--nav-drop-footer-btn-color);
  padding: 7px 14px;
  border: 1px solid var(--nav-drop-footer-btn-border);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.14s, color 0.14s, border-color 0.14s;
}
.gj-nav-drop-footer-btn:hover {
  background: var(--nav-drop-item-bg-hover);
  color: var(--nav-drop-name-color);
  border-color: var(--nav-drop-icon-border);
}
.gj-nav-badge--new, .gj-nav-badge--soon {
  display: inline-flex;
  align-items: center;
  font-size: 9.5px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.04em;
  border-radius: var(--radius-xs);
  padding: 1.5px 5px;
  margin-left: 5px;
  vertical-align: 1px;
}
.gj-nav-badge--new {
  background: var(--nav-badge-new-bg);
  color: var(--nav-badge-new-color);
}
.gj-nav-badge--soon {
  background: var(--nav-badge-soon-bg);
  color: var(--nav-badge-soon-color);
}
.gj-mob-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gj-mob-item {
  margin-bottom: 4px;
}
.gj-mob-trig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 8px 10px;
  width: 100%;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--header-link-color);
  background: none;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  font-family: inherit;
  transition: color 0.18s, background 0.18s;
}
.gj-mob-trig:hover {
  background: var(--nav-mob-trig-bg-hover);
}
.gj-mob-caption {
  display: flex;
  align-items: center;
  gap: 4px;
}
.gj-mob-trig svg {
  flex-shrink: 0;
  opacity: 0.5;
  color: var(--nav-mob-trig-color);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.gj-mob-trig.is-open svg {
  transform: rotate(180deg);
}
.gj-mob-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.gj-mob-menu.is-open {
  max-height: 1600px;
}
.gj-mob-items {
  padding: 8px 2px 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gj-mob-label {
  font-size: 10px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--nav-mob-label-color);
  padding: 10px 10px 4px;
}
.gj-mob-item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.13s;
}
.gj-mob-item-link:hover {
  background: var(--nav-mob-item-bg-hover);
}
.gj-mob-item-link--new {
  background: var(--nav-badge-new-bg);
  border: 1px solid var(--nav-badge-new-border);
}
.gj-mob-item-link .gj-nav-drop-icon {
  width: 28px;
  height: 28px;
}
.gj-mob-plain {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--nav-mob-plain-color);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: background 0.13s, color 0.13s;
}
.gj-mob-plain:hover, .gj-mob-item.is-active .gj-mob-plain {
  background: var(--nav-mob-item-bg-hover);
  color: var(--gj-text);
}
@media (max-width: 1023px) {
  #gj-nav-desktop {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gj-nav--underline .gj-nav-label::after {
    transition: none;
  }
}
.gj-ticker {
  --ticker-align: end;
  --ticker-tracking: 0.02em;
  display: inline-grid;
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--ticker-tracking);
  color: inherit;
}
.gj-ticker > * {
  grid-area: 1 / 1;
}
.gj-ticker-ghost {
  visibility: hidden;
}
.gj-ticker-value {
  justify-self: var(--ticker-align);
}
.gj-ticker--start {
  --ticker-align: start;
}
.gj-ticker--center {
  --ticker-align: center;
}
.gj-paragraph {
  display: flow-root;
}
.gj-paragraph-content > .gj-heading, .gj-paragraph-content > .gj-paragraph-media, .gj-paragraph-content > .gj-rich-text, .gj-paragraph-content > .gj-button-group, .gj-paragraph > .gj-paragraph-media {
  margin-block: 16px;
}
.gj-paragraph-content > :first-child, .gj-paragraph > :first-child {
  margin-top: 0;
}
.gj-paragraph-content > :last-child, .gj-paragraph > :last-child {
  margin-bottom: 0;
}
.gj-paragraph-layout {
  display: grid;
  gap: 24px;
}
.gj-paragraph-float {
  max-width: min(100%, 420px);
  margin-block: 0 16px;
}
.gj-paragraph-float--float-left {
  float: left;
  margin-right: 24px;
}
.gj-paragraph-float--float-right {
  float: right;
  margin-left: 24px;
}
@media (min-width: 768px) {
  .gj-paragraph-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
  .gj-paragraph-layout--media-column-right > .gj-paragraph-media {
    order: 2;
  }
}
@media (max-width: 767px) {
  .gj-paragraph-float {
    float: none;
    max-width: none;
    margin-inline: 0;
  }
}
.gj-preset {
  margin-block: var(--gj-component-margin-block);
}
.gj-section-column {
  .gj-preset {
    margin-block: 0;
  }
}
.gj-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  color: var(--gj-rating-color, var(--gj-color-accent, currentColor));
}
.gj-rating-star {
  display: inline-flex;
  line-height: 1;
}
:root {
  --search-overlay-bg: var(--gj-overlay);
  --search-overlay-blur: 4px;
  --search-modal-bg: var(--gj-modal-bg);
  --search-modal-border: var(--gj-modal-border);
  --search-modal-shadow: var(--gj-modal-shadow);
  --search-modal-radius: var(--radius-md);
  --search-input-color: var(--gj-text);
  --search-input-placeholder: var(--gj-text-soft);
  --search-icon-color: var(--gj-text-soft);
  --search-divider: var(--gj-border);
  --search-esc-bg: var(--gj-surface-strong);
  --search-esc-border: var(--gj-border);
  --search-esc-color: var(--gj-text-soft);
  --search-label-color: var(--gj-text-soft);
  --search-item-bg-hover: var(--gj-surface-hover);
  --search-item-bg-active: var(--gj-surface-hover);
  --search-item-icon-bg: var(--gj-surface-strong);
  --search-item-icon-border: var(--gj-border);
  --search-item-icon-color: var(--gj-text-soft);
  --search-item-breadcrumb: var(--gj-text-soft);
  --search-item-title: var(--gj-text);
  --search-item-subtitle: var(--gj-text-muted);
  --search-item-arrow: var(--gj-text-soft);
  --search-empty-color: var(--gj-text-soft);
}
#gj-search {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  background: var(--search-overlay-bg);
  backdrop-filter: blur(var(--search-overlay-blur));
  -webkit-backdrop-filter: blur(var(--search-overlay-blur));
  align-items: flex-start;
  justify-content: center;
  padding-top: 72px;
}
#gj-search.is-open {
  display: flex;
}
#gj-search-modal {
  width: 100%;
  max-width: 560px;
  background: var(--search-modal-bg);
  border: 1px solid var(--search-modal-border);
  border-radius: var(--search-modal-radius);
  box-shadow: var(--search-modal-shadow);
  overflow: hidden;
}
#gj-search-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--search-divider);
}
#gj-search-icon {
  flex-shrink: 0;
  color: var(--search-icon-color);
}
#gj-search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: var(--text-lg);
  font-family: inherit;
  color: var(--search-input-color);
}
#gj-search-input::placeholder {
  color: var(--search-input-placeholder);
}
#gj-search-input::-webkit-search-cancel-button {
  display: none;
}
#gj-search-esc {
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  color: var(--search-esc-color);
  background: var(--search-esc-bg);
  border: 1px solid var(--search-esc-border);
  border-radius: var(--radius-xs);
  padding: 2px 7px;
  line-height: 1.5;
  cursor: pointer;
  flex-shrink: 0;
}
#gj-search-results {
  max-height: 400px;
  overflow-y: auto;
  padding: 6px 0 8px;
}
.gj-search-section-label {
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--search-label-color);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  padding: 8px 18px 5px;
}
#gj-search-empty {
  padding: 20px 18px;
  font-size: var(--text-sm);
  color: var(--search-empty-color);
  text-align: center;
}
.gj-search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 9px 18px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: background 0.08s;
}
.gj-search-item:hover, .gj-search-item.is-active {
  background: var(--search-item-bg-active);
}
.gj-search-item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-xs);
  border: 1px solid var(--search-item-icon-border);
  background: var(--search-item-icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--search-item-icon-color);
}
.gj-search-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow: hidden;
}
.gj-search-item-breadcrumb {
  font-size: var(--text-xs);
  color: var(--search-item-breadcrumb);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gj-search-item-title {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--search-item-title);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gj-search-item-subtitle {
  font-size: var(--text-xs);
  color: var(--search-item-subtitle);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gj-search-item-arrow {
  flex-shrink: 0;
  font-size: var(--text-sm);
  color: var(--search-item-arrow);
  opacity: 0;
}
.gj-search-item.is-active .gj-search-item-arrow {
  opacity: 1;
}
@media (max-width: 768px) {
  #gj-search {
    padding-top: 20px;
    align-items: flex-start;
  }
  #gj-search-modal {
    max-width: 100%;
    border-radius: var(--radius-sm);
    margin: 0 12px;
  }
}
:root {
  --search-bar-bg: var(--gj-surface-input);
  --search-bar-border: var(--gj-border-input);
  --search-bar-border-focus: var(--gj-border-input-focus);
  --search-bar-text: var(--gj-text);
  --search-bar-placeholder: var(--gj-text-soft);
  --search-bar-icon: var(--gj-text-soft);
  --search-bar-dropdown-bg: var(--gj-surface);
  --search-bar-dropdown-border: var(--gj-border);
  --search-bar-dropdown-shadow: var(--gj-modal-shadow);
  --search-bar-empty: var(--gj-text-soft);
  --search-bar-focus-ring: rgba(79, 79, 196, 0.12);
}
.gj-search-bar {
  position: relative;
  width: 100%;
  max-width: 560px;
}
.gj-search-bar-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  background: var(--search-bar-bg);
  border: 1px solid var(--search-bar-border);
  border-radius: var(--radius-md);
  transition: border-color 0.18s, box-shadow 0.18s;
}
.gj-search-bar:focus-within .gj-search-bar-input-row {
  border-color: var(--search-bar-border-focus);
  box-shadow: 0 0 0 3px var(--search-bar-focus-ring);
}
.gj-search-bar-icon {
  display: flex;
  flex-shrink: 0;
  color: var(--search-bar-icon);
}
.gj-search-bar-icon svg {
  width: 18px;
  height: 18px;
}
.gj-search-bar-input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--search-bar-text);
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
}
.gj-search-bar-input::placeholder {
  color: var(--search-bar-placeholder);
}
.gj-search-bar-input::-webkit-search-cancel-button {
  display: none;
}
.gj-search-bar-results {
  position: absolute;
  z-index: 100;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: 360px;
  padding: 6px 0 8px;
  overflow-y: auto;
  background: var(--search-bar-dropdown-bg);
  border: 1px solid var(--search-bar-dropdown-border);
  border-radius: var(--radius-md);
  box-shadow: var(--search-bar-dropdown-shadow);
}
.gj-search-bar-empty {
  padding: 20px 18px;
  color: var(--search-bar-empty);
  font-size: var(--text-sm);
  text-align: center;
}
@media (max-width: 768px) {
  .gj-search-bar {
    max-width: none;
  }
}
:root {
  --search-bg: var(--gj-surface-input);
  --search-border: var(--gj-border-input);
  --search-border-hover: var(--gj-border-input-focus);
  --search-bg-hover: var(--gj-surface-input-hover);
  --search-radius: var(--radius-lg);
  --search-icon-color: var(--gj-text-soft);
  --search-text-color: var(--gj-text-soft);
  --search-kbd-bg: var(--gj-surface);
  --search-kbd-border: var(--gj-border);
  --search-kbd-color: var(--gj-text-soft);
  --search-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  --search-shadow-hover: 0 1px 2px rgba(0, 0, 0, 0.04);
  --search-focus-border: var(--gj-brand);
  --search-focus-ring: rgba(79, 79, 196, 0.12);
}
.dark {
  --search-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);
  --search-shadow-hover: 0 2px 8px rgba(0, 0, 0, 0.32);
}
.gj-search-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 39px;
  padding: 0 10px;
  background: var(--search-bg);
  border: 1px solid var(--search-border);
  border-radius: var(--search-radius);
  box-shadow: var(--search-shadow);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s, transform 0.15s;
  flex: 1;
  max-width: 340px;
  min-width: 160px;
}
.gj-search-trigger:hover {
  background: var(--search-bg-hover);
  border-color: var(--search-border-hover);
  box-shadow: var(--search-shadow-hover);
}
.gj-search-trigger:focus-visible {
  outline: none;
  border-color: var(--search-focus-border);
  box-shadow: 0 0 0 3px var(--search-focus-ring), var(--search-shadow);
}
.gj-search-trigger:active {
  transform: translateY(0);
}
.gj-search-trigger--icon {
  flex: 0 0 auto;
  width: 39px;
  min-width: 39px;
  max-width: 39px;
  padding: 0;
  justify-content: center;
  border-radius: var(--radius-full);
}
.gj-search-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--search-icon-color);
}
.gj-search-icon svg {
  width: 15px;
  height: 15px;
}
.gj-search-trigger--icon .gj-search-icon > i {
  font-size: 15px;
  line-height: 1;
}
.gj-search-placeholder {
  flex: 1;
  font-size: var(--text-sm);
  color: var(--search-text-color);
  text-align: left;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gj-search-kbd {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  flex-shrink: 0;
}
.gj-search-kbd kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  font-size: 11px;
  font-family: inherit;
  color: var(--search-kbd-color);
  background: var(--search-kbd-bg);
  border: 1px solid var(--search-kbd-border);
  border-radius: var(--radius-xs);
  line-height: 1;
}
@media (max-width: 1023px) {
  .gj-search-trigger {
    flex: 0 0 auto;
    width: 39px;
    min-width: 39px;
    max-width: 39px;
    padding: 0;
    justify-content: center;
    border-radius: var(--radius-full);
  }
  .gj-search-placeholder, .gj-search-kbd {
    display: none;
  }
}
.gj-section {
  margin-block: var(--gj-component-margin-block);
}
.gj-section > .gj-heading {
  margin-bottom: 24px;
}
.gj-section-columns {
  gap: 24px;
}
.gj-section-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gj-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.gj-social-link {
  display: inline-grid;
  place-items: center;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  border: 1px solid currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  }
  border-radius: 999px;
  color: var(--gj-social-color, currentColor);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.gj-social-link::before {
  font-family: arjanna-icons, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gj-social-link:hover, .gj-social-link:focus-visible {
  background: var(--gj-social-color, currentColor);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gj-social-color, currentColor) 12%, transparent);
  }
  border-color: currentColor;
  transform: translateY(-1px);
}
.gj-social-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.gj-social-link-label {
  position: absolute;
  overflow: hidden;
  inline-size: 1px;
  block-size: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.gj-social-link--facebook {
  --gj-social-color: #1877f2;
}
.gj-social-link--facebook::before {
  content: "\f179";
}
.gj-social-link--linkedin {
  --gj-social-color: #0a66c2;
}
.gj-social-link--linkedin::before {
  content: "\f1ac";
}
.gj-social-link--instagram {
  --gj-social-color: #e4405f;
}
.gj-social-link--instagram::before {
  content: "\f1a2";
}
.gj-social-link--whatsapp {
  --gj-social-color: #25d366;
}
.gj-social-link--whatsapp::before {
  content: "\f24f";
}
.gj-social-link--twitter {
  --gj-social-color: currentColor;
}
.gj-social-link--twitter::before {
  content: "\f253";
}
.gj-social-link--youtube {
  --gj-social-color: #ff0000;
}
.gj-social-link--youtube::before {
  content: "\f256";
}
.gj-social-link--tiktok {
  --gj-social-color: currentColor;
}
.gj-social-link--tiktok::before {
  content: "\f22c";
}
.gj-social-link--pinterest {
  --gj-social-color: #bd081c;
}
.gj-social-link--pinterest::before {
  content: "\f1e1";
}
.gj-social-link--flickr {
  --gj-social-color: #0063dc;
}
.gj-social-link--flickr::before {
  content: "\f183";
}
.gj-stats {
  --gj-stats-cols: 3;
  --gj-stats-gap-row: 4rem;
  --gj-stats-gap-col: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--gj-stats-cols), minmax(0, 1fr));
  gap: var(--gj-stats-gap-row) var(--gj-stats-gap-col);
  margin: 0;
}
.gj-stat {
  --gj-stat-gap: 0;
  --gj-stat-affix-gap: 0;
  --gj-stat-max-width: 20rem;
  display: flex;
  flex-direction: column;
  gap: var(--gj-stat-gap);
  max-width: var(--gj-stat-max-width);
  min-width: 0;
  .gj-stat-description {
    order: 2;
    margin: 0;
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: var(--leading-relaxed);
    color: var(--gj-text-muted, #3e3e3e);
  }
  .gj-stat-value {
    order: 1;
    margin: 0;
    font-family: var(--font-display), sans-serif;
    font-size: var(--text-xl);
    font-weight: var(--font-weight-semibold);
    line-height: var(--leading-none);
    letter-spacing: var(--tracking-tight);
    color: var(--gj-text-heading, #1d1d1d);
    display: flex;
    align-items: baseline;
    gap: var(--gj-stat-affix-gap);
    white-space: nowrap;
  }
  .gj-stat-affix {
    display: block;
    white-space: pre;
  }
  .gj-stat-number {
    display: grid;
    grid-template-columns: 1fr;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    > * {
      grid-area: 1 / 1;
    }
  }
  .gj-stat-number-ghost {
    visibility: hidden;
    pointer-events: none;
  }
  .gj-ticker-value {
    justify-self: stretch;
    text-align: inherit;
  }
}
.gj-stat--center {
  text-align: center;
  align-items: center;
  margin-inline: auto;
  .gj-stat-value {
    justify-content: center;
  }
}
.gj-stat--start {
  text-align: start;
  align-items: flex-start;
  margin-inline: 0 auto;
  .gj-stat-value {
    justify-content: flex-start;
  }
}
.gj-stat--highlight {
  .gj-stat-value {
    color: var(--gj-highlight, #1e88e5);
  }
  .gj-stat-description {
    font-weight: var(--font-weight-medium);
    color: var(--gj-text, #1d1d1d);
  }
}
@media (max-width: 1023px) {
  .gj-stats {
    --gj-stats-cols: 2;
    --gj-stats-gap-row: 3rem;
  }
  .gj-stat .gj-stat-value {
    font-size: var(--text-xl);
  }
}
@media (max-width: 639px) {
  .gj-stats {
    --gj-stats-cols: 1;
    --gj-stats-gap-row: 2.5rem;
  }
  .gj-stat-description {
    font-size: var(--text-sm);
  }
  .gj-stat .gj-stat-value {
    font-size: var(--text-xl);
  }
}
.gj-swiper-wrapper {
  display: grid;
  block-size: 100%;
}
.gj-swiper-slide {
  grid-area: 1 / 1;
  min-width: 0;
  visibility: hidden;
}
.gj-swiper-wrapper > .gj-swiper-slide:first-child {
  visibility: visible;
}
.gj-swiper .gj-swiper-prev, .gj-swiper .gj-swiper-next, .gj-swiper .gj-swiper-pagination, .gj-swiper .gj-swiper-scrollbar {
  display: none;
}
.gj-swiper.is-initialized .gj-swiper-wrapper {
  display: flex;
  gap: 0;
  block-size: 100%;
}
.gj-swiper.is-initialized .gj-swiper-slide {
  grid-area: auto;
  visibility: visible;
}
.gj-swiper.is-initialized .gj-swiper-prev, .gj-swiper.is-initialized .gj-swiper-next {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  display: inline-grid;
  place-items: center;
  inline-size: 2.75rem;
  block-size: 2.75rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--gj-swiper-navigation-background, var(--gj-surface));
  color: var(--gj-swiper-navigation-color, var(--gj-text));
  box-shadow: var(--gj-swiper-navigation-shadow, var(--gj-card-shadow));
  transform: translateY(-50%);
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.gj-swiper.is-initialized .gj-swiper-prev:hover, .gj-swiper.is-initialized .gj-swiper-next:hover {
  background: var(--gj-swiper-navigation-background-hover, var(--gj-surface-hover));
  color: var(--gj-swiper-navigation-color-hover, var(--gj-brand));
  box-shadow: var(--gj-swiper-navigation-shadow-hover, var(--gj-card-shadow-hover));
}
.gj-swiper.is-initialized .gj-swiper-prev:focus-visible, .gj-swiper.is-initialized .gj-swiper-next:focus-visible {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}
.gj-swiper.is-initialized .gj-swiper-prev.swiper-button-disabled, .gj-swiper.is-initialized .gj-swiper-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .gj-swiper--nav-reveal .gj-swiper-prev, .gj-swiper--nav-reveal .gj-swiper-next {
    display: none;
  }
}
@media (min-width: 1024px) {
  .gj-swiper--nav-reveal.is-initialized .gj-swiper-prev, .gj-swiper--nav-reveal.is-initialized .gj-swiper-next {
    opacity: 0;
    transform: translateY(-50%) scale(0.85);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
  }
  .gj-swiper--nav-reveal.is-initialized:hover .gj-swiper-prev, .gj-swiper--nav-reveal.is-initialized:hover .gj-swiper-next, .gj-swiper--nav-reveal.is-initialized:focus-within .gj-swiper-prev, .gj-swiper--nav-reveal.is-initialized:focus-within .gj-swiper-next {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
  }
}
.gj-swiper.is-initialized .gj-swiper-prev {
  inset-inline-start: 1rem;
}
.gj-swiper.is-initialized .gj-swiper-next {
  inset-inline-end: 1rem;
}
.gj-swiper-navigation-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.gj-swiper-navigation-icon i {
  display: block;
  line-height: 1;
}
.gj-swiper.is-initialized .gj-swiper-pagination, .gj-swiper.is-initialized .gj-swiper-scrollbar {
  display: block;
}
.gj-swiper .swiper-pagination-bullet {
  background: var(--gj-swiper-pagination-bullet, var(--gj-border-strong));
  opacity: 1;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.gj-swiper .swiper-pagination-bullet-active {
  background: var(--gj-swiper-pagination-bullet-active, var(--gj-brand));
  transform: scale(1.15);
}
.gj-swiper .swiper-pagination-bullet:focus-visible {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}
.gj-swiper .swiper-pagination-fraction {
  color: var(--gj-swiper-pagination-text, var(--gj-text-inverse));
}
.gj-swiper .swiper-pagination-progressbar {
  background: var(--gj-swiper-pagination-track, var(--gj-border));
}
.gj-swiper .swiper-pagination-progressbar-fill {
  background: var(--gj-swiper-pagination-bullet-active, var(--gj-brand));
}
.gj-swiper .swiper-scrollbar {
  background: var(--gj-swiper-scrollbar-track, var(--gj-border));
}
.gj-swiper .swiper-scrollbar-drag {
  background: var(--gj-swiper-scrollbar-drag, var(--gj-brand));
}
.gj-swiper-autoplay-bar {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 3;
  block-size: 3px;
  background: var(--gj-swiper-autoplay-track, var(--gj-border));
  overflow: hidden;
}
.gj-swiper-autoplay-bar-fill {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  background: var(--gj-swiper-autoplay-fill, var(--gj-brand));
  transform-origin: left center;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: linear;
}
.gj-swiper[data-gj-swiper-autoplay-progress="segmented"] .swiper-pagination-bullet {
  position: relative;
  inline-size: 2rem;
  block-size: 3px;
  border-radius: var(--radius-pill);
  background: var(--gj-swiper-pagination-bullet, var(--gj-border-strong));
  overflow: hidden;
}
.gj-swiper[data-gj-swiper-autoplay-progress="segmented"] .swiper-pagination-bullet-active {
  transform: none;
}
.gj-swiper-bullet-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--gj-swiper-pagination-bullet-active, var(--gj-brand));
  transform-origin: left center;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: linear;
}
.gj-swiper--hero {
  block-size: var(--gj-swiper-hero-h-mobile, 320px);
}
@media (min-width: 1024px) {
  .gj-swiper--hero {
    block-size: var(--gj-swiper-hero-h-desktop, 560px);
  }
}
.gj-swiper--hero .gj-swiper-slide {
  inline-size: 100%;
  block-size: 100%;
}
.gj-swiper-fallback {
  display: grid;
  gap: var(--gj-swiper-fallback-gap, 1rem);
}
.gj-swiper-fallback-item {
  min-width: 0;
}
.gj-swiper.gj-swiper--items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "track" "pager" "scroll";
  gap: 0;
  overflow: hidden;
}
.gj-swiper.gj-swiper--items .gj-swiper-wrapper {
  grid-area: track;
  min-inline-size: 0;
  display: flex;
  gap: var(--gj-swiper-items-gap-mobile, 0px);
  block-size: auto;
}
.gj-swiper.gj-swiper--items .gj-swiper-slide {
  grid-area: auto;
  visibility: visible;
  flex: 0 0 auto;
  inline-size: var(--gj-swiper-items-w-mobile, 100%);
  block-size: auto;
}
@media (min-width: 1024px) {
  .gj-swiper.gj-swiper--items .gj-swiper-wrapper {
    gap: var(--gj-swiper-items-gap-desktop, var(--gj-swiper-items-gap-mobile, 0px));
  }
  .gj-swiper.gj-swiper--items .gj-swiper-slide {
    inline-size: var(--gj-swiper-items-w-desktop, var(--gj-swiper-items-w-mobile, 100%));
  }
}
.gj-swiper.gj-swiper--items.is-initialized .gj-swiper-prev, .gj-swiper.gj-swiper--items.is-initialized .gj-swiper-next {
  grid-area: track;
  position: static;
  z-index: 2;
  align-self: center;
  transform: none;
  margin-inline: var(--gj-swiper-nav-inset, 1rem);
}
.gj-swiper.gj-swiper--items.is-initialized .gj-swiper-prev {
  justify-self: start;
}
.gj-swiper.gj-swiper--items.is-initialized .gj-swiper-next {
  justify-self: end;
}
.gj-swiper.gj-swiper--items.is-initialized .gj-swiper-pagination {
  grid-area: pager;
  position: static;
  inline-size: auto;
  margin: var(--gj-swiper-controls-gap, 1rem) 0 0;
}
.gj-swiper.gj-swiper--items.is-initialized .gj-swiper-scrollbar {
  grid-area: scroll;
  position: static;
  inline-size: auto;
  block-size: 4px;
  margin: var(--gj-swiper-controls-gap, 1rem) 0 0;
}
@media (min-width: 1024px) {
  .gj-swiper.gj-swiper--items.gj-swiper--nav-reveal.is-initialized .gj-swiper-prev, .gj-swiper.gj-swiper--items.gj-swiper--nav-reveal.is-initialized .gj-swiper-next {
    transform: scale(0.85);
  }
  .gj-swiper.gj-swiper--items.gj-swiper--nav-reveal.is-initialized:hover .gj-swiper-prev, .gj-swiper.gj-swiper--items.gj-swiper--nav-reveal.is-initialized:hover .gj-swiper-next, .gj-swiper.gj-swiper--items.gj-swiper--nav-reveal.is-initialized:focus-within .gj-swiper-prev, .gj-swiper.gj-swiper--items.gj-swiper--nav-reveal.is-initialized:focus-within .gj-swiper-next {
    transform: scale(1);
  }
}
.gj-swiper.gj-swiper--items.is-initialized.swiper-navigation-disabled .gj-swiper-prev, .gj-swiper.gj-swiper--items.is-initialized.swiper-navigation-disabled .gj-swiper-next, .gj-swiper.is-initialized.swiper-navigation-disabled .gj-swiper-prev, .gj-swiper.is-initialized.swiper-navigation-disabled .gj-swiper-next, .gj-swiper.is-initialized .gj-swiper-prev.swiper-button-lock, .gj-swiper.is-initialized .gj-swiper-next.swiper-button-lock, .gj-swiper.gj-swiper--items.is-initialized .gj-swiper-pagination.swiper-pagination-disabled, .gj-swiper.gj-swiper--items.is-initialized .gj-swiper-pagination.swiper-pagination-lock, .gj-swiper.is-initialized .gj-swiper-pagination.swiper-pagination-disabled, .gj-swiper.is-initialized .gj-swiper-pagination.swiper-pagination-lock, .gj-swiper.gj-swiper--items.is-initialized .gj-swiper-scrollbar.swiper-scrollbar-disabled, .gj-swiper.gj-swiper--items.is-initialized .gj-swiper-scrollbar.swiper-scrollbar-lock, .gj-swiper.is-initialized .gj-swiper-scrollbar.swiper-scrollbar-disabled, .gj-swiper.is-initialized .gj-swiper-scrollbar.swiper-scrollbar-lock {
  display: none;
}
.gj-swiper.gj-swiper--items.is-initialized .gj-swiper-wrapper {
  gap: 0;
}
:root {
  --theme-toggle-bg: var(--gj-surface-input);
  --theme-toggle-border: var(--gj-border-input);
  --theme-toggle-icon: var(--gj-text-soft);
  --theme-toggle-bg-hover: var(--gj-surface-input-hover);
  --theme-toggle-btn-active: var(--gj-surface-hover);
}
.gj-theme-toggle {
  height: 39px;
  border-radius: var(--radius-lg);
  background: var(--theme-toggle-bg);
  border: 1px solid var(--theme-toggle-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--theme-toggle-icon);
  transition: background 0.18s;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.gj-theme-toggle:hover {
  background: var(--theme-toggle-bg-hover);
}
.gj-theme-btn {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gj-text-soft);
  transition: background 0.12s, color 0.12s;
}
.gj-theme-btn:hover {
  background: var(--gj-surface-hover);
  color: var(--gj-text);
}
.gj-theme-btn.is-active {
  background: var(--theme-toggle-btn-active);
  color: var(--gj-text);
  box-shadow: var(--shadow-xs);
}
.gj-toc-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--gj-text-soft);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  margin-bottom: 12px;
}
.gj-toc-title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='12' height='1.5' rx='.75' fill='%238e97ad'/%3E%3Crect x='0' y='3.5' width='8' height='1.5' rx='.75' fill='%238e97ad'/%3E%3Crect x='0' y='7' width='10' height='1.5' rx='.75' fill='%238e97ad'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.gj-toc-item {
  display: block;
  color: var(--gj-text-soft);
  text-decoration: none;
  font-size: var(--text-sm);
  padding: 4px 0 4px 10px;
  border-left: 2px solid transparent;
  margin-left: -2px;
  line-height: 1.5;
  transition: color 0.18s, border-color 0.18s;
}
.gj-toc-item:hover {
  color: var(--gj-text-muted);
  border-color: var(--gj-border);
}
.gj-toc-item.is-active {
  color: var(--gj-brand);
  border-color: var(--gj-brand);
  font-weight: var(--font-weight-medium);
}
:root {
  --tooltip-bg: #1d1d1d;
  --tooltip-color: #ffffff;
  --tooltip-radius: var(--radius-md);
  --tooltip-font-size: var(--text-xs);
  --tooltip-padding: 5px 10px;
  --tooltip-shadow: 0 4px 12px rgba(0, 0, 0, 0.15),
    0 1px  3px rgba(0, 0, 0, 0.10);
  --tooltip-delay: 0.15s;
  --tooltip-offset: 8px;
  --tooltip-arrow: 5px;
  --tooltip-max-width: 220px;
}
.dark {
  --tooltip-bg: #f5f4fb;
  --tooltip-color: #1a1840;
  --tooltip-shadow: 0 4px 12px rgba(0, 0, 0, 0.40),
    0 1px  3px rgba(0, 0, 0, 0.30);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) {
    --tooltip-bg: #f5f4fb;
    --tooltip-color: #1a1840;
    --tooltip-shadow: 0 4px 12px rgba(0, 0, 0, 0.40),
        0 1px  3px rgba(0, 0, 0, 0.30);
  }
}
[data-gj-tooltip] {
  position: relative;
}
[data-gj-tooltip]::before {
  content: attr(data-gj-tooltip);
  position: absolute;
  z-index: 1000;
  max-width: var(--tooltip-max-width);
  padding: var(--tooltip-padding);
  background: var(--tooltip-bg);
  color: var(--tooltip-color);
  font-size: var(--tooltip-font-size);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  border-radius: var(--tooltip-radius);
  box-shadow: var(--tooltip-shadow);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
[data-gj-tooltip]::after {
  content: "";
  position: absolute;
  z-index: 1000;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
[data-gj-tooltip]:hover::before, [data-gj-tooltip]:hover::after {
  opacity: 1;
  transition-delay: var(--tooltip-delay);
}
[data-gj-tooltip]:focus-visible::before, [data-gj-tooltip]:focus-visible::after {
  opacity: 1;
  transition-delay: 0s;
}
[data-gj-tooltip]:not([data-gj-tooltip-pos]), [data-gj-tooltip][data-gj-tooltip-pos="top"] {
  &::before {
    bottom: calc(100% + var(--tooltip-offset));
    left: 50%;
    transform: translateX(-50%) translateY(4px);
  }
  &:hover::before, &:focus-visible::before {
    transform: translateX(-50%) translateY(0);
  }
  &::after {
    bottom: calc(100% + var(--tooltip-offset) - var(--tooltip-arrow));
    left: 50%;
    transform: translateX(-50%);
    border-left: var(--tooltip-arrow) solid transparent;
    border-right: var(--tooltip-arrow) solid transparent;
    border-top: var(--tooltip-arrow) solid var(--tooltip-bg);
  }
}
[data-gj-tooltip][data-gj-tooltip-pos="bottom"] {
  &::before {
    top: calc(100% + var(--tooltip-offset));
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
  }
  &:hover::before, &:focus-visible::before {
    transform: translateX(-50%) translateY(0);
  }
  &::after {
    top: calc(100% + var(--tooltip-offset) - var(--tooltip-arrow));
    left: 50%;
    transform: translateX(-50%);
    border-left: var(--tooltip-arrow) solid transparent;
    border-right: var(--tooltip-arrow) solid transparent;
    border-bottom: var(--tooltip-arrow) solid var(--tooltip-bg);
  }
}
[data-gj-tooltip][data-gj-tooltip-pos="left"] {
  &::before {
    right: calc(100% + var(--tooltip-offset));
    top: 50%;
    transform: translateY(-50%) translateX(4px);
  }
  &:hover::before, &:focus-visible::before {
    transform: translateY(-50%) translateX(0);
  }
  &::after {
    right: calc(100% + var(--tooltip-offset) - var(--tooltip-arrow));
    top: 50%;
    transform: translateY(-50%);
    border-top: var(--tooltip-arrow) solid transparent;
    border-bottom: var(--tooltip-arrow) solid transparent;
    border-left: var(--tooltip-arrow) solid var(--tooltip-bg);
  }
}
[data-gj-tooltip][data-gj-tooltip-pos="right"] {
  &::before {
    left: calc(100% + var(--tooltip-offset));
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
  }
  &:hover::before, &:focus-visible::before {
    transform: translateY(-50%) translateX(0);
  }
  &::after {
    left: calc(100% + var(--tooltip-offset) - var(--tooltip-arrow));
    top: 50%;
    transform: translateY(-50%);
    border-top: var(--tooltip-arrow) solid transparent;
    border-bottom: var(--tooltip-arrow) solid transparent;
    border-right: var(--tooltip-arrow) solid var(--tooltip-bg);
  }
}
.gj-tooltip-wrap {
  position: relative;
  display: inline-flex;
}
@media (prefers-reduced-motion: reduce) {
  [data-gj-tooltip]::before, [data-gj-tooltip]::after {
    transition: opacity 0.1s ease;
  }
  [data-gj-tooltip]:not([data-gj-tooltip-pos])::before, [data-gj-tooltip][data-gj-tooltip-pos="top"]::before, [data-gj-tooltip][data-gj-tooltip-pos="bottom"]::before {
    transform: translateX(-50%);
  }
  [data-gj-tooltip][data-gj-tooltip-pos="left"]::before, [data-gj-tooltip][data-gj-tooltip-pos="right"]::before {
    transform: translateY(-50%);
  }
}
:root {
  --gj-topbar-bg: var(--color-neutral-50);
  --gj-topbar-border: var(--color-neutral-200);
  --gj-topbar-text: var(--color-neutral-700);
  --gj-topbar-icon: var(--color-neutral-500);
  --gj-topbar-link: var(--color-neutral-900);
  --gj-topbar-link-hover: var(--gj-brand);
  --gj-topbar-close: var(--color-neutral-500);
  --gj-topbar-close-hover-bg: var(--color-neutral-200);
  --gj-topbar-close-hover: var(--color-neutral-900);
}
.dark {
  --gj-topbar-bg: var(--color-neutral-900);
  --gj-topbar-border: var(--color-neutral-800);
  --gj-topbar-text: var(--color-neutral-300);
  --gj-topbar-icon: var(--color-neutral-500);
  --gj-topbar-link: var(--color-neutral-100);
  --gj-topbar-link-hover: var(--gj-brand);
  --gj-topbar-close: var(--color-neutral-500);
  --gj-topbar-close-hover-bg: var(--color-neutral-800);
  --gj-topbar-close-hover: var(--color-neutral-100);
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) {
    --gj-topbar-bg: var(--color-neutral-900);
    --gj-topbar-border: var(--color-neutral-800);
    --gj-topbar-text: var(--color-neutral-300);
    --gj-topbar-icon: var(--color-neutral-500);
    --gj-topbar-link: var(--color-neutral-100);
    --gj-topbar-link-hover: var(--gj-brand);
    --gj-topbar-close: var(--color-neutral-500);
    --gj-topbar-close-hover-bg: var(--color-neutral-800);
    --gj-topbar-close-hover: var(--color-neutral-100);
  }
}
#gj-topbar, .gj-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 44px;
  padding: 8px 48px 8px 16px;
  background: var(--gj-topbar-bg);
  border-bottom: 1px solid var(--gj-topbar-border);
  color: var(--gj-topbar-text);
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
  position: relative;
  width: 100%;
}
.gj-topbar-container {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, var(--gj-container-max));
}
.gj-topbar-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: var(--gj-container-max);
  width: 100%;
  justify-content: center;
}
.gj-topbar-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: var(--gj-topbar-icon);
}
.gj-topbar-text {
  margin: 0;
}
.gj-topbar-link {
  color: var(--gj-topbar-link);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 4px;
}
.gj-topbar-link:hover {
  color: var(--gj-topbar-link-hover);
}
.gj-topbar-arrow {
  display: inline-block;
  margin-left: 2px;
  font-style: normal;
}
#gj-topbar-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-sm);
  border: none;
  background: transparent;
  color: var(--gj-topbar-close);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 150ms ease, color 150ms ease;
}
#gj-topbar-close:hover {
  background: var(--gj-topbar-close-hover-bg);
  color: var(--gj-topbar-close-hover);
}
.topbar-closed #gj-topbar {
  display: none;
}
@keyframes gj-aurora-shift {
  0% {
    background-position: 0% 50%;
    transform: rotate(-5deg) scale(0.9);
  }
  25% {
    background-position: 50% 100%;
    transform: rotate(5deg) scale(1.1);
  }
  50% {
    background-position: 100% 50%;
    transform: rotate(-3deg) scale(0.95);
  }
  75% {
    background-position: 50% 0%;
    transform: rotate(3deg) scale(1.05);
  }
  100% {
    background-position: 0% 50%;
    transform: rotate(-5deg) scale(0.9);
  }
}
@media (prefers-reduced-motion: reduce) {
  .aurora-text {
    animation: none;
    transform: none;
  }
}
@property --gj-beam-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes gj-beam-spin {
  to {
    --gj-beam-angle: 360deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .beam::after, .beam-dual::before {
    animation: none;
  }
}
@keyframes gj-shine-move {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shine::after {
    animation: none;
    background-position: 50% 50%;
  }
}
.gj-nav--underline {
  --nav-underline-color: var(--gj-brand);
}
.gj-swiper--hero {
  .gj-heading {
    text-align: center;
    .gj-heading-eyebrow {
      display: inline-block;
      font-size: var(--text-xs);
      font-weight: 600;
      text-transform: uppercase;
      color: var(--gj-surface, #fff);
      background: var(--gj-brand, #000);
      padding: .25rem .5rem;
      border-radius: .5rem;
    }
    .gj-heading-title {
      letter-spacing: -1px;
      font-size: var(--text-3xl);
      font-weight: 900;
      color: var(--gj-surface, #fff);
      font-family: var(--font-display), sans-serif;
      text-shadow: 1px 1px 2px #333;
      line-height: 1.15;
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .gj-heading-subtitle {
      font-size: var(--text-xl);
      font-weight: 700;
      color: var(--gj-surface, #fff);
      text-shadow: 1px 1px 2px #333;
      line-height: 1.4;
    }
  }
  &.is-initialized {
    .gj-swiper-slide {
      .gj-heading-eyebrow {
        opacity: 0;
        transform: var(--gj-reveal-transform, translateY(var(--gj-reveal-distance)));
        transition: opacity var(--gj-reveal-duration) var(--gj-reveal-easing), transform var(--gj-reveal-duration) var(--gj-reveal-easing);
        transition-delay: var(--gj-reveal-delay, var(--gj-reveal-delay-base));
        backface-visibility: hidden;
        --gj-reveal-delay: var(--gj-reveal-delay-1);
        --gj-reveal-transform: translateY(var(--gj-reveal-distance));
      }
      .gj-heading-title {
        opacity: 0;
        transform: var(--gj-reveal-transform, translateY(var(--gj-reveal-distance)));
        transition: opacity var(--gj-reveal-duration) var(--gj-reveal-easing), transform var(--gj-reveal-duration) var(--gj-reveal-easing);
        transition-delay: var(--gj-reveal-delay, var(--gj-reveal-delay-base));
        backface-visibility: hidden;
        --gj-reveal-delay: var(--gj-reveal-delay-2);
        --gj-reveal-transform: translateY(var(--gj-reveal-distance));
      }
      .gj-heading-subtitle {
        opacity: 0;
        transform: var(--gj-reveal-transform, translateY(var(--gj-reveal-distance)));
        transition: opacity var(--gj-reveal-duration) var(--gj-reveal-easing), transform var(--gj-reveal-duration) var(--gj-reveal-easing);
        transition-delay: var(--gj-reveal-delay, var(--gj-reveal-delay-base));
        backface-visibility: hidden;
        --gj-reveal-delay: var(--gj-reveal-delay-3);
        --gj-reveal-transform: translateY(var(--gj-reveal-distance));
      }
    }
    .swiper-slide-active {
      .gj-heading-eyebrow, .gj-heading-title, .gj-heading-subtitle {
        opacity: 1;
        transform: none;
      }
    }
  }
}
.gj-preset--cover-single {
  .gj-heading {
    z-index: 1;
    text-align: center;
    .gj-heading-eyebrow {
      display: inline-block;
      font-size: var(--text-xs);
      font-weight: 600;
      text-transform: uppercase;
      color: var(--gj-surface, #fff);
      background: var(--gj-brand, #000);
      padding: .25rem .5rem;
      border-radius: .5rem;
    }
    .gj-heading-title {
      letter-spacing: -1px;
      font-size: var(--text-3xl);
      font-weight: 900;
      color: var(--gj-surface, #fff);
      font-family: var(--font-display), sans-serif;
      text-shadow: 1px 1px 2px #333;
      line-height: 1.15;
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .gj-heading-subtitle {
      font-size: var(--text-xl);
      font-weight: 700;
      color: var(--gj-surface, #fff);
      text-shadow: 1px 1px 2px #333;
      line-height: 1.4;
    }
  }
}
.gj-preset--logos-marquee-2x {
  .gj-heading {
    padding-left: 1rem;
    border-left: 8px solid var(--gj-brand, #fff);
    .gj-heading-eyebrow {
      font-size: var(--text-xs);
      font-weight: 600;
      text-transform: uppercase;
      color: var(--gj-brand, #fff);
      background: var(--gj-surface, #fff);
      padding: .25rem .5rem;
      border-radius: .5rem;
    }
    .gj-heading-title {
      letter-spacing: -1px;
      font-size: var(--text-2xl);
      font-weight: 800;
      color: var(--gj-text, #fff);
      font-family: var(--font-display), sans-serif;
      line-height: var(--leading-tight);
      .gj-highlight {
        color: var(--gj-brand, #fff);
      }
    }
    .gj-heading-subtitle {
      font-size: var(--text-xl);
      font-weight: 600;
      color: var(--gj-text-muted, #fff);
      line-height: var(--leading-tight);
    }
  }
}
.gj-preset--carousel-gallery {
  .gj-heading {
    padding-left: 1rem;
    border-left: 8px solid var(--gj-brand, #fff);
    .gj-heading-eyebrow {
      font-size: var(--text-xs);
      font-weight: 600;
      text-transform: uppercase;
      color: var(--gj-brand, #fff);
      background: var(--gj-surface, #fff);
      padding: .25rem .5rem;
      border-radius: .5rem;
    }
    .gj-heading-title {
      letter-spacing: -1px;
      font-size: var(--text-2xl);
      font-weight: 800;
      color: var(--gj-text, #fff);
      font-family: var(--font-display), sans-serif;
      line-height: var(--leading-tight);
      .gj-highlight {
        color: var(--gj-brand, #fff);
      }
    }
    .gj-heading-subtitle {
      font-size: var(--text-xl);
      font-weight: 600;
      color: var(--gj-text-muted, #fff);
      line-height: var(--leading-tight);
    }
  }
}
.gj-preset--masonry-gallery, .gj-preset--logos-gallery {
  .gj-heading {
    padding-left: 1rem;
    border-left: 8px solid var(--gj-brand, #fff);
    .gj-heading-eyebrow {
      font-size: var(--text-xs);
      font-weight: 600;
      text-transform: uppercase;
      color: var(--gj-brand, #fff);
      background: var(--gj-surface, #fff);
      padding: .25rem .5rem;
      border-radius: .5rem;
    }
    .gj-heading-title {
      letter-spacing: -1px;
      font-size: var(--text-2xl);
      font-weight: 800;
      color: var(--gj-text, #fff);
      font-family: var(--font-display), sans-serif;
      line-height: var(--leading-tight);
      .gj-highlight {
        color: var(--gj-brand, #fff);
      }
    }
    .gj-heading-subtitle {
      font-size: var(--text-xl);
      font-weight: 600;
      color: var(--gj-text-muted, #fff);
      line-height: var(--leading-tight);
    }
  }
}
.gj-component--highlight {
  .gj-section {
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: var(--gj-highlight-bg);
  }
}
.gj-preset--logos-marquee-2x {
  .gj-media {
    width: 140px;
    height: auto;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: var(--text-md, 1rem);
  line-height: var(--leading-relaxed, 1.7);
  background: var(--gj-surface);
  color: var(--gj-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s, color 0.2s;
}
a {
  color: var(--gj-brand);
  text-decoration: none;
}
img, svg {
  display: block;
  max-width: 100%;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--gj-border);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gj-text-soft);
}
.gj-page {
  width: 100%;
}
:root {
  --gj-main-pad-bottom: 40px;
}
@media (max-width: 1023px) {
  :root {
    --gj-main-pad-bottom: 24px;
  }
}
.gj-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--gj-container-max, 1440px);
  margin: 0 auto;
  padding: 0 var(--gj-container-pad, 24px);
  padding-bottom: var(--gj-main-pad-bottom);
}
.gj-main--full {
  max-width: none;
  padding: 0;
  padding-bottom: var(--gj-main-pad-bottom);
}
.gj-main:has(> .gj-content-component:last-child > .gj-bg) {
  padding-bottom: 0;
}
.gj-container {
  width: 100%;
  max-width: var(--gj-container-max, 1440px);
  margin: 0 auto;
  padding: 0 var(--gj-container-pad, 24px);
  position: relative;
}
.gj-section-column {
  .gj-container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .gj-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .gj-hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .gj-hidden-desktop {
    display: none !important;
  }
}
.gj-component--section, .gj-component--image {
  position: relative;
}
:root {
  --gj-sidebar-w: 256px;
  --gj-toc-w: 232px;
  --gj-content-max: 768px;
  --gj-content-pad: 30px 0 80px 0;
  --gj-content-pad-mobile: 28px 20px 80px;
}
.gj-content-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gj-header-badge {
  font-size: 10px;
  font-weight: var(--font-weight-bold);
  color: var(--gj-brand);
  border: 1.5px solid var(--gj-brand);
  border-radius: var(--radius-xs);
  padding: 1px 6px;
  letter-spacing: var(--tracking-wide);
  opacity: 0.75;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gj-header-actions-buttons {
    display: none;
  }
}
@media (min-width: 1024px) {
  .gj-header-actions .gj-search-trigger {
    display: none;
  }
}
.gj-docs-footer {
  border-top: 1px solid var(--gj-border);
  padding: 24px;
}
.gj-docs-footer-inner {
  max-width: var(--gj-content-max);
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gj-docs-footer p {
  margin: 0;
  font-size: var(--text-xs);
  color: var(--gj-text-soft);
}
@media (max-width: 1100px) {
  .gj-docs-layout .gj-toc {
    display: none;
  }
  .gj-docs-layout .gj-content-area {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .gj-docs-layout .gj-sidebar {
    display: none;
  }
  .gj-docs-layout .gj-content-area {
    padding: var(--gj-content-pad-mobile);
  }
  .gj-docs-footer-inner {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 1439px) {
  .gj-docs-layout {
    padding: 0 var(--gj-container-pad, 24px);
  }
}
.gj-rich-text > * {
  margin-bottom: 1rem;
}
.gj-rich-text > *:last-child {
  margin-bottom: 0;
}
.gj-rich-text ul, .gj-rich-text ol {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.gj-rich-text li {
  color: var(--gj-text);
  line-height: var(--leading-relaxed);
  margin-bottom: 6px;
}
.gj-rich-text ul:not(.gj-checklist) li {
  padding-left: 20px;
  position: relative;
}
.gj-rich-text ul:not(.gj-checklist) li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gj-text);
  flex-shrink: 0;
}
.gj-rich-text ul:not(.gj-checklist) ul li::before {
  background: transparent;
  border: 1.5px solid var(--gj-text);
}
.gj-rich-text ol {
  counter-reset: ol-counter;
}
.gj-rich-text ol li {
  padding-left: 28px;
  position: relative;
  counter-increment: ol-counter;
}
.gj-rich-text ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gj-brand-surface);
  color: var(--gj-brand);
  font-size: 11px;
  font-weight: var(--font-weight-semibold);
  line-height: 20px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.gj-rich-text ul.gj-checklist li {
  padding-left: 26px;
  position: relative;
}
.gj-rich-text ul.gj-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 17px;
  height: 17px;
  background-color: var(--gj-success);
  mask-image: var(--icon-check);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--icon-check);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@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-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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
      --gj-beam-angle: 0deg;
    }
  }
}
