/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "plus-jakarta-sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-green-500: oklch(0.723 0.219 149.579);
    --color-blue-500: oklch(0.623 0.214 259.815);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: var(--wp--preset--font-size--sm, 0.875rem);
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: var(--wp--preset--font-size--base, 1rem);
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: var(--wp--preset--font-size--lg, 1.125rem);
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: var(--wp--preset--font-size--xl, 1.25rem);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: var(--wp--preset--font-size--4xl, 2.25rem);
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: var(--wp--preset--font-size--5xl, 3rem);
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-primary: var(--wp--preset--color--primary);
    --font-med: "plus-jakarta-sans-med", sans-serif;
    --font-semi: "plus-jakarta-sans-semi-bold", sans-serif;
    --color-grey: #838383;
    --color-grey-light: #E6E6E6;
    --color-grey-med: #444444;
    --color-grey-dark: #111111;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  body {
    line-height: inherit;
  }
  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;
  }
  ::-moz-placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::placeholder {
    opacity: 1;
    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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-\[30px\] {
    top: 30px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-\[30px\] {
    left: 30px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 782px) {
      max-width: 782px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-\[80px\] {
    margin-block: 80px;
  }
  .my-\[90px\] {
    margin-block: 90px;
  }
  .my-\[120px\] {
    margin-block: 120px;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[90px\] {
    margin-top: 90px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .\!ml-0 {
    margin-left: calc(var(--spacing) * 0) !important;
  }
  .ml-\[50px\] {
    margin-left: 50px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[650px\] {
    max-height: 650px;
  }
  .max-h-\[1200px\] {
    max-height: 1200px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[280px\] {
    min-height: 280px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[450px\] {
    min-height: 450px;
  }
  .\!w-\[88\%\] {
    width: 88% !important;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[66px\] {
    width: 66px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-none {
    max-width: none !important;
  }
  .max-w-\[35px\] {
    max-width: 35px;
  }
  .max-w-\[95\%\] {
    max-width: 95%;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[470px\] {
    max-width: 470px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-none {
    max-width: none;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .scroll-mt-\[120px\] {
    scroll-margin-top: 120px;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[45px\] {
    gap: 45px;
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[90px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(90px * var(--tw-space-y-reverse));
      margin-block-end: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[100px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(100px * var(--tw-space-y-reverse));
      margin-block-end: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[110px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(110px * var(--tw-space-y-reverse));
      margin-block-end: calc(110px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[115px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(115px * var(--tw-space-y-reverse));
      margin-block-end: calc(115px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[120px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(120px * var(--tw-space-y-reverse));
      margin-block-end: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[140px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(140px * var(--tw-space-y-reverse));
      margin-block-end: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-10 {
    -moz-column-gap: calc(var(--spacing) * 10);
         column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-grey\/60 {
    border-color: color-mix(in oklab, var(--color-grey) 60%, transparent);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/65 {
    background-color: color-mix(in oklab, var(--color-black) 65%, transparent);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-grey {
    background-color: var(--color-grey);
  }
  .bg-grey-dark {
    background-color: var(--color-grey-dark);
  }
  .bg-grey-med {
    background-color: var(--color-grey-med);
  }
  .bg-grey\/70 {
    background-color: color-mix(in oklab, var(--color-grey) 70%, transparent);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/20 {
    background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/70 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/75 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 75%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-black\/20 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-black\/30 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-black\/55 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 55%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-black\/95 {
    --tw-gradient-to: color-mix(in oklab, var(--color-black) 95%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[120px\] {
    padding-block: 120px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[200px\] {
    padding-top: 200px;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-med {
    font-family: var(--font-med);
  }
  .font-semi {
    font-family: var(--font-semi);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--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-\[24px\] {
    font-size: 24px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[clamp\(2\.15rem\,5vw\,4\.5rem\)\] {
    font-size: clamp(2.15rem, 5vw, 4.5rem);
  }
  .text-\[clamp\(2\.75rem\,6vw\,4\.75rem\)\] {
    font-size: clamp(2.75rem, 6vw, 4.75rem);
  }
  .text-\[clamp\(2\.75rem\,7vw\,4\.5rem\)\] {
    font-size: clamp(2.75rem, 7vw, 4.5rem);
  }
  .text-\[clamp\(2\.75rem\,7vw\,5\.75rem\)\] {
    font-size: clamp(2.75rem, 7vw, 5.75rem);
  }
  .text-\[clamp\(2\.75rem\,7vw\,6rem\)\] {
    font-size: clamp(2.75rem, 7vw, 6rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,4\.5rem\)\] {
    font-size: clamp(2.75rem, 8vw, 4.5rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,4\.75rem\)\] {
    font-size: clamp(2.75rem, 8vw, 4.75rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,4rem\)\] {
    font-size: clamp(2.75rem, 8vw, 4rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,5\.75rem\)\] {
    font-size: clamp(2.75rem, 8vw, 5.75rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,6rem\)\] {
    font-size: clamp(2.75rem, 8vw, 6rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,7\.5rem\)\] {
    font-size: clamp(2.75rem, 8vw, 7.5rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,7rem\)\] {
    font-size: clamp(2.75rem, 8vw, 7rem);
  }
  .text-\[clamp\(2\.75rem\,8vw\,100rem\)\] {
    font-size: clamp(2.75rem, 8vw, 100rem);
  }
  .text-\[clamp\(2rem\,3vw\,2\.75rem\)\] {
    font-size: clamp(2rem, 3vw, 2.75rem);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .tracking-\[0\.15rem\] {
    --tw-tracking: 0.15rem;
    letter-spacing: 0.15rem;
  }
  .tracking-\[0\.175rem\] {
    --tw-tracking: 0.175rem;
    letter-spacing: 0.175rem;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-grey {
    color: var(--color-grey);
  }
  .text-grey-light {
    color: var(--color-grey-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-last\:hidden {
    &:is(:where(.group):last-child *) {
      display: none;
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .last\:hidden {
    &:last-child {
      display: none;
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-grey {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-grey);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-grey {
    &:hover {
      @media (hover: hover) {
        color: var(--color-grey);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:top-10 {
    @media (width >= 600px) {
      top: calc(var(--spacing) * 10);
    }
  }
  .sm\:right-10 {
    @media (width >= 600px) {
      right: calc(var(--spacing) * 10);
    }
  }
  .sm\:bottom-10 {
    @media (width >= 600px) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:left-10 {
    @media (width >= 600px) {
      left: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-0 {
    @media (width >= 600px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-4 {
    @media (width >= 600px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .sm\:ml-\[80px\] {
    @media (width >= 600px) {
      margin-left: 80px;
    }
  }
  .sm\:h-\[32px\] {
    @media (width >= 600px) {
      height: 32px;
    }
  }
  .sm\:h-\[55px\] {
    @media (width >= 600px) {
      height: 55px;
    }
  }
  .sm\:h-\[520px\] {
    @media (width >= 600px) {
      height: 520px;
    }
  }
  .sm\:\!w-\[75\%\] {
    @media (width >= 600px) {
      width: 75% !important;
    }
  }
  .sm\:max-w-none {
    @media (width >= 600px) {
      max-width: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 600px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 600px) {
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 600px) {
      align-items: flex-end;
    }
  }
  .sm\:self-end {
    @media (width >= 600px) {
      align-self: flex-end;
    }
  }
  .sm\:self-start {
    @media (width >= 600px) {
      align-self: flex-start;
    }
  }
  .sm\:px-10 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-12 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .sm\:py-12 {
    @media (width >= 600px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:text-2xl {
    @media (width >= 600px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 600px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 600px) {
      font-size: 28px;
    }
  }
  .sm\:text-\[70px\] {
    @media (width >= 600px) {
      font-size: 70px;
    }
  }
  .md\:top-\[50px\] {
    @media (width >= 782px) {
      top: 50px;
    }
  }
  .md\:right-\[30px\] {
    @media (width >= 782px) {
      right: 30px;
    }
  }
  .md\:right-\[50px\] {
    @media (width >= 782px) {
      right: 50px;
    }
  }
  .md\:bottom-\[50px\] {
    @media (width >= 782px) {
      bottom: 50px;
    }
  }
  .md\:bottom-\[60px\] {
    @media (width >= 782px) {
      bottom: 60px;
    }
  }
  .md\:left-\[30px\] {
    @media (width >= 782px) {
      left: 30px;
    }
  }
  .md\:left-\[50px\] {
    @media (width >= 782px) {
      left: 50px;
    }
  }
  .md\:order-1 {
    @media (width >= 782px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 782px) {
      order: 2;
    }
  }
  .md\:my-\[100px\] {
    @media (width >= 782px) {
      margin-block: 100px;
    }
  }
  .md\:my-\[120px\] {
    @media (width >= 782px) {
      margin-block: 120px;
    }
  }
  .md\:my-\[140px\] {
    @media (width >= 782px) {
      margin-block: 140px;
    }
  }
  .md\:my-\[180px\] {
    @media (width >= 782px) {
      margin-block: 180px;
    }
  }
  .md\:mt-0 {
    @media (width >= 782px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[75px\] {
    @media (width >= 782px) {
      margin-top: 75px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 782px) {
      margin-top: 100px;
    }
  }
  .md\:mt-\[140px\] {
    @media (width >= 782px) {
      margin-top: 140px;
    }
  }
  .md\:mb-0 {
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-16 {
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-\[0\] {
    @media (width >= 782px) {
      margin-bottom: 0;
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 782px) {
      margin-bottom: 60px;
    }
  }
  .md\:mb-\[80px\] {
    @media (width >= 782px) {
      margin-bottom: 80px;
    }
  }
  .md\:mb-\[90px\] {
    @media (width >= 782px) {
      margin-bottom: 90px;
    }
  }
  .md\:mb-\[95px\] {
    @media (width >= 782px) {
      margin-bottom: 95px;
    }
  }
  .md\:mb-\[120px\] {
    @media (width >= 782px) {
      margin-bottom: 120px;
    }
  }
  .md\:mb-\[135px\] {
    @media (width >= 782px) {
      margin-bottom: 135px;
    }
  }
  .md\:ml-\[100px\] {
    @media (width >= 782px) {
      margin-left: 100px;
    }
  }
  .md\:ml-auto {
    @media (width >= 782px) {
      margin-left: auto;
    }
  }
  .md\:flex {
    @media (width >= 782px) {
      display: flex;
    }
  }
  .md\:aspect-\[5\/4\] {
    @media (width >= 782px) {
      aspect-ratio: 5/4;
    }
  }
  .md\:h-\[26px\] {
    @media (width >= 782px) {
      height: 26px;
    }
  }
  .md\:h-\[35px\] {
    @media (width >= 782px) {
      height: 35px;
    }
  }
  .md\:h-\[56px\] {
    @media (width >= 782px) {
      height: 56px;
    }
  }
  .md\:h-\[560px\] {
    @media (width >= 782px) {
      height: 560px;
    }
  }
  .md\:min-h-\[315px\] {
    @media (width >= 782px) {
      min-height: 315px;
    }
  }
  .md\:min-h-\[340px\] {
    @media (width >= 782px) {
      min-height: 340px;
    }
  }
  .md\:min-h-\[365px\] {
    @media (width >= 782px) {
      min-height: 365px;
    }
  }
  .md\:min-h-\[550px\] {
    @media (width >= 782px) {
      min-height: 550px;
    }
  }
  .md\:\!w-\[70\%\] {
    @media (width >= 782px) {
      width: 70% !important;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 782px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[18px\] {
    @media (width >= 782px) {
      width: 18px;
    }
  }
  .md\:w-\[56px\] {
    @media (width >= 782px) {
      width: 56px;
    }
  }
  .md\:w-auto {
    @media (width >= 782px) {
      width: auto;
    }
  }
  .md\:max-w-\[55\%\] {
    @media (width >= 782px) {
      max-width: 55%;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 782px) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 782px) {
      max-width: 450px;
    }
  }
  .md\:max-w-\[550px\] {
    @media (width >= 782px) {
      max-width: 550px;
    }
  }
  .md\:min-w-\[310px\] {
    @media (width >= 782px) {
      min-width: 310px;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 782px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 782px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 782px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 782px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 782px) {
      align-items: center;
    }
  }
  .md\:items-stretch {
    @media (width >= 782px) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 782px) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 782px) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 782px) {
      justify-content: flex-start;
    }
  }
  .md\:gap-7 {
    @media (width >= 782px) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .md\:gap-10 {
    @media (width >= 782px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:space-y-0 {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-12 {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-12 {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:space-x-\[60px\] {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(60px * var(--tw-space-x-reverse));
        margin-inline-end: calc(60px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:rounded-\[9px\] {
    @media (width >= 782px) {
      border-radius: 9px;
    }
  }
  .md\:rounded-\[36px\] {
    @media (width >= 782px) {
      border-radius: 36px;
    }
  }
  .md\:px-8 {
    @media (width >= 782px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-14 {
    @media (width >= 782px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:px-\[50px\] {
    @media (width >= 782px) {
      padding-inline: 50px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 782px) {
      padding-inline: 60px;
    }
  }
  .md\:py-\[35px\] {
    @media (width >= 782px) {
      padding-block: 35px;
    }
  }
  .md\:py-\[50px\] {
    @media (width >= 782px) {
      padding-block: 50px;
    }
  }
  .md\:py-\[70px\] {
    @media (width >= 782px) {
      padding-block: 70px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 782px) {
      padding-block: 80px;
    }
  }
  .md\:py-\[95px\] {
    @media (width >= 782px) {
      padding-block: 95px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 782px) {
      padding-block: 100px;
    }
  }
  .md\:py-\[120px\] {
    @media (width >= 782px) {
      padding-block: 120px;
    }
  }
  .md\:py-\[140px\] {
    @media (width >= 782px) {
      padding-block: 140px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 782px) {
      padding-top: 60px;
    }
  }
  .md\:pl-10 {
    @media (width >= 782px) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:text-left {
    @media (width >= 782px) {
      text-align: left;
    }
  }
  .md\:text-3xl {
    @media (width >= 782px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 782px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 782px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[80px\] {
    @media (width >= 782px) {
      font-size: 80px;
    }
  }
  .lg\:right-10 {
    @media (width >= 960px) {
      right: calc(var(--spacing) * 10);
    }
  }
  .lg\:left-10 {
    @media (width >= 960px) {
      left: calc(var(--spacing) * 10);
    }
  }
  .lg\:order-1 {
    @media (width >= 960px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 960px) {
      order: 2;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 960px) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:my-\[90px\] {
    @media (width >= 960px) {
      margin-block: 90px;
    }
  }
  .lg\:my-\[140px\] {
    @media (width >= 960px) {
      margin-block: 140px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 960px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-20 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:mb-\[80px\] {
    @media (width >= 960px) {
      margin-bottom: 80px;
    }
  }
  .lg\:ml-\[140px\] {
    @media (width >= 960px) {
      margin-left: 140px;
    }
  }
  .lg\:aspect-\[4\/3\] {
    @media (width >= 960px) {
      aspect-ratio: 4/3;
    }
  }
  .lg\:h-\[32px\] {
    @media (width >= 960px) {
      height: 32px;
    }
  }
  .lg\:h-\[60px\] {
    @media (width >= 960px) {
      height: 60px;
    }
  }
  .lg\:h-\[66px\] {
    @media (width >= 960px) {
      height: 66px;
    }
  }
  .lg\:max-h-none {
    @media (width >= 960px) {
      max-height: none;
    }
  }
  .lg\:min-h-\[520px\] {
    @media (width >= 960px) {
      min-height: 520px;
    }
  }
  .lg\:min-h-\[620px\] {
    @media (width >= 960px) {
      min-height: 620px;
    }
  }
  .lg\:\!w-\[60\%\] {
    @media (width >= 960px) {
      width: 60% !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 960px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[23px\] {
    @media (width >= 960px) {
      width: 23px;
    }
  }
  .lg\:w-\[66px\] {
    @media (width >= 960px) {
      width: 66px;
    }
  }
  .lg\:max-w-\[40\%\] {
    @media (width >= 960px) {
      max-width: 40%;
    }
  }
  .lg\:max-w-\[45\%\] {
    @media (width >= 960px) {
      max-width: 45%;
    }
  }
  .lg\:max-w-\[380px\] {
    @media (width >= 960px) {
      max-width: 380px;
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 960px) {
      max-width: 400px;
    }
  }
  .lg\:max-w-\[420px\] {
    @media (width >= 960px) {
      max-width: 420px;
    }
  }
  .lg\:max-w-\[425px\] {
    @media (width >= 960px) {
      max-width: 425px;
    }
  }
  .lg\:max-w-\[450px\] {
    @media (width >= 960px) {
      max-width: 450px;
    }
  }
  .lg\:max-w-\[460px\] {
    @media (width >= 960px) {
      max-width: 460px;
    }
  }
  .lg\:max-w-\[470px\] {
    @media (width >= 960px) {
      max-width: 470px;
    }
  }
  .lg\:max-w-\[475px\] {
    @media (width >= 960px) {
      max-width: 475px;
    }
  }
  .lg\:max-w-\[500px\] {
    @media (width >= 960px) {
      max-width: 500px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 960px) {
      max-width: none;
    }
  }
  .lg\:min-w-\[40\%\] {
    @media (width >= 960px) {
      min-width: 40%;
    }
  }
  .lg\:min-w-\[300px\] {
    @media (width >= 960px) {
      min-width: 300px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 960px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 960px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 960px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 960px) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 960px) {
      align-items: flex-end;
    }
  }
  .lg\:items-stretch {
    @media (width >= 960px) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 960px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-8 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:space-y-0 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-y-16 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-x-10 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 10) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-12 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-16 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 16) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-20 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 20) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-\[70px\] {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(70px * var(--tw-space-x-reverse));
        margin-inline-end: calc(70px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:px-16 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-\[90px\] {
    @media (width >= 960px) {
      padding-inline: 90px;
    }
  }
  .lg\:py-16 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-\[90px\] {
    @media (width >= 960px) {
      padding-block: 90px;
    }
  }
  .lg\:py-\[140px\] {
    @media (width >= 960px) {
      padding-block: 140px;
    }
  }
  .lg\:pl-12 {
    @media (width >= 960px) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-2xl {
    @media (width >= 960px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 960px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 960px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 960px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[54px\] {
    @media (width >= 960px) {
      font-size: 54px;
    }
  }
  .lg\:text-\[90px\] {
    @media (width >= 960px) {
      font-size: 90px;
    }
  }
  .xl\:top-\[50px\] {
    @media (width >= 1280px) {
      top: 50px;
    }
  }
  .xl\:right-\[50px\] {
    @media (width >= 1280px) {
      right: 50px;
    }
  }
  .xl\:bottom-\[50px\] {
    @media (width >= 1280px) {
      bottom: 50px;
    }
  }
  .xl\:left-\[50px\] {
    @media (width >= 1280px) {
      left: 50px;
    }
  }
  .xl\:min-h-\[670px\] {
    @media (width >= 1280px) {
      min-height: 670px;
    }
  }
  .xl\:max-w-\[400px\] {
    @media (width >= 1280px) {
      max-width: 400px;
    }
  }
  .xl\:max-w-\[495px\] {
    @media (width >= 1280px) {
      max-width: 495px;
    }
  }
  .xl\:max-w-\[500px\] {
    @media (width >= 1280px) {
      max-width: 500px;
    }
  }
  .xl\:max-w-\[510px\] {
    @media (width >= 1280px) {
      max-width: 510px;
    }
  }
  .xl\:max-w-\[525px\] {
    @media (width >= 1280px) {
      max-width: 525px;
    }
  }
  .xl\:max-w-\[550px\] {
    @media (width >= 1280px) {
      max-width: 550px;
    }
  }
  .xl\:max-w-\[580px\] {
    @media (width >= 1280px) {
      max-width: 580px;
    }
  }
  .xl\:max-w-\[5000px\] {
    @media (width >= 1280px) {
      max-width: 5000px;
    }
  }
  .xl\:max-w-none {
    @media (width >= 1280px) {
      max-width: none;
    }
  }
  .xl\:min-w-\[480px\] {
    @media (width >= 1280px) {
      min-width: 480px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:space-x-16 {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 16) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:space-x-\[80px\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(80px * var(--tw-space-x-reverse));
        margin-inline-end: calc(80px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:space-x-\[90px\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(90px * var(--tw-space-x-reverse));
        margin-inline-end: calc(90px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:py-\[90px\] {
    @media (width >= 1280px) {
      padding-block: 90px;
    }
  }
  .xl\:py-\[100px\] {
    @media (width >= 1280px) {
      padding-block: 100px;
    }
  }
  .xl\:pl-20 {
    @media (width >= 1280px) {
      padding-left: calc(var(--spacing) * 20);
    }
  }
  .xl\:text-\[34px\] {
    @media (width >= 1280px) {
      font-size: 34px;
    }
  }
}
html {
  overflow-x: hidden;
  background-color: var(--color-black);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: var(--color-black);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  &.overflow {
    overflow: hidden;
  }
}
:focus {
  outline: none;
}
a {
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
h1, h2, h3, h4 {
  line-height: 1.2 !important;
}
h2 {
  font-family: var(--font-med);
  font-size: clamp(2rem, 3vw, 2.75rem);
}
h3 {
  font-family: var(--font-med);
  font-size: clamp(2rem, 3vw, 2.75rem);
}
h4 {
  font-family: var(--font-med);
  font-size: clamp(1.6em, 3vw, 2.125rem);
}
h5 {
  font-family: var(--font-semi);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 782px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.wysiwyg {
  p {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: 15px;
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  h2 {
    font-size: 20px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 600px) {
      font-size: 22px;
    }
    @media (width >= 782px) {
      font-size: 26px;
    }
    @media (width >= 960px) {
      font-size: 30px;
    }
  }
}
.wysiwyg-dark {
  a {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-decoration-line: underline;
    &:hover {
      @media (hover: hover) {
        color: var(--color-grey);
      }
    }
  }
}
.wysiwyg.wysiwyg-services {
  h3 {
    font-size: 25px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    @media (width >= 782px) {
      padding-bottom: 18px;
    }
    @media (width >= 782px) {
      font-size: 26px;
    }
    @media (width >= 960px) {
      font-size: 30px;
    }
  }
  ul {
    margin-bottom: calc(var(--spacing) * 5);
    margin-left: 25px;
    list-style-type: disc;
    li {
      margin-bottom: calc(var(--spacing) * 2);
      font-size: 15px;
      @media (width >= 782px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
      @media (width >= 960px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
}
p strong {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.editor-contact p {
  margin-bottom: calc(var(--spacing) * 5);
}
.legal-wysiwyg {
  p {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: 15px;
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  h2 {
    font-size: 20px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 600px) {
      font-size: 22px;
    }
    @media (width >= 782px) {
      font-size: 26px;
    }
    @media (width >= 960px) {
      font-size: 30px;
    }
  }
  ul {
    margin-bottom: calc(var(--spacing) * 5);
    margin-left: 25px;
    list-style-type: disc;
    li {
      margin-bottom: calc(var(--spacing) * 2);
      font-size: 15px;
      @media (width >= 782px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
      @media (width >= 960px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
}
.swiper-applications .swiper-slide {
  transition: transform .4s ease, opacity .4s ease;
  opacity: .4;
}
.swiper-applications .swiper-slide-active {
  opacity: 1;
}
.swiper-pagination {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background-color: #6b6b6b;
  border-radius: 999px;
  opacity: 1;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s ease;
}
.swiper-pagination-bullet-active {
  width: 120px;
  background-color: #ffffff;
}
.swiper-pagination-bullet:hover {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    width: 48px;
  }
  .swiper-pagination-bullet-active {
    width: 90px;
  }
}
@media (max-width: 640px) {
  .swiper-pagination {
    margin-top: 40px;
    gap: 4px;
  }
  .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
  }
  .swiper-pagination-bullet-active {
    width: 60px;
  }
}
.cf7-form {
  margin-inline: auto;
  max-width: 860px;
  .grid {
    -moz-column-gap: calc(var(--spacing) * 16);
         column-gap: calc(var(--spacing) * 16);
    row-gap: calc(var(--spacing) * 10);
  }
  .cf7-label {
    font-family: var(--font-med);
  }
  .cf7-field {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-white);
  }
  input {
    padding-block: 15px;
    font-family: var(--font-med);
    @media (width >= 600px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 782px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  textarea {
    width: 100%;
    padding-block: 15px;
    font-family: var(--font-med);
    @media (width >= 600px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 782px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .cf7-submit {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 4);
    font-family: var(--font-semi);
    color: var(--color-black);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .wpcf7-form .wpcf7-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-spinner {
    display: none;
  }
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-transition: background-color 999999s ease-in-out 0s;
    transition: background-color 999999s ease-in-out 0s;
  }
  input, textarea, select {
    background-color: transparent;
    color: #fff;
  }
}
.cm-full.cm-upload {
  margin-top: 45px;
}
.wpcf7-form .file-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  width: 100%;
}
.wpcf7-form .file-upload input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form .file-upload::before {
  content: "Select files ↓";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease;
}
.wpcf7-form .file-upload:hover::before {
  background: #000;
}
.wpcf7-form .file-upload::after {
  content: "No file chosen";
  color: white;
  font-size: 14px;
  white-space: nowrap;
}
.wpcf7-form .file-upload.has-file::after {
  content: attr(data-file-name);
  color: #fff;
}
.cm-upload-row {
  margin-top: calc(var(--spacing) * 4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cm-file-wrap input[type="file"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cm-file-btn {
  margin-right: calc(var(--spacing) * 5);
  font-family: var(--font-semi);
  @media (width >= 782px) {
    margin-right: 30px;
  }
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 4px;
  border-radius: 6px;
  background: #000000;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}
.cm-file-btn .cm-file-icon {
  width: 18px;
  height: 18px;
  color: currentColor;
}
.cm-file-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.cm-file-name {
  color: #fff;
  opacity: 0.9;
}
.wpcf7-response-output {
  margin-top: calc(var(--spacing) * 10) !important;
  width: 100%;
  border-radius: 6px;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-red-500) !important;
  background-color: var(--color-black);
  padding-inline: calc(var(--spacing) * 6) !important;
  padding-block: calc(var(--spacing) * 6) !important;
  text-align: center;
  font-family: var(--font-semi);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--color-green-500) !important;
}
.wpcf7-not-valid-tip {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
@media (min-width: 600px) {
  .service-card:nth-of-type(2n) {
    .service-card-img {
      order: 1;
    }
    .service-card-content {
      order: 2;
    }
  }
}
@media (min-width: 960px) {
  .service-card:nth-of-type(2) {
    .service-card-img {
      order: 2;
    }
    .service-card-content {
      order: 1;
    }
  }
  .service-card:nth-of-type(3) {
    .service-card-img {
      order: 1;
    }
    .service-card-content {
      order: 2;
    }
  }
  .service-card:nth-of-type(6) {
    .service-card-img {
      order: 2;
    }
    .service-card-content {
      order: 1;
    }
  }
  .service-card:nth-of-type(7) {
    .service-card-img {
      order: 1;
    }
    .service-card-content {
      order: 2;
    }
  }
}
.statements {
  .statement-card:last-of-type {
    @media (width >= 782px) {
      grid-column: span 2 / span 2;
    }
    @media (width >= 782px) {
      justify-self: center;
    }
    @media (width >= 960px) {
      grid-column: span 1 / span 1;
    }
  }
}
.swiper-logos .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-logos {
  overflow: hidden;
}
.swiper-logos .swiper-slide {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@layer utilities {
  article > *:not(.entry-content), .entry-content > * {
    margin-inline: auto;
  }
  .entry-content, .block-editor-block-list__layout {
    h1 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    h2 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    h3 {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    p, ul, ol {
      a {
        color: var(--color-blue-500);
        text-decoration-line: underline;
        &:hover {
          text-decoration-line: none;
        }
      }
      margin-bottom: calc(var(--spacing) * 8);
    }
    ul:not(.block-editor-block-variation-picker__variations) {
      li {
        list-style-position: inside;
        list-style-type: disc;
      }
    }
    ol {
      li {
        list-style-position: inside;
        list-style-type: decimal;
      }
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 8);
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 10);
    }
    @media (width >= 782px) {
      padding-inline: calc(var(--spacing) * 12);
    }
    @media (width >= 960px) {
      padding-inline: 60px;
    }
    max-width: 1320px;
  }
  #hamburger {
    z-index: 40;
    width: calc(var(--spacing) * 10);
    @media (width >= 782px) {
      width: 64px;
    }
    height: 12px;
    transform: rotate(180deg);
    .bar {
      background-color: var(--color-white);
      height: 2px;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      transition: 0.4s;
      border-radius: 3px;
      &:nth-child(1) {
        width: 100%;
        top: 0;
      }
      &:nth-child(2) {
        width: 100%;
        top: 8px;
      }
    }
    &.animate {
      .bar {
        opacity: 100%;
        transform: translateY(2px) rotate(135deg);
        &:nth-child(2) {
          opacity: 100%;
          transform: translateY(-6px) rotate(-135deg);
          bottom: 10%;
        }
      }
    }
  }
  .show {
    overflow: hidden;
  }
  .nav-mob-container {
    transform: translateX(100vw);
    transition: 0.5s all cubic-bezier(0.6, 0.04, 0.4, 1);
    visibility: hidden;
    &.active-nav {
      transform: translateX(0px);
      visibility: visible;
    }
  }
  .page-id-340 {
    #hamburger, footer {
      display: none;
    }
  }
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url(../fonts/PlusJakartaSans-Regular.woff2?23dd3897f4dcd3a8a41c9d07afa46270) format('woff2'),
        url(../fonts/PlusJakartaSans-Regular.woff?83608e619c75c564dd51bee0706ae20b) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans-med';
  src: url(../fonts/PlusJakartaSans-Medium.woff2?b88d78a9f8c0bf0ca82546768aa15168) format('woff2'),
        url(../fonts/PlusJakartaSans-Medium.woff?6b8dc839acaa9ad70e6b580ac29ecede) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans-semi-bold';
  src: url(../fonts/PlusJakartaSans-SemiBold.woff2?f80a0d0409cb45c4567a2094536ea2a0) format('woff2'),
        url(../fonts/PlusJakartaSans-SemiBold.woff?b437ad7b838c339010fe080e44385361) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}



