/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-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-y-reverse: 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-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-200: oklch(.928 .006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --radius-2xl: 1rem;
    --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;
    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);
    }
  }

  * {
    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-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

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

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

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    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, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

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

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-1\.59\%_-2\.28\%_-1\.59\%_-0\.75\%\] {
    inset: -1.59% -2.28% -1.59% -.75%;
  }

  .inset-\[-5\.02\%_-4\.18\%\] {
    inset: -5.02% -4.18%;
  }

  .inset-\[-6\.25\%_-8\.14\%\] {
    inset: -6.25% -8.14%;
  }

  .inset-\[-7\.813\%\] {
    inset: -7.813%;
  }

  .inset-\[-19\.11\%_-9\.97\%\] {
    inset: -19.11% -9.97%;
  }

  .inset-\[4\.167\%\] {
    inset: 4.167%;
  }

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

  .inset-\[16\.67\%_24\.42\%\] {
    inset: 16.67% 24.42%;
  }

  .inset-\[16\.667\%\] {
    inset: 16.667%;
  }

  .inset-\[21\.05\%_12\.73\%_16\.67\%_12\.5\%\] {
    inset: 21.05% 12.73% 16.67% 12.5%;
  }

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

  .top-\[-1\.16\%\] {
    top: -1.16%;
  }

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

  .top-\[-2\.24\%\] {
    top: -2.24%;
  }

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

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

  .top-\[-16\.15\%\] {
    top: -16.15%;
  }

  .top-\[-18\.07\%\] {
    top: -18.07%;
  }

  .top-\[-88\.61\%\] {
    top: -88.61%;
  }

  .top-\[-118\.89\%\] {
    top: -118.89%;
  }

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

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

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

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

  .top-\[7\.07px\] {
    top: 7.07px;
  }

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

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

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

  .top-\[27\.62px\] {
    top: 27.62px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[292\.49px\] {
    top: 292.49px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[-2\.08\%\] {
    right: -2.08%;
  }

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

  .bottom-\[-7\.36px\] {
    bottom: -7.36px;
  }

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

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

  .left-\[-6\.41\%\] {
    left: -6.41%;
  }

  .left-\[-6\.94\%\] {
    left: -6.94%;
  }

  .left-\[-12\.93\%\] {
    left: -12.93%;
  }

  .left-\[-42\.14\%\] {
    left: -42.14%;
  }

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

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

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

  .left-\[-97\.6\%\] {
    left: -97.6%;
  }

  .left-\[-98\.64\%\] {
    left: -98.64%;
  }

  .left-\[-134\.78px\] {
    left: -134.78px;
  }

  .left-\[-184\.56px\] {
    left: -184.56px;
  }

  .left-\[6\.54\%\] {
    left: 6.54%;
  }

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

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

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

  .left-\[75\.02px\] {
    left: 75.02px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[325\.58px\] {
    left: 325.58px;
  }

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

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

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

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

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

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

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

  .left-\[576\.14px\] {
    left: 576.14px;
  }

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

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

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

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

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

  .left-\[705\.27px\] {
    left: 705.27px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[1077\.26px\] {
    left: 1077.26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-\[8\.056px\] {
    margin-left: 8.056px;
  }

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[29\.456px\] {
    height: 29.456px;
  }

  .h-\[34\.728px\] {
    height: 34.728px;
  }

  .h-\[37\.471px\] {
    height: 37.471px;
  }

  .h-\[41\.186px\] {
    height: 41.186px;
  }

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

  .h-\[47\.751px\] {
    height: 47.751px;
  }

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

  .h-\[63\.39px\] {
    height: 63.39px;
  }

  .h-\[68\.358px\] {
    height: 68.358px;
  }

  .h-\[71\.39px\] {
    height: 71.39px;
  }

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

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

  .h-\[97\.341px\] {
    height: 97.341px;
  }

  .h-\[99\.763px\] {
    height: 99.763px;
  }

  .h-\[102\.98\%\] {
    height: 102.98%;
  }

  .h-\[104\.32\%\] {
    height: 104.32%;
  }

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

  .h-\[121\.34\%\] {
    height: 121.34%;
  }

  .h-\[122\.22\%\] {
    height: 122.22%;
  }

  .h-\[125\.503px\] {
    height: 125.503px;
  }

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

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

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

  .h-\[187\.69\%\] {
    height: 187.69%;
  }

  .h-\[218\.89\%\] {
    height: 218.89%;
  }

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

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

  .h-\[267\.015px\] {
    height: 267.015px;
  }

  .h-\[267\.808px\] {
    height: 267.808px;
  }

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

  .h-\[308\.904px\] {
    height: 308.904px;
  }

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

  .h-\[359\.654px\] {
    height: 359.654px;
  }

  .h-\[376\.792px\] {
    height: 376.792px;
  }

  .h-\[484\.667px\] {
    height: 484.667px;
  }

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

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

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

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

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

  .h-\[604\.65px\] {
    height: 604.65px;
  }

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

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

  .h-\[739\.789px\] {
    height: 739.789px;
  }

  .h-\[788\.268px\] {
    height: 788.268px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[66\.819px\] {
    width: 66.819px;
  }

  .w-\[69\.259px\] {
    width: 69.259px;
  }

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

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

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

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

  .w-\[106\.174px\] {
    width: 106.174px;
  }

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

  .w-\[111\.33\%\] {
    width: 111.33%;
  }

  .w-\[125\.87\%\] {
    width: 125.87%;
  }

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

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

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

  .w-\[175\.88\%\] {
    width: 175.88%;
  }

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

  .w-\[191\.59\%\] {
    width: 191.59%;
  }

  .w-\[198\.64\%\] {
    width: 198.64%;
  }

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

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

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

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

  .w-\[287\.723px\] {
    width: 287.723px;
  }

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

  .w-\[326\.454px\] {
    width: 326.454px;
  }

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

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

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

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

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

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

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

  .w-\[440\.093px\] {
    width: 440.093px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[1481\.89px\] {
    width: 1481.89px;
  }

  .w-\[1559\.14px\] {
    width: 1559.14px;
  }

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

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

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

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

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

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

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

  .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-full {
    width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

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

  .max-w-sm {
    max-width: var(--container-sm);
  }

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

  .flex-none {
    flex: none;
  }

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

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

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

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

  .rotate-\[11\.993deg\] {
    rotate: 11.993deg;
  }

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

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

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

  .rotate-\[319\.458deg\] {
    rotate: 319.458deg;
  }

  .rotate-\[322\.973deg\] {
    rotate: 322.973deg;
  }

  .rotate-\[339\.325deg\] {
    rotate: 339.325deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .rounded-\[27\.796px\] {
    border-radius: 27.796px;
  }

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

  .rounded-\[32\.062px\] {
    border-radius: 32.062px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(255\,255\,255\,0\.3\)\] {
    border-color: #ffffff4d;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: #ffffff1a;
  }

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

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

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

  .bg-white\/50 {
    background-color: #ffffff80;
  }

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

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

  .from-\[\#ffffff\] {
    --tw-gradient-from: #fff;
    --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-\[rgba\(0\,0\,0\,0\.49\)\] {
    --tw-gradient-from: #0000007d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

  .to-\[\#000000\] {
    --tw-gradient-to: #000;
    --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-\[\#e1c8ba\] {
    --tw-gradient-to: #e1c8ba;
    --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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Inter\:Medium\'\,\'Noto_Sans\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, Noto Sans\:Medium, sans-serif;
  }

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

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

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

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

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

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

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

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

  .text-\[21\.908px\] {
    font-size: 21.908px;
  }

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

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

  .text-\[34\.557px\] {
    font-size: 34.557px;
  }

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

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

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

  .text-\[96\.056px\] {
    font-size: 96.056px;
  }

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

  .leading-\[1\.005\] {
    --tw-leading: 1.005;
    line-height: 1.005;
  }

  .leading-\[18\.378px\] {
    --tw-leading: 18.378px;
    line-height: 18.378px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }

  .tracking-\[-2\.4px\] {
    --tw-tracking: -2.4px;
    letter-spacing: -2.4px;
  }

  .tracking-\[-2\.88px\] {
    --tw-tracking: -2.88px;
    letter-spacing: -2.88px;
  }

  .tracking-\[-2\.0734px\] {
    --tw-tracking: -2.0734px;
    letter-spacing: -2.0734px;
  }

  .tracking-\[-5\.7633px\] {
    --tw-tracking: -5.7633px;
    letter-spacing: -5.7633px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .italic {
    font-style: italic;
  }

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

  .opacity-20 {
    opacity: .2;
  }

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

  .blur-\[1\.731px\] {
    --tw-blur: blur(1.731px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-\[2\.664px\] {
    --tw-blur: blur(2.664px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-\[3\.5px\] {
    --tw-blur: blur(3.5px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-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-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 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-tracking {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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