/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .m-auto {
    margin: auto;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[180px\] {
    margin-top: 180px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-\[500px\] {
    margin-left: 500px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .w-\[32\%\] {
    width: 32%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-full {
    width: 100%;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .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-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .bg-\[\#0e0e0e\] {
    background-color: #0e0e0e;
  }
  .bg-\[\#151515\] {
    background-color: #151515;
  }
  .bg-\[\#F0F0F0\] {
    background-color: #F0F0F0;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-\[6px_17px\] {
    padding: 6px 17px;
  }
  .p-\[13px_30px\] {
    padding: 13px 30px;
  }
  .p-\[13px_47px\] {
    padding: 13px 47px;
  }
  .p-\[14px_47px\] {
    padding: 14px 47px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#F0F0F0\] {
    color: #F0F0F0;
  }
  .text-\[gray\] {
    color: gray;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .max-sm\:order-1 {
    @media (width < 40rem) {
      order: 1;
    }
  }
  .max-sm\:order-2 {
    @media (width < 40rem) {
      order: 2;
    }
  }
  .max-sm\:order-3 {
    @media (width < 40rem) {
      order: 3;
    }
  }
  .max-sm\:order-4 {
    @media (width < 40rem) {
      order: 4;
    }
  }
  .max-sm\:mt-3 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:mt-4 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:mt-8 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .max-sm\:mt-10 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:mt-20 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .max-sm\:mt-\[20px\] {
    @media (width < 40rem) {
      margin-top: 20px;
    }
  }
  .max-sm\:mt-\[40px\] {
    @media (width < 40rem) {
      margin-top: 40px;
    }
  }
  .max-sm\:mr-auto {
    @media (width < 40rem) {
      margin-right: auto;
    }
  }
  .max-sm\:mb-4 {
    @media (width < 40rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:mb-6 {
    @media (width < 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:mb-10 {
    @media (width < 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:ml-0 {
    @media (width < 40rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:ml-\[30px\] {
    @media (width < 40rem) {
      margin-left: 30px;
    }
  }
  .max-sm\:ml-auto {
    @media (width < 40rem) {
      margin-left: auto;
    }
  }
  .max-sm\:block {
    @media (width < 40rem) {
      display: block;
    }
  }
  .max-sm\:hidden {
    @media (width < 40rem) {
      display: none;
    }
  }
  .max-sm\:h-\[36px\] {
    @media (width < 40rem) {
      height: 36px;
    }
  }
  .max-sm\:h-\[40px\] {
    @media (width < 40rem) {
      height: 40px;
    }
  }
  .max-sm\:h-auto {
    @media (width < 40rem) {
      height: auto;
    }
  }
  .max-sm\:w-\[36px\] {
    @media (width < 40rem) {
      width: 36px;
    }
  }
  .max-sm\:w-\[40px\] {
    @media (width < 40rem) {
      width: 40px;
    }
  }
  .max-sm\:w-\[50px\] {
    @media (width < 40rem) {
      width: 50px;
    }
  }
  .max-sm\:w-\[70\%\] {
    @media (width < 40rem) {
      width: 70%;
    }
  }
  .max-sm\:w-\[80\%\] {
    @media (width < 40rem) {
      width: 80%;
    }
  }
  .max-sm\:w-\[80px\] {
    @media (width < 40rem) {
      width: 80px;
    }
  }
  .max-sm\:w-\[300px\] {
    @media (width < 40rem) {
      width: 300px;
    }
  }
  .max-sm\:w-full {
    @media (width < 40rem) {
      width: 100%;
    }
  }
  .max-sm\:max-w-\[300px\] {
    @media (width < 40rem) {
      max-width: 300px;
    }
  }
  .max-sm\:grid-cols-1 {
    @media (width < 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .max-sm\:flex-col-reverse {
    @media (width < 40rem) {
      flex-direction: column-reverse;
    }
  }
  .max-sm\:justify-center {
    @media (width < 40rem) {
      justify-content: center;
    }
  }
  .max-sm\:gap-4 {
    @media (width < 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:gap-6 {
    @media (width < 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:gap-8 {
    @media (width < 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .max-sm\:p-\[4px_12px\] {
    @media (width < 40rem) {
      padding: 4px 12px;
    }
  }
  .max-sm\:p-\[10px_0\] {
    @media (width < 40rem) {
      padding: 10px 0;
    }
  }
  .max-sm\:p-\[10px_15px\] {
    @media (width < 40rem) {
      padding: 10px 15px;
    }
  }
  .max-sm\:p-\[10px_20px\] {
    @media (width < 40rem) {
      padding: 10px 20px;
    }
  }
  .max-sm\:p-\[12px_20px\] {
    @media (width < 40rem) {
      padding: 12px 20px;
    }
  }
  .max-sm\:px-4 {
    @media (width < 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:py-4 {
    @media (width < 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:py-10 {
    @media (width < 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:py-\[12px\] {
    @media (width < 40rem) {
      padding-block: 12px;
    }
  }
  .max-sm\:pt-4 {
    @media (width < 40rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:pr-4 {
    @media (width < 40rem) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:text-center {
    @media (width < 40rem) {
      text-align: center;
    }
  }
  .max-sm\:text-left {
    @media (width < 40rem) {
      text-align: left;
    }
  }
  .max-sm\:text-\[12px\] {
    @media (width < 40rem) {
      font-size: 12px;
    }
  }
  .max-sm\:text-\[14px\] {
    @media (width < 40rem) {
      font-size: 14px;
    }
  }
  .max-sm\:text-\[16px\] {
    @media (width < 40rem) {
      font-size: 16px;
    }
  }
  .max-sm\:text-\[18px\] {
    @media (width < 40rem) {
      font-size: 18px;
    }
  }
  .max-sm\:text-\[20px\] {
    @media (width < 40rem) {
      font-size: 20px;
    }
  }
  .max-sm\:text-\[28px\] {
    @media (width < 40rem) {
      font-size: 28px;
    }
  }
  .max-sm\:text-\[32px\] {
    @media (width < 40rem) {
      font-size: 32px;
    }
  }
  .max-sm\:text-\[45px\] {
    @media (width < 40rem) {
      font-size: 45px;
    }
  }
  .max-sm\:leading-relaxed {
    @media (width < 40rem) {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
  }
  .max-sm\:leading-tight {
    @media (width < 40rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-leading: initial;
    }
  }
}
