@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;700&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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: 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-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-sm: .875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-xs: .125rem;
    --ease-out: cubic-bezier(0, 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);
    --radius-button: var(--radius-button);
    --radius-card: var(--radius-card);
  }
}

@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: var(--font-family-primary);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: var(--font-family-primary);
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-family: var(--font-family-primary);
    font-size: var(--text-xl);
    font-weight: var(--font-weight-bold);
    line-height: 1.3;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: var(--font-family-primary);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-bold);
    line-height: 1.4;
  }

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: var(--font-family-primary);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    line-height: 1.6;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-family: var(--font-family-primary);
    font-size: var(--text-xs);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.4;
  }

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

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

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

  .inset-\[-1px_0_0_0\] {
    inset: -1px 0 0;
  }

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

  .inset-\[-11\.06\%_0\.35\%_49\.24\%_-0\.35\%\] {
    inset: -11.06% .35% 49.24% -.35%;
  }

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

  .inset-\[-22\.02\%_-45\.31\%_-61\.59\%_-45\.54\%\] {
    inset: -22.02% -45.31% -61.59% -45.54%;
  }

  .inset-\[-27\.29\%_-45\.94\%_-60\.63\%_-45\.94\%\] {
    inset: -27.29% -45.94% -60.63%;
  }

  .inset-\[-28\.19\%_-44\.72\%_-61\.25\%_-44\.72\%\] {
    inset: -28.19% -44.72% -61.25%;
  }

  .inset-\[-28\.19\%_-45\.62\%_-61\.25\%_-43\.82\%\] {
    inset: -28.19% -45.62% -61.25% -43.82%;
  }

  .inset-\[-35\.16\%_-52\.75\%_-70\.33\%_-52\.75\%\] {
    inset: -35.16% -52.75% -70.33%;
  }

  .inset-\[0\.25\%_0_0_0\] {
    inset: .25% 0 0;
  }

  .inset-\[0_-0\.01\%_0_0\] {
    inset: 0 -.01% 0 0;
  }

  .inset-\[0_0_-29\.69\%_0\] {
    inset: 0 0 -29.69%;
  }

  .inset-\[0_0_-35\.71\%_0\] {
    inset: 0 0 -35.71%;
  }

  .inset-\[0_0_0\.08\%_0\.06\%\] {
    inset: 0 0 .08% .06%;
  }

  .inset-\[0_0_75\.12\%_0\.06\%\] {
    inset: 0 0 75.12% .06%;
  }

  .inset-\[0_2\.44\%_0_0\] {
    inset: 0 2.44% 0 0;
  }

  .inset-\[0_31\.02\%_-0\.01\%_0\] {
    inset: 0 31.02% -.01% 0;
  }

  .inset-\[2\.05\%_2\.12\%_3\.16\%_3\.08\%\] {
    inset: 2.05% 2.12% 3.16% 3.08%;
  }

  .inset-\[2\.05\%_2\.37\%_3\.16\%_2\.83\%\] {
    inset: 2.05% 2.37% 3.16% 2.83%;
  }

  .inset-\[6\.25\%\] {
    inset: 6.25%;
  }

  .inset-\[8\.33\%_2\.08\%_8\.33\%_2\.05\%\] {
    inset: 8.33% 2.08% 8.33% 2.05%;
  }

  .inset-\[8\.33\%_35\.42\%_70\.52\%_43\.75\%\] {
    inset: 8.33% 35.42% 70.52% 43.75%;
  }

  .inset-\[10\%_14\.74\%_49\.63\%_14\.6\%\] {
    inset: 10% 14.74% 49.63% 14.6%;
  }

  .inset-\[10\.61\%_10\.67\%_11\.7\%_11\.64\%\] {
    inset: 10.61% 10.67% 11.7% 11.64%;
  }

  .inset-\[10\.61\%_10\.93\%_11\.7\%_11\.39\%\] {
    inset: 10.61% 10.93% 11.7% 11.39%;
  }

  .inset-\[10\.64\%_10\.73\%_49\.2\%_11\.7\%\] {
    inset: 10.64% 10.73% 49.2% 11.7%;
  }

  .inset-\[10\.64\%_10\.99\%_49\.2\%_11\.45\%\] {
    inset: 10.64% 10.99% 49.2% 11.45%;
  }

  .inset-\[10\.94\%_25\.98\%_72\.85\%_57\.81\%\] {
    inset: 10.94% 25.98% 72.85% 57.81%;
  }

  .inset-\[10\.94\%_83\.35\%_80\.23\%_7\.81\%\] {
    inset: 10.94% 83.35% 80.23% 7.81%;
  }

  .inset-\[11\.41\%_8\.11\%_13\.3\%_7\.74\%\] {
    inset: 11.41% 8.11% 13.3% 7.74%;
  }

  .inset-\[11\.73\%_17\.39\%_61\.88\%_55\.63\%\] {
    inset: 11.73% 17.39% 61.88% 55.63%;
  }

  .inset-\[11\.73\%_55\.51\%_61\.88\%_18\.1\%\] {
    inset: 11.73% 55.51% 61.88% 18.1%;
  }

  .inset-\[12\.48\%_81\.25\%_79\.17\%_2\.05\%\] {
    inset: 12.48% 81.25% 79.17% 2.05%;
  }

  .inset-\[12\.48\%_81\.25\%_83\.33\%_4\.17\%\] {
    inset: 12.48% 81.25% 83.33% 4.17%;
  }

  .inset-\[12\.54\%_8\.74\%_21\.3\%_8\.84\%\] {
    inset: 12.54% 8.74% 21.3% 8.84%;
  }

  .inset-\[12\.54\%_40\.53\%_66\.58\%_41\.4\%\] {
    inset: 12.54% 40.53% 66.58% 41.4%;
  }

  .inset-\[13\.85\%_29\.66\%_66\.64\%_30\.37\%\] {
    inset: 13.85% 29.66% 66.64% 30.37%;
  }

  .inset-\[14\.58\%_6\.25\%_18\.68\%_16\.67\%\] {
    inset: 14.58% 6.25% 18.68% 16.67%;
  }

  .inset-\[14\.81\%_14\.86\%_15\.87\%_15\.82\%\] {
    inset: 14.81% 14.86% 15.87% 15.82%;
  }

  .inset-\[14\.81\%_15\.11\%_15\.87\%_15\.57\%\] {
    inset: 14.81% 15.11% 15.87% 15.57%;
  }

  .inset-\[15\.47\%_0_5\.39\%_25\.52\%\] {
    inset: 15.47% 0 5.39% 25.52%;
  }

  .inset-\[16\.52\%_10\%_16\.48\%_9\.06\%\] {
    inset: 16.52% 10% 16.48% 9.06%;
  }

  .inset-\[16\.67\%_18\.75\%_69\.67\%_64\.58\%\] {
    inset: 16.67% 18.75% 69.67% 64.58%;
  }

  .inset-\[16\.67\%_18\.75\%_73\.81\%_68\.81\%\] {
    inset: 16.67% 18.75% 73.81% 68.81%;
  }

  .inset-\[17\.14\%_8\.76\%_22\.6\%_6\.93\%\] {
    inset: 17.14% 8.76% 22.6% 6.93%;
  }

  .inset-\[17\.14\%_33\.5\%_39\.06\%_6\.93\%\] {
    inset: 17.14% 33.5% 39.06% 6.93%;
  }

  .inset-\[17\.33\%_17\.52\%_49\.54\%_18\.46\%\] {
    inset: 17.33% 17.52% 49.54% 18.46%;
  }

  .inset-\[17\.33\%_17\.77\%_49\.54\%_18\.2\%\] {
    inset: 17.33% 17.77% 49.54% 18.2%;
  }

  .inset-\[17\.75\%_47\.07\%_77\.02\%_47\.7\%\] {
    inset: 17.75% 47.07% 77.02% 47.7%;
  }

  .inset-\[18\.75\%_10\%_16\.88\%_10\%\] {
    inset: 18.75% 10% 16.88%;
  }

  .inset-\[20\.31\%_7\.81\%_20\.31\%_4\.69\%\] {
    inset: 20.31% 7.81% 20.31% 4.69%;
  }

  .inset-\[20\.57\%_6\.87\%_23\.29\%_6\.73\%\] {
    inset: 20.57% 6.87% 23.29% 6.73%;
  }

  .inset-\[25\.17\%_8\.72\%_25\.17\%_8\.84\%\] {
    inset: 25.17% 8.72% 25.17% 8.84%;
  }

  .inset-\[27\.54\%_2\.08\%_33\.33\%_28\.44\%\] {
    inset: 27.54% 2.08% 33.33% 28.44%;
  }

  .inset-\[27\.79\%_2\.08\%_37\.5\%_33\.17\%\] {
    inset: 27.79% 2.08% 37.5% 33.17%;
  }

  .inset-\[28\.11\%_54\.44\%_51\.11\%_25\.64\%\] {
    inset: 28.11% 54.44% 51.11% 25.64%;
  }

  .inset-\[29\.05\%_8\.74\%_21\.3\%_8\.84\%\] {
    inset: 29.05% 8.74% 21.3% 8.84%;
  }

  .inset-\[29\.05\%_8\.74\%_62\.78\%_8\.84\%\] {
    inset: 29.05% 8.74% 62.78% 8.84%;
  }

  .inset-\[29\.05\%_37\.99\%_64\.16\%_43\.94\%\] {
    inset: 29.05% 37.99% 64.16% 43.94%;
  }

  .inset-\[30\.9\%_17\.56\%_61\.8\%_55\.74\%\] {
    inset: 30.9% 17.56% 61.8% 55.74%;
  }

  .inset-\[30\.9\%_55\.4\%_61\.8\%_17\.9\%\] {
    inset: 30.9% 55.4% 61.8% 17.9%;
  }

  .inset-\[33\%_28\.83\%_47\.93\%_55\.3\%\] {
    inset: 33% 28.83% 47.93% 55.3%;
  }

  .inset-\[33\%_29\.1\%_47\.93\%_55\.04\%\] {
    inset: 33% 29.1% 47.93% 55.04%;
  }

  .inset-\[33\%_45\.57\%_47\.93\%_38\.57\%\] {
    inset: 33% 45.57% 47.93% 38.57%;
  }

  .inset-\[33\%_45\.82\%_47\.93\%_38\.31\%\] {
    inset: 33% 45.82% 47.93% 38.31%;
  }

  .inset-\[33\.4\%_64\.59\%_62\.27\%_28\.33\%\] {
    inset: 33.4% 64.59% 62.27% 28.33%;
  }

  .inset-\[33\.4\%_64\.86\%_62\.27\%_28\.06\%\] {
    inset: 33.4% 64.86% 62.27% 28.06%;
  }

  .inset-\[33\.6\%_8\.76\%_22\.6\%_31\.67\%\] {
    inset: 33.6% 8.76% 22.6% 31.67%;
  }

  .inset-\[33\.6\%_29\.74\%_37\.27\%_31\.67\%\] {
    inset: 33.6% 29.74% 37.27% 31.67%;
  }

  .inset-\[35\.95\%_28\.52\%_43\.02\%_29\.95\%\] {
    inset: 35.95% 28.52% 43.02% 29.95%;
  }

  .inset-\[35\.96\%_27\.98\%_43\.02\%_29\.8\%\] {
    inset: 35.96% 27.98% 43.02% 29.8%;
  }

  .inset-\[37\.03\%_16\.16\%_22\.26\%_16\.15\%\] {
    inset: 37.03% 16.16% 22.26% 16.15%;
  }

  .inset-\[37\.5\%_35\.42\%_41\.67\%_60\.42\%\] {
    inset: 37.5% 35.42% 41.67% 60.42%;
  }

  .inset-\[37\.49\%_20\.82\%_41\.65\%_72\.9\%\] {
    inset: 37.49% 20.82% 41.65% 72.9%;
  }

  .inset-\[37\.49\%_47\.9\%_41\.65\%_45\.82\%\] {
    inset: 37.49% 47.9% 41.65% 45.82%;
  }

  .inset-\[39\.02\%_15\.69\%_46\.88\%_15\.66\%\] {
    inset: 39.02% 15.69% 46.88% 15.66%;
  }

  .inset-\[39\.6\%_13\.35\%_37\.26\%_16\.12\%\] {
    inset: 39.6% 13.35% 37.26% 16.12%;
  }

  .inset-\[39\.68\%_13\.36\%_38\.98\%_12\.5\%\] {
    inset: 39.68% 13.36% 38.98% 12.5%;
  }

  .inset-\[40\.13\%_45\.36\%_41\.19\%_40\.58\%\] {
    inset: 40.13% 45.36% 41.19% 40.58%;
  }

  .inset-\[40\.47\%_27\.98\%_40\.46\%_56\.14\%\] {
    inset: 40.47% 27.98% 40.46% 56.14%;
  }

  .inset-\[40\.65\%_45\.47\%_40\.66\%_40\.33\%\] {
    inset: 40.65% 45.47% 40.66% 40.33%;
  }

  .inset-\[40\.72\%_28\.41\%_40\.59\%_57\.39\%\] {
    inset: 40.72% 28.41% 40.59% 57.39%;
  }

  .inset-\[40\.73\%_62\.96\%_40\.95\%_29\.95\%\] {
    inset: 40.73% 62.96% 40.95% 29.95%;
  }

  .inset-\[40\.84\%_63\.12\%_40\.84\%_29\.8\%\] {
    inset: 40.84% 63.12% 40.84% 29.8%;
  }

  .inset-\[42\.06\%_55\.39\%_26\.93\%_15\.09\%\] {
    inset: 42.06% 55.39% 26.93% 15.09%;
  }

  .inset-\[45\.68\%_26\.42\%_34\.75\%_54\.65\%\] {
    inset: 45.68% 26.42% 34.75% 54.65%;
  }

  .inset-\[45\.75\%_15\.63\%_25\.51\%_53\.87\%\] {
    inset: 45.75% 15.63% 25.51% 53.87%;
  }

  .inset-\[47\.51\%_55\.51\%_25\.51\%_18\.1\%\] {
    inset: 47.51% 55.51% 25.51% 18.1%;
  }

  .inset-\[47\.68\%_15\.44\%_48\.32\%_51\.32\%\] {
    inset: 47.68% 15.44% 48.32% 51.32%;
  }

  .inset-\[48\.5\%_64\.83\%_40\.87\%_24\.54\%\] {
    inset: 48.5% 64.83% 40.87% 24.54%;
  }

  .inset-\[50\.47\%_14\.75\%_13\.46\%_15\.54\%\] {
    inset: 50.47% 14.75% 13.46% 15.54%;
  }

  .inset-\[50\.47\%_15\.01\%_13\.46\%_15\.28\%\] {
    inset: 50.47% 15.01% 13.46% 15.28%;
  }

  .inset-\[51\.6\%_21\.96\%_34\.65\%_20\.71\%\] {
    inset: 51.6% 21.96% 34.65% 20.71%;
  }

  .inset-\[53\.1\%_16\.56\%_27\.57\%_15\.61\%\] {
    inset: 53.1% 16.56% 27.57% 15.61%;
  }

  .inset-\[54\.78\%_37\.86\%_30\.76\%_38\.05\%\] {
    inset: 54.78% 37.86% 30.76% 38.05%;
  }

  .inset-\[54\.78\%_38\.11\%_30\.76\%_37\.8\%\] {
    inset: 54.78% 38.11% 30.76% 37.8%;
  }

  .inset-\[55\%_16\.86\%_24\.54\%_17\.25\%\] {
    inset: 55% 16.86% 24.54% 17.25%;
  }

  .inset-\[55\.46\%_15\.44\%_40\.54\%_51\.32\%\] {
    inset: 55.46% 15.44% 40.54% 51.32%;
  }

  .inset-\[55\.61\%_16\.02\%_25\.51\%_54\.01\%\] {
    inset: 55.61% 16.02% 25.51% 54.01%;
  }

  .inset-\[55\.77\%_9\.62\%_32\.69\%_78\.85\%\] {
    inset: 55.77% 9.62% 32.69% 78.85%;
  }

  .inset-\[55\.77\%_26\.92\%_32\.69\%_61\.54\%\] {
    inset: 55.77% 26.92% 32.69% 61.54%;
  }

  .inset-\[55\.77\%_44\.23\%_32\.69\%_44\.23\%\] {
    inset: 55.77% 44.23% 32.69%;
  }

  .inset-\[55\.77\%_61\.54\%_32\.69\%_26\.92\%\] {
    inset: 55.77% 61.54% 32.69% 26.92%;
  }

  .inset-\[55\.77\%_78\.85\%_32\.69\%_9\.62\%\] {
    inset: 55.77% 78.85% 32.69% 9.62%;
  }

  .inset-\[56\.89\%_16\.04\%_18\.61\%_17\.23\%\] {
    inset: 56.89% 16.04% 18.61% 17.23%;
  }

  .inset-\[58\.41\%_39\.18\%_37\.71\%_53\.16\%\] {
    inset: 58.41% 39.18% 37.71% 53.16%;
  }

  .inset-\[58\.41\%_39\.43\%_37\.71\%_52\.9\%\] {
    inset: 58.41% 39.43% 37.71% 52.9%;
  }

  .inset-\[58\.46\%_45\.94\%_33\.11\%_45\.9\%\] {
    inset: 58.46% 45.94% 33.11% 45.9%;
  }

  .inset-\[58\.46\%_46\.19\%_33\.11\%_45\.65\%\] {
    inset: 58.46% 46.19% 33.11% 45.65%;
  }

  .inset-\[58\.47\%_54\.22\%_33\.71\%_38\.77\%\] {
    inset: 58.47% 54.22% 33.71% 38.77%;
  }

  .inset-\[58\.47\%_54\.48\%_33\.71\%_38\.51\%\] {
    inset: 58.47% 54.48% 33.71% 38.51%;
  }

  .inset-\[61\.29\%_60\.17\%_33\.53\%_19\.87\%\] {
    inset: 61.29% 60.17% 33.53% 19.87%;
  }

  .inset-\[62\.28\%_38\.78\%_29\.29\%_39\.17\%\] {
    inset: 62.28% 38.78% 29.29% 39.17%;
  }

  .inset-\[62\.28\%_39\.04\%_29\.29\%_38\.92\%\] {
    inset: 62.28% 39.04% 29.29% 38.92%;
  }

  .inset-\[63\.36\%_38\.78\%_28\.2\%_53\.55\%\] {
    inset: 63.36% 38.78% 28.2% 53.55%;
  }

  .inset-\[63\.36\%_39\.04\%_28\.2\%_53\.3\%\] {
    inset: 63.36% 39.04% 28.2% 53.3%;
  }

  .inset-\[63\.44\%_29\.5\%_32\.56\%_51\.32\%\] {
    inset: 63.44% 29.5% 32.56% 51.32%;
  }

  .inset-\[64\.11\%_53\.82\%_28\.02\%_39\.17\%\] {
    inset: 64.11% 53.82% 28.02% 39.17%;
  }

  .inset-\[64\.11\%_54\.07\%_28\.02\%_38\.92\%\] {
    inset: 64.11% 54.07% 28.02% 38.92%;
  }

  .inset-\[64\.58\%_8\.33\%_31\.25\%_33\.33\%\] {
    inset: 64.58% 8.33% 31.25% 33.33%;
  }

  .inset-\[64\.78\%_45\.53\%_28\.08\%_46\.33\%\] {
    inset: 64.78% 45.53% 28.08% 46.33%;
  }

  .inset-\[64\.78\%_45\.78\%_28\.08\%_46\.06\%\] {
    inset: 64.78% 45.78% 28.08% 46.06%;
  }

  .inset-\[66\.96\%_55\.4\%_25\.74\%_17\.9\%\] {
    inset: 66.96% 55.4% 25.74% 17.9%;
  }

  .inset-\[73\.08\%_44\.23\%_15\.38\%_44\.23\%\] {
    inset: 73.08% 44.23% 15.38%;
  }

  .inset-\[73\.08\%_61\.54\%_15\.38\%_26\.92\%\] {
    inset: 73.08% 61.54% 15.38% 26.92%;
  }

  .inset-\[73\.08\%_78\.85\%_15\.38\%_9\.62\%\] {
    inset: 73.08% 78.85% 15.38% 9.62%;
  }

  .inset-\[78\.13\%_80\.71\%_10\.39\%_7\.81\%\] {
    inset: 78.13% 80.71% 10.39% 7.81%;
  }

  .inset-\[79\.17\%_10\.42\%_8\.33\%_77\.08\%\] {
    inset: 79.17% 10.42% 8.33% 77.08%;
  }

  .inset-\[79\.17\%_10\.42\%_12\.5\%_81\.25\%\] {
    inset: 79.17% 10.42% 12.5% 81.25%;
  }

  .inset-\[79\.17\%_58\.33\%_8\.33\%_29\.17\%\] {
    inset: 79.17% 58.33% 8.33% 29.17%;
  }

  .inset-\[79\.17\%_58\.34\%_12\.5\%_33\.34\%\] {
    inset: 79.17% 58.34% 12.5% 33.34%;
  }

  .inset-\[83\.32\%_14\.57\%_12\.49\%_81\.24\%\] {
    inset: 83.32% 14.57% 12.49% 81.24%;
  }

  .inset-\[83\.32\%_62\.49\%_12\.49\%_33\.32\%\] {
    inset: 83.32% 62.49% 12.49% 33.32%;
  }

  .inset-\[83\.97\%_0_0_0\] {
    inset: 83.97% 0 0;
  }

  .inset-\[84\.38\%_70\.47\%_7\.97\%_21\.88\%\] {
    inset: 84.38% 70.47% 7.97% 21.88%;
  }

  .inset-\[89\.07\%_0\.06\%_0_0\] {
    inset: 89.07% .06% 0 0;
  }

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

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

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

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

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

  .top-\[6\.25\%\] {
    top: 6.25%;
  }

  .top-\[7\.08px\] {
    top: 7.08px;
  }

  .top-\[8\.33\%\] {
    top: 8.33%;
  }

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

  .top-\[9\.38\%\] {
    top: 9.38%;
  }

  .top-\[10\.94\%\] {
    top: 10.94%;
  }

  .top-\[12\.59px\] {
    top: 12.59px;
  }

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

  .top-\[21\.15\%\] {
    top: 21.15%;
  }

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

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

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

  .top-\[38\.46\%\] {
    top: 38.46%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[7\.81\%\] {
    right: 7.81%;
  }

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

  .right-\[9\.62\%\] {
    right: 9.62%;
  }

  .right-\[15\.59\%\] {
    right: 15.59%;
  }

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

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

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

  .right-\[26\.92\%\] {
    right: 26.92%;
  }

  .right-\[35\.42\%\] {
    right: 35.42%;
  }

  .right-\[44\.23\%\] {
    right: 44.23%;
  }

  .right-\[61\.54\%\] {
    right: 61.54%;
  }

  .right-\[78\.85\%\] {
    right: 78.85%;
  }

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

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

  .bottom-3\/4 {
    bottom: 75%;
  }

  .bottom-\[6\.25\%\] {
    bottom: 6.25%;
  }

  .bottom-\[9\.38\%\] {
    bottom: 9.38%;
  }

  .bottom-\[79\.65\%\] {
    bottom: 79.65%;
  }

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

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

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

  .left-3\/4 {
    left: 75%;
  }

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

  .left-\[4\.69\%\] {
    left: 4.69%;
  }

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

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

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

  .left-\[9\.62\%\] {
    left: 9.62%;
  }

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

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

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

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

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

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

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

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

  .left-\[26\.92\%\] {
    left: 26.92%;
  }

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

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

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

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

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

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

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

  .left-\[44\.23\%\] {
    left: 44.23%;
  }

  .left-\[47\.92\%\] {
    left: 47.92%;
  }

  .left-\[61\.54\%\] {
    left: 61.54%;
  }

  .left-\[78\.85\%\] {
    left: 78.85%;
  }

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .aspect-\[59\/59\] {
    aspect-ratio: 59 / 59;
  }

  .aspect-\[60\/60\] {
    aspect-ratio: 60 / 60;
  }

  .aspect-\[170\.519\/170\.492\] {
    aspect-ratio: 170.519 / 170.492;
  }

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

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

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

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

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

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

  .size-\[15\.625px\] {
    width: 15.625px;
    height: 15.625px;
  }

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

  .size-\[18\.75px\] {
    width: 18.75px;
    height: 18.75px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[11\.23px\] {
    height: 11.23px;
  }

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

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

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

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

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

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

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

  .h-\[36\.691px\] {
    height: 36.691px;
  }

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

  .h-\[42\.299px\] {
    height: 42.299px;
  }

  .h-\[42\.993px\] {
    height: 42.993px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

  .w-\[7\.48px\] {
    width: 7.48px;
  }

  .w-\[10\.438px\] {
    width: 10.438px;
  }

  .w-\[11\.143px\] {
    width: 11.143px;
  }

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

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

  .w-\[16\.314px\] {
    width: 16.314px;
  }

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

  .w-\[24\.538px\] {
    width: 24.538px;
  }

  .w-\[29\.679px\] {
    width: 29.679px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .-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-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    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-\[15deg\] {
    rotate: 15deg;
  }

  .rotate-\[21\.501deg\] {
    rotate: 21.501deg;
  }

  .rotate-\[23\.384deg\] {
    rotate: 23.384deg;
  }

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

  .rotate-\[316\.141deg\] {
    rotate: 316.141deg;
  }

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

  .rotate-\[346\.603deg\] {
    rotate: 346.603deg;
  }

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

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .appearance-none {
    appearance: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[var\(--spacing-sm\)\] {
    gap: var(--spacing-sm);
  }

  .gap-px {
    gap: 1px;
  }

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rounded-button {
    border-radius: var(--radius-button);
  }

  .rounded-card {
    border-radius: var(--radius-card);
  }

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

  .rounded-sm {
    border-radius: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[var\(--border\)\] {
    border-color: var(--border);
  }

  .border-accent {
    border-color: var(--accent);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(0\,0\,0\,0\.24\)\] {
    background-color: #0000003d;
  }

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

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

  .bg-black\/40 {
    background-color: #0006;
  }

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

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

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

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

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

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

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

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

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[rgba\(0\,61\,47\,0\)\] {
    --tw-gradient-from: #003d2f00;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-sidebar {
    --tw-gradient-from: var(--sidebar);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[rgba\(0\,61\,47\,0\)\] {
    --tw-gradient-via: #003d2f00;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[rgba\(0\,61\,47\,0\.2\)\] {
    --tw-gradient-via: #003d2f33;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[71\.635\%\] {
    --tw-gradient-via-position: 71.635%;
  }

  .to-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-to: #0000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(0\,0\,0\,0\.8\)\] {
    --tw-gradient-to: #000c;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-sidebar {
    --tw-gradient-to: var(--sidebar);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .\[mask-composite\:intersect\,_intersect\,_intersect\] {
    mask-composite: intersect, intersect, intersect;
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .\[mask-mode\:alpha\,_alpha\,_alpha\] {
    mask-mode: alpha, alpha, alpha;
  }

  .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[24px_24px\,_24px_24px\,_4\.336px_1\.632px\] {
    mask-size: 24px 24px, 24px 24px, 4.336px 1.632px;
  }

  .mask-size-\[24px_24px\,_24px_24px\,_4\.603px_0\.96px\] {
    mask-size: 24px 24px, 24px 24px, 4.603px .96px;
  }

  .mask-size-\[24px_24px\,_24px_24px\,_7\.084px_7\.443px\] {
    mask-size: 24px 24px, 24px 24px, 7.084px 7.443px;
  }

  .mask-size-\[24px_24px\,_24px_24px\,_7\.977px_0\.96px\] {
    mask-size: 24px 24px, 24px 24px, 7.977px .96px;
  }

  .mask-size-\[24px_24px\,_24px_24px\] {
    mask-size: 24px 24px, 24px 24px;
  }

  .mask-size-\[28\.264px_16\.148px\] {
    mask-size: 28.264px 16.148px;
  }

  .mask-size-\[48px_48px\] {
    mask-size: 48px 48px;
  }

  .mask-size-\[56px_56px\] {
    mask-size: 56px 56px;
  }

  .mask-size-\[64px_64px\,_64px_64px\,_21\.273px_2\.56px\] {
    mask-size: 64px 64px, 64px 64px, 21.273px 2.56px;
  }

  .\[mask-clip\:no-clip\,_no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip, no-clip;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[-2\.122px\,_-2\.122px_-6\.971px\,_-6\.971px\] {
    mask-position: -2.122px, -2.122px -6.971px, -6.971px;
  }

  .mask-position-\[-3\.622px\,_-3\.622px\,_0px_-10\.095px\,_-10\.095px\,_0px\] {
    mask-position: -3.622px, -3.622px, 0 -10.095px, -10.095px, 0;
  }

  .mask-position-\[-4\.769px\,_-4\.769px_-14\.71px\,_-14\.71px\] {
    mask-position: -4.769px, -4.769px -14.71px, -14.71px;
  }

  .mask-position-\[-5\.89px\,_-5\.89px_-11\.641px\,_-11\.641px\] {
    mask-position: -5.89px, -5.89px -11.641px, -11.641px;
  }

  .mask-position-\[-5\.659px_-16\.11px\] {
    mask-position: -5.659px -16.11px;
  }

  .mask-position-\[-9\.937px\,_-9\.937px_-3\.01px\,_-3\.01px\] {
    mask-position: -9.937px, -9.937px -3.01px, -3.01px;
  }

  .mask-position-\[-10\.547px\,_-10\.547px\,_-0\.001px_-6\.971px\,_-6\.971px\,_0px\] {
    mask-position: -10.547px, -10.547px, -.001px -6.971px, -6.971px, 0;
  }

  .mask-position-\[-11\.447px\,_-11\.447px_-4\.26px\,_-4\.26px\] {
    mask-position: -11.447px, -11.447px -4.26px, -4.26px;
  }

  .mask-position-\[-12\.317px\,_-12\.317px\,_0px_-11\.443px\,_-11\.443px\,_0px\] {
    mask-position: -12.317px, -12.317px, 0 -11.443px, -11.443px, 0;
  }

  .mask-position-\[-12\.317px\,_-12\.317px\,_0px_-13\.31px\,_-13\.31px\,_0px\] {
    mask-position: -12.317px, -12.317px, 0 -13.31px, -13.31px, 0;
  }

  .mask-position-\[-12\.317px\,_-12\.317px\,_0px_-15\.225px\,_-15\.225px\,_0px\] {
    mask-position: -12.317px, -12.317px, 0 -15.225px, -15.225px, 0;
  }

  .mask-position-\[0px\] {
    mask-position: 0;
  }

  .mask-position-\[3px_12px\] {
    mask-position: 3px 12px;
  }

  .mask-position-\[5\.979px_8\.422px\] {
    mask-position: 5.979px 8.422px;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat, no-repeat;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'Urbanist\:Black\'\,sans-serif\] {
    font-family: Urbanist\:Black, sans-serif;
  }

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

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

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

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

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

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

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

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

  .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-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }

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

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

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

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

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

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

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

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

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

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

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary-foreground\/80 {
      color: color-mix(in oklab, var(--primary-foreground) 80%, transparent);
    }
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-\[0\.24\] {
    opacity: .24;
  }

  .opacity-\[0\.058\] {
    opacity: .058;
  }

  .opacity-\[0\.88\] {
    opacity: .88;
  }

  .mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px 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);
  }

  .shadow-\[0px_2px_4px_0px_rgba\(0\,0\,0\,0\.24\)\] {
    --tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, #0000003d);
    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_40px_0px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 4px 40px 0px var(--tw-shadow-color, #0006);
    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\.24\)\] {
    --tw-shadow: 0px 8px 24px 0px var(--tw-shadow-color, #0000003d);
    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_16px_40px_0px_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0px 16px 40px 0px var(--tw-shadow-color, #00000029);
    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, );
  }

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

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

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

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

  .running {
    animation-play-state: running;
  }

  @media (hover: hover) {
    .group-hover\:\!border-\[\#353739\]:is(:where(.group):hover *) {
      border-color: #353739 !important;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:border-border-primary-focus:hover {
      border-color: var(--border-primary-focus);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f7e5d6\]:hover {
      background-color: #f7e5d6;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f7f9fa\]:hover {
      background-color: #f7f9fa;
    }
  }

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

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:pointer-events-auto {
      pointer-events: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:pointer-events-none {
      pointer-events: none;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[480px\] {
      max-width: 480px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-w-0 {
      min-width: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:grow {
      flex-grow: 1;
    }
  }

  @media (width >= 48rem) {
    .md\:basis-0 {
      flex-basis: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:flex-nowrap {
      flex-wrap: nowrap;
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[12px\] {
      gap: 12px;
    }
  }

  @media (width >= 48rem) {
    .md\:overflow-hidden {
      overflow: hidden;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:bg-black\/40 {
      background-color: #0006;
    }

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

  @media (width >= 48rem) {
    .md\:pt-\[64px\] {
      padding-top: 64px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[88px\] {
      padding-top: 88px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
}


:root {
  --font-size: 16px;
  --text-xs: .75rem;
  --text-2xs: .625rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5rem;
  --text-xl: 2rem;
  --text-2xl: 3rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-family-primary: "Urbanist", sans-serif;
  --heading-medium-size: 1rem;
  --heading-medium-line-height: 20px;
  --heading-medium-weight: var(--font-weight-bold);
  --spacing-xs: 4px;
  --background: #f7f9fa;
  --background-interactive-pressed: #f7f9fa;
  --foreground: #353739;
  --card: #fff;
  --background-surface-raised: #fff;
  --card-foreground: #353739;
  --card-foreground-inverse: #fff;
  --popover: #fff;
  --popover-foreground: #353739;
  --primary: #00654e;
  --background-color-base: #00654e;
  --primary-foreground: #fff;
  --secondary: #8870b9;
  --secondary-foreground: #fff;
  --muted: #ebedef;
  --muted-foreground: #a3a9af;
  --accent: #e69a54;
  --accent-foreground: #353739;
  --destructive: #9a3838;
  --destructive-foreground: #fff;
  --border: #ebedef;
  --border-selected: #00654e;
  --border-primary-static: #ebedef;
  --border-primary-focus: #353739;
  --input: #fff;
  --input-background: #fff;
  --ring: #353739;
  --elevation-sm: 0px 2px 8px -2px #66696c14;
  --chart-1: #00654e;
  --chart-2: #8870b9;
  --chart-3: #e69a54;
  --chart-4: #448aaf;
  --chart-5: #ebd792;
  --radius: 8px;
  --border-rounded-sm: 8px;
  --radius-button: 80px;
  --radius-card: 16px;
  --radius-rounded-lrg: 16px;
  --sidebar: #003d2f;
  --sidebar-foreground: #fff;
  --sidebar-primary: #00654e;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #66a395;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #ebedef;
  --sidebar-ring: #fff;
}

.dark {
  --background: #202224;
  --foreground: #f7f9fa;
  --card: #2b2d2f;
  --background-surface-raised: #2b2d2f;
  --card-foreground: #f7f9fa;
  --popover: #2b2d2f;
  --popover-foreground: #f7f9fa;
  --primary: #66a395;
  --primary-foreground: #003d2f;
  --secondary: #9c84cd;
  --secondary-foreground: #202224;
  --muted: #424446;
  --muted-foreground: #a3a9af;
  --accent: #e69a54;
  --accent-foreground: #202224;
  --destructive: #cc5656;
  --destructive-foreground: #fff;
  --border: #424446;
  --input: #2b2d2f;
  --input-background: #2b2d2f;
  --ring: #66a395;
  --chart-1: #66a395;
  --chart-2: #9c84cd;
  --chart-3: #e69a54;
  --chart-4: #629ec3;
  --chart-5: #ebd792;
  --sidebar: #00291f;
  --sidebar-foreground: #f7f9fa;
  --sidebar-primary: #66a395;
  --sidebar-primary-foreground: #00291f;
  --sidebar-accent: #528f81;
  --sidebar-accent-foreground: #f7f9fa;
  --sidebar-border: #424446;
  --sidebar-ring: #66a395;
}

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

.activity-item:not(:last-child) {
  border-bottom: 1px solid var(--border-primary-static);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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

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

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