/*! tailwindcss v4.1.11 | 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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --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-900: oklch(21% .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-color-blue: #2185c1;
    --color-brand-color: #e67514;
    --color-disabled: #bfbba9;
    --spacing-general-space: 24px;
  }
}

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

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

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      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;
  }
}

@layer components;

@layer utilities {
  .\!absolute {
    position: absolute !important;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

  .\!-m-px {
    margin: -1px !important;
  }

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

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

  .mx-general-space {
    margin-inline: var(--spacing-general-space);
  }

  .my-general-space {
    margin-block: var(--spacing-general-space);
  }

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

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

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

  .mt-\[2rem\] {
    margin-top: 2rem;
  }

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

  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }

  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }

  .mb-general-space {
    margin-bottom: var(--spacing-general-space);
  }

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

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

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

  .\!h-px {
    height: 1px !important;
  }

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

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

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

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

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

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

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

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

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

  .\!w-px {
    width: 1px !important;
  }

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

  .grow-\[1\] {
    flex-grow: 1;
  }

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

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

  .gap-general-space {
    gap: var(--spacing-general-space);
  }

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

  .\!overflow-hidden {
    overflow: hidden !important;
  }

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

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

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

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

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

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

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

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

  .rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .rounded-b-\[30px\] {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0 !important;
  }

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

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

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

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

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

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

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

  .border-current {
    border-color: currentColor;
  }

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

  .border-e-transparent {
    border-inline-end-color: #0000;
  }

  .border-t-brand-color-blue {
    border-top-color: var(--color-brand-color-blue);
  }

  .border-b-brand-color-blue {
    border-bottom-color: var(--color-brand-color-blue);
  }

  .bg-\[\#90D5FF\] {
    background-color: #90d5ff;
  }

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

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

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

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

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

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

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

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

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

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

  .p-general-space {
    padding: var(--spacing-general-space);
  }

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

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

  .px-general-space {
    padding-inline: var(--spacing-general-space);
  }

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

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

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

  .pt-general-space {
    padding-top: var(--spacing-general-space);
  }

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

  .pb-general-space {
    padding-bottom: var(--spacing-general-space);
  }

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

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

  .align-\[-0\.125em\] {
    vertical-align: -.125em;
  }

  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .\!whitespace-nowrap {
    white-space: nowrap !important;
  }

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

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

  .text-brand-color-blue {
    color: var(--color-brand-color-blue);
  }

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

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

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

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

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

  .\!\[clip\:rect\(0\,0\,0\,0\)\] {
    clip: rect(0, 0, 0, 0) !important;
  }

  .placeholder\:text-brand-color-blue::placeholder {
    color: var(--color-brand-color-blue);
  }

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

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

  .disabled\:animate-pulse:disabled {
    animation: var(--animate-pulse);
  }

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

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

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

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

  @media (prefers-reduced-motion: reduce) {
    .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
      animation: 1.5s linear infinite spin;
    }
  }

  @media not all and (min-width: 48rem) {
    .max-md\:w-\[100\%\] {
      width: 100%;
    }
  }

  @media not all and (min-width: 40rem) {
    .max-sm\:flex {
      display: flex;
    }

    .max-sm\:hidden {
      display: none;
    }

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

    .max-sm\:max-h-\[90\%\] {
      max-height: 90%;
    }

    .max-sm\:w-full {
      width: 100%;
    }

    .max-sm\:min-w-\[90\%\] {
      min-width: 90%;
    }

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

    .max-sm\:flex-col {
      flex-direction: column;
    }

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

    .max-sm\:text-\[1rem\] {
      font-size: 1rem;
    }
  }

  @media (min-width: 40rem) {
    .sm\:hidden {
      display: none;
    }

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

    .sm\:p-general-space {
      padding: var(--spacing-general-space);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:border-white {
      border-color: var(--color-white);
    }

    .dark\:border-b-white {
      border-bottom-color: var(--color-white);
    }

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

    .dark\:text-white, .dark\:placeholder\:text-white::placeholder {
      color: var(--color-white);
    }
  }
}

body {
  width: 100%;
  max-width: 1920px;
  height: 100dvh;
  margin: 0;
}

html {
  justify-content: center;
  display: flex;
}

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

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

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

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
