@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-leading: 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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: oklch(.967 .003 264.542);
    --color-neutral-50: oklch(.985 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@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%;
    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;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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: -.25em;
  }

  sup {
    top: -.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;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::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"]) {
    appearance: button;
  }

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: Inter, sans-serif;
  }
}

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-33\.11\%_-4\.19\%_-46\.36\%_-4\.19\%\] {
    inset: -33.11% -4.19% -46.36%;
  }

  .inset-\[-33\.11\%_-5\.32\%_-46\.36\%_-5\.32\%\] {
    inset: -33.11% -5.32% -46.36%;
  }

  .inset-\[0\.04\%_-0\.41\%_10\%_10\.41\%\] {
    inset: .04% -.41% 10% 10.41%;
  }

  .inset-\[1\.54\%\] {
    inset: 1.54%;
  }

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

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

  .top-\[-0\.03px\] {
    top: -.03px;
  }

  .top-\[-0\.5px\] {
    top: -.5px;
  }

  .top-\[-0\.08\%\] {
    top: -.08%;
  }

  .top-\[-0\.9px\] {
    top: -.9px;
  }

  .top-\[-0\.11px\] {
    top: -.11px;
  }

  .top-\[-0\.16px\] {
    top: -.16px;
  }

  .top-\[-0\.17px\] {
    top: -.17px;
  }

  .top-\[-0\.23px\] {
    top: -.23px;
  }

  .top-\[-0\.25px\] {
    top: -.25px;
  }

  .top-\[-0\.44px\] {
    top: -.44px;
  }

  .top-\[-0\.76\%\] {
    top: -.76%;
  }

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

  .top-\[-3px\] {
    top: -3px;
  }

  .top-\[-79px\] {
    top: -79px;
  }

  .top-\[-507\.25\%\] {
    top: -507.25%;
  }

  .top-\[0\.3px\] {
    top: .3px;
  }

  .top-\[0\.04px\] {
    top: .04px;
  }

  .top-\[0\.23px\] {
    top: .23px;
  }

  .top-\[0\.36px\] {
    top: .36px;
  }

  .top-\[0\.38px\] {
    top: .38px;
  }

  .top-\[0\.43px\] {
    top: .43px;
  }

  .top-\[0\.47px\] {
    top: .47px;
  }

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

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

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

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

  .top-\[2px\] {
    top: 2px;
  }

  .top-\[4\.77px\] {
    top: 4.77px;
  }

  .top-\[15\.6px\] {
    top: 15.6px;
  }

  .top-\[15\.16px\] {
    top: 15.16px;
  }

  .top-\[16px\] {
    top: 16px;
  }

  .top-\[18\.77px\] {
    top: 18.77px;
  }

  .top-\[21px\] {
    top: 21px;
  }

  .top-\[23\.58px\] {
    top: 23.58px;
  }

  .top-\[26px\] {
    top: 26px;
  }

  .top-\[29px\] {
    top: 29px;
  }

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

  .top-\[34px\] {
    top: 34px;
  }

  .top-\[56\.16px\] {
    top: 56.16px;
  }

  .top-\[79px\] {
    top: 79px;
  }

  .top-\[82px\] {
    top: 82px;
  }

  .top-\[90\.31px\] {
    top: 90.31px;
  }

  .top-\[100px\] {
    top: 100px;
  }

  .top-\[101px\] {
    top: 101px;
  }

  .top-\[106px\] {
    top: 106px;
  }

  .top-\[116px\] {
    top: 116px;
  }

  .top-\[128px\] {
    top: 128px;
  }

  .top-\[135\.78px\] {
    top: 135.78px;
  }

  .top-\[136\.23px\] {
    top: 136.23px;
  }

  .top-\[164px\] {
    top: 164px;
  }

  .top-\[179px\] {
    top: 179px;
  }

  .top-\[182px\] {
    top: 182px;
  }

  .top-\[186px\] {
    top: 186px;
  }

  .top-\[207px\] {
    top: 207px;
  }

  .top-\[220px\] {
    top: 220px;
  }

  .top-\[239\.9px\] {
    top: 239.9px;
  }

  .top-\[239px\] {
    top: 239px;
  }

  .top-\[240px\] {
    top: 240px;
  }

  .top-\[262\.42px\] {
    top: 262.42px;
  }

  .top-\[266px\] {
    top: 266px;
  }

  .top-\[296\.64px\] {
    top: 296.64px;
  }

  .top-\[298\.44px\] {
    top: 298.44px;
  }

  .top-\[304px\] {
    top: 304px;
  }

  .top-\[346px\] {
    top: 346px;
  }

  .top-\[426px\] {
    top: 426px;
  }

  .top-\[506px\] {
    top: 506px;
  }

  .top-\[586px\] {
    top: 586px;
  }

  .top-\[calc\(50\%\+0\.05px\)\] {
    top: calc(50% + .05px);
  }

  .top-\[calc\(50\%\+0\.5px\)\] {
    top: calc(50% + .5px);
  }

  .top-\[calc\(50\%\+0\.07px\)\] {
    top: calc(50% + .07px);
  }

  .top-\[calc\(50\%\+0\.25px\)\] {
    top: calc(50% + .25px);
  }

  .top-\[calc\(50\%\+0\.38px\)\] {
    top: calc(50% + .38px);
  }

  .top-\[calc\(50\%-6\.56px\)\] {
    top: calc(50% - 6.56px);
  }

  .top-px {
    top: 1px;
  }

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

  .right-\[-0\.24px\] {
    right: -.24px;
  }

  .right-\[-26\.56\%\] {
    right: -26.56%;
  }

  .right-\[-66\.07\%\] {
    right: -66.07%;
  }

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

  .bottom-\[-0\.25px\] {
    bottom: -.25px;
  }

  .bottom-\[-35\.94\%\] {
    bottom: -35.94%;
  }

  .bottom-\[-66\.07\%\] {
    bottom: -66.07%;
  }

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

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

  .left-\[-0\.2px\] {
    left: -.2px;
  }

  .left-\[-0\.16px\] {
    left: -.16px;
  }

  .left-\[-0\.24px\] {
    left: -.24px;
  }

  .left-\[-2\.8px\] {
    left: -2.8px;
  }

  .left-\[-8\.75\%\] {
    left: -8.75%;
  }

  .left-\[-38\.38\%\] {
    left: -38.38%;
  }

  .left-\[0\.2px\] {
    left: .2px;
  }

  .left-\[0\.11px\] {
    left: .11px;
  }

  .left-\[0\.47px\] {
    left: .47px;
  }

  .left-\[3\.79px\] {
    left: 3.79px;
  }

  .left-\[12px\] {
    left: 12px;
  }

  .left-\[15\.16px\] {
    left: 15.16px;
  }

  .left-\[15\.36px\] {
    left: 15.36px;
  }

  .left-\[21px\] {
    left: 21px;
  }

  .left-\[28px\] {
    left: 28px;
  }

  .left-\[57\.78px\] {
    left: 57.78px;
  }

  .left-\[74\.11px\] {
    left: 74.11px;
  }

  .left-\[80px\] {
    left: 80px;
  }

  .left-\[81px\] {
    left: 81px;
  }

  .left-\[82px\] {
    left: 82px;
  }

  .left-\[86\.47px\] {
    left: 86.47px;
  }

  .left-\[93px\] {
    left: 93px;
  }

  .left-\[99px\] {
    left: 99px;
  }

  .left-\[101px\] {
    left: 101px;
  }

  .left-\[105\.47px\] {
    left: 105.47px;
  }

  .left-\[110px\] {
    left: 110px;
  }

  .left-\[112px\] {
    left: 112px;
  }

  .left-\[120px\] {
    left: 120px;
  }

  .left-\[163px\] {
    left: 163px;
  }

  .left-\[177\.11px\] {
    left: 177.11px;
  }

  .left-\[183px\] {
    left: 183px;
  }

  .left-\[216\.11px\] {
    left: 216.11px;
  }

  .left-\[217\.11px\] {
    left: 217.11px;
  }

  .left-\[258\.89px\] {
    left: 258.89px;
  }

  .left-\[276\.67px\] {
    left: 276.67px;
  }

  .left-\[456px\] {
    left: 456px;
  }

  .left-\[564px\] {
    left: 564px;
  }

  .left-\[848\.73px\] {
    left: 848.73px;
  }

  .left-\[955px\] {
    left: 955px;
  }

  .left-\[993px\] {
    left: 993px;
  }

  .left-\[1006px\] {
    left: 1006px;
  }

  .left-\[1022px\] {
    left: 1022px;
  }

  .left-\[1047px\] {
    left: 1047px;
  }

  .left-\[1064px\] {
    left: 1064px;
  }

  .left-\[1101px\] {
    left: 1101px;
  }

  .left-\[1105px\] {
    left: 1105px;
  }

  .left-\[calc\(8\.33\%\+177\.38px\)\] {
    left: calc(8.33% + 177.38px);
  }

  .left-\[calc\(25\%\+34\.17px\)\] {
    left: calc(25% + 34.17px);
  }

  .left-\[calc\(25\%\+127\.41px\)\] {
    left: calc(25% + 127.41px);
  }

  .left-\[calc\(25\%\+167\.94px\)\] {
    left: calc(25% + 167.94px);
  }

  .left-\[calc\(41\.67\%\+21\.6px\)\] {
    left: calc(41.67% + 21.6px);
  }

  .left-\[calc\(41\.67\%\+42\.32px\)\] {
    left: calc(41.67% + 42.32px);
  }

  .left-\[calc\(50\%\+0\.06px\)\] {
    left: calc(50% + .06px);
  }

  .left-\[calc\(50\%\+0\.25px\)\] {
    left: calc(50% + .25px);
  }

  .left-\[calc\(50\%\+0\.38px\)\] {
    left: calc(50% + .38px);
  }

  .left-\[calc\(50\%\+62\.81px\)\] {
    left: calc(50% + 62.81px);
  }

  .left-\[calc\(50\%-0\.5px\)\] {
    left: calc(50% - .5px);
  }

  .left-\[calc\(58\.33\%-0\.45px\)\] {
    left: calc(58.33% - .45px);
  }

  .left-\[calc\(66\.67\%-26\.78px\)\] {
    left: calc(66.67% - 26.78px);
  }

  .left-\[calc\(66\.67\%-27px\)\] {
    left: calc(66.67% - 27px);
  }

  .left-\[calc\(66\.67\%-52px\)\] {
    left: calc(66.67% - 52px);
  }

  .left-\[calc\(75\%-126\.07px\)\] {
    left: calc(75% - 126.07px);
  }

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

  .z-\[55\] {
    z-index: 55;
  }

  .z-\[60\] {
    z-index: 60;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

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

  .mt-\[0\.1px\] {
    margin-top: .1px;
  }

  .mt-\[1\.8px\] {
    margin-top: 1.8px;
  }

  .mt-\[5\.4px\] {
    margin-top: 5.4px;
  }

  .mt-\[5px\] {
    margin-top: 5px;
  }

  .mt-\[6\.3px\] {
    margin-top: 6.3px;
  }

  .mt-\[6\.4px\] {
    margin-top: 6.4px;
  }

  .mt-\[6px\] {
    margin-top: 6px;
  }

  .mt-\[22\.42px\] {
    margin-top: 22.42px;
  }

  .mt-\[22\.52px\] {
    margin-top: 22.52px;
  }

  .mt-\[24px\] {
    margin-top: 24px;
  }

  .mt-\[56\.64px\] {
    margin-top: 56.64px;
  }

  .mt-\[56\.74px\] {
    margin-top: 56.74px;
  }

  .mt-\[58\.6px\] {
    margin-top: 58.6px;
  }

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

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

  .ml-\[0\.4px\] {
    margin-left: .4px;
  }

  .ml-\[0\.34px\] {
    margin-left: .34px;
  }

  .ml-\[20\.71px\] {
    margin-left: 20.71px;
  }

  .ml-\[63px\] {
    margin-left: 63px;
  }

  .ml-\[93\.66px\] {
    margin-left: 93.66px;
  }

  .ml-\[93\.67px\] {
    margin-left: 93.67px;
  }

  .ml-\[304\.41px\] {
    margin-left: 304.41px;
  }

  .ml-\[344\.94px\] {
    margin-left: 344.94px;
  }

  .ml-\[438\.6px\] {
    margin-left: 438.6px;
  }

  .ml-\[603px\] {
    margin-left: 603px;
  }

  .ml-\[647px\] {
    margin-left: 647px;
  }

  .ml-\[742px\] {
    margin-left: 742px;
  }

  .ml-\[925px\] {
    margin-left: 925px;
  }

  .ml-\[959\.55px\] {
    margin-left: 959.55px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }

  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }

  .size-\[15\.156px\] {
    width: 15.156px;
    height: 15.156px;
  }

  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }

  .size-\[18\.012px\] {
    width: 18.012px;
    height: 18.012px;
  }

  .size-\[18\.945px\] {
    width: 18.945px;
    height: 18.945px;
  }

  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .size-\[21px\] {
    width: 21px;
    height: 21px;
  }

  .size-\[22\.5px\] {
    width: 22.5px;
    height: 22.5px;
  }

  .size-\[22\.734px\] {
    width: 22.734px;
    height: 22.734px;
  }

  .size-\[24\.762px\] {
    width: 24.762px;
    height: 24.762px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[30\.569px\] {
    width: 30.569px;
    height: 30.569px;
  }

  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }

  .size-\[36px\] {
    width: 36px;
    height: 36px;
  }

  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }

  .size-\[41\.111px\] {
    width: 41.111px;
    height: 41.111px;
  }

  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }

  .size-\[75\.652px\] {
    width: 75.652px;
    height: 75.652px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

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

  .h-\[12px\] {
    height: 12px;
  }

  .h-\[14\.682px\] {
    height: 14.682px;
  }

  .h-\[18\.1px\] {
    height: 18.1px;
  }

  .h-\[19\.789px\] {
    height: 19.789px;
  }

  .h-\[19px\] {
    height: 19px;
  }

  .h-\[20px\] {
    height: 20px;
  }

  .h-\[30\.777px\] {
    height: 30.777px;
  }

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

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[48\.578px\] {
    height: 48.578px;
  }

  .h-\[48px\] {
    height: 48px;
  }

  .h-\[53\.046px\] {
    height: 53.046px;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[72px\] {
    height: 72px;
  }

  .h-\[75\.156px\] {
    height: 75.156px;
  }

  .h-\[78\.354px\] {
    height: 78.354px;
  }

  .h-\[82px\] {
    height: 82px;
  }

  .h-\[95px\] {
    height: 95px;
  }

  .h-\[100\.16\%\] {
    height: 100.16%;
  }

  .h-\[111\.61\%\] {
    height: 111.61%;
  }

  .h-\[118\.406px\] {
    height: 118.406px;
  }

  .h-\[135\.994px\] {
    height: 135.994px;
  }

  .h-\[136px\] {
    height: 136px;
  }

  .h-\[169\.78px\] {
    height: 169.78px;
  }

  .h-\[177px\] {
    height: 177px;
  }

  .h-\[207\.312px\] {
    height: 207.312px;
  }

  .h-\[207px\] {
    height: 207px;
  }

  .h-\[264px\] {
    height: 264px;
  }

  .h-\[355px\] {
    height: 355px;
  }

  .h-\[368px\] {
    height: 368px;
  }

  .h-\[821px\] {
    height: 821px;
  }

  .h-\[1132\.61\%\] {
    height: 1132.61%;
  }

  .h-\[1347px\] {
    height: 1347px;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .min-h-px {
    min-height: 1px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

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

  .w-\[20\.111px\] {
    width: 20.111px;
  }

  .w-\[64px\] {
    width: 64px;
  }

  .w-\[72px\] {
    width: 72px;
  }

  .w-\[75px\] {
    width: 75px;
  }

  .w-\[78\.354px\] {
    width: 78.354px;
  }

  .w-\[78\.578px\] {
    width: 78.578px;
  }

  .w-\[78px\] {
    width: 78px;
  }

  .w-\[79px\] {
    width: 79px;
  }

  .w-\[82px\] {
    width: 82px;
  }

  .w-\[85px\] {
    width: 85px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[107px\] {
    width: 107px;
  }

  .w-\[108px\] {
    width: 108px;
  }

  .w-\[109px\] {
    width: 109px;
  }

  .w-\[112\.722px\] {
    width: 112.722px;
  }

  .w-\[112px\] {
    width: 112px;
  }

  .w-\[114\.426px\] {
    width: 114.426px;
  }

  .w-\[115\.564px\] {
    width: 115.564px;
  }

  .w-\[122px\] {
    width: 122px;
  }

  .w-\[124px\] {
    width: 124px;
  }

  .w-\[125px\] {
    width: 125px;
  }

  .w-\[129px\] {
    width: 129px;
  }

  .w-\[137px\] {
    width: 137px;
  }

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

  .w-\[148px\] {
    width: 148px;
  }

  .w-\[150\.26\%\] {
    width: 150.26%;
  }

  .w-\[158px\] {
    width: 158px;
  }

  .w-\[161px\] {
    width: 161px;
  }

  .w-\[164px\] {
    width: 164px;
  }

  .w-\[165px\] {
    width: 165px;
  }

  .w-\[169px\] {
    width: 169px;
  }

  .w-\[173px\] {
    width: 173px;
  }

  .w-\[175px\] {
    width: 175px;
  }

  .w-\[177px\] {
    width: 177px;
  }

  .w-\[178\.02\%\] {
    width: 178.02%;
  }

  .w-\[183px\] {
    width: 183px;
  }

  .w-\[190px\] {
    width: 190px;
  }

  .w-\[195\.812px\] {
    width: 195.812px;
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[203px\] {
    width: 203px;
  }

  .w-\[215px\] {
    width: 215px;
  }

  .w-\[216px\] {
    width: 216px;
  }

  .w-\[221px\] {
    width: 221px;
  }

  .w-\[222px\] {
    width: 222px;
  }

  .w-\[232px\] {
    width: 232px;
  }

  .w-\[237px\] {
    width: 237px;
  }

  .w-\[245px\] {
    width: 245px;
  }

  .w-\[260px\] {
    width: 260px;
  }

  .w-\[261px\] {
    width: 261px;
  }

  .w-\[286px\] {
    width: 286px;
  }

  .w-\[341px\] {
    width: 341px;
  }

  .w-\[353px\] {
    width: 353px;
  }

  .w-\[358px\] {
    width: 358px;
  }

  .w-\[372px\] {
    width: 372px;
  }

  .w-\[400px\] {
    width: 400px;
  }

  .w-\[428px\] {
    width: 428px;
  }

  .w-\[434px\] {
    width: 434px;
  }

  .w-\[572\.138px\] {
    width: 572.138px;
  }

  .w-\[604px\] {
    width: 604px;
  }

  .w-\[616px\] {
    width: 616px;
  }

  .w-\[669\.413px\] {
    width: 669.413px;
  }

  .w-\[699\.069px\] {
    width: 699.069px;
  }

  .w-\[724px\] {
    width: 724px;
  }

  .w-\[878px\] {
    width: 878px;
  }

  .w-\[943\.459px\] {
    width: 943.459px;
  }

  .w-\[988\.927px\] {
    width: 988.927px;
  }

  .w-\[1015px\] {
    width: 1015px;
  }

  .w-\[1117px\] {
    width: 1117px;
  }

  .w-\[1165px\] {
    width: 1165px;
  }

  .w-\[1195px\] {
    width: 1195px;
  }

  .w-\[1290px\] {
    width: 1290px;
  }

  .w-\[1293px\] {
    width: 1293px;
  }

  .w-\[1294px\] {
    width: 1294px;
  }

  .w-\[1344px\] {
    width: 1344px;
  }

  .w-\[1440px\] {
    width: 1440px;
  }

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

  .w-full {
    width: 100%;
  }

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

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

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

  .place-items-start {
    place-items: start;
  }

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

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

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

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

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

  .gap-\[1\.37px\] {
    gap: 1.37px;
  }

  .gap-\[2\.741px\] {
    gap: 2.741px;
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .gap-\[3\.789px\] {
    gap: 3.789px;
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[5\.481px\] {
    gap: 5.481px;
  }

  .gap-\[5\.683px\] {
    gap: 5.683px;
  }

  .gap-\[6\.852px\] {
    gap: 6.852px;
  }

  .gap-\[6px\] {
    gap: 6px;
  }

  .gap-\[7\.578px\] {
    gap: 7.578px;
  }

  .gap-\[8\.222px\] {
    gap: 8.222px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[9\.524px\] {
    gap: 9.524px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[11\.367px\] {
    gap: 11.367px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[15\.156px\] {
    gap: 15.156px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[28px\] {
    gap: 28px;
  }

  .gap-\[30\.312px\] {
    gap: 30.312px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[2\.741px\] {
    border-radius: 2.741px;
  }

  .rounded-\[3\.789px\] {
    border-radius: 3.789px;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[7\.578px\] {
    border-radius: 7.578px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[9\.472px\] {
    border-radius: 9.472px;
  }

  .rounded-\[9\.524px\] {
    border-radius: 9.524px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[11\.367px\] {
    border-radius: 11.367px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[13\.261px\] {
    border-radius: 13.261px;
  }

  .rounded-\[14px\] {
    border-radius: 14px;
  }

  .rounded-\[100px\] {
    border-radius: 100px;
  }

  .rounded-\[101\.897px\] {
    border-radius: 101.897px;
  }

  .rounded-\[137\.037px\] {
    border-radius: 137.037px;
  }

  .rounded-\[189\.45px\] {
    border-radius: 189.45px;
  }

  .rounded-\[200px\] {
    border-radius: 200px;
  }

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

  .rounded-tl-\[200px\] {
    border-top-left-radius: 200px;
  }

  .rounded-tr-\[200px\] {
    border-top-right-radius: 200px;
  }

  .rounded-br-\[11\.367px\] {
    border-bottom-right-radius: 11.367px;
  }

  .rounded-br-\[12px\] {
    border-bottom-right-radius: 12px;
  }

  .rounded-br-\[200px\] {
    border-bottom-right-radius: 200px;
  }

  .rounded-bl-\[200px\] {
    border-bottom-left-radius: 200px;
  }

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

  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: .5px;
  }

  .border-\[0\.5px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: .5px 0 0;
  }

  .border-\[0\.474px\] {
    border-style: var(--tw-border-style);
    border-width: .474px;
  }

  .border-\[0\.947px\] {
    border-style: var(--tw-border-style);
    border-width: .947px;
  }

  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }

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

  .border-\[\#3a9111\] {
    border-color: #3a9111;
  }

  .border-\[\#0078b4\] {
    border-color: #0078b4;
  }

  .border-\[\#0089c6\] {
    border-color: #0089c6;
  }

  .border-\[\#022964\] {
    border-color: #022964;
  }

  .border-\[\#d4d6d8\] {
    border-color: #d4d6d8;
  }

  .border-\[\#e6ecef\] {
    border-color: #e6ecef;
  }

  .border-\[\#e9eaec\] {
    border-color: #e9eaec;
  }

  .border-\[\#f3f3f4\] {
    border-color: #f3f3f4;
  }

  .bg-\[\#061d50\] {
    background-color: #061d50;
  }

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

  .bg-\[\#58688c\] {
    background-color: #58688c;
  }

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(88\,104\,140\,0\.5\)\] {
    background-color: #58688c80;
  }

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

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

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

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

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

  .p-\[3\.789px\] {
    padding: 3.789px;
  }

  .p-\[4px\] {
    padding: 4px;
  }

  .p-\[5\.683px\] {
    padding: 5.683px;
  }

  .p-\[6px\] {
    padding: 6px;
  }

  .p-\[7\.619px\] {
    padding: 7.619px;
  }

  .p-\[8px\] {
    padding: 8px;
  }

  .p-\[9\.472px\] {
    padding: 9.472px;
  }

  .p-\[10px\] {
    padding: 10px;
  }

  .p-\[11\.367px\] {
    padding: 11.367px;
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[22\.734px\] {
    padding: 22.734px;
  }

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

  .px-\[4\.111px\] {
    padding-inline: 4.111px;
  }

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

  .px-\[7\.578px\] {
    padding-inline: 7.578px;
  }

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

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

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

  .px-\[15\.156px\] {
    padding-inline: 15.156px;
  }

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

  .px-\[18\.945px\] {
    padding-inline: 18.945px;
  }

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

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

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

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

  .py-\[1\.37px\] {
    padding-block: 1.37px;
  }

  .py-\[2px\] {
    padding-block: 2px;
  }

  .py-\[3\.789px\] {
    padding-block: 3.789px;
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[9\.472px\] {
    padding-block: 9.472px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[22\.734px\] {
    padding-block: 22.734px;
  }

  .py-\[24px\] {
    padding-block: 24px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

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

  .pr-\[7\.578px\] {
    padding-right: 7.578px;
  }

  .pr-\[8px\] {
    padding-right: 8px;
  }

  .pr-\[10px\] {
    padding-right: 10px;
  }

  .pb-\[32px\] {
    padding-bottom: 32px;
  }

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

  .pl-\[8px\] {
    padding-left: 8px;
  }

  .pl-\[45\.468px\] {
    padding-left: 45.468px;
  }

  .pl-\[48px\] {
    padding-left: 48px;
  }

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

  .font-\[\'Poppins\:Bold\'\,sans-serif\] {
    font-family: Poppins\:Bold, sans-serif;
  }

  .font-\[\'Poppins\:Regular\'\,sans-serif\] {
    font-family: Poppins\:Regular, sans-serif;
  }

  .font-\[\'Poppins\:SemiBold\'\,sans-serif\] {
    font-family: Poppins\:SemiBold, sans-serif;
  }

  .font-\[\'Supreme\:Bold\'\,sans-serif\] {
    font-family: Supreme\:Bold, sans-serif;
  }

  .font-\[\'Supreme\:Italic\'\,sans-serif\] {
    font-family: Supreme\:Italic, sans-serif;
  }

  .font-\[\'Supreme\:Medium\'\,sans-serif\] {
    font-family: Supreme\:Medium, sans-serif;
  }

  .font-\[\'Supreme\:Regular\'\,sans-serif\] {
    font-family: Supreme\:Regular, sans-serif;
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[6\.852px\] {
    font-size: 6.852px;
  }

  .text-\[10\.807px\] {
    font-size: 10.807px;
  }

  .text-\[10\.963px\] {
    font-size: 10.963px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11\.37px\] {
    font-size: 11.37px;
  }

  .text-\[11\.367px\] {
    font-size: 11.367px;
  }

  .text-\[12\.609px\] {
    font-size: 12.609px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13\.261px\] {
    font-size: 13.261px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15\.156px\] {
    font-size: 15.156px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17\.05px\] {
    font-size: 17.05px;
  }

  .text-\[18\.945px\] {
    font-size: 18.945px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[28\.82px\] {
    font-size: 28.82px;
  }

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

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

  .leading-\[9\.593px\] {
    --tw-leading: 9.593px;
    line-height: 9.593px;
  }

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

  .leading-\[14\.41px\] {
    --tw-leading: 14.41px;
    line-height: 14.41px;
  }

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

  .leading-\[15\.156px\] {
    --tw-leading: 15.156px;
    line-height: 15.156px;
  }

  .leading-\[16\.444px\] {
    --tw-leading: 16.444px;
    line-height: 16.444px;
  }

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

  .leading-\[18\.945px\] {
    --tw-leading: 18.945px;
    line-height: 18.945px;
  }

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

  .leading-\[22\.734px\] {
    --tw-leading: 22.734px;
    line-height: 22.734px;
  }

  .leading-\[23\.704px\] {
    --tw-leading: 23.704px;
    line-height: 23.704px;
  }

  .leading-\[24\.628px\] {
    --tw-leading: 24.628px;
    line-height: 24.628px;
  }

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

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

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

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

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

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

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

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

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

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

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    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_4px_0px_rgba\(0\,0\,0\,0\.04\)\,0px_4px_8px_0px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0px 0px 4px 0px var(--tw-shadow-color, #0000000a), 0px 4px 8px 0px var(--tw-shadow-color, #0000000f);
    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_1\.894px_0px_0px_\#f4f4f7\] {
    --tw-shadow: 0px 1.894px 0px 0px var(--tw-shadow-color, #f4f4f7);
    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_2px_0px_0px_\#e8e9ee\] {
    --tw-shadow: 0px 2px 0px 0px var(--tw-shadow-color, #e8e9ee);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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, );
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }

  .\[\&_\[data-name\=\'Ad_feed_card\'\]\]\:cursor-pointer [data-name="Ad feed card"] {
    cursor: pointer;
  }

  .\[\&_\[data-name\=\'Nav_Item\'\]\]\:cursor-pointer [data-name="Nav Item"] {
    cursor: pointer;
  }

  .\[\&_\[data-name\=\'Navy_Grey_Business_Consulting_Logo_\(5\)_1\'\]\]\:cursor-pointer [data-name="Navy Grey Business Consulting Logo (5) 1"] {
    cursor: pointer;
  }

  .\[\&_\[data-name\=\'Row\'\]\]\:cursor-pointer [data-name="Row"] {
    cursor: pointer;
  }

  [class*="Supreme"] *, [class*="Supreme"] {
    font-family: Inter, sans-serif !important;
  }
}


:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

div[class*="Supreme:Regular"] *, div[class*="Supreme:Regular"], p[class*="Supreme:Regular"], span[class*="Supreme:Regular"] {
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
}

div[class*="Supreme:Medium"] *, div[class*="Supreme:Medium"], p[class*="Supreme:Medium"], span[class*="Supreme:Medium"] {
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
}

div[class*="Supreme:Bold"] *, div[class*="Supreme:Bold"], p[class*="Supreme:Bold"], span[class*="Supreme:Bold"] {
  font-family: Inter, sans-serif !important;
  font-weight: 700 !important;
}

div[class*="Supreme:ExtraBold"] *, div[class*="Supreme:ExtraBold"], p[class*="Supreme:ExtraBold"], span[class*="Supreme:ExtraBold"] {
  font-family: Inter, sans-serif !important;
  font-weight: 800 !important;
}

@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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

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

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

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

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

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