/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-xs: 4px;
    --blur-xl: 24px;
    --blur-3xl: 64px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Gilroy", sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-blue-ZE: #23556F;
    --color-blue-OE: #0E69AE;
    --color-yellow-EI: #E1AC0D;
    --color-yellow-FC: #FCFF00;
    --color-yellow-FE: #FEC620;
    --color-black-ZA: #2A2A2A;
    --color-gray-FE: #F3F2EC;
    --spacing-container: 1230px;
    --font-ranoya: "Ranoya", sans-serif;
    --default-line-height: 1.3;
    --default-font-size: 16px;
    --animate-fadeIn: fadeIn 0.5s ease forwards;
    --animate-bounce-scroll: bounce-scroll 1.5s ease-in-out infinite;
    --animate-shake: shake 1s infinite ease-in-out;
    --animate-stuck: stuckMoveDown 0.6s ease-in-out;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-\[10px\] {
    top: calc(10px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-4px\] {
    top: -4px;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .top-full {
    top: 100%;
  }
  .-right-\[10px\] {
    right: calc(10px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .bottom-\[50px\] {
    bottom: 50px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .-left-\[10px\] {
    left: calc(10px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .left-\[480px\] {
    left: 480px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-64 {
    z-index: 64;
  }
  .z-999 {
    z-index: 999;
  }
  .z-1002 {
    z-index: 1002;
  }
  .z-9999 {
    z-index: 9999;
  }
  .z-1000000 {
    z-index: 1000000;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 1366px) {
      max-width: 1366px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @media (width >= 2560px) {
      max-width: 2560px;
    }
    @media (width >= 3840px) {
      max-width: 3840px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-100 {
    margin-inline: calc(var(--spacing) * 100);
  }
  .mx-\[20px\] {
    margin-inline: 20px;
  }
  .mx-\[25px\] {
    margin-inline: 25px;
  }
  .mx-\[58px\] {
    margin-inline: 58px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .-mt-\[30px\] {
    margin-top: calc(30px * -1);
  }
  .-mt-\[80px\] {
    margin-top: calc(80px * -1);
  }
  .-mt-\[150px\] {
    margin-top: calc(150px * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .-ml-5 {
    margin-left: calc(var(--spacing) * -5);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[615px\] {
    height: 615px;
  }
  .h-\[763px\] {
    height: 763px;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[60px\] {
    max-height: 60px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[54px\] {
    min-height: 54px;
  }
  .min-h-\[250px\] {
    min-height: 250px;
  }
  .min-h-auto {
    min-height: auto;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[calc\(100\%-15px\)\] {
    width: calc(100% - 15px);
  }
  .w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[50px\] {
    max-width: 50px;
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[285px\] {
    max-width: 285px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[445px\] {
    max-width: 445px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[485px\] {
    max-width: 485px;
  }
  .max-w-\[590px\] {
    max-width: 590px;
  }
  .max-w-\[625px\] {
    max-width: 625px;
  }
  .max-w-\[635px\] {
    max-width: 635px;
  }
  .max-w-\[670px\] {
    max-width: 670px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[740px\] {
    max-width: 740px;
  }
  .max-w-\[770px\] {
    max-width: 770px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1366px\] {
    max-width: 1366px;
  }
  .max-w-container {
    max-width: var(--spacing-container);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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,);
  }
  .animate-fadeIn {
    animation: var(--animate-fadeIn);
  }
  .animate-shake {
    animation: var(--animate-shake);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .resize {
    resize: both;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .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;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .space-y-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-1\.5 {
    column-gap: calc(var(--spacing) * 1.5);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }
  .rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#233368\] {
    border-color: #233368;
  }
  .border-\[\#aaa\] {
    border-color: #aaa;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-\[rgba\(147\,105\,49\,0\.50\)\] {
    border-color: rgba(147,105,49,0.50);
  }
  .border-\[rgba\(255\,255\,255\,0\.3\)\] {
    border-color: rgba(255,255,255,0.3);
  }
  .border-black-ZA {
    border-color: var(--color-black-ZA);
  }
  .border-black\/40 {
    border-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .border-blue-OE {
    border-color: var(--color-blue-OE);
  }
  .border-gray-FE {
    border-color: var(--color-gray-FE);
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .border-white\/50 {
    border-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-\[\#B27C3D\] {
    background-color: #B27C3D;
  }
  .bg-\[\#F2F4F8\] {
    background-color: #F2F4F8;
  }
  .bg-\[\#f1f1f1\] {
    background-color: #f1f1f1;
  }
  .bg-\[\#f58220\] {
    background-color: #f58220;
  }
  .bg-\[rgba\(0\,0\,0\,0\.3\)\] {
    background-color: rgba(0,0,0,0.3);
  }
  .bg-\[rgba\(0\,0\,0\,0\.7803921569\)\] {
    background-color: rgba(0,0,0,0.7803921569);
  }
  .bg-\[rgba\(0\,8\,45\,0\.7\)\] {
    background-color: rgba(0,8,45,0.7);
  }
  .bg-\[rgba\(8\,59\,98\,0\.70\)\] {
    background-color: rgba(8,59,98,0.70);
  }
  .bg-\[rgba\(51\,51\,51\,0\.4\)\] {
    background-color: rgba(51,51,51,0.4);
  }
  .bg-\[rgba\(243\,242\,236\,1\)\] {
    background-color: rgba(243,242,236,1);
  }
  .bg-\[rgba\(255\,255\,255\,0\.50\)\] {
    background-color: rgba(255,255,255,0.50);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-OE {
    background-color: var(--color-blue-OE);
  }
  .bg-gray-FE {
    background-color: var(--color-gray-FE);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }
  .bg-yellow-EI {
    background-color: var(--color-yellow-EI);
  }
  .bg-yellow-FE {
    background-color: var(--color-yellow-FE);
  }
  .bg-\[url\(\'\.\.\/images\/bg_col_s8\.png\'\)\] {
    background-image: url('../images/bg_col_s8.png');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\! {
    padding: calc(var(--spacing) * 3) !important;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-4\! {
    padding: calc(var(--spacing) * 4) !important;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-100 {
    padding-top: calc(var(--spacing) * 100);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-100 {
    padding-bottom: calc(var(--spacing) * 100);
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[60px\] {
    padding-left: 60px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-ranoya {
    font-family: var(--font-ranoya);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[55px\] {
    font-size: 55px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .-tracking-\[1\.28px\] {
    --tw-tracking: calc(1.28px * -1);
    letter-spacing: calc(1.28px * -1);
  }
  .tracking-\[-2\.341px\] {
    --tw-tracking: -2.341px;
    letter-spacing: -2.341px;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#233368\] {
    color: #233368;
  }
  .text-\[14x\] {
    color: 14x;
  }
  .text-\[rgba\(0\,0\,0\,0\.87\)\] {
    color: rgba(0,0,0,0.87);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black-ZA {
    color: var(--color-black-ZA);
  }
  .text-black\/70 {
    color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .text-blue-OE {
    color: var(--color-blue-OE);
  }
  .text-blue-ZE {
    color: var(--color-blue-ZE);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-yellow-EI {
    color: var(--color-yellow-EI);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_10px_0px_rgba\(0\,0\,0\,\.5\)\] {
    --tw-shadow: 0px 0px 10px 0px var(--tw-shadow-color, rgba(0,0,0,.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-contact {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, rgba(0, 0, 0, 0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-input {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(16, 24, 40, 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-none {
    --tw-blur:  ;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-xl {
    --tw-blur: blur(var(--blur-xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-xs {
    --tw-blur: blur(var(--blur-xs));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-blue-OE {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-blue-OE);
      }
    }
  }
  .group-hover\:bg-yellow-EI {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-yellow-EI);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:text-yellow-EI {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-yellow-EI);
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[8px\] {
    &::before {
      content: var(--tw-content);
      top: 8px;
    }
  }
  .before\:-left-\[24px\] {
    &::before {
      content: var(--tw-content);
      left: calc(24px * -1);
    }
  }
  .before\:left-\[10px\] {
    &::before {
      content: var(--tw-content);
      left: 10px;
    }
  }
  .before\:h-\[10px\] {
    &::before {
      content: var(--tw-content);
      height: 10px;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-\[10px\] {
    &::before {
      content: var(--tw-content);
      width: 10px;
    }
  }
  .before\:w-px {
    &::before {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-yellow-EI {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-yellow-EI);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .first\:ml-0 {
    &:first-child {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .last\:mr-0 {
    &:last-child {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:z-10 {
    &:hover {
      @media (hover: hover) {
        z-index: 10;
      }
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-blue-OE {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-OE);
      }
    }
  }
  .hover\:bg-\[\#E6E6E6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E6E6E6;
      }
    }
  }
  .hover\:bg-\[\#F0F0F0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F0F0F0;
      }
    }
  }
  .hover\:bg-\[\#F1E6DA\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F1E6DA;
      }
    }
  }
  .hover\:bg-\[\#f9f9f9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f9f9f9;
      }
    }
  }
  .hover\:bg-blue-OE {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-OE);
      }
    }
  }
  .hover\:bg-blue-ZE {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-ZE);
      }
    }
  }
  .hover\:bg-yellow-EI {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-EI);
      }
    }
  }
  .hover\:bg-yellow-FE {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-FE);
      }
    }
  }
  .hover\:text-blue-OE {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-OE);
      }
    }
  }
  .hover\:text-blue-ZE {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-ZE);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-yellow-FC {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow-FC);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:\[box-shadow\:inset_0_0_0_100px_rgb\(0_0_0\/5\%\)\] {
    &:hover {
      @media (hover: hover) {
        box-shadow: inset 0 0 0 100px rgb(0 0 0/5%);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .full-hd\:rounded-2xl {
    @media (width >= 1600px) {
      border-radius: var(--radius-2xl);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-\[-10px\] {
    @media (width >= 48rem) {
      top: -10px;
    }
  }
  .md\:top-\[-40px\] {
    @media (width >= 48rem) {
      top: -40px;
    }
  }
  .md\:top-\[10px\] {
    @media (width >= 48rem) {
      top: 10px;
    }
  }
  .md\:top-\[60px\] {
    @media (width >= 48rem) {
      top: 60px;
    }
  }
  .md\:top-\[80px\] {
    @media (width >= 48rem) {
      top: 80px;
    }
  }
  .md\:top-\[120px\] {
    @media (width >= 48rem) {
      top: 120px;
    }
  }
  .md\:top-\[225px\] {
    @media (width >= 48rem) {
      top: 225px;
    }
  }
  .md\:top-\[265px\] {
    @media (width >= 48rem) {
      top: 265px;
    }
  }
  .md\:top-\[385px\] {
    @media (width >= 48rem) {
      top: 385px;
    }
  }
  .md\:top-\[430px\] {
    @media (width >= 48rem) {
      top: 430px;
    }
  }
  .md\:top-\[525px\] {
    @media (width >= 48rem) {
      top: 525px;
    }
  }
  .md\:-right-\[45px\] {
    @media (width >= 48rem) {
      right: calc(45px * -1);
    }
  }
  .md\:right-\[90px\] {
    @media (width >= 48rem) {
      right: 90px;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-\[-250px\] {
    @media (width >= 48rem) {
      bottom: -250px;
    }
  }
  .md\:bottom-\[-320px\] {
    @media (width >= 48rem) {
      bottom: -320px;
    }
  }
  .md\:bottom-\[150px\] {
    @media (width >= 48rem) {
      bottom: 150px;
    }
  }
  .md\:-left-\[45px\] {
    @media (width >= 48rem) {
      left: calc(45px * -1);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:left-\[15px\] {
    @media (width >= 48rem) {
      left: 15px;
    }
  }
  .md\:left-\[430px\] {
    @media (width >= 48rem) {
      left: 430px;
    }
  }
  .md\:left-\[595px\] {
    @media (width >= 48rem) {
      left: 595px;
    }
  }
  .md\:left-\[665px\] {
    @media (width >= 48rem) {
      left: 665px;
    }
  }
  .md\:left-\[725px\] {
    @media (width >= 48rem) {
      left: 725px;
    }
  }
  .md\:left-\[810px\] {
    @media (width >= 48rem) {
      left: 810px;
    }
  }
  .md\:left-\[820px\] {
    @media (width >= 48rem) {
      left: 820px;
    }
  }
  .md\:left-\[835px\] {
    @media (width >= 48rem) {
      left: 835px;
    }
  }
  .md\:left-\[935px\] {
    @media (width >= 48rem) {
      left: 935px;
    }
  }
  .md\:left-\[995px\] {
    @media (width >= 48rem) {
      left: 995px;
    }
  }
  .md\:left-\[1005px\] {
    @media (width >= 48rem) {
      left: 1005px;
    }
  }
  .md\:-mx-4 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * -4);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-2 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:my-3 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 3);
    }
  }
  .md\:-mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: calc(80px * -1);
    }
  }
  .md\:-mt-\[150px\] {
    @media (width >= 48rem) {
      margin-top: calc(150px * -1);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-3 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: 40px;
    }
  }
  .md\:mt-\[60px\] {
    @media (width >= 48rem) {
      margin-top: 60px;
    }
  }
  .md\:-mr-\[18px\] {
    @media (width >= 48rem) {
      margin-right: calc(18px * -1);
    }
  }
  .md\:-mr-\[80px\] {
    @media (width >= 48rem) {
      margin-right: calc(80px * -1);
    }
  }
  .md\:mr-5 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 5);
    }
  }
  .md\:mr-\[18px\] {
    @media (width >= 48rem) {
      margin-right: 18px;
    }
  }
  .md\:mr-\[20px\] {
    @media (width >= 48rem) {
      margin-right: 20px;
    }
  }
  .md\:mr-\[80px\] {
    @media (width >= 48rem) {
      margin-right: 80px;
    }
  }
  .md\:mr-\[142px\] {
    @media (width >= 48rem) {
      margin-right: 142px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-2 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-\[10px\] {
    @media (width >= 48rem) {
      margin-bottom: 10px;
    }
  }
  .md\:mb-\[50px\] {
    @media (width >= 48rem) {
      margin-bottom: 50px;
    }
  }
  .md\:ml-4 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .md\:ml-5 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 5);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[150px\] {
    @media (width >= 48rem) {
      height: 150px;
    }
  }
  .md\:h-\[170px\] {
    @media (width >= 48rem) {
      height: 170px;
    }
  }
  .md\:h-\[225px\] {
    @media (width >= 48rem) {
      height: 225px;
    }
  }
  .md\:h-\[305px\] {
    @media (width >= 48rem) {
      height: 305px;
    }
  }
  .md\:h-\[370px\] {
    @media (width >= 48rem) {
      height: 370px;
    }
  }
  .md\:h-\[650px\] {
    @media (width >= 48rem) {
      height: 650px;
    }
  }
  .md\:h-\[768px\] {
    @media (width >= 48rem) {
      height: 768px;
    }
  }
  .md\:h-\[875px\] {
    @media (width >= 48rem) {
      height: 875px;
    }
  }
  .md\:h-\[1050px\] {
    @media (width >= 48rem) {
      height: 1050px;
    }
  }
  .md\:h-dvh {
    @media (width >= 48rem) {
      height: 100dvh;
    }
  }
  .md\:max-h-\[70px\] {
    @media (width >= 48rem) {
      max-height: 70px;
    }
  }
  .md\:min-h-\[400px\] {
    @media (width >= 48rem) {
      min-height: 400px;
    }
  }
  .md\:min-h-dvh {
    @media (width >= 48rem) {
      min-height: 100dvh;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[240px\] {
    @media (width >= 48rem) {
      width: 240px;
    }
  }
  .md\:w-\[260px\] {
    @media (width >= 48rem) {
      width: 260px;
    }
  }
  .md\:w-\[280px\] {
    @media (width >= 48rem) {
      width: 280px;
    }
  }
  .md\:w-\[340px\] {
    @media (width >= 48rem) {
      width: 340px;
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 48rem) {
      width: 400px;
    }
  }
  .md\:w-\[875px\] {
    @media (width >= 48rem) {
      width: 875px;
    }
  }
  .md\:w-\[1050px\] {
    @media (width >= 48rem) {
      width: 1050px;
    }
  }
  .md\:w-\[calc\(33\.33333\%-80px\)\] {
    @media (width >= 48rem) {
      width: calc(33.33333% - 80px);
    }
  }
  .md\:w-\[calc\(50\%-18px\)\] {
    @media (width >= 48rem) {
      width: calc(50% - 18px);
    }
  }
  .md\:w-\[calc\(100\%-352px\)\] {
    @media (width >= 48rem) {
      width: calc(100% - 352px);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[70px\] {
    @media (width >= 48rem) {
      max-width: 70px;
    }
  }
  .md\:max-w-\[430px\] {
    @media (width >= 48rem) {
      max-width: 430px;
    }
  }
  .md\:max-w-\[690px\] {
    @media (width >= 48rem) {
      max-width: 690px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:rounded-3xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .md\:rounded-\[5px\] {
    @media (width >= 48rem) {
      border-radius: 5px;
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:bg-\[url\(\'\.\.\/images\/bg_col_s8\.png\'\)\] {
    @media (width >= 48rem) {
      background-image: url('../images/bg_col_s8.png');
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-6\! {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6) !important;
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-\[15px\] {
    @media (width >= 48rem) {
      padding-inline: 15px;
    }
  }
  .md\:px-\[80px\] {
    @media (width >= 48rem) {
      padding-inline: 80px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-\[45px\] {
    @media (width >= 48rem) {
      padding-block: 45px;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 60px;
    }
  }
  .md\:py-\[64px\] {
    @media (width >= 48rem) {
      padding-block: 64px;
    }
  }
  .md\:py-\[70px\] {
    @media (width >= 48rem) {
      padding-block: 70px;
    }
  }
  .md\:py-\[75px\] {
    @media (width >= 48rem) {
      padding-block: 75px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[30px\] {
    @media (width >= 48rem) {
      padding-top: 30px;
    }
  }
  .md\:pt-\[35px\] {
    @media (width >= 48rem) {
      padding-top: 35px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[70px\] {
    @media (width >= 48rem) {
      padding-top: 70px;
    }
  }
  .md\:pt-\[225px\] {
    @media (width >= 48rem) {
      padding-top: 225px;
    }
  }
  .md\:pb-8 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-\[90px\] {
    @media (width >= 48rem) {
      padding-bottom: 90px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:pl-2 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 48rem) {
      font-size: 44px;
    }
  }
  .md\:text-\[56px\] {
    @media (width >= 48rem) {
      font-size: 56px;
    }
  }
  .md\:text-\[62px\] {
    @media (width >= 48rem) {
      font-size: 62px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .md\:text-\[82px\] {
    @media (width >= 48rem) {
      font-size: 82px;
    }
  }
  .md\:text-\[172px\] {
    @media (width >= 48rem) {
      font-size: 172px;
    }
  }
  .md\:leading-5 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .md\:leading-\[14px\] {
    @media (width >= 48rem) {
      --tw-leading: 14px;
      line-height: 14px;
    }
  }
  .md\:leading-\[65px\] {
    @media (width >= 48rem) {
      --tw-leading: 65px;
      line-height: 65px;
    }
  }
  .md\:tracking-\[-10\.341px\] {
    @media (width >= 48rem) {
      --tw-tracking: -10.341px;
      letter-spacing: -10.341px;
    }
  }
  .md\:blur-3xl {
    @media (width >= 48rem) {
      --tw-blur: blur(var(--blur-3xl));
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
  .md\:after\:absolute {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .md\:after\:bottom-\[-5px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        bottom: -5px;
      }
    }
  }
  .md\:after\:left-\[200px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        left: 200px;
      }
    }
  }
  .md\:after\:z-10 {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        z-index: 10;
      }
    }
  }
  .md\:after\:h-\[46px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        height: 46px;
      }
    }
  }
  .md\:after\:w-\[24px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        width: 24px;
      }
    }
  }
  .md\:after\:animate-bounce-scroll {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        animation: var(--animate-bounce-scroll);
      }
    }
  }
  .md\:after\:bg-\[url\(\'\.\.\/images\/icons\/Scroll\.png\'\)\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-image: url('../images/icons/Scroll.png');
      }
    }
  }
  .md\:after\:bg-center {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-position: center;
      }
    }
  }
  .md\:after\:bg-no-repeat {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-repeat: no-repeat;
      }
    }
  }
  .md\:after\:content-\[\'\'\] {
    @media (width >= 48rem) {
      &::after {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\[\&\.active\]\:visible {
    &.active {
      visibility: visible;
    }
  }
  .\[\&\.active\]\:rotate-180 {
    &.active {
      rotate: 180deg;
    }
  }
  .\[\&\.active\]\:bg-\[\#F1E6DA\] {
    &.active {
      background-color: #F1E6DA;
    }
  }
  .\[\&\.active\]\:bg-blue-OE {
    &.active {
      background-color: var(--color-blue-OE);
    }
  }
  .\[\&\.active\]\:text-blue-OE {
    &.active {
      color: var(--color-blue-OE);
    }
  }
  .\[\&\.active\]\:text-white {
    &.active {
      color: var(--color-white);
    }
  }
  .\[\&\.active\]\:underline {
    &.active {
      text-decoration-line: underline;
    }
  }
  .\[\&\.active\]\:opacity-100 {
    &.active {
      opacity: 100%;
    }
  }
}
@layer base {
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Light.woff2") format("woff2");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Regular.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Medium.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-SemiBold.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Bold.woff2") format("opentype");
  }
  @font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SVN_Gilroy/SVN-Gilroy-Italic.woff2") format("opentype");
  }
  @font-face {
    font-family: "Ranoya";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Ranoya/1FTV-Ranoya-Regular.woff2") format("opentype");
  }
  html, :host {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black-ZA);
    line-height: var(--default-line-height);
    font-size: var(--default-font-size);
  }
  h1 {
    margin-bottom: 0.5em;
    font-size: 35px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h2 {
    margin-bottom: 0.5em;
    font-size: 27px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h3 {
    margin-bottom: 0.5em;
    font-size: 24px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h4 {
    margin-bottom: 0.5em;
    font-size: 21px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h5 {
    margin-bottom: 0.5em;
    font-size: 19px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  p {
    margin-bottom: 1.3em;
  }
  p:empty {
    margin-bottom: calc(var(--spacing) * 0);
  }
  ul {
    margin-bottom: 1.3em;
  }
  ol {
    margin-bottom: 1.5em;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  input, textarea, select {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
}
@layer utilities {
  .wow {
    visibility: hidden;
  }
  .line-height-default {
    line-height: var(--default-line-height);
  }
  .font-size-default {
    font-size: var(--default-font-size);
  }
  .small-1 {
    width: calc(1/12 * 100%);
  }
  .small-2 {
    width: calc(2/12 * 100%);
  }
  .small-3 {
    width: calc(3/12 * 100%);
  }
  .small-4 {
    width: calc(4/12 * 100%);
  }
  .small-5 {
    width: calc(5/12 * 100%);
  }
  .small-6 {
    width: calc(6/12 * 100%);
  }
  .small-7 {
    width: calc(7/12 * 100%);
  }
  .small-8 {
    width: calc(8/12 * 100%);
  }
  .small-9 {
    width: calc(9/12 * 100%);
  }
  .small-10 {
    width: calc(10/12 * 100%);
  }
  .small-11 {
    width: calc(11/12 * 100%);
  }
  .small-12 {
    width: 100%;
  }
  .medium-1 {
    @media (width >= 48rem) {
      width: calc(1/12 * 100%);
    }
  }
  .medium-2 {
    @media (width >= 48rem) {
      width: calc(2/12 * 100%);
    }
  }
  .medium-3 {
    @media (width >= 48rem) {
      width: calc(3/12 * 100%);
    }
  }
  .medium-4 {
    @media (width >= 48rem) {
      width: calc(4/12 * 100%);
    }
  }
  .medium-5 {
    @media (width >= 48rem) {
      width: calc(5/12 * 100%);
    }
  }
  .medium-6 {
    @media (width >= 48rem) {
      width: calc(6/12 * 100%);
    }
  }
  .medium-7 {
    @media (width >= 48rem) {
      width: calc(7/12 * 100%);
    }
  }
  .medium-8 {
    @media (width >= 48rem) {
      width: calc(8/12 * 100%);
    }
  }
  .medium-9 {
    @media (width >= 48rem) {
      width: calc(9/12 * 100%);
    }
  }
  .medium-10 {
    @media (width >= 48rem) {
      width: calc(10/12 * 100%);
    }
  }
  .medium-11 {
    @media (width >= 48rem) {
      width: calc(11/12 * 100%);
    }
  }
  .medium-12 {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .large-1 {
    @media (width >= 64rem) {
      width: calc(1/12 * 100%);
    }
  }
  .large-2 {
    @media (width >= 64rem) {
      width: calc(2/12 * 100%);
    }
  }
  .large-3 {
    @media (width >= 64rem) {
      width: calc(3/12 * 100%);
    }
  }
  .large-4 {
    @media (width >= 64rem) {
      width: calc(4/12 * 100%);
    }
  }
  .large-5 {
    @media (width >= 64rem) {
      width: calc(5/12 * 100%);
    }
  }
  .large-6 {
    @media (width >= 64rem) {
      width: calc(6/12 * 100%);
    }
  }
  .large-7 {
    @media (width >= 64rem) {
      width: calc(7/12 * 100%);
    }
  }
  .large-8 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .large-9 {
    @media (width >= 64rem) {
      width: calc(9/12 * 100%);
    }
  }
  .large-10 {
    @media (width >= 64rem) {
      width: calc(10/12 * 100%);
    }
  }
  .large-11 {
    @media (width >= 64rem) {
      width: calc(11/12 * 100%);
    }
  }
  .large-12 {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
}
@layer components {
  .filter-image-customize:hover img.image-filter {
    filter: brightness(0) invert(1);
  }
  .textLine-1 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .textLine-2 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .textLine-3 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .textLine-4 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .textLine-5 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .section {
    position: relative;
    display: flex;
    min-height: auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding-block: 30px;
  }
  .section-bg {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    margin: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    padding: calc(var(--spacing) * 0);
  }
  .fill {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    margin: calc(var(--spacing) * 0);
    height: 100%;
    padding: calc(var(--spacing) * 0);
  }
  .bg-media {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-content {
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
  }
  .row {
    margin-inline: auto;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: var(--spacing-container);
    flex-direction: row;
    flex-wrap: wrap;
  }
  .row-full-width {
    max-width: 100%;
  }
  .row .row:not(.row-collapse) {
    margin-inline: calc(15px * -1);
    width: auto;
    padding-right: calc(var(--spacing) * 0);
    padding-left: calc(var(--spacing) * 0);
  }
  .row-small > .col {
    padding-inline: 10px;
  }
  .row-collapse > .col {
    padding: calc(var(--spacing) * 0);
  }
  .row-large > .col {
    padding-inline: 20px;
  }
  .col {
    position: relative;
    margin: calc(var(--spacing) * 0);
    margin-bottom: calc(var(--spacing) * 4);
    box-sizing: border-box;
    width: 100%;
    padding-inline: 15px;
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .col-inner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .content-single img, .content-single iframe {
    margin-bottom: 1.5em;
    overflow: hidden;
    border-radius: 10px;
  }
  .mask-checkbox {
    display: flex;
    height: 100%;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgba(147,105,49,0.50);
    font-size: 10px;
    color: var(--color-gray-FE);
  }
  .input-checkbox:checked + .mask-checkbox {
    background-color: rgba(127,86,217,1);
  }
  .content-single ul, .content-single ol {
    margin-left: calc(var(--spacing) * 5);
  }
  .content-single ul li {
    margin-bottom: 0.5em;
    list-style-type: disc;
  }
  .content-single ol li {
    margin-bottom: 0.5em;
    list-style-type: decimal;
  }
  .content-single ul li p:last-child, .content-single ol li p:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .contact-widget-button::before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 25px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
  }
  .contact-messengers-list {
    transition: transform 0s 0.2s;
    transform: translate3d(0, 100%, 0);
    transition-timing-function: cubic-bezier(0.3, 0, 0.3, 1);
  }
  .contact-messengers-list li {
    transition: transform 0s 0.2s;
    transition-timing-function: cubic-bezier(0.3, 0, 0.3, 1);
    transform: translate3d(0, 500px, 0);
  }
  .contact-widget.is-open .contact-messengers-list {
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  .contact-widget.is-open .contact-messengers-list li {
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-duration: 0.4s;
    transform: translate3d(0, 0, 0);
  }
  .contact-open-icon {
    opacity: 1;
    transform: scale(1);
    transition: ease-in 0.12s all;
  }
  .contact-widget.is-open .contact-open-icon {
    opacity: 0;
    transform: scale(0);
  }
  .contact-close-icon {
    opacity: 0;
    transform: rotate(180deg) scale(0);
    transition: ease-in 0.12s all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    margin: -6.5px 0 0 -6px;
  }
  .contact-widget.is-open .contact-close-icon {
    opacity: 1;
    transform: rotate(0) scale(1) translate(-50%, -50%);
    margin: 0;
    top: 50%;
    left: 50%;
  }
  .contact-widget-fade {
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 0.2s all;
    transform: translate3d(0, -20%, 0);
  }
  .contact-widget.is-open .contact-widget-fade {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .menu-bar-vertical {
    transform: translateX(calc(-100% - 15px));
    transition: transform 0.3s ease-in-out;
  }
  .menu-bar-vertical.active {
    transform: translateX(0);
  }
  #search-form-area--clone {
    padding: calc(var(--spacing) * 3);
  }
  .stuck {
    position: fixed !important;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    animation: var(--animate-stuck);
    background-color: var(--color-blue-OE) !important;
  }
  .stuck #masthead {
    @media (width >= 48rem) {
      height: 80px !important;
    }
  }
  .stuck #logo {
    height: 100% !important;
    @media (width >= 48rem) {
      height: 60px !important;
    }
  }
  .bg-gradient-green {
    background: linear-gradient(to bottom, #6b9250, #5a8a45, #2d5a6b);
  }
  #logo-image {
    transform-origin: center;
  }
  @media (min-width: 768px) {
    #header:not(.stuck) #logo-image {
      /* height: 100px; */
      transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    #header.stuck #logo-image {
      height: 60px;
      transition: none;
    }
  }
  @media (max-width: 767px) {
    #logo-image {
      height: 60px;
    }
  }
  .toolbar-admin {
    position: sticky;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 99999;
    display: flex;
    height: 32px;
    width: 100%;
    min-width: 600px;
    align-items: center;
    justify-content: space-between;
    background-color: #1d2327;
    font-size: 13px;
    color: #c3c4c7;
  }
  .admin-bar-root-default {
    margin-bottom: calc(var(--spacing) * 0);
    box-sizing: content-box;
    display: flex;
    list-style-type: none;
    align-items: center;
    column-gap: calc(var(--spacing) * 3);
    --tw-leading: 2.46153846;
    line-height: 2.46153846;
  }
  .admin-bar-root-default>.menupop {
    position: relative;
  }
  .admin-bar-root-default>.menupop>.ab-sub-wrapper {
    position: absolute;
    top: 32px;
    left: calc(var(--spacing) * 0);
    z-index: 99999;
    display: none;
    min-width: 150px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #2e353b;
    background-color: #2c3338;
  }
  .admin-bar-root-default>.menupop>.ab-sub-wrapper>.ab-submenu {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    padding: calc(var(--spacing) * 0);
  }
  .admin-bar-root-default>.menupop>.ab-sub-wrapper>.ab-submenu>.ab-item {
    display: flex;
    align-items: center;
    column-gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .admin-bar-root-default > .menupop > .ab-item {
    display: flex;
    align-items: center;
    column-gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .admin-bar-root-default>.menupop:hover {
    background-color: #2c3338;
  }
  .admin-bar-root-default>.menupop:hover > .ab-item {
    color: #72aee6;
  }
  .admin-bar-root-default>.menupop:hover > .ab-sub-wrapper {
    display: block;
  }
  .admin-bar-root-default >.menupop > .ab-sub-wrapper > .ab-submenu > .ab-item > .ab-item-link {
    display: block;
    width: 100%;
  }
  .admin-bar-root-default>.menupop:hover > .ab-sub-wrapper > .ab-submenu > .ab-item:hover > .ab-item-link {
    color: #72aee6;
  }
  .ab-top-secondary {
    margin-bottom: calc(var(--spacing) * 0);
    box-sizing: content-box;
    display: flex;
    list-style-type: none;
    align-items: center;
    column-gap: calc(var(--spacing) * 3);
    --tw-leading: 2.46153846;
    line-height: 2.46153846;
  }
  .ab-top-secondary>.menupop>.ab-item {
    display: flex;
    align-items: center;
    column-gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
  }
  .ab-top-secondary>.menupop>.ab-item:hover {
    color: #72aee6;
  }
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin: 0;
}
.select2-container .select2-selection--single {
  height: 45px !important;
  border-radius: 8px !important;
  border: 1px solid #E5E7EB !important;
  background-color: white !important;
  display: flex !important;
  align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  padding-left: 13px !important;
  padding-right: 30px !important;
  color: var(--color-black-IF) !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-gray-GB) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  width: 35px !important;
  right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #9CA3AF;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  right: 35px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  font-weight: bold;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce-scroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes stuckMoveDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}