/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-sans: "Jost";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: #d1e0b3;
    --color-green-300: #a7da98;
    --color-green-400: #85cb6e;
    --color-green-500: #55a122;
    --color-green-600: #376f10;
    --color-green-700: #2d590d;
    --color-green-800: #23430a;
    --color-green-900: #1a2d06;
    --color-gray-100: #f4f4f4;
    --color-black: #221f1f;
    --color-white: #fff;
    --spacing: 1rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-invert-text: #e7f5e5;
    --color-link: #026940;
    --color-contrast-text: #5b7175;
    --animate-spin-slow: spin 20s linear infinite both;
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  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 {
    vertical-align: middle;
    display: block;
  }

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

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }

    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }

      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .-top-\[1\.1px\] {
    top: -1.1px;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }

  .top-1 {
    top: calc(var(--spacing) * 1);
  }

  .top-\[1\.3rem\] {
    top: 1.3rem;
  }

  .top-\[1\.6rem\] {
    top: 1.6rem;
  }

  .top-\[1\.15rem\] {
    top: 1.15rem;
  }

  .top-\[2\.62rem\] {
    top: 2.62rem;
  }

  .top-\[21\.8rem\] {
    top: 21.8rem;
  }

  .top-full {
    top: 100%;
  }

  .-right-\[0\.8rem\] {
    right: -0.8rem;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-0\.5 {
    right: calc(var(--spacing) * 0.5);
  }

  .right-\[1\.6rem\] {
    right: 1.6rem;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-0\.5 {
    bottom: calc(var(--spacing) * 0.5);
  }

  .bottom-\[1\.6rem\] {
    bottom: 1.6rem;
  }

  .bottom-\[1\.15rem\] {
    bottom: 1.15rem;
  }

  .bottom-\[2\.2rem\] {
    bottom: 2.2rem;
  }

  .bottom-\[2\.6rem\] {
    bottom: 2.6rem;
  }

  .bottom-full {
    bottom: 100%;
  }

  .-left-\[0\.8rem\] {
    left: -0.8rem;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

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

  .left-\[0\.55rem\] {
    left: 0.55rem;
  }

  .left-\[1\.6rem\] {
    left: 1.6rem;
  }

  .left-\[1\.55rem\] {
    left: 1.55rem;
  }

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

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

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

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

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

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

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

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-\[0\.8rem\] {
    margin-inline: 0.8rem;
  }

  .mx-\[1\.2rem\] {
    margin-inline: 1.2rem;
  }

  .mx-\[1\.6rem\] {
    margin-inline: 1.6rem;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }

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

  .mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
  }

  .mb-\[1\.2rem\] {
    margin-bottom: 1.2rem;
  }

  .mb-\[4\.7rem\] {
    margin-bottom: 4.7rem;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .table {
    display: table;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .size-\[1\.8rem\] {
    width: 1.8rem;
    height: 1.8rem;
  }

  .size-\[2\.8rem\] {
    width: 2.8rem;
    height: 2.8rem;
  }

  .size-\[2\.9rem\] {
    width: 2.9rem;
    height: 2.9rem;
  }

  .size-\[3\.2rem\] {
    width: 3.2rem;
    height: 3.2rem;
  }

  .size-\[3\.8rem\] {
    width: 3.8rem;
    height: 3.8rem;
  }

  .size-\[4\.8rem\] {
    width: 4.8rem;
    height: 4.8rem;
  }

  .size-\[5\.6rem\] {
    width: 5.6rem;
    height: 5.6rem;
  }

  .size-\[10\.2rem\] {
    width: 10.2rem;
    height: 10.2rem;
  }

  .size-\[12\.7rem\] {
    width: 12.7rem;
    height: 12.7rem;
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-\[0\.1rem\] {
    height: 0.1rem;
  }

  .h-\[0\.3rem\] {
    height: 0.3rem;
  }

  .h-\[0\.8rem\] {
    height: 0.8rem;
  }

  .h-\[1\.3rem\] {
    height: 1.3rem;
  }

  .h-\[1\.6rem\] {
    height: 1.6rem;
  }

  .h-\[3\.2rem\] {
    height: 3.2rem;
  }

  .h-\[3\.5rem\] {
    height: 3.5rem;
  }

  .h-\[4\.2rem\] {
    height: 4.2rem;
  }

  .h-\[5\.1rem\] {
    height: 5.1rem;
  }

  .h-\[5\.4rem\] {
    height: 5.4rem;
  }

  .h-\[6\.7rem\] {
    height: 6.7rem;
  }

  .h-\[6\.8rem\] {
    height: 6.8rem;
  }

  .h-\[10\.7rem\] {
    height: 10.7rem;
  }

  .h-\[27\.1rem\] {
    height: 27.1rem;
  }

  .h-\[27\.4rem\] {
    height: 27.4rem;
  }

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

  .h-\[33\.3rem\] {
    height: 33.3rem;
  }

  .h-\[33\.5147rem\] {
    height: 33.5147rem;
  }

  .h-\[35\.525rem\] {
    height: 35.525rem;
  }

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

  .h-\[calc\(100dvh-6\.8rem\)\] {
    height: calc(100dvh - 6.8rem);
  }

  .h-auto {
    height: auto;
  }

  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .min-h-\[32\.3rem\] {
    min-height: 32.3rem;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

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

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

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

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

  .w-\[3\.2rem\] {
    width: 3.2rem;
  }

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

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

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

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

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

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

  .w-\[27\.2rem\] {
    width: 27.2rem;
  }

  .w-\[33\.3rem\] {
    width: 33.3rem;
  }

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

  .w-\[calc\(100\%-1\.6rem\*2\)\] {
    width: calc(100% - 3.2rem);
  }

  .w-auto {
    width: auto;
  }

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

  .w-full {
    width: 100%;
  }

  .max-w-90 {
    max-width: calc(var(--spacing) * 90);
  }

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

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

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

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

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

  .grow {
    flex-grow: 1;
  }

  .-translate-x-\[calc\(50\%\+1\.7rem\)\] {
    --tw-translate-x: calc((50% + 1.7rem) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-rotate-45 {
    rotate: -45deg;
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }

  .animate-spin-slow {
    animation: var(--animate-spin-slow);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }

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

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

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

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

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

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

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

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

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

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

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

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-\[0\.4rem\] {
    gap: 0.4rem;
  }

  .gap-\[0\.8rem\] {
    gap: 0.8rem;
  }

  .gap-\[1\.2rem\] {
    gap: 1.2rem;
  }

  .gap-\[1\.3rem\] {
    gap: 1.3rem;
  }

  .gap-\[1\.4rem\] {
    gap: 1.4rem;
  }

  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }

  .gap-\[1\.6rem\] {
    gap: 1.6rem;
  }

  .gap-\[1\.8rem\] {
    gap: 1.8rem;
  }

  .gap-\[2\.4rem\] {
    gap: 2.4rem;
  }

  .gap-\[2\.5rem\] {
    gap: 2.5rem;
  }

  .gap-\[3\.2rem\] {
    gap: 3.2rem;
  }

  .gap-\[3\.8rem\] {
    gap: 3.8rem;
  }

  .gap-\[4\.2rem\] {
    gap: 4.2rem;
  }

  .gap-\[4\.7rem\] {
    gap: 4.7rem;
  }

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

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

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[0\.6rem\] {
    border-radius: 0.6rem;
  }

  .rounded-\[0\.8rem\] {
    border-radius: 0.8rem;
  }

  .rounded-\[1\.1rem\] {
    border-radius: 1.1rem;
  }

  .rounded-\[1\.06rem\] {
    border-radius: 1.06rem;
  }

  .rounded-\[1\.6rem\] {
    border-radius: 1.6rem;
  }

  .rounded-\[2\.4rem\] {
    border-radius: 2.4rem;
  }

  .rounded-\[60rem\] {
    border-radius: 60rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-tl-none {
    border-top-left-radius: 0;
  }

  .rounded-tr-none {
    border-top-right-radius: 0;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-\[0\.1rem\] {
    border-style: var(--tw-border-style);
    border-width: 0.1rem;
  }

  .border-\[0\.2rem\] {
    border-style: var(--tw-border-style);
    border-width: 0.2rem;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-green-500 {
    border-color: var(--color-green-500);
  }

  .bg-\[\#000000\]\/30 {
    background-color: oklab(0% none none/.3);
  }

  .bg-\[\#F2F2F2\] {
    background-color: #f2f2f2;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-green-200 {
    background-color: var(--color-green-200);
  }

  .bg-green-400 {
    background-color: var(--color-green-400);
  }

  .bg-green-600 {
    background-color: var(--color-green-600);
  }

  .bg-green-700 {
    background-color: var(--color-green-700);
  }

  .bg-green-800 {
    background-color: var(--color-green-800);
  }

  .bg-green-900 {
    background-color: var(--color-green-900);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/20 {
    background-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .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-linear-\[180deg\] {
    --tw-gradient-position: 180deg;
    background-image: linear-gradient(var(--tw-gradient-stops, 180deg));
  }

  .from-\[\#0000004d\] {
    --tw-gradient-from: #0000004d;
    --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)
    );
  }

  .from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .to-\[\#000\] {
    --tw-gradient-to: #000;
    --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-100\% {
    --tw-gradient-to-position: 100%;
  }

  .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .object-\[center_10\%\] {
    -o-object-position: center 10%;
    object-position: center 10%;
  }

  .object-\[center_20\%\] {
    -o-object-position: center 20%;
    object-position: center 20%;
  }

  .object-center {
    -o-object-position: center;
    object-position: center;
  }

  .object-right {
    -o-object-position: right;
    object-position: right;
  }

  .object-top {
    -o-object-position: top;
    object-position: top;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-\[1\.6rem\] {
    padding: 1.6rem;
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-\[0\.8rem\] {
    padding-inline: 0.8rem;
  }

  .px-\[1\.6rem\] {
    padding-inline: 1.6rem;
  }

  .px-\[2\.4rem\] {
    padding-inline: 2.4rem;
  }

  .px-\[2rem\] {
    padding-inline: 2rem;
  }

  .px-\[5rem\] {
    padding-inline: 5rem;
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-\[0\.4rem\] {
    padding-block: 0.4rem;
  }

  .py-\[2\.4rem\] {
    padding-block: 2.4rem;
  }

  .py-\[3\.2rem\] {
    padding-block: 3.2rem;
  }

  .py-\[4\.2rem\] {
    padding-block: 4.2rem;
  }

  .py-\[6\.4rem\] {
    padding-block: 6.4rem;
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-\[2\.4rem\] {
    padding-top: 2.4rem;
  }

  .pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }

  .pt-\[3\.2rem\] {
    padding-top: 3.2rem;
  }

  .pt-\[4\.2rem\] {
    padding-top: 4.2rem;
  }

  .pt-\[6\.4rem\] {
    padding-top: 6.4rem;
  }

  .pt-\[9\.8rem\] {
    padding-top: 9.8rem;
  }

  .pt-\[24\.78rem\] {
    padding-top: 24.78rem;
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-\[1\.6rem\] {
    padding-bottom: 1.6rem;
  }

  .pb-\[2\.4rem\] {
    padding-bottom: 2.4rem;
  }

  .pb-\[4\.2rem\] {
    padding-bottom: 4.2rem;
  }

  .pb-\[4\.8rem\] {
    padding-bottom: 4.8rem;
  }

  .pb-\[6\.4rem\] {
    padding-bottom: 6.4rem;
  }

  .pb-\[9\.7rem\] {
    padding-bottom: 9.7rem;
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-\[3\.2rem\] {
    padding-left: 3.2rem;
  }

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

  .hd-2 {
    letter-spacing: -0.095rem;
    font-family: "Jost", sans-serif;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.2;
  }

  @media screen and (min-width: 1024px) {
    .hd-2 {
      letter-spacing: -0.145rem;
      font-size: 5.8rem;
    }
  }

  .hd-3 {
    letter-spacing: -0.056rem;
    font-family: "Jost", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
  }

  @media screen and (min-width: 1024px) {
    .hd-3 {
      letter-spacing: -0.088rem;
      font-size: 4.4rem;
    }
  }

  .hd-4 {
    letter-spacing: -0.04rem;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
  }

  @media screen and (min-width: 1024px) {
    .hd-4 {
      letter-spacing: -0.064rem;
      font-size: 3.2rem;
    }
  }

  .hd-5 {
    letter-spacing: -0.04rem;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
  }

  @media screen and (min-width: 1024px) {
    .hd-5 {
      letter-spacing: -0.056rem;
      font-size: 2.8rem;
    }
  }

  .hd-6 {
    letter-spacing: -0.027rem;
    font-family: "Jost", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
  }

  @media screen and (min-width: 1024px) {
    .hd-6 {
      letter-spacing: -0.03rem;
      font-size: 2rem;
    }
  }

  .body-20 {
    font-family: "Jost", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
  }

  @media screen and (min-width: 1024px) {
    .body-20 {
      font-size: 2rem;
    }
  }

  .hd-1 {
    font-family: "Jost"-bold, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
  }

  @media screen and (min-width: 1024px) {
    .hd-1 {
      font-size: 7.2rem;
    }
  }

  .intro {
    font-family: "Jost", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
  }

  @media screen and (min-width: 1024px) {
    .intro {
      font-size: 4rem;
    }
  }

  .body-m {
    font-family: "Jost", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
  }

  .body-medium {
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
  }

  .body-s {
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
  }

  .body-small {
    font-family: "Jost", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1rem;
  }

  .button-font {
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .body-l {
    font-family: "Jost", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .text-\[2rem\] {
    font-size: 2rem;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[2\.4rem\] {
    --tw-leading: 2.4rem;
    line-height: 2.4rem;
  }

  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }

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

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.03rem\] {
    --tw-tracking: -0.03rem;
    letter-spacing: -0.03rem;
  }

  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }

  .text-balance {
    text-wrap: balance;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#595959\] {
    color: #595959;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-contrast-text {
    color: var(--color-contrast-text);
  }

  .text-green-200 {
    color: var(--color-green-200);
  }

  .text-green-300 {
    color: var(--color-green-300);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-invert-text {
    color: var(--color-invert-text);
  }

  .text-link {
    color: var(--color-link);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-\[0\.48\] {
    opacity: 0.48;
  }

  .shadow-1 {
    --tw-shadow: 0 0.4rem 1rem 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from,
      --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  @media (hover: hover) {
    .group-hover\:rotate-180:is(:where(.group):hover *) {
      rotate: 180deg;
    }
  }

  .group-hocus\:scale-110:is(:is(:where(.group):hover, :where(.group):focus) *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-hocus\:scale-170:is(:is(:where(.group):hover, :where(.group):focus) *) {
    --tw-scale-x: 170%;
    --tw-scale-y: 170%;
    --tw-scale-z: 170%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-hocus\:rotate-0:is(:is(:where(.group):hover, :where(.group):focus) *) {
    rotate: none;
  }

  .group-hocus\:grid-rows-\[1fr\]:is(:is(:where(.group):hover, :where(.group):focus) *) {
    grid-template-rows: 1fr;
  }

  .group-hocus\:bg-black:is(:is(:where(.group):hover, :where(.group):focus) *) {
    background-color: var(--color-black);
  }

  .group-hocus\:underline:is(:is(:where(.group):hover, :where(.group):focus) *) {
      text-decoration: underline
  }

  .group-current\/nav\:invisible:is(:where(.group\/nav).current *) {
    visibility: hidden;
  }

  .group-current\/nav\:opacity-0:is(:where(.group\/nav).current *) {
    opacity: 0;
  }

  .placeholder\:text-black::-moz-placeholder {
    color: var(--color-black);
  }

  .placeholder\:text-black::placeholder {
    color: var(--color-black);
  }

  .disabled\:hidden:disabled {
    display: none;
  }

  @media not all and (min-width: 64rem) {
    .max-lg\:top-\[3\.27rem\] {
      top: 3.27rem;
    }

    .max-lg\:bottom-0 {
      bottom: calc(var(--spacing) * 0);
    }

    .max-lg\:left-\[6\.55rem\] {
      left: 6.55rem;
    }

    .max-lg\:hidden {
      display: none;
    }

    .max-lg\:h-\[26\.7rem\] {
      height: 26.7rem;
    }

    .max-lg\:shrink-0 {
      flex-shrink: 0;
    }

    .max-lg\:scale-150 {
      --tw-scale-x: 150%;
      --tw-scale-y: 150%;
      --tw-scale-z: 150%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .max-lg\:overflow-hidden {
      overflow: hidden;
    }

    .max-lg\:object-bottom {
      -o-object-position: bottom;
      object-position: bottom;
    }
  }

  @media not all and (min-width: 48rem) {
    .max-md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:absolute {
      position: absolute;
    }

    .md\:sticky {
      position: sticky;
    }

    .md\:top-\[10rem\] {
      top: 10rem;
    }

    .md\:-right-\[2\.34rem\] {
      right: -2.34rem;
    }

    .md\:bottom-\[0\.7rem\] {
      bottom: 0.7rem;
    }

    .md\:order-1 {
      order: 1;
    }

    .md\:order-2 {
      order: 2;
    }

    .md\:h-\[28\.8rem\] {
      height: 28.8rem;
    }

    .md\:h-\[34\.9036rem\] {
      height: 34.9036rem;
    }

    .md\:h-\[41\.7rem\] {
      height: 41.7rem;
    }

    .md\:w-23 {
      width: calc(var(--spacing) * 23);
    }

    .md\:w-\[27\.5rem\] {
      width: 27.5rem;
    }

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

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

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

    .md\:max-w-\[45\%\] {
      max-width: 45%;
    }

    .md\:max-w-\[48\.7rem\] {
      max-width: 48.7rem;
    }

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

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

    .md\:-translate-x-\[calc\(50\%\+3\.2rem\)\] {
      --tw-translate-x: calc((50% + 3.2rem) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

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

    .md\:flex-row-reverse {
      flex-direction: row-reverse;
    }

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

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

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

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

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

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

    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .md\:gap-\[2\.1rem\] {
      gap: 2.1rem;
    }

    .md\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }

    .md\:gap-x-\[2\.4rem\] {
      -moz-column-gap: 2.4rem;
      column-gap: 2.4rem;
    }

    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }

    .md\:px-\[2\.2rem\] {
      padding-inline: 2.2rem;
    }

    .md\:px-\[4\.8rem\] {
      padding-inline: 4.8rem;
    }

    .md\:px-\[12\.6rem\] {
      padding-inline: 12.6rem;
    }

    .md\:py-\[2\.4rem\] {
      padding-block: 2.4rem;
    }

    .md\:py-\[5\.5rem\] {
      padding-block: 5.5rem;
    }

    .md\:pt-\[23\.94rem\] {
      padding-top: 23.94rem;
    }

    .md\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }

    .md\:pb-\[1\.9rem\] {
      padding-bottom: 1.9rem;
    }

    .md\:pb-\[4\.4rem\] {
      padding-bottom: 4.4rem;
    }

    .md\:pb-\[8\.8rem\] {
      padding-bottom: 8.8rem;
    }

    .md\:pl-\[3\.2rem\] {
      padding-left: 3.2rem;
    }

    .md\:pl-\[4\.7rem\] {
      padding-left: 4.7rem;
    }

    .md\:text-start {
      text-align: start;
    }

    :is(.md\:\*\:basis-1\/2 > *) {
      flex-basis: 50%;
    }

    :is(.md\:\*\:basis-\[20rem\] > *) {
      flex-basis: 20rem;
    }
  }

  @media not all and (min-width: 64rem) {
    @media (min-width: 48rem) {
      .max-lg\:md\:hidden {
        display: none;
      }
    }
  }

  @media (min-width: 48rem) {
    @media not all and (min-width: 64rem) {
      .md\:max-lg\:w-\[22rem\] {
        width: 22rem;
      }

      .md\:max-lg\:w-\[calc\(\(100\%-3\.2rem\*2\)\/3\)\] {
        width: calc(33.3333% - 2.13333rem);
      }
    }
  }

  @media not all and (min-width: 64rem) {
    @media (min-width: 48rem) {
      :is(.max-lg\:md\:\*\:basis-1\/2 > *) {
        flex-basis: 50%;
      }
    }
  }

  @media (min-width: 64rem) {
    .lg\:relative {
      position: relative;
    }

    .lg\:top-2 {
      top: calc(var(--spacing) * 2);
    }

    .lg\:top-\[2\.81rem\] {
      top: 2.81rem;
    }

    .lg\:top-\[7\.55rem\] {
      top: 7.55rem;
    }

    .lg\:top-\[7\.61rem\] {
      top: 7.61rem;
    }

    .lg\:-right-\[6\.36rem\] {
      right: -6.36rem;
    }

    .lg\:right-2 {
      right: calc(var(--spacing) * 2);
    }

    .lg\:bottom-0 {
      bottom: calc(var(--spacing) * 0);
    }

    .lg\:bottom-\[5\.96rem\] {
      bottom: 5.96rem;
    }

    .lg\:-left-7 {
      left: calc(var(--spacing) * -7);
    }

    .lg\:left-1\.5 {
      left: calc(var(--spacing) * 1.5);
    }

    .lg\:left-\[0\.75rem\] {
      left: 0.75rem;
    }

    .lg\:-z-1 {
      z-index: -1;
    }

    .lg\:row-span-2 {
      grid-row: span 2 / span 2;
    }

    .lg\:row-span-3 {
      grid-row: span 3 / span 3;
    }

    .lg\:-mx-\[1rem\] {
      margin-inline: -1rem;
    }

    .lg\:mx-auto {
      margin-inline: auto;
    }

    .lg\:mt-\[0\.8rem\] {
      margin-top: 0.8rem;
    }

    .lg\:mt-\[2\.4rem\] {
      margin-top: 2.4rem;
    }

    .lg\:mb-\[2\.4rem\] {
      margin-bottom: 2.4rem;
    }

    .lg\:grid {
      display: grid;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:hidden\! {
      display: none !important;
    }

    .lg\:h-\[5\.3rem\] {
      height: 5.3rem;
    }

    .lg\:h-\[8\.5rem\] {
      height: 8.5rem;
    }

    .lg\:h-\[33\.1rem\] {
      height: 33.1rem;
    }

    .lg\:h-\[40\.9rem\] {
      height: 40.9rem;
    }

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

    .lg\:h-\[55\.7rem\] {
      height: 55.7rem;
    }

    .lg\:h-\[58\.4rem\] {
      height: 58.4rem;
    }

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

    .lg\:min-h-\[32\.3rem\] {
      min-height: 32.3rem;
    }

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

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

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

    .lg\:w-\[56\.3rem\] {
      width: 56.3rem;
    }

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

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

    .lg\:w-\[calc\(\(100\%-2\.4rem\*2-6rem\*2\)\/3\)\] {
      width: calc(33.3333% - 5.6rem);
    }

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

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

    .lg\:max-w-\[42\.4rem\] {
      max-width: 42.4rem;
    }

    .lg\:max-w-\[82\.5rem\] {
      max-width: 82.5rem;
    }

    .lg\:max-w-\[102\.5rem\] {
      max-width: 102.5rem;
    }

    .lg\:max-w-\[107\.3rem\] {
      max-width: 107.3rem;
    }

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

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

    .lg\:basis-1\/5 {
      flex-basis: 20%;
    }

    .lg\:-rotate-7 {
      rotate: -7deg;
    }

    .lg\:rotate-6 {
      rotate: 6deg;
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-rows-\[auto_auto_auto\] {
      grid-template-rows: auto auto auto;
    }

    .lg\:grid-rows-\[repeat\(6\,auto\)\] {
      grid-template-rows: repeat(6, auto);
    }

    .lg\:grid-rows-subgrid {
      grid-template-rows: subgrid;
    }

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

    .lg\:flex-row-reverse {
      flex-direction: row-reverse;
    }

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

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

    .lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .lg\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }

    .lg\:gap-\[3\.2rem\] {
      gap: 3.2rem;
    }

    .lg\:gap-\[8\.8rem\] {
      gap: 8.8rem;
    }

    .lg\:gap-\[10\.2rem\] {
      gap: 10.2rem;
    }

    .lg\:rounded-\[2rem\] {
      border-radius: 2rem;
    }

    .lg\:border-y-\[0\.3rem\] {
      border-block-style: var(--tw-border-style);
      border-block-width: 0.3rem;
    }

    .lg\:border-r-\[0\.3rem\] {
      border-right-style: var(--tw-border-style);
      border-right-width: 0.3rem;
    }

    .lg\:border-dashed {
      --tw-border-style: dashed;
      border-style: dashed;
    }

    .lg\:border-green-500 {
      border-color: var(--color-green-500);
    }

    .lg\:p-\[3\.2rem\] {
      padding: 3.2rem;
    }

    .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }

    .lg\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }

    .lg\:px-7 {
      padding-inline: calc(var(--spacing) * 7);
    }

    .lg\:px-11 {
      padding-inline: calc(var(--spacing) * 11);
    }

    .lg\:px-14 {
      padding-inline: calc(var(--spacing) * 14);
    }

    .lg\:px-\[2\.4rem\] {
      padding-inline: 2.4rem;
    }

    .lg\:px-\[3\.2rem\] {
      padding-inline: 3.2rem;
    }

    .lg\:px-\[4rem\] {
      padding-inline: 4rem;
    }

    .lg\:px-\[8rem\] {
      padding-inline: 8rem;
    }

    .lg\:px-\[9\.6rem\] {
      padding-inline: 9.6rem;
    }

    .lg\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }

    .lg\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }

    .lg\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }

    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }

    .lg\:py-\[0\.5rem\] {
      padding-block: 0.5rem;
    }

    .lg\:py-\[1\.6rem\] {
      padding-block: 1.6rem;
    }

    .lg\:py-\[4\.8rem\] {
      padding-block: 4.8rem;
    }

    .lg\:py-\[6\.4rem\] {
      padding-block: 6.4rem;
    }

    .lg\:pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }

    .lg\:pt-\[6\.3rem\] {
      padding-top: 6.3rem;
    }

    .lg\:pt-\[7\.55rem\] {
      padding-top: 7.55rem;
    }

    .lg\:pt-\[40\.7rem\] {
      padding-top: 40.7rem;
    }

    .lg\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }

    .lg\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }

    .lg\:pb-\[7\.5rem\] {
      padding-bottom: 7.5rem;
    }

    .lg\:pl-0 {
      padding-left: calc(var(--spacing) * 0);
    }

    .lg\:pl-\[4\.8rem\] {
      padding-left: 4.8rem;
    }

    .lg\:hd-6 {
      letter-spacing: -0.027rem;
      font-family: "Jost", sans-serif;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.3;
    }

    @media screen and (min-width: 1024px) {
      .lg\:hd-6 {
        letter-spacing: -0.03rem;
        font-size: 2rem;
      }
    }

    :is(.lg\:\*\:basis-1\/4 > *) {
      flex-basis: 25%;
    }

    .lg\:group-hocus\:scale-110:is(:is(:where(.group):hover, :where(.group):focus) *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (min-width: 80rem) {
    .xl\:relative {
      position: relative;
    }

    .xl\:-mx-\[1rem\] {
      margin-inline: calc(1rem * -1);
    }

    .xl\:hidden {
      display: none;
    }

    .xl\:min-h-\[32\.3rem\] {
      min-height: 32.3rem;
    }

    .xl\:-rotate-7 {
      rotate: calc(7deg * -1);
    }

    .xl\:rotate-6 {
      rotate: 6deg;
    }

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

    .xl\:px-\[4rem\] {
      padding-inline: 4rem;
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:min-h-\[50rem\] {
      min-height: 50rem;
    }

    .\32 xl\:shrink-0 {
      flex-shrink: 0;
    }

    .\32 xl\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media not all and (min-width: 96rem) {
    @media (min-width: 48rem) {
      :is(.max-2xl\:md\:\*\:basis-1\/2 > *) {
        flex-basis: 50%;
      }
    }
  }

  @media not all and (min-width: 80rem) {
    .max-xl\:overflow-hidden {
      overflow: hidden;
    }
  }

  .hocus\:text-green-500:hover,
  .hocus\:text-green-500:focus {
    color: var(--color-green-500);
  }

  .hocus\:underline:hover,
  .hocus\:underline:focus {
    text-decoration-line: underline;
  }

  .current\:bg-green-500.current {
    background-color: var(--color-green-500);
  }

  .current\:bg-green-800.current {
    background-color: var(--color-green-800);
  }

  .current\:text-green-500.current {
    color: var(--color-green-500);
  }

  html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    scroll-padding-top: 10.24rem;
    font-size: 62.5%;
    overflow-x: hidden !important;
  }

  *,
  :before,
  :after {
    box-sizing: inherit;
  }

  body {
    box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem;
  }

  ::-moz-selection {
    color: #fff;
    background: #000;
  }

  ::selection {
    color: #fff;
    background: #000;
  }

  ::-webkit-selection {
    color: #fff;
    background: #000;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure {
    margin: 0;
  }

  q:before,
  q:after {
    display: none;
  }

  button {
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    font: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: 0 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    overflow: visible;
  }

  blockquote {
    margin-block: 0;
    margin-inline: 0;
  }

  #svg-- {
    display: none;
  }

  .mfp-wrap {
    overflow: hidden auto;
    position: fixed !important;
    top: 0 !important;
  }

  .button {
    border-radius: 3rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.15rem 2.4rem;
    transition: all 0.3s ease-in-out;
    display: flex;
  }

  .button__content {
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .button__content > span {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    transition: transform 0.3s ease-in-out;
    display: flex;
  }

  .button__content > span:nth-child(2) {
    position: absolute;
    top: 100%;
  }

  .button__content > span > svg {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
  }

  #share-btn.button .button__content > span > svg {
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
  }

  .button:hover .button__content > span,
  .button:focus .button__content > span,
  .button.current .button__content > span {
    transform: translateY(-100%);
  }

  .button-primary {
    color: #e7f5e5;
    background-color: #221f1f;
  }

  .button-primary:hover,
  .button-primary:focus {
    background-color: #55a122;
  }

  .button-secondary {
    color: #e7f5e5;
    background-color: #376f10;
  }

  .button-secondary:hover,
  .button-secondary:focus {
    background-color: #55a122;
  }

  .button-round {
    color: #fff;
    background-color: #221f1f;
    border-radius: 50%;
    padding: 1.65rem;
  }

  .button-round:hover,
  .button-round:focus {
    background-color: #55a122;
  }

  .button-link {
    color: #221f1f;
    background-color: #0000;
    padding: 0;
  }

  .button-link:hover,
  .button-link:focus,
  .button-link.current {
    color: #376f10;
  }

  .button-arrow {
    color: #fff;
    background-color: #376f10;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  .button-arrow > span {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .button-arrow.button-arrow-left > span {
    justify-content: flex-start;
  }

  .button-arrow.button-arrow-right > span {
    justify-content: flex-end;
  }

  .button-arrow svg {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .button-arrow.button-arrow-left:hover svg,
  .button-arrow.button-arrow-left:is(:is(:where(.group):hover, :where(.group):focus) *) {
    transform: translate(-100%);
  }

  .button-arrow.button-arrow-right:hover svg,
  .button-arrow.button-arrow-right:is(:is(:where(.group):hover, :where(.group):focus) *) svg {
    transform: translate(100%);
  }

  .flip-card-wrapper {
    perspective: 10000px;
    transform: perspective(10000px);
  }

  .flip-card {
    transform-style: preserve-3d;
    transition: transform 0.6s;
  }

  .flip-card-front,
  .flip-card-back {
    backface-visibility: hidden;
  }

  .flip-card-back,
  .flip-card-wrapper:hover .flip-card {
    transform: rotateY(180deg);
  }

  .hamburger {
    z-index: 999;
    background-color: #376f10;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 5rem;
    height: 4.8rem;
    display: flex;
    position: relative;
  }

  .hamburger.active .hamburger-bar:first-child {
    transform: rotate(-45deg);
  }

  .hamburger.active .hamburger-bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .hamburger-bar:nth-child(3) {
    transform: rotate(45deg);
  }

  .hamburger-bar {
    background-color: #e7f5e5;
    border-radius: 1rem;
    width: 2.5rem;
    height: 0.25rem;
    margin: 0 auto;
    transition: all 0.3s;
    display: block;
    position: absolute;
  }

  .hamburger-bar:first-of-type {
    transform: translateY(calc(-100% - 0.5rem));
  }

  .hamburger-bar:nth-of-type(3) {
    transform: translateY(calc(100% + 0.5rem));
  }
}

.split-line {
  overflow: hidden;
}

.job-description ul,
.job-description ol {
  list-style-type: initial;
  unicode-bidi: isolate;
  margin-block: 1em;
  margin-inline: 0;
  padding-inline-start: 20px;
  display: block;
}

.job-description li {
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  display: list-item;
}

.job-description p {
  unicode-bidi: isolate;
  margin-block: 1em;
  margin-inline: 0;
  display: block;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-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-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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-ease {
  syntax: "*";
  inherits: false;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@media screen and (min-width: 960px) {
  .flex-40 {
    flex-basis: 40%;
  }

  .flex-60 {
    flex-basis: 60%;
  }
}

button:focus-visible,
select:focus-visible {
    outline: 2px solid blue;
}