/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --xx-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
    --xx-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
    --xx-color-amber-600: oklch(66.6% 0.179 58.318);
    --xx-color-slate-200: oklch(92.9% 0.013 255.508);
    --xx-color-white: #fff;
    --xx-spacing: 4px;
    --xx-container-sm: 768px;
    --xx-text-base: 16px;
    --xx-text-base--line-height: 24px;
    --xx-text-lg: 18px;
    --xx-text-lg--line-height: 28px;
    --xx-text-xl: 20px;
    --xx-text-xl--line-height: 28px;
    --xx-text-2xl: 24px;
    --xx-text-2xl--line-height: 32px;
    --xx-text-3xl: 30px;
    --xx-text-3xl--line-height: 36px;
    --xx-text-4xl: 36px;
    --xx-text-4xl--line-height: 40px;
    --xx-text-5xl: 48px;
    --xx-text-5xl--line-height: 48px;
    --xx-font-weight-light: 300;
    --xx-font-weight-medium: 500;
    --xx-font-weight-semibold: 600;
    --xx-font-weight-bold: 700;
    --xx-radius-md: 6px;
    --xx-aspect-video: 16 / 9;
    --xx-default-font-family: var(--xx-font-sans);
    --xx-default-mono-font-family: var(--xx-font-mono);
    --xx-color-ea: #f00f88;
    --xx-color-premium: #ff6600;
  }
}
@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(--xx-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(--xx-default-font-feature-settings, normal);
    font-variation-settings: var(--xx-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(--xx-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--xx-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--xx-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 {
  .xx\:container {
    width: 100% !important;
    @media (width >= 768px) {
      max-width: 768px !important;
    }
    @media (width >= 992px) {
      max-width: 992px !important;
    }
    @media (width >= 1200px) {
      max-width: 1200px !important;
    }
    @media (width >= 1280px) {
      max-width: 1280px !important;
    }
    @media (width >= 1536px) {
      max-width: 1536px !important;
    }
  }
  .xx\:m-auto {
    margin: auto !important;
  }
  .xx\:mx-auto {
    margin-inline: auto !important;
  }
  .xx\:my-3 {
    margin-block: calc(var(--xx-spacing) * 3) !important;
  }
  .xx\:my-6 {
    margin-block: calc(var(--xx-spacing) * 6) !important;
  }
  .xx\:my-10 {
    margin-block: calc(var(--xx-spacing) * 10) !important;
  }
  .xx\:mt-6 {
    margin-top: calc(var(--xx-spacing) * 6) !important;
  }
  .xx\:mt-12 {
    margin-top: calc(var(--xx-spacing) * 12) !important;
  }
  .xx\:mb-2 {
    margin-bottom: calc(var(--xx-spacing) * 2) !important;
  }
  .xx\:mb-3 {
    margin-bottom: calc(var(--xx-spacing) * 3) !important;
  }
  .xx\:mb-6 {
    margin-bottom: calc(var(--xx-spacing) * 6) !important;
  }
  .xx\:mb-8 {
    margin-bottom: calc(var(--xx-spacing) * 8) !important;
  }
  .xx\:mb-12 {
    margin-bottom: calc(var(--xx-spacing) * 12) !important;
  }
  .xx\:ml-6 {
    margin-left: calc(var(--xx-spacing) * 6) !important;
  }
  .xx\:flex {
    display: flex !important;
  }
  .xx\:w-3\/5 {
    width: calc(3/5 * 100%) !important;
  }
  .xx\:w-4\/5 {
    width: calc(4/5 * 100%) !important;
  }
  .xx\:w-30 {
    width: calc(var(--xx-spacing) * 30) !important;
  }
  .xx\:w-\[200px\] {
    width: 200px !important;
  }
  .xx\:w-auto {
    width: auto !important;
  }
  .xx\:w-fit {
    width: fit-content !important;
  }
  .xx\:w-full {
    width: 100% !important;
  }
  .xx\:max-w-sm {
    max-width: var(--xx-container-sm) !important;
  }
  .xx\:cursor-pointer {
    cursor: pointer !important;
  }
  .xx\:list-disc {
    list-style-type: disc !important;
  }
  .xx\:flex-col {
    flex-direction: column !important;
  }
  .xx\:items-center {
    align-items: center !important;
  }
  .xx\:justify-between {
    justify-content: space-between !important;
  }
  .xx\:justify-center {
    justify-content: center !important;
  }
  .xx\:gap-1 {
    gap: calc(var(--xx-spacing) * 1) !important;
  }
  .xx\:gap-3 {
    gap: calc(var(--xx-spacing) * 3) !important;
  }
  .xx\:gap-4 {
    gap: calc(var(--xx-spacing) * 4) !important;
  }
  .xx\:gap-10 {
    gap: calc(var(--xx-spacing) * 10) !important;
  }
  .xx\:space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(calc(var(--xx-spacing) * 2) * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(calc(var(--xx-spacing) * 2) * calc(1 - var(--tw-space-y-reverse))) !important;
    }
  }
  .xx\:space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(calc(var(--xx-spacing) * 6) * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(calc(var(--xx-spacing) * 6) * calc(1 - var(--tw-space-y-reverse))) !important;
    }
  }
  .xx\:space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(calc(var(--xx-spacing) * 12) * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(calc(var(--xx-spacing) * 12) * calc(1 - var(--tw-space-y-reverse))) !important;
    }
  }
  .xx\:rounded-md {
    border-radius: var(--xx-radius-md) !important;
  }
  .xx\:bg-ea {
    background-color: var(--xx-color-ea) !important;
  }
  .xx\:bg-premium {
    background-color: var(--xx-color-premium) !important;
  }
  .xx\:object-cover {
    object-fit: cover !important;
  }
  .xx\:p-4 {
    padding: calc(var(--xx-spacing) * 4) !important;
  }
  .xx\:px-4 {
    padding-inline: calc(var(--xx-spacing) * 4) !important;
  }
  .xx\:py-3 {
    padding-block: calc(var(--xx-spacing) * 3) !important;
  }
  .xx\:text-center {
    text-align: center !important;
  }
  .xx\:text-left {
    text-align: left !important;
  }
  .xx\:text-2xl {
    font-size: var(--xx-text-2xl) !important;
    line-height: var(--tw-leading, var(--xx-text-2xl--line-height)) !important;
  }
  .xx\:text-3xl {
    font-size: var(--xx-text-3xl) !important;
    line-height: var(--tw-leading, var(--xx-text-3xl--line-height)) !important;
  }
  .xx\:text-5xl {
    font-size: var(--xx-text-5xl) !important;
    line-height: var(--tw-leading, var(--xx-text-5xl--line-height)) !important;
  }
  .xx\:text-base {
    font-size: var(--xx-text-base) !important;
    line-height: var(--tw-leading, var(--xx-text-base--line-height)) !important;
  }
  .xx\:text-xl {
    font-size: var(--xx-text-xl) !important;
    line-height: var(--tw-leading, var(--xx-text-xl--line-height)) !important;
  }
  .xx\:font-bold {
    --tw-font-weight: var(--xx-font-weight-bold) !important;
    font-weight: var(--xx-font-weight-bold) !important;
  }
  .xx\:font-light {
    --tw-font-weight: var(--xx-font-weight-light) !important;
    font-weight: var(--xx-font-weight-light) !important;
  }
  .xx\:font-medium {
    --tw-font-weight: var(--xx-font-weight-medium) !important;
    font-weight: var(--xx-font-weight-medium) !important;
  }
  .xx\:font-semibold {
    --tw-font-weight: var(--xx-font-weight-semibold) !important;
    font-weight: var(--xx-font-weight-semibold) !important;
  }
  .xx\:text-ea {
    color: var(--xx-color-ea) !important;
  }
  .xx\:text-premium {
    color: var(--xx-color-premium) !important;
  }
  .xx\:text-white {
    color: var(--xx-color-white) !important;
  }
  .xx\:uppercase {
    text-transform: uppercase !important;
  }
  .xx\:line-through {
    text-decoration-line: line-through !important;
  }
  .xx\:underline {
    text-decoration-line: underline !important;
  }
  .xx\:sm\:w-1\/4 {
    @media (width >= 768px) {
      width: calc(1/4 * 100%) !important;
    }
  }
  .xx\:sm\:flex-row {
    @media (width >= 768px) {
      flex-direction: row !important;
    }
  }
  .xx\:sm\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--xx-text-3xl) !important;
      line-height: var(--tw-leading, var(--xx-text-3xl--line-height)) !important;
    }
  }
  .xx\:sm\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--xx-text-4xl) !important;
      line-height: var(--tw-leading, var(--xx-text-4xl--line-height)) !important;
    }
  }
  .xx\:sm\:text-lg {
    @media (width >= 768px) {
      font-size: var(--xx-text-lg) !important;
      line-height: var(--tw-leading, var(--xx-text-lg--line-height)) !important;
    }
  }
  .xx\:md\:my-16 {
    @media (width >= 992px) {
      margin-block: calc(var(--xx-spacing) * 16) !important;
    }
  }
  .xx\:md\:mt-12 {
    @media (width >= 992px) {
      margin-top: calc(var(--xx-spacing) * 12) !important;
    }
  }
  .xx\:md\:w-1\/2 {
    @media (width >= 992px) {
      width: calc(1/2 * 100%) !important;
    }
  }
  .xx\:md\:w-1\/3 {
    @media (width >= 992px) {
      width: calc(1/3 * 100%) !important;
    }
  }
  .xx\:md\:w-\[160px\] {
    @media (width >= 992px) {
      width: 160px !important;
    }
  }
  .xx\:md\:w-\[300px\] {
    @media (width >= 992px) {
      width: 300px !important;
    }
  }
  .xx\:md\:flex-row {
    @media (width >= 992px) {
      flex-direction: row !important;
    }
  }
  .xx\:md\:gap-5 {
    @media (width >= 992px) {
      gap: calc(var(--xx-spacing) * 5) !important;
    }
  }
  .xx\:md\:space-y-6 {
    @media (width >= 992px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0 !important;
        margin-block-start: calc(calc(var(--xx-spacing) * 6) * var(--tw-space-y-reverse)) !important;
        margin-block-end: calc(calc(var(--xx-spacing) * 6) * calc(1 - var(--tw-space-y-reverse))) !important;
      }
    }
  }
  .xx\:md\:text-left {
    @media (width >= 992px) {
      text-align: left !important;
    }
  }
  .xx\:md\:text-2xl {
    @media (width >= 992px) {
      font-size: var(--xx-text-2xl) !important;
      line-height: var(--tw-leading, var(--xx-text-2xl--line-height)) !important;
    }
  }
  .xx\:md\:text-3xl {
    @media (width >= 992px) {
      font-size: var(--xx-text-3xl) !important;
      line-height: var(--tw-leading, var(--xx-text-3xl--line-height)) !important;
    }
  }
  .xx\:md\:text-4xl {
    @media (width >= 992px) {
      font-size: var(--xx-text-4xl) !important;
      line-height: var(--tw-leading, var(--xx-text-4xl--line-height)) !important;
    }
  }
  .xx\:md\:text-5xl {
    @media (width >= 992px) {
      font-size: var(--xx-text-5xl) !important;
      line-height: var(--tw-leading, var(--xx-text-5xl--line-height)) !important;
    }
  }
  .xx\:md\:text-xl {
    @media (width >= 992px) {
      font-size: var(--xx-text-xl) !important;
      line-height: var(--tw-leading, var(--xx-text-xl--line-height)) !important;
    }
  }
}
#mobile_main_menu .brand {
  padding-top: 4px;
  display: flex !important;
  justify-content: center !important;
}
.menu_panel_toggle img {
  display: inline;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-font-weight {
  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-space-y-reverse: 0;
      --tw-font-weight: initial;
    }
  }
}
