/*! 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-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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans: "Lato", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-black: #000;
    --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-in: cubic-bezier(0.4, 0, 1, 1);
    --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: "Lato", sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-green: #97d700;
    --color-light-gray: #f4f4f4;
    --color-orange: #ff8000;
  }
}
@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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[3\.7rem\] {
    top: 3.7rem;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-6 {
    bottom: calc(var(--spacing) * -6);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[1\.85rem\] {
    left: 1.85rem;
  }
  .-z-1 {
    z-index: -1;
  }
  .-z-2 {
    z-index: -2;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-100 {
    z-index: 100;
  }
  .z-1000 {
    z-index: 1000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-7 {
    grid-row: span 7 / span 7;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-5 {
    grid-row-start: 5;
  }
  .row-start-6 {
    grid-row-start: 6;
  }
  .row-start-8 {
    grid-row-start: 8;
  }
  .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-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[1\.6rem\] {
    margin-top: 1.6rem;
  }
  .mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }
  .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;
  }
  .table {
    display: table;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-\[1\.2rem\] {
    width: 1.2rem;
    height: 1.2rem;
  }
  .size-\[1\.8rem\] {
    width: 1.8rem;
    height: 1.8rem;
  }
  .size-\[2\.4rem\] {
    width: 2.4rem;
    height: 2.4rem;
  }
  .size-\[3\.2rem\] {
    width: 3.2rem;
    height: 3.2rem;
  }
  .size-\[3\.3rem\] {
    width: 3.3rem;
    height: 3.3rem;
  }
  .size-\[4\.8rem\] {
    width: 4.8rem;
    height: 4.8rem;
  }
  .size-\[5rem\] {
    width: 5rem;
    height: 5rem;
  }
  .size-\[6\.4rem\] {
    width: 6.4rem;
    height: 6.4rem;
  }
  .size-\[7\.5rem\] {
    width: 7.5rem;
    height: 7.5rem;
  }
  .size-\[11\.4rem\] {
    width: 11.4rem;
    height: 11.4rem;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-\[0\.2rem\] {
    height: 0.2rem;
  }
  .h-\[0\.6rem\] {
    height: 0.6rem;
  }
  .h-\[1\.4rem\] {
    height: 1.4rem;
  }
  .h-\[1\.5rem\] {
    height: 1.5rem;
  }
  .h-\[1\.6rem\] {
    height: 1.6rem;
  }
  .h-\[3\.2rem\] {
    height: 3.2rem;
  }
  .h-\[3\.9rem\] {
    height: 3.9rem;
  }
  .h-\[4\.3rem\] {
    height: 4.3rem;
  }
  .h-\[8\.5rem\] {
    height: 8.5rem;
  }
  .h-\[10\.7rem\] {
    height: 10.7rem;
  }
  .h-\[14\.6rem\] {
    height: 14.6rem;
  }
  .h-\[22rem\] {
    height: 22rem;
  }
  .h-\[23\.6rem\] {
    height: 23.6rem;
  }
  .h-\[28\.36rem\] {
    height: 28.36rem;
  }
  .h-\[33\.2rem\] {
    height: 33.2rem;
  }
  .h-\[35rem\] {
    height: 35rem;
  }
  .h-\[38\.7rem\] {
    height: 38.7rem;
  }
  .h-\[40rem\] {
    height: 40rem;
  }
  .h-\[48\.2rem\] {
    height: 48.2rem;
  }
  .h-\[calc\(100dvh-8\.5rem\)\] {
    height: calc(100dvh - 8.5rem);
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[8\.8rem\] {
    min-height: 8.8rem;
  }
  .min-h-\[45rem\] {
    min-height: 45rem;
  }
  .min-h-\[65rem\] {
    min-height: 65rem;
  }
  .w-\[0\.1rem\] {
    width: 0.1rem;
  }
  .w-\[0\.3rem\] {
    width: 0.3rem;
  }
  .w-\[0\.4rem\] {
    width: 0.4rem;
  }
  .w-\[0\.6rem\] {
    width: 0.6rem;
  }
  .w-\[1\.6rem\] {
    width: 1.6rem;
  }
  .w-\[1\.7rem\] {
    width: 1.7rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[3\.2rem\] {
    width: 3.2rem;
  }
  .w-\[3\.9rem\] {
    width: 3.9rem;
  }
  .w-\[4\.9rem\] {
    width: 4.9rem;
  }
  .w-\[25\.12rem\] {
    width: 25.12rem;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[81\.1rem\] {
    max-width: 81.1rem;
  }
  .max-w-\[82\.5943rem\] {
    max-width: 82.5943rem;
  }
  .max-w-\[95rem\] {
    max-width: 95rem;
  }
  .max-w-\[144rem\] {
    max-width: 144rem;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .min-w-\[20rem\] {
    min-width: 20rem;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .grid-rows-6 {
    grid-template-rows: repeat(6, 1fr);
  }
  .grid-rows-\[repeat\(10\,5\.1rem\)\] {
    grid-template-rows: repeat(10, 5.1rem);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
      flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .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-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[0\.4rem\] {
    gap: 0.4rem;
  }
  .gap-\[0\.8rem\] {
    gap: 0.8rem;
  }
  .gap-\[1\.2rem\] {
    gap: 1.2rem;
  }
  .gap-\[1\.4rem\] {
    gap: 1.4rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[1\.6rem\] {
    gap: 1.6rem;
  }
  .gap-\[1\.7rem\] {
    gap: 1.7rem;
  }
  .gap-\[1\.8rem\] {
    gap: 1.8rem;
  }
  .gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .gap-\[3\.2rem\] {
    gap: 3.2rem;
  }
  .gap-\[3\.8rem\] {
    gap: 3.8rem;
  }
  .gap-\[4\.7rem\] {
    gap: 4.7rem;
  }
  .gap-\[4\.8rem\] {
    gap: 4.8rem;
  }
  .gap-\[6\.4rem\] {
    gap: 6.4rem;
  }
  .gap-\[9\.4rem\] {
    gap: 9.4rem;
  }
  .gap-y-\[2\.1rem\] {
    row-gap: 2.1rem;
  }
  .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-full {
    border-radius: 3.40282e38px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }
  .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-\[0\.3rem\] {
    border-style: var(--tw-border-style);
    border-width: 0.3rem;
  }
  .border-y-\[0\.3rem\] {
    border-block-style: var(--tw-border-style);
    border-block-width: 0.3rem;
  }
  .border-l-\[0\.1rem\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.1rem;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-green {
    border-color: var(--color-green);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-white\/50 {
    border-color: #ffffff80;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/50 {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-\[\#8BC600\] {
    background-color: #8bc600;
  }
  .bg-\[\#30373E\] {
    background-color: #30373e;
  }
  .bg-\[\#E6F9B4\] {
    background-color: #e6f9b4;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #f2f2f2;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: #0003;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: #00000080;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-light-gray {
    background-color: var(--color-light-gray);
  }
  .bg-transparent {
    background-color: #0000;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/60 {
    background-color: #fff9;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/60 {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .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-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .from-0\% {
    --tw-gradient-from-position: 0%;
  }
  .from-32\% {
    --tw-gradient-from-position: 32%;
  }
  .to-black {
    --tw-gradient-to: var(--color-black);
    --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-green {
    --tw-gradient-to: var(--color-green);
    --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-\[20\%_center\] {
    -o-object-position: 20% center;
    object-position: 20% center;
  }
  .object-\[40\%_40\%\] {
    -o-object-position: 40% 40%;
    object-position: 40% 40%;
  }
  .object-\[55\%_70\%\] {
    -o-object-position: 55% 70%;
    object-position: 55% 70%;
  }
  .object-\[80\%_center\] {
    -o-object-position: 80% center;
    object-position: 80% center;
  }
  .object-\[center_20\%\] {
    -o-object-position: center 20%;
    object-position: center 20%;
  }
  .object-center {
    -o-object-position: center;
    object-position: center;
  }
  .object-left {
    -o-object-position: left;
    object-position: left;
  }
  .object-top {
    -o-object-position: top;
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[0\.4rem\] {
    padding: 0.4rem;
  }
  .p-\[0\.5rem\] {
    padding: 0.5rem;
  }
  .p-\[1\.6rem\] {
    padding: 1.6rem;
  }
  .p-\[3\.2rem\] {
    padding: 3.2rem;
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[1\.2rem\] {
    padding-inline: 1.2rem;
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[1\.6rem\] {
    padding-inline: 1.6rem;
  }
  .px-\[1\.25rem\] {
    padding-inline: 1.25rem;
  }
  .px-\[2\.4rem\] {
    padding-inline: 2.4rem;
  }
  .px-\[2\.5rem\] {
    padding-inline: 2.5rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .px-\[5rem\] {
    padding-inline: 5rem;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .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-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[0\.4rem\] {
    padding-block: 0.4rem;
  }
  .py-\[0\.6rem\] {
    padding-block: 0.6rem;
  }
  .py-\[1\.6rem\] {
    padding-block: 1.6rem;
  }
  .py-\[2\.4rem\] {
    padding-block: 2.4rem;
  }
  .py-\[3\.2rem\] {
    padding-block: 3.2rem;
  }
  .py-\[6\.4rem\] {
    padding-block: 6.4rem;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[2\.4rem\] {
    padding-top: 2.4rem;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[4\.8rem\] {
    padding-bottom: 4.8rem;
  }
  .pb-\[9\.7rem\] {
    padding-bottom: 9.7rem;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .hd-2-m {
    letter-spacing: 0.1rem;
    font-family: Lato;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .nav {
    letter-spacing: 0.048rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .button-font {
    letter-spacing: 0.048rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .footer-link {
    letter-spacing: 0.036rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4rem;
  }
  .hd-1-m {
    letter-spacing: 0.1rem;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hd-3 {
    letter-spacing: 0.1rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hd-4 {
    letter-spacing: 0.1rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .pg {
    letter-spacing: 0.025rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
  }
  .pg-sm {
    letter-spacing: 0.025rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .hd-6 {
    letter-spacing: -0.036rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .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\.1rem\] {
    --tw-tracking: 0.1rem;
    letter-spacing: 0.1rem;
  }
  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-\[0\.072rem\] {
    --tw-tracking: 0.072rem;
    letter-spacing: 0.072rem;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#66921D\] {
    color: #66921d;
  }
  .text-\[\#595959\] {
    color: #595959;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-\[0\.48\] {
    opacity: 0.48;
  }
  .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-\[height\] {
    transition-property: height;
    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 {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .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);
  }
  :is(.\*\:h-\[22\.3rem\] > *) {
    height: 22.3rem;
  }
  .group-odd\/grow\:-right-\[2\.2rem\]:is(:where(.group\/grow):nth-child(odd) *) {
    right: -2.2rem;
  }
  .group-odd\/grow\:flex-row:is(:where(.group\/grow):nth-child(odd) *) {
    flex-direction: row;
  }
  .group-odd\/grow\:items-end:is(:where(.group\/grow):nth-child(odd) *) {
    align-items: flex-end;
  }
  .group-odd\/grow\:justify-end:is(:where(.group\/grow):nth-child(odd) *) {
    justify-content: flex-end;
  }
  .group-odd\/grow\:text-end:is(:where(.group\/grow):nth-child(odd) *) {
    text-align: end;
  }
  .group-even\/grow\:-left-\[2\.2rem\]:is(:where(.group\/grow):nth-child(2n) *) {
    left: -2.2rem;
  }
  .group-even\/grow\:flex-row-reverse:is(:where(.group\/grow):nth-child(2n) *) {
    flex-direction: row-reverse;
  }
  .group-even\/grow\:items-start:is(:where(.group\/grow):nth-child(2n) *) {
    align-items: flex-start;
  }
  .group-even\/grow\:justify-start:is(:where(.group\/grow):nth-child(2n) *) {
    justify-content: flex-start;
  }
  .group-even\/grow\:text-start:is(:where(.group\/grow):nth-child(2n) *) {
    text-align: start;
  }
  @media (hover: hover) {
    .group-hover\:rotate-180:is(:where(.group):hover *) {
      rotate: 180deg;
    }
  }
  .group-current\:rotate-0:is(:where(.group).current *) {
    rotate: none;
  }
  .group-current\:grid-rows-\[1fr\]:is(:where(.group).current *) {
    grid-template-rows: 1fr;
  }
  .group-current\/subnav\:rotate-0:is(:where(.group\/subnav).current *) {
    rotate: none;
  }
  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:top-3:after {
    content: var(--tw-content);
    top: calc(var(--spacing) * 3);
  }
  .after\:bottom-0:after {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * 0);
  }
  .after\:left-0:after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  .after\:h-\[0\.1rem\]:after {
    content: var(--tw-content);
    height: 0.1rem;
  }
  .after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
  }
  .after\:scale-x-0:after {
    content: var(--tw-content);
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .after\:bg-black:after {
    content: var(--tw-content);
    background-color: var(--color-black);
  }
  .after\:transition-transform:after {
    content: var(--tw-content);
    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));
  }
  .after\:duration-200:after {
    content: var(--tw-content);
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .after\:ease-in:after {
    content: var(--tw-content);
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
  }
  .odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }
  .even\:self-end:nth-child(2n) {
    align-self: flex-end;
  }
  @media (hover: hover) {
    .hover\:after\:scale-x-100:hover:after {
      content: var(--tw-content);
      --tw-scale-x: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:bg-light-gray:disabled {
    background-color: var(--color-light-gray);
  }
  .disabled\:text-black:disabled {
    color: var(--color-black);
  }
  .has-current\:after\:scale-x-100:has(.current):after {
    content: var(--tw-content);
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  @media not all and (min-width: 64rem) {
    .max-lg\:hidden {
      display: none;
    }
    .max-lg\:grid-rows-6 {
      grid-template-rows: repeat(6, 1fr);
    }
  }
  @media not all and (min-width: 48rem) {
    .max-md\:hidden {
      display: none;
    }
    .max-md\:w-full {
      width: 100%;
    }
    :is(.max-md\:\*\:basis-1\/2 > *) {
      flex-basis: 50%;
    }
  }
  @media (min-width: 48rem) {
    .md\:pointer-events-none {
      pointer-events: none;
    }
    .md\:absolute {
      position: absolute;
    }
    .md\:sticky {
      position: sticky;
    }
    .md\:top-\[10rem\] {
      top: 10rem;
    }
    .md\:-right-\[12\.35rem\] {
      right: -12.35rem;
    }
    .md\:-left-\[12\.35rem\] {
      left: -12.35rem;
    }
    .md\:left-\[1\.7rem\] {
      left: 1.7rem;
    }
    .md\:order-1 {
      order: 1;
    }
    .md\:order-2 {
      order: 2;
    }
    .md\:block {
      display: block;
    }
    .md\:h-\[35rem\] {
      height: 35rem;
    }
    .md\:min-h-\[55rem\] {
      min-height: 55rem;
    }
    .md\:w-\[0\.6rem\] {
      width: 0.6rem;
    }
    .md\:w-\[27\.5rem\] {
      width: 27.5rem;
    }
    .md\:w-\[33\.7rem\] {
      width: 33.7rem;
    }
    .md\:w-\[38\.2rem\] {
      width: 38.2rem;
    }
    .md\:w-\[40\.2rem\] {
      width: 40.2rem;
    }
    .md\:w-\[calc\(\(100\%-2\.6rem\)\/2\)\] {
      width: calc(50% - 1.3rem);
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:max-w-\[28rem\] {
      max-width: 28rem;
    }
    .md\:max-w-\[81\.1rem\] {
      max-width: 81.1rem;
    }
    .md\:shrink-0 {
      flex-shrink: 0;
    }
    .md\:grow {
      flex-grow: 1;
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, 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\:justify-between {
      justify-content: space-between;
    }
    .md\:justify-end {
      justify-content: flex-end;
    }
    .md\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
    .md\:gap-\[6\.4rem\] {
      gap: 6.4rem;
    }
    .md\:self-center {
      align-self: center;
    }
    .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
    .md\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .md\:px-\[4\.8rem\] {
      padding-inline: 4.8rem;
    }
    .md\:py-\[5\.5rem\] {
      padding-block: 5.5rem;
    }
    .md\:pb-\[4\.4rem\] {
      padding-bottom: 4.4rem;
    }
    .md\:pb-\[8\.8rem\] {
      padding-bottom: 8.8rem;
    }
    .md\:pl-4 {
      padding-left: calc(var(--spacing) * 4);
    }
    .md\:hd-1 {
      letter-spacing: 0.1rem;
      font-size: 6.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    .md\:hd-2 {
      letter-spacing: 0.1rem;
      font-size: 3.6rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
    :is(.md\:\*\:h-\[35rem\] > *) {
      height: 35rem;
    }
    :is(.md\:\*\:w-\[23\.9rem\] > *) {
      width: 23.9rem;
    }
    :is(.md\:\*\:w-\[29\.8rem\] > *) {
      width: 29.8rem;
    }
    :is(.md\:\*\:basis-1\/2 > *) {
      flex-basis: 50%;
    }
    @media not all and (min-width: 64rem) {
      .md\:max-lg\:basis-1\/2 {
        flex-basis: 50%;
      }
      .md\:max-lg\:px-10 {
        padding-inline: calc(var(--spacing) * 10);
      }
    }
  }
  @media (min-width: 64rem) {
    .lg\:right-0 {
      right: calc(var(--spacing) * 0);
    }
    .lg\:left-0 {
      left: calc(var(--spacing) * 0);
    }
    .lg\:mb-\[2\.4rem\] {
      margin-bottom: 2.4rem;
    }
    .lg\:\!block {
      display: block !important;
    }
    .lg\:\!hidden {
      display: none !important;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:hidden\! {
      display: none !important;
    }
    .lg\:h-\[11rem\] {
      height: 10.9rem;
    }
    .lg\:h-\[36rem\] {
      height: 36rem;
    }
    .lg\:h-\[inherit\] {
      height: inherit;
    }
    .lg\:min-h-\[65rem\] {
      min-height: 65rem;
    }
    .lg\:w-\[2\.9rem\] {
      width: 2.9rem;
    }
    .lg\:w-\[19\.5rem\] {
      width: 19.5rem;
    }
    .lg\:w-\[34\.7rem\] {
      width: 34.7rem;
    }
    .lg\:w-\[40\.3rem\] {
      width: 40.3rem;
    }
    .lg\:w-\[42\.3rem\] {
      width: 42.3rem;
    }
    .lg\:w-\[55rem\] {
      width: 55rem;
    }
    .lg\:w-\[59rem\] {
      width: 59rem;
    }
    .lg\:w-\[calc\(\(100\%-7\.6rem\)\/2\)\] {
      width: calc(50% - 3.8rem);
    }
    .lg\:w-fit {
      width: -moz-fit-content;
      width: fit-content;
    }
    .lg\:max-w-80 {
      max-width: calc(var(--spacing) * 80);
    }
    .lg\:max-w-\[30\.2rem\] {
      max-width: 30.2rem;
    }
    .lg\:max-w-\[90\.8rem\] {
      max-width: 90.8rem;
    }
    .lg\:shrink-0 {
      flex-shrink: 0;
    }
    .lg\:basis-5\/12 {
      flex-basis: 41.6667%;
    }
    .lg\:basis-7\/12 {
      flex-basis: 58.3333%;
    }
    .lg\:basis-\[48\%\] {
      flex-basis: 48%;
    }
    .lg\:basis-\[52\%\] {
      flex-basis: 52%;
    }
    .lg\:basis-full {
      flex-basis: 100%;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:flex-row-reverse {
      flex-direction: row-reverse;
    }
    .lg\:flex-wrap {
      flex-wrap: wrap;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-center {
      justify-content: center;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:justify-start {
      justify-content: flex-start;
    }
    .lg\:gap-\[6\.4rem\] {
      gap: 6.4rem;
    }
    .lg\:gap-\[8\.8rem\] {
      gap: 8.8rem;
    }
    .lg\:object-left {
      -o-object-position: left;
      object-position: left;
    }
    .lg\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .lg\:p-\[3\.2rem\] {
      padding: 3.2rem;
    }
    .lg\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:px-18 {
      padding-inline: calc(var(--spacing) * 18);
    }
    .lg\:px-20 {
      padding-inline: calc(var(--spacing) * 20);
    }
    .lg\:px-\[2\.4rem\] {
      padding-inline: 2.4rem;
    }
    .lg\:px-\[6\.4rem\] {
      padding-inline: 6.4rem;
    }
    .lg\:px-\[8rem\] {
      padding-inline: 8rem;
    }
    .lg\:px-\[9\.6rem\] {
      padding-inline: 9.6rem;
    }
    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .lg\:pr-\[15\.8rem\] {
      padding-right: 15.8rem;
    }
    .lg\:pb-\[7\.5rem\] {
      padding-bottom: 7.5rem;
    }
    .lg\:pl-6 {
      padding-left: calc(var(--spacing) * 6);
    }
    .lg\:text-start {
      text-align: start;
    }
    :is(.lg\:\*\:basis-1\/2 > *) {
      flex-basis: 50%;
    }
    :is(.lg\:\*\:basis-1\/4 > *) {
      flex-basis: 25%;
    }
    :is(.lg\:\*\:basis-\[calc\(\(100\%-1\.6rem\*2\)\/3\)\] > *) {
      flex-basis: calc(33.3333% - 1.06667rem);
    }
    :is(.lg\:\*\:basis-\[calc\(\(100\%-1\.6rem\)\/2\)\] > *) {
      flex-basis: calc(50% - 0.8rem);
    }
    .lg\:group-odd\/grow\:-right-\[4\.7rem\]:is(:where(.group\/grow):nth-child(odd) *) {
      right: -4.7rem;
    }
    .lg\:group-even\/grow\:-left-\[4\.7rem\]:is(:where(.group\/grow):nth-child(2n) *) {
      left: -4.7rem;
    }
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, 1fr);
    }
  }
  @media (min-width: 80rem) {
    .xl\:mx-auto {
      margin-inline: auto;
    }
    .xl\:max-w-\[144rem\] {
      max-width: 144rem;
    }
  }
  .hocus\:bg-orange:hover,
  .hocus\:bg-orange:focus {
    background-color: var(--color-orange);
  }
  .hocus\:text-orange:hover,
  .hocus\:text-orange:focus {
    color: var(--color-orange);
  }
  .not-disabled\:hocus\:bg-green:not(:disabled):hover,
  .not-disabled\:hocus\:bg-green:not(:disabled):focus {
    background-color: var(--color-green);
  }
  .not-disabled\:hocus\:text-black:not(:disabled):hover,
  .not-disabled\:hocus\:text-black:not(:disabled):focus {
    color: var(--color-black);
  }
  .current\:size-\[8\.8rem\].current {
    width: 8.8rem;
    height: 8.8rem;
  }
  .current\:bg-green\/25.current {
    background-color: #97d70040;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .current\:bg-green\/25.current {
      background-color: color-mix(in oklab, var(--color-green) 25%, transparent);
    }
  }
  .current\:bg-orange.current {
    background-color: var(--color-orange);
  }
  .current\:text-white.current {
    color: var(--color-white);
  }
  .current\:shadow-careers.current {
    --tw-shadow: 0 0.2rem 0.5rem 0.2rem var(--tw-shadow-color, #97d700);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    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 {
    letter-spacing: 0.048rem;
    text-transform: uppercase;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: 1.1rem 2.5rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
  }
  .button > span {
    grid-template-columns: 0fr;
    transition: grid-template-columns 0.2s ease-in-out;
    display: grid;
    overflow: hidden;
  }
  .button > span > span {
    overflow: hidden;
  }
  .button svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.5rem;
  }
  .button:hover > span {
    grid-template-columns: 1fr;
  }
  .button-primary {
    color: #fff;
    background: linear-gradient(90deg, #cd500c, #ed9320);
  }
  .button-secondary {
    background: var(--color-green);
    color: var(--color-black);
  }
  .flip-card {
    transform-style: preserve-3d;
    transition: transform 1s;
  }
  .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;
    border-radius: none;
    background-color: #0000;
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 4.5rem;
    height: 4.5rem;
    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: #191919;
    width: 3.5rem;
    height: 0.4rem;
    margin: 0 auto;
    transition: all 0.3s;
    display: block;
    position: absolute;
  }
  .hamburger-bar:first-of-type {
    top: 50%;
    transform: translateY(calc(-50% - 0.9rem));
  }
  .hamburger-bar:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger-bar:nth-of-type(3) {
    top: 50%;
    transform: translateY(calc(0.9rem - 50%));
  }
}
.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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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;
}

.c-language {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 1rem;
  background-color: var(--color-green);
  color: #fff;
  border-radius: 0 5px 0 0;
  

  
}

.c-language a {
  color: #fff;
  font-weight: bold;

}

.c-language a.selected {
  color: #000;
}