@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-outline-style: solid;
      --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-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-950: oklch(.13 .028 261.692);
    --color-neutral-100: oklch(.97 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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);
    }
  }

  * {
    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);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: var(--font-family-rubik);
    font-size: var(--text-h1);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-family: var(--font-family-rubik);
    font-size: var(--text-h2);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: var(--font-family-rubik);
    font-size: var(--text-h3);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-family: var(--font-family-inter);
    font-size: var(--text-h4);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: var(--font-family-inter);
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-family: var(--font-family-inter);
    font-size: var(--text-label);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-family: var(--font-family-inter);
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .invisible {
    visibility: hidden;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-4\.17\%_-2\.78\%\] {
    inset: -4.17% -2.78%;
  }

  .inset-\[3\.81\%_7\.51\%_64\.78\%_41\.84\%\] {
    inset: 3.81% 7.51% 64.78% 41.84%;
  }

  .inset-\[3\.81\%_8\.46\%_64\.78\%_40\.89\%\] {
    inset: 3.81% 8.46% 64.78% 40.89%;
  }

  .inset-\[3\.81\%_39\.85\%_64\.78\%_9\.52\%\] {
    inset: 3.81% 39.85% 64.78% 9.52%;
  }

  .inset-\[3\.81\%_40\.8\%_64\.78\%_8\.57\%\] {
    inset: 3.81% 40.8% 64.78% 8.57%;
  }

  .inset-\[4\%_75\.49\%_8\%_24\.51\%\] {
    inset: 4% 75.49% 8% 24.51%;
  }

  .inset-\[8\.333\%\] {
    inset: 8.333%;
  }

  .inset-\[10\.71\%_8\.93\%_8\.93\%_10\.71\%\] {
    inset: 10.71% 8.93% 8.93% 10.71%;
  }

  .inset-\[17\.73\%_15\.68\%_21\.73\%_32\.1\%\] {
    inset: 17.73% 15.68% 21.73% 32.1%;
  }

  .inset-\[17\.73\%_22\.9\%_21\.73\%_39\.32\%\] {
    inset: 17.73% 22.9% 21.73% 39.32%;
  }

  .inset-\[17\.73\%_32\.6\%_21\.73\%_49\.02\%\] {
    inset: 17.73% 32.6% 21.73% 49.02%;
  }

  .inset-\[28\%_78\.55\%_27\.33\%_12\.26\%\] {
    inset: 28% 78.55% 27.33% 12.26%;
  }

  .inset-\[28\.18\%_77\.75\%_27\.33\%_12\.26\%\] {
    inset: 28.18% 77.75% 27.33% 12.26%;
  }

  .inset-\[28\.57\%_17\.14\%_4\.76\%_16\.19\%\] {
    inset: 28.57% 17.14% 4.76% 16.19%;
  }

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

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

  .top-1\/4 {
    top: 25%;
  }

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

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

  .top-\[-1\.68\%\] {
    top: -1.68%;
  }

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

  .top-\[-2\.67\%\] {
    top: -2.67%;
  }

  .top-\[-2\.97\%\] {
    top: -2.97%;
  }

  .top-\[-5\.98\%\] {
    top: -5.98%;
  }

  .top-\[-6\.31\%\] {
    top: -6.31%;
  }

  .top-\[-11\.44\%\] {
    top: -11.44%;
  }

  .top-\[-13\.89\%\] {
    top: -13.89%;
  }

  .top-\[-58\.82\%\] {
    top: -58.82%;
  }

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

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

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

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

  .top-\[4\%\] {
    top: 4%;
  }

  .top-\[4\.56px\] {
    top: 4.56px;
  }

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

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

  .top-\[6\.61\%\] {
    top: 6.61%;
  }

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

  .top-\[10\.97px\] {
    top: 10.97px;
  }

  .top-\[14\.93px\] {
    top: 14.93px;
  }

  .top-\[19\.78px\] {
    top: 19.78px;
  }

  .top-\[40\%\] {
    top: 40%;
  }

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

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

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

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

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

  .top-\[244\.88px\] {
    top: 244.88px;
  }

  .top-\[255\.88px\] {
    top: 255.88px;
  }

  .top-\[310\.88px\] {
    top: 310.88px;
  }

  .top-\[321\.88px\] {
    top: 321.88px;
  }

  .top-\[434\.14px\] {
    top: 434.14px;
  }

  .top-\[445\.14px\] {
    top: 445.14px;
  }

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

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

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

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

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

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

  .top-\[calc\(var\(--navbar-height\,_56px\)_\+_64px\)\] {
    top: calc(var(--navbar-height, 56px)  + 64px);
  }

  .top-\[var\(--navbar-height\,_56px\)\] {
    top: var(--navbar-height, 56px);
  }

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

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

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

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

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

  .right-\[-7\.44\%\] {
    right: -7.44%;
  }

  .right-\[-7\.45\%\] {
    right: -7.45%;
  }

  .right-\[2\.3px\] {
    right: 2.3px;
  }

  .right-\[2\.16px\] {
    right: 2.16px;
  }

  .right-\[3\.15px\] {
    right: 3.15px;
  }

  .right-\[3\.16px\] {
    right: 3.16px;
  }

  .right-\[12\.5\%\] {
    right: 12.5%;
  }

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

  .right-full {
    right: 100%;
  }

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

  .bottom-1\/4 {
    bottom: 25%;
  }

  .bottom-\[-6\.31\%\] {
    bottom: -6.31%;
  }

  .bottom-\[4\%\] {
    bottom: 4%;
  }

  .bottom-full {
    bottom: 100%;
  }

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

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

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

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

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

  .left-\[-5\.74\%\] {
    left: -5.74%;
  }

  .left-\[-6\.59\%\] {
    left: -6.59%;
  }

  .left-\[-20\.39\%\] {
    left: -20.39%;
  }

  .left-\[-36\.91\%\] {
    left: -36.91%;
  }

  .left-\[-103\.26\%\] {
    left: -103.26%;
  }

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

  .left-\[0\.17\%\] {
    left: .17%;
  }

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

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

  .left-\[3\.5px\] {
    left: 3.5px;
  }

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

  .left-\[8\.38px\] {
    left: 8.38px;
  }

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

  .left-\[10\.97px\] {
    left: 10.97px;
  }

  .left-\[12\.5\%\] {
    left: 12.5%;
  }

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

  .left-\[50\%\] {
    left: 50%;
  }

  .left-\[69\.5px\] {
    left: 69.5px;
  }

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

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

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

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

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

  .left-\[calc\(50\%\+59\.497px\)\] {
    left: calc(50% + 59.497px);
  }

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

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

  .left-\[calc\(50\%-1\.029px\)\] {
    left: calc(50% - 1.029px);
  }

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

  .left-\[calc\(50\%-160\.61px\)\] {
    left: calc(50% - 160.61px);
  }

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

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

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

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

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

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

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

  .my-auto {
    margin-block: auto;
  }

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

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

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

  .mt-\[4\.491px\] {
    margin-top: 4.491px;
  }

  .mt-\[4\.492px\] {
    margin-top: 4.492px;
  }

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

  .mt-px {
    margin-top: 1px;
  }

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

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

  .ml-\[3\.125px\] {
    margin-left: 3.125px;
  }

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

  .table {
    display: table;
  }

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

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

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

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

  .size-\[7\.563px\] {
    width: 7.563px;
    height: 7.563px;
  }

  .size-\[7\.566px\] {
    width: 7.566px;
    height: 7.566px;
  }

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

  .size-\[9\.752px\] {
    width: 9.752px;
    height: 9.752px;
  }

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

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

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

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

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

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

  .size-\[26\.368px\] {
    width: 26.368px;
    height: 26.368px;
  }

  .size-\[27\.313px\] {
    width: 27.313px;
    height: 27.313px;
  }

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

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

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

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

  .size-\[54\.625px\] {
    width: 54.625px;
    height: 54.625px;
  }

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

  .size-\[79\.662px\] {
    width: 79.662px;
    height: 79.662px;
  }

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

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

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

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

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

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

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

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

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

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

  .h-\[8\.272px\] {
    height: 8.272px;
  }

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

  .h-\[10\.638px\] {
    height: 10.638px;
  }

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

  .h-\[11\.383px\] {
    height: 11.383px;
  }

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

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

  .h-\[13\.938px\] {
    height: 13.938px;
  }

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

  .h-\[14\.695px\] {
    height: 14.695px;
  }

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

  .h-\[16\.009px\] {
    height: 16.009px;
  }

  .h-\[16\.681px\] {
    height: 16.681px;
  }

  .h-\[17\.283px\] {
    height: 17.283px;
  }

  .h-\[18\.785px\] {
    height: 18.785px;
  }

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

  .h-\[24\.171px\] {
    height: 24.171px;
  }

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

  .h-\[43\.947px\] {
    height: 43.947px;
  }

  .h-\[51\.7px\] {
    height: 51.7px;
  }

  .h-\[51\.724px\] {
    height: 51.724px;
  }

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

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

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

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

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

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

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

  .h-\[98\.6\%\] {
    height: 98.6%;
  }

  .h-\[100\.23\%\] {
    height: 100.23%;
  }

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

  .h-\[104\.3\%\] {
    height: 104.3%;
  }

  .h-\[104\.31\%\] {
    height: 104.31%;
  }

  .h-\[112\.92\%\] {
    height: 112.92%;
  }

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

  .h-\[125\.34\%\] {
    height: 125.34%;
  }

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

  .h-\[137\.53\%\] {
    height: 137.53%;
  }

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

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

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

  .h-\[162\.39\%\] {
    height: 162.39%;
  }

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

  .h-\[194\.01\%\] {
    height: 194.01%;
  }

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

  .h-\[232\.632px\] {
    height: 232.632px;
  }

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

  .h-\[362\.125px\] {
    height: 362.125px;
  }

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

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

  .h-\[782\.97px\] {
    height: 782.97px;
  }

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

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

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*1\)\+\(var\(--transform-inner-height\)\*0\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * 1)  + (var(--transform-inner-height) * 0)));
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

  .w-\[9\.375px\] {
    width: 9.375px;
  }

  .w-\[9\.749px\] {
    width: 9.749px;
  }

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

  .w-\[14\.583px\] {
    width: 14.583px;
  }

  .w-\[17\.708px\] {
    width: 17.708px;
  }

  .w-\[17\.944px\] {
    width: 17.944px;
  }

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

  .w-\[20\.485px\] {
    width: 20.485px;
  }

  .w-\[23\.103px\] {
    width: 23.103px;
  }

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

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

  .w-\[32\.96px\] {
    width: 32.96px;
  }

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

  .w-\[36\.036px\] {
    width: 36.036px;
  }

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

  .w-\[52\.736px\] {
    width: 52.736px;
  }

  .w-\[58\.229px\] {
    width: 58.229px;
  }

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

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

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

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

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

  .w-\[100\.03\%\] {
    width: 100.03%;
  }

  .w-\[101\.31\%\] {
    width: 101.31%;
  }

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

  .w-\[121\.33\%\] {
    width: 121.33%;
  }

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

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

  .w-\[188\.34\%\] {
    width: 188.34%;
  }

  .w-\[195\.06\%\] {
    width: 195.06%;
  }

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

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

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

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

  .w-\[284\.48\%\] {
    width: 284.48%;
  }

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

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

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

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

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

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

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

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

  .w-\[508\.474px\] {
    width: 508.474px;
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*1\)\+\(var\(--transform-inner-width\)\*0\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * 1)  + (var(--transform-inner-width) * 0)));
  }

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .border-collapse {
    border-collapse: collapse;
  }

  .origin-\(--radix-popover-content-transform-origin\) {
    transform-origin: var(--radix-popover-content-transform-origin);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }

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

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

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

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

  .cursor-grab {
    cursor: grab;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

  .grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .grid-rows-\[repeat\(4\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[11\.38px\] {
    gap: 11.38px;
  }

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

  .gap-\[54\.625px\] {
    gap: 54.625px;
  }

  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .overflow-x-hidden {
    overflow-x: hidden;
  }

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

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

  .rounded-\[3\.18px\] {
    border-radius: 3.18px;
  }

  .rounded-\[6\.592px\] {
    border-radius: 6.592px;
  }

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

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

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

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

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

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

  .rounded-\[32\.96px\] {
    border-radius: 32.96px;
  }

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

  .rounded-\[113\.803px\] {
    border-radius: 113.803px;
  }

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

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

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

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

  .rounded-l-\[8px\] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(0\,0\,0\,0\.06\)\] {
    border-color: #0000000f;
  }

  .border-\[rgba\(0\,0\,0\,0\.08\)\] {
    border-color: #00000014;
  }

  .border-gray-950 {
    border-color: var(--color-gray-950);
  }

  .border-transparent {
    border-color: #0000;
  }

  .\!bg-primary {
    background-color: var(--primary) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(0\,0\,0\,0\.08\)\] {
    background-color: #00000014;
  }

  .bg-\[rgba\(34\,36\,43\,0\.4\)\] {
    background-color: #22242b66;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-\[2\.197px\] {
    padding: 2.197px;
  }

  .p-\[3\.296px\] {
    padding: 3.296px;
  }

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

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

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

  .p-\[9\.104px\] {
    padding: 9.104px;
  }

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

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

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

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

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

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

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

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

  .px-\[3\.296px\] {
    padding-inline: 3.296px;
  }

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

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

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

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

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

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

  .px-\[165\.014px\] {
    padding-inline: 165.014px;
  }

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

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

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

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

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

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

  .py-\[7\.691px\] {
    padding-block: 7.691px;
  }

  .py-\[8\.789px\] {
    padding-block: 8.789px;
  }

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

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

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

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

  .py-\[26\.175px\] {
    padding-block: 26.175px;
  }

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

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

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

  .pt-\[8\.789px\] {
    padding-top: 8.789px;
  }

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

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

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

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

  .pr-\[7\.691px\] {
    padding-right: 7.691px;
  }

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

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

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

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

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

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

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

  .pb-\[5\.493px\] {
    padding-bottom: 5.493px;
  }

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

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

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

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

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

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

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

  .pl-\[13\.184px\] {
    padding-left: 13.184px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

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

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

  .text-\[5\.515px\] {
    font-size: 5.515px;
  }

  .text-\[5\.517px\] {
    font-size: 5.517px;
  }

  .text-\[8\.272px\] {
    font-size: 8.272px;
  }

  .text-\[8\.276px\] {
    font-size: 8.276px;
  }

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

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

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

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

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

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

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

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

  .text-\[25\.269px\] {
    font-size: 25.269px;
  }

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

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

  .leading-\[8\.272px\] {
    --tw-leading: 8.272px;
    line-height: 8.272px;
  }

  .leading-\[8\.276px\] {
    --tw-leading: 8.276px;
    line-height: 8.276px;
  }

  .leading-\[11\.029px\] {
    --tw-leading: 11.029px;
    line-height: 11.029px;
  }

  .leading-\[11\.034px\] {
    --tw-leading: 11.034px;
    line-height: 11.034px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\!text-primary-foreground {
    color: var(--primary-foreground) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-accent-foreground {
    color: var(--accent-foreground);
  }

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

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

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-popover-foreground {
    color: var(--popover-foreground);
  }

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

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

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

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

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

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

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .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_1\.099px_0px_0px_rgba\(0\,0\,0\,0\.27\)\] {
    --tw-shadow: 0px 1.099px 0px 0px var(--tw-shadow-color, #00000045);
    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\.099px_2\.197px_0px_rgba\(0\,0\,0\,0\.27\)\] {
    --tw-shadow: 0px 1.099px 2.197px 0px var(--tw-shadow-color, #00000045);
    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_1px_3px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_4px_0px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0px 1px 4px 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_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px 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_8px_16px_-6px_rgba\(34\,36\,43\,0\.2\)\] {
    --tw-shadow: 0px 8px 16px -6px var(--tw-shadow-color, #22242b33);
    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_8px_24px_0px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0px 8px 24px 0px var(--tw-shadow-color, #0000001f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

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

  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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, );
  }

  .backdrop-blur-\[6px\] {
    --tw-backdrop-blur: blur(6px);
    -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, );
  }

  .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;
    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-opacity {
    transition-property: opacity;
    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: .3s;
    transition-duration: .3s;
  }

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

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

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[-ms-overflow-style\:none\] {
    -ms-overflow-style: none;
  }

  .\[-webkit-overflow-scrolling\:touch\] {
    -webkit-overflow-scrolling: touch;
  }

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

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

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

  .\[grid-area\:2_\/_2\] {
    grid-area: 2 / 2;
  }

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

  .\[grid-area\:3_\/_2\] {
    grid-area: 3 / 2;
  }

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

  .\[grid-area\:4_\/_2\] {
    grid-area: 4 / 2;
  }

  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

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

  .placeholder\:text-\[\#6e737a\]::placeholder {
    color: #6e737a;
  }

  .placeholder\:text-\[\#41474d\]::placeholder {
    color: #41474d;
  }

  .focus-within\:relative:focus-within {
    position: relative;
  }

  .focus-within\:z-20:focus-within {
    z-index: 20;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:\!bg-primary:hover {
      background-color: var(--primary) !important;
    }
  }

  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:\!text-primary-foreground:hover {
      color: var(--primary-foreground) !important;
    }
  }

  @media (hover: hover) {
    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus\:\!bg-primary:focus {
    background-color: var(--primary) !important;
  }

  .focus\:\!text-primary-foreground:focus {
    color: var(--primary-foreground) !important;
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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\:ring-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

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

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-\[\>svg\]\:px-2\.5:has( > svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .has-\[\>svg\]\:px-3:has( > svg) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .has-\[\>svg\]\:px-4:has( > svg) {
    padding-inline: calc(var(--spacing) * 4);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .aria-selected\:bg-accent[aria-selected="true"] {
    background-color: var(--accent);
  }

  .aria-selected\:bg-primary[aria-selected="true"] {
    background-color: var(--primary);
  }

  .aria-selected\:text-accent-foreground[aria-selected="true"] {
    color: var(--accent-foreground);
  }

  .aria-selected\:text-muted-foreground[aria-selected="true"] {
    color: var(--muted-foreground);
  }

  .aria-selected\:text-primary-foreground[aria-selected="true"] {
    color: var(--primary-foreground);
  }

  .aria-selected\:opacity-100[aria-selected="true"] {
    opacity: 1;
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: calc(2 * var(--spacing));
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: calc(2 * var(--spacing));
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  .dark\:border-input:is(.dark *) {
    border-color: var(--input);
  }

  .dark\:bg-destructive\/60:is(.dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/60:is(.dark *) {
      background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-input\/30:is(.dark *) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-accent\/50:is(.dark *):hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-accent\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--accent) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-input\/50:is(.dark *):hover {
      background-color: var(--input);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-input\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--input) 50%, transparent);
      }
    }
  }

  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }

  .\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has( > .day-range-end) {
    border-top-right-radius: calc(var(--radius)  - 2px);
    border-bottom-right-radius: calc(var(--radius)  - 2px);
  }

  .\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has( > .day-range-start) {
    border-top-left-radius: calc(var(--radius)  - 2px);
    border-bottom-left-radius: calc(var(--radius)  - 2px);
  }

  .\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]) {
    border-radius: calc(var(--radius)  - 2px);
  }

  .\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]) {
    background-color: var(--accent);
  }

  .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:first-child:has([aria-selected]) {
    border-top-left-radius: calc(var(--radius)  - 2px);
    border-bottom-left-radius: calc(var(--radius)  - 2px);
  }

  .last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:last-child:has([aria-selected]) {
    border-top-right-radius: calc(var(--radius)  - 2px);
    border-bottom-right-radius: calc(var(--radius)  - 2px);
  }

  .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
    border-top-right-radius: calc(var(--radius)  - 2px);
    border-bottom-right-radius: calc(var(--radius)  - 2px);
  }

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

  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
}




:root {
  --font-size: 16px;
  --text-h1: 57px;
  --text-h2: 32px;
  --text-h3: 28px;
  --text-h4: 20px;
  --text-base: 16px;
  --text-label: 12px;
  --text-label-medium: 12px;
  --font-family-rubik: "Rubik", sans-serif;
  --font-family-inter: "Inter", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --background: #f7fbf8;
  --foreground: #1a1c1e;
  --card: #fff;
  --card-foreground: #22242b;
  --popover: #fff;
  --popover-foreground: #22242b;
  --primary: #2a892f;
  --primary-foreground: #fff;
  --secondary: #464950;
  --secondary-foreground: #fff;
  --muted: #868b97;
  --muted-foreground: #fff;
  --accent: #2a892f;
  --accent-foreground: #fff;
  --destructive: #d43d1b;
  --destructive-foreground: #fff;
  --border: #e6e6e6;
  --input: #fff;
  --input-background: #fff;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: #2a892f;
  --elevation-sm: 0px 12px 12px 0px #00000026;
  --chart-1: #2a892f;
  --chart-2: #8cc53c;
  --chart-3: #5b9459;
  --chart-4: #b2cd1c;
  --chart-5: #009fe3;
  --radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  --radius-input: 40px;
  --sidebar: #fff;
  --sidebar-foreground: #1a1c1e;
  --sidebar-primary: #2a892f;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #2a892f;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #e6e6e6;
  --sidebar-ring: #2a892f;
}

.dark {
  --background: #1a1c1e;
  --foreground: #f7fbf8;
  --card: #22242b;
  --card-foreground: #f7fbf8;
  --popover: #22242b;
  --popover-foreground: #f7fbf8;
  --primary: #2a892f;
  --primary-foreground: #fff;
  --secondary: #464950;
  --secondary-foreground: #fff;
  --muted: #464950;
  --muted-foreground: #c8c8c8;
  --accent: #2a892f;
  --accent-foreground: #fff;
  --destructive: #d43d1b;
  --destructive-foreground: #fff;
  --border: #464950;
  --input: #464950;
  --ring: #2a892f;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: #2a892f;
  --chart-2: #8cc53c;
  --chart-3: #5b9459;
  --chart-4: #b2cd1c;
  --chart-5: #009fe3;
  --sidebar: #22242b;
  --sidebar-foreground: #f7fbf8;
  --sidebar-primary: #2a892f;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #2a892f;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #464950;
  --sidebar-ring: #2a892f;
}

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

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-x-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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-ease {
  syntax: "*";
  inherits: false
}

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

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

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

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
