/*! 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-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@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-neutral-100: oklch(.97 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --blur-sm: 8px;
    --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);
    }
  }

  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: F37 Bolton, sans-serif;
  }

  :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-auto {
    pointer-events: auto;
  }

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-3\.1\%_-11\.28\%_-9\.3\%_-11\.28\%\] {
    inset: -3.1% -11.28% -9.3%;
  }

  .inset-\[-3\.61\%_-4\.81\%\] {
    inset: -3.61% -4.81%;
  }

  .inset-\[-4\.31\%_-9\%_-12\.92\%_-9\%\] {
    inset: -4.31% -9% -12.92%;
  }

  .inset-\[-4\.31\%_-9\.74\%_-12\.92\%_-9\.74\%\] {
    inset: -4.31% -9.74% -12.92%;
  }

  .inset-\[-5\.26\%_-6\.25\%\] {
    inset: -5.26% -6.25%;
  }

  .inset-\[-5\.49\%_-26\.48\%_-16\.46\%_-26\.48\%\] {
    inset: -5.49% -26.48% -16.46%;
  }

  .inset-\[-6\.62\%_-17\.76\%_-19\.85\%_-17\.76\%\] {
    inset: -6.62% -17.76% -19.85%;
  }

  .inset-\[-6\.86\%_-15\.51\%_-20\.58\%_-15\.51\%\] {
    inset: -6.86% -15.51% -20.58%;
  }

  .inset-\[-11\.11\%_-25\.21\%_-33\.32\%_-25\.21\%\] {
    inset: -11.11% -25.21% -33.32%;
  }

  .inset-\[-17\.23\%_-44\.13\%_-51\.68\%_-44\.13\%\] {
    inset: -17.23% -44.13% -51.68%;
  }

  .inset-\[-25\.06\%_-25\.94\%_-30\.7\%_-29\.59\%\] {
    inset: -25.06% -25.94% -30.7% -29.59%;
  }

  .inset-\[20\%_12\.5\%_40\%_62\.51\%\] {
    inset: 20% 12.5% 40% 62.51%;
  }

  .inset-\[20\%_37\.5\%_40\%_37\.5\%\] {
    inset: 20% 37.5% 40%;
  }

  .inset-\[20\%_62\.51\%_40\%_12\.5\%\] {
    inset: 20% 62.51% 40% 12.5%;
  }

  .inset-\[40\%_12\.5\%_20\%_62\.51\%\] {
    inset: 40% 12.5% 20% 62.51%;
  }

  .inset-\[40\%_37\.5\%_20\%_37\.5\%\] {
    inset: 40% 37.5% 20%;
  }

  .inset-\[40\%_62\.51\%_20\%_12\.5\%\] {
    inset: 40% 62.51% 20% 12.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[108\.28px\] {
    top: 108.28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[37\.5\%\] {
    right: 37.5%;
  }

  .right-\[75\.01\%\] {
    right: 75.01%;
  }

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

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

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

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

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

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

  .bottom-\[calc\(100\%-40px\)\] {
    bottom: calc(100% - 40px);
  }

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

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

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

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

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

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

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

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

  .left-\[4\.38px\] {
    left: 4.38px;
  }

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

  .left-\[37\.5\%\] {
    left: 37.5%;
  }

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

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

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

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

  .left-\[75\.01\%\] {
    left: 75.01%;
  }

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

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

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

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

  .left-\[119\.72px\] {
    left: 119.72px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-\[106px\] {
    margin-bottom: 106px;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .aspect-\[69\.8485\/93\.7019\] {
    aspect-ratio: 69.8485 / 93.7019;
  }

  .aspect-\[79\.9478\/90\.4164\] {
    aspect-ratio: 79.9478 / 90.4164;
  }

  .aspect-\[109\.958\/200\] {
    aspect-ratio: 109.958 / 200;
  }

  .aspect-\[266\.022\/192\.2\] {
    aspect-ratio: 266.022 / 192.2;
  }

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

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

  .size-\[33\.874px\] {
    width: 33.874px;
    height: 33.874px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[55\.835px\] {
    height: 55.835px;
  }

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

  .h-\[68\.945px\] {
    height: 68.945px;
  }

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

  .h-\[71\.45px\] {
    height: 71.45px;
  }

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

  .h-\[90\.416px\] {
    height: 90.416px;
  }

  .h-\[93\.702px\] {
    height: 93.702px;
  }

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

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

  .h-\[109\.804px\] {
    height: 109.804px;
  }

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

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

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

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

  .h-\[193\.682px\] {
    height: 193.682px;
  }

  .h-\[198\.965px\] {
    height: 198.965px;
  }

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

  .h-\[260\.928px\] {
    height: 260.928px;
  }

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

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

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

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

  .h-\[356\.384px\] {
    height: 356.384px;
  }

  .h-\[402\.928px\] {
    height: 402.928px;
  }

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

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

  .h-\[651\.495px\] {
    height: 651.495px;
  }

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

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

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

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

  .w-\[49\.198px\] {
    width: 49.198px;
  }

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

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

  .w-\[60\.962px\] {
    width: 60.962px;
  }

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

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

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

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

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

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

  .w-\[105\.07px\] {
    width: 105.07px;
  }

  .w-\[106\.484px\] {
    width: 106.484px;
  }

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

  .w-\[127\.327px\] {
    width: 127.327px;
  }

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

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

  .w-\[139\.646px\] {
    width: 139.646px;
  }

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

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

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

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

  .w-\[275\.872px\] {
    width: 275.872px;
  }

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

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

  .w-\[361\.787px\] {
    width: 361.787px;
  }

  .w-\[393\.239px\] {
    width: 393.239px;
  }

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

  .w-\[674\.06px\] {
    width: 674.06px;
  }

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

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

  .w-full {
    width: 100%;
  }

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

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

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

  .origin-center {
    transform-origin: center;
  }

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

  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-\[0\.7\] {
    scale: .7;
  }

  .scale-\[0\.8\] {
    scale: .8;
  }

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

  .cursor-grab {
    cursor: grab;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[7\.625px\] {
    gap: 7.625px;
  }

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[\#0148FE\] {
    background-color: #0148fe;
  }

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(233\,233\,233\,0\.6\)\] {
    background-color: #e9e9e999;
  }

  .bg-\[rgba\(241\,241\,241\,0\.79\)\] {
    background-color: #f1f1f1c9;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-\[9\.5px\] {
    padding-block: 9.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-\[18\.67px\] {
    padding-left: 18.67px;
  }

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

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

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

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

  .font-\[\'SF_Pro\:Semibold\'\,sans-serif\] {
    font-family: SF Pro\:Semibold, sans-serif;
  }

  .font-\[F37_Bolton\] {
    font-family: F37 Bolton;
  }

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

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

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

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

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

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

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

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

  .font-\[590\] {
    --tw-font-weight: 590;
    font-weight: 590;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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_0px_0px_1\.5px_\#262626\] {
    --tw-shadow: 0px 0px 0px 1.5px var(--tw-shadow-color, #262626);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
  }

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

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

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

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

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

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

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

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

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

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

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

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

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

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