/*! 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-sky-50: oklch(97.7% 0.013 236.62);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .-bottom-25 {
    bottom: calc(var(--spacing) * -25);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-90 {
    z-index: 90;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-16\/10 {
    aspect-ratio: 16/10;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-6\.5 {
    height: calc(var(--spacing) * 6.5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-18 {
    max-height: calc(var(--spacing) * 18);
  }
  .max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }
  .max-h-90 {
    max-height: calc(var(--spacing) * 90);
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .min-h-\[42svh\] {
    min-height: 42svh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-35 {
    width: calc(var(--spacing) * 35);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[155px\] {
    width: 155px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-37 {
    max-width: calc(var(--spacing) * 37);
  }
  .max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }
  .max-w-53 {
    max-width: calc(var(--spacing) * 53);
  }
  .max-w-53\.5 {
    max-width: calc(var(--spacing) * 53.5);
  }
  .max-w-54 {
    max-width: calc(var(--spacing) * 54);
  }
  .max-w-70 {
    max-width: calc(var(--spacing) * 70);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    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-60 {
    --tw-scale-x: 60%;
    --tw-scale-y: 60%;
    --tw-scale-z: 60%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .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);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .space-y-2 {
    :where(& > :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)));
    }
  }
  .space-y-4 {
    :where(& > :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)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-4xl {
    border-bottom-right-radius: var(--radius-4xl);
    border-bottom-left-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#D5D5D5\] {
    border-color: #D5D5D5;
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-\[\#000F16\] {
    background-color: #000F16;
  }
  .bg-\[\#0094DA\] {
    background-color: #0094DA;
  }
  .bg-\[\#006899\] {
    background-color: #006899;
  }
  .bg-\[\#E6F4FB\] {
    background-color: #E6F4FB;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[clamp\(12px\,1\.5vw\,16px\)\] {
    font-size: clamp(12px, 1.5vw, 16px);
  }
  .text-\[clamp\(14px\,1\.5vw\,18px\)\] {
    font-size: clamp(14px, 1.5vw, 18px);
  }
  .text-\[clamp\(14px\,1vw\,16px\)\] {
    font-size: clamp(14px, 1vw, 16px);
  }
  .text-\[clamp\(14px\,2vw\,20px\)\] {
    font-size: clamp(14px, 2vw, 20px);
  }
  .text-\[clamp\(16px\,2vw\,20px\)\] {
    font-size: clamp(16px, 2vw, 20px);
  }
  .text-\[clamp\(18px\,2\.5vw\,24px\)\] {
    font-size: clamp(18px, 2.5vw, 24px);
  }
  .text-\[clamp\(18px\,2vw\,24px\)\] {
    font-size: clamp(18px, 2vw, 24px);
  }
  .text-\[clamp\(32px\,5vw\,68px\)\] {
    font-size: clamp(32px, 5vw, 68px);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#8C8C8C\] {
    color: #8C8C8C;
  }
  .text-\[\#0094DA\] {
    color: #0094DA;
  }
  .text-\[\#170A24\] {
    color: #170A24;
  }
  .text-\[\#131515\] {
    color: #131515;
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-\[\#0077B6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0077B6;
      }
    }
  }
  .hover\:bg-\[\#0094DA\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0094DA;
      }
    }
  }
  .hover\:text-slate-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-300);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#0094DA\] {
    &:focus {
      --tw-ring-color: #0094DA;
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:ring-offset-white {
    &:focus {
      --tw-ring-offset-color: var(--color-white);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .xs\:h-78 {
    @media (width >= 520px) {
      height: calc(var(--spacing) * 78);
    }
  }
  .xs\:h-\[350px\] {
    @media (width >= 520px) {
      height: 350px;
    }
  }
  .xs\:min-h-\[80svh\] {
    @media (width >= 520px) {
      min-height: 80svh;
    }
  }
  .xs\:w-10 {
    @media (width >= 520px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .xs\:w-\[220px\] {
    @media (width >= 520px) {
      width: 220px;
    }
  }
  .xs\:scale-75 {
    @media (width >= 520px) {
      --tw-scale-x: 75%;
      --tw-scale-y: 75%;
      --tw-scale-z: 75%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .xs\:scale-100 {
    @media (width >= 520px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .xs\:pt-8 {
    @media (width >= 520px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .xs\:text-3xl {
    @media (width >= 520px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xs\:text-sm {
    @media (width >= 520px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xs\:text-\[10px\] {
    @media (width >= 520px) {
      font-size: 10px;
    }
  }
  .sm\:h-35 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 35);
    }
  }
  .sm\:h-\[60px\] {
    @media (width >= 640px) {
      height: 60px;
    }
  }
  .sm\:h-\[400px\] {
    @media (width >= 640px) {
      height: 400px;
    }
  }
  .sm\:h-auto {
    @media (width >= 640px) {
      height: auto;
    }
  }
  .sm\:h-full {
    @media (width >= 640px) {
      height: 100%;
    }
  }
  .sm\:w-12 {
    @media (width >= 640px) {
      width: calc(var(--spacing) * 12);
    }
  }
  .sm\:w-35 {
    @media (width >= 640px) {
      width: calc(var(--spacing) * 35);
    }
  }
  .sm\:w-\[60px\] {
    @media (width >= 640px) {
      width: 60px;
    }
  }
  .sm\:w-\[100px\] {
    @media (width >= 640px) {
      width: 100px;
    }
  }
  .sm\:w-auto {
    @media (width >= 640px) {
      width: auto;
    }
  }
  .sm\:scale-90 {
    @media (width >= 640px) {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:p-3 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .sm\:py-10 {
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:pt-10 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:text-4xl {
    @media (width >= 640px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 640px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-xs {
    @media (width >= 640px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:right-\[50\%\] {
    @media (width >= 770px) {
      right: 50%;
    }
  }
  .md\:left-auto {
    @media (width >= 770px) {
      left: auto;
    }
  }
  .md\:block {
    @media (width >= 770px) {
      display: block;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 770px) {
      height: 500px;
    }
  }
  .md\:w-16 {
    @media (width >= 770px) {
      width: calc(var(--spacing) * 16);
    }
  }
  .md\:w-40 {
    @media (width >= 770px) {
      width: calc(var(--spacing) * 40);
    }
  }
  .md\:w-\[120px\] {
    @media (width >= 770px) {
      width: 120px;
    }
  }
  .md\:scale-100 {
    @media (width >= 770px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 770px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 770px) {
      align-items: center;
    }
  }
  .md\:gap-3 {
    @media (width >= 770px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 770px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-10 {
    @media (width >= 770px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:p-4 {
    @media (width >= 770px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-6 {
    @media (width >= 770px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:py-0 {
    @media (width >= 770px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-13 {
    @media (width >= 770px) {
      padding-block: calc(var(--spacing) * 13);
    }
  }
  .md\:pt-10 {
    @media (width >= 770px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-13 {
    @media (width >= 770px) {
      padding-top: calc(var(--spacing) * 13);
    }
  }
  .md\:pt-14 {
    @media (width >= 770px) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .md\:pt-15 {
    @media (width >= 770px) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .md\:text-4xl {
    @media (width >= 770px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 770px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 770px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 770px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 770px) {
      font-size: 40px;
    }
  }
  .\39 00\:absolute {
    @media (width >= 900px) {
      position: absolute;
    }
  }
  .\39 00\:top-0 {
    @media (width >= 900px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .\39 00\:left-\[55\%\] {
    @media (width >= 900px) {
      left: 55%;
    }
  }
  .\39 00\:ml-10 {
    @media (width >= 900px) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .\39 00\:block {
    @media (width >= 900px) {
      display: block;
    }
  }
  .\39 00\:hidden {
    @media (width >= 900px) {
      display: none;
    }
  }
  .\39 00\:w-\[160px\] {
    @media (width >= 900px) {
      width: 160px;
    }
  }
  .\39 00\:max-w-\[95\%\] {
    @media (width >= 900px) {
      max-width: 95%;
    }
  }
  .\39 00\:-translate-x-\[55\%\] {
    @media (width >= 900px) {
      --tw-translate-x: calc(55% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\39 00\:scale-115 {
    @media (width >= 900px) {
      --tw-scale-x: 115%;
      --tw-scale-y: 115%;
      --tw-scale-z: 115%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\39 00\:flex-row {
    @media (width >= 900px) {
      flex-direction: row;
    }
  }
  .\39 00\:justify-between {
    @media (width >= 900px) {
      justify-content: space-between;
    }
  }
  .\39 00\:gap-6 {
    @media (width >= 900px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\39 00\:py-6 {
    @media (width >= 900px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .\39 00\:text-2xl {
    @media (width >= 900px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\39 00\:text-5xl {
    @media (width >= 900px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\39 00\:text-base {
    @media (width >= 900px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\39 00\:text-sm {
    @media (width >= 900px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .\39 00\:text-xl {
    @media (width >= 900px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:top-40 {
    @media (width >= 1026px) {
      top: calc(var(--spacing) * 40);
    }
  }
  .lg\:-right-20 {
    @media (width >= 1026px) {
      right: calc(var(--spacing) * -20);
    }
  }
  .lg\:right-15 {
    @media (width >= 1026px) {
      right: calc(var(--spacing) * 15);
    }
  }
  .lg\:min-h-svh {
    @media (width >= 1026px) {
      min-height: 100svh;
    }
  }
  .lg\:w-24 {
    @media (width >= 1026px) {
      width: calc(var(--spacing) * 24);
    }
  }
  .lg\:w-50 {
    @media (width >= 1026px) {
      width: calc(var(--spacing) * 50);
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 1026px) {
      width: 35%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1026px) {
      width: 50%;
    }
  }
  .lg\:w-\[65\%\] {
    @media (width >= 1026px) {
      width: 65%;
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 1026px) {
      width: 160px;
    }
  }
  .lg\:max-w-120 {
    @media (width >= 1026px) {
      max-width: calc(var(--spacing) * 120);
    }
  }
  .lg\:max-w-\[80\%\] {
    @media (width >= 1026px) {
      max-width: 80%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1026px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1026px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1026px) {
      flex-direction: row;
    }
  }
  .lg\:items-stretch {
    @media (width >= 1026px) {
      align-items: stretch;
    }
  }
  .lg\:justify-end {
    @media (width >= 1026px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-4 {
    @media (width >= 1026px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-8 {
    @media (width >= 1026px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-0 {
    @media (width >= 1026px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-20 {
    @media (width >= 1026px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-24 {
    @media (width >= 1026px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-25 {
    @media (width >= 1026px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:text-3xl {
    @media (width >= 1026px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-7xl {
    @media (width >= 1026px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .xl\:mt-0 {
    @media (width >= 1290px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:h-45 {
    @media (width >= 1290px) {
      height: calc(var(--spacing) * 45);
    }
  }
  .xl\:h-\[70px\] {
    @media (width >= 1290px) {
      height: 70px;
    }
  }
  .xl\:h-\[550px\] {
    @media (width >= 1290px) {
      height: 550px;
    }
  }
  .xl\:w-10 {
    @media (width >= 1290px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .xl\:w-32 {
    @media (width >= 1290px) {
      width: calc(var(--spacing) * 32);
    }
  }
  .xl\:w-45 {
    @media (width >= 1290px) {
      width: calc(var(--spacing) * 45);
    }
  }
  .xl\:w-50 {
    @media (width >= 1290px) {
      width: calc(var(--spacing) * 50);
    }
  }
  .xl\:w-\[70px\] {
    @media (width >= 1290px) {
      width: 70px;
    }
  }
  .xl\:max-w-\[700px\] {
    @media (width >= 1290px) {
      max-width: 700px;
    }
  }
  .xl\:gap-10 {
    @media (width >= 1290px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-15 {
    @media (width >= 1290px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .xl\:space-y-6 {
    @media (width >= 1290px) {
      :where(& > :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)));
      }
    }
  }
  .xl\:p-6 {
    @media (width >= 1290px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .xl\:py-15 {
    @media (width >= 1290px) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .xl\:pt-15 {
    @media (width >= 1290px) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .xl\:pt-22 {
    @media (width >= 1290px) {
      padding-top: calc(var(--spacing) * 22);
    }
  }
  .xl\:pt-30 {
    @media (width >= 1290px) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .xl\:text-2xl {
    @media (width >= 1290px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 1290px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 1290px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 1290px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-base {
    @media (width >= 1290px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 1290px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-\[50px\] {
    @media (width >= 1290px) {
      font-size: 50px;
    }
  }
  .\32 xl\:-right-30 {
    @media (width >= 1600px) {
      right: calc(var(--spacing) * -30);
    }
  }
  .\32 xl\:left-\[52\%\] {
    @media (width >= 1600px) {
      left: 52%;
    }
  }
  .\32 xl\:h-52 {
    @media (width >= 1600px) {
      height: calc(var(--spacing) * 52);
    }
  }
  .\32 xl\:h-\[70px\] {
    @media (width >= 1600px) {
      height: 70px;
    }
  }
  .\32 xl\:h-\[600px\] {
    @media (width >= 1600px) {
      height: 600px;
    }
  }
  .\32 xl\:w-12 {
    @media (width >= 1600px) {
      width: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:w-40 {
    @media (width >= 1600px) {
      width: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:w-52 {
    @media (width >= 1600px) {
      width: calc(var(--spacing) * 52);
    }
  }
  .\32 xl\:w-80 {
    @media (width >= 1600px) {
      width: calc(var(--spacing) * 80);
    }
  }
  .\32 xl\:w-\[80px\] {
    @media (width >= 1600px) {
      width: 80px;
    }
  }
  .\32 xl\:w-\[200px\] {
    @media (width >= 1600px) {
      width: 200px;
    }
  }
  .\32 xl\:w-\[220px\] {
    @media (width >= 1600px) {
      width: 220px;
    }
  }
  .\32 xl\:w-\[380px\] {
    @media (width >= 1600px) {
      width: 380px;
    }
  }
  .\32 xl\:max-w-150 {
    @media (width >= 1600px) {
      max-width: calc(var(--spacing) * 150);
    }
  }
  .\32 xl\:max-w-\[85\%\] {
    @media (width >= 1600px) {
      max-width: 85%;
    }
  }
  .\32 xl\:-translate-x-\[52\%\] {
    @media (width >= 1600px) {
      --tw-translate-x: calc(52% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:grid-cols-\[1fr_1\.5fr_1fr\] {
    @media (width >= 1600px) {
      grid-template-columns: 1fr 1.5fr 1fr;
    }
  }
  .\32 xl\:gap-15 {
    @media (width >= 1600px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .\32 xl\:space-y-8 {
    @media (width >= 1600px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .\32 xl\:p-8 {
    @media (width >= 1600px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:py-6 {
    @media (width >= 1600px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:pb-4 {
    @media (width >= 1600px) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:text-3xl {
    @media (width >= 1600px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\32 xl\:text-4xl {
    @media (width >= 1600px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 1600px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 1600px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\32 xl\:text-lg {
    @media (width >= 1600px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\32 xl\:text-xl {
    @media (width >= 1600px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 xl\:text-\[28px\] {
    @media (width >= 1600px) {
      font-size: 28px;
    }
  }
  .\32 xl\:text-\[88px\] {
    @media (width >= 1600px) {
      font-size: 88px;
    }
  }
}
@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;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 0px;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --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-outline-style: solid;
      --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;
    }
  }
}
