/*! tailwindcss v4.2.1 | 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-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --container-2xl: 42rem;
    --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;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-lg: 16px;
    --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);
    --color-secondary: var(--secondary);
    --color-accent: var(--accent);
    --font-alexandria: var(--font-sans);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(0.25rem * 0);
  }
  .inset-x-0 {
    inset-inline: calc(0.25rem * 0);
  }
  .start {
    inset-inline-start: 0.25rem;
  }
  .end {
    inset-inline-end: 0.25rem;
  }
  .top-0 {
    top: calc(0.25rem * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-6 {
    top: calc(0.25rem * 6);
  }
  .top-10 {
    top: calc(0.25rem * 10);
  }
  .top-16 {
    top: calc(0.25rem * 16);
  }
  .top-20 {
    top: calc(0.25rem * 20);
  }
  .top-\[calc\(85vh\)\] {
    top: calc(85vh);
  }
  .right-0 {
    right: calc(0.25rem * 0);
  }
  .right-1\/2 {
    right: calc(1 / 2 * 100%);
  }
  .right-4 {
    right: calc(0.25rem * 4);
  }
  .right-10 {
    right: calc(0.25rem * 10);
  }
  .bottom-0 {
    bottom: calc(0.25rem * 0);
  }
  .bottom-2\.5 {
    bottom: calc(0.25rem * 2.5);
  }
  .bottom-6 {
    bottom: calc(0.25rem * 6);
  }
  .bottom-8 {
    bottom: calc(0.25rem * 8);
  }
  .bottom-11 {
    bottom: calc(0.25rem * 11);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(0.25rem * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2\.5 {
    left: calc(0.25rem * 2.5);
  }
  .left-5 {
    left: calc(0.25rem * 5);
  }
  .left-6 {
    left: calc(0.25rem * 6);
  }
  .left-10 {
    left: calc(0.25rem * 10);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-8 {
    z-index: 8;
  }
  .z-10 {
    z-index: 10;
  }
  .z-15 {
    z-index: 15;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 24.375rem) {
      max-width: 24.375rem;
    }
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 71.25rem) {
      max-width: 71.25rem;
    }
  }
  .m-0 {
    margin: calc(0.25rem * 0);
  }
  .container {
    margin-inline: auto;
    padding-inline: .5rem;
    @media (min-width: 640px) {
      padding-inline: 0;
    }
  }
  .mx-2 {
    margin-inline: calc(0.25rem * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(0.25rem * 6);
  }
  .my-7 {
    margin-block: calc(0.25rem * 7);
  }
  .my-11 {
    margin-block: calc(0.25rem * 11);
  }
  .my-15 {
    margin-block: calc(0.25rem * 15);
  }
  .my-20 {
    margin-block: calc(0.25rem * 20);
  }
  .my-30 {
    margin-block: calc(0.25rem * 30);
  }
  .-mt-10 {
    margin-top: calc(0.25rem * -10);
  }
  .mt-2 {
    margin-top: calc(0.25rem * 2);
  }
  .mt-3 {
    margin-top: calc(0.25rem * 3);
  }
  .mt-4 {
    margin-top: calc(0.25rem * 4);
  }
  .mt-5 {
    margin-top: calc(0.25rem * 5);
  }
  .mt-8 {
    margin-top: calc(0.25rem * 8);
  }
  .mt-10 {
    margin-top: calc(0.25rem * 10);
  }
  .mt-13 {
    margin-top: calc(0.25rem * 13);
  }
  .mt-15 {
    margin-top: calc(0.25rem * 15);
  }
  .mt-16 {
    margin-top: calc(0.25rem * 16);
  }
  .mt-18 {
    margin-top: calc(0.25rem * 18);
  }
  .mt-25 {
    margin-top: calc(0.25rem * 25);
  }
  .mt-34 {
    margin-top: calc(0.25rem * 34);
  }
  .-mr-px {
    margin-right: -1px;
  }
  .mr-5 {
    margin-right: calc(0.25rem * 5);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-2 {
    margin-bottom: calc(0.25rem * 2);
  }
  .mb-3 {
    margin-bottom: calc(0.25rem * 3);
  }
  .mb-4 {
    margin-bottom: calc(0.25rem * 4);
  }
  .mb-5 {
    margin-bottom: calc(0.25rem * 5);
  }
  .mb-6 {
    margin-bottom: calc(0.25rem * 6);
  }
  .mb-8 {
    margin-bottom: calc(0.25rem * 8);
  }
  .mb-10 {
    margin-bottom: calc(0.25rem * 10);
  }
  .mb-15 {
    margin-bottom: calc(0.25rem * 15);
  }
  .mb-17 {
    margin-bottom: calc(0.25rem * 17);
  }
  .mb-18 {
    margin-bottom: calc(0.25rem * 18);
  }
  .mb-20 {
    margin-bottom: calc(0.25rem * 20);
  }
  .mb-30 {
    margin-bottom: calc(0.25rem * 30);
  }
  .mb-31 {
    margin-bottom: calc(0.25rem * 31);
  }
  .ml-2 {
    margin-left: calc(0.25rem * 2);
  }
  .ml-5 {
    margin-left: calc(0.25rem * 5);
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-16\/11 {
    aspect-ratio: 16/11;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-\[16\/11\] {
    aspect-ratio: 16/11;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-4 {
    width: calc(0.25rem * 4);
    height: calc(0.25rem * 4);
  }
  .size-5 {
    width: calc(0.25rem * 5);
    height: calc(0.25rem * 5);
  }
  .size-6 {
    width: calc(0.25rem * 6);
    height: calc(0.25rem * 6);
  }
  .size-7 {
    width: calc(0.25rem * 7);
    height: calc(0.25rem * 7);
  }
  .size-8 {
    width: calc(0.25rem * 8);
    height: calc(0.25rem * 8);
  }
  .size-8\! {
    width: calc(0.25rem * 8) !important;
    height: calc(0.25rem * 8) !important;
  }
  .size-9 {
    width: calc(0.25rem * 9);
    height: calc(0.25rem * 9);
  }
  .size-10 {
    width: calc(0.25rem * 10);
    height: calc(0.25rem * 10);
  }
  .size-11 {
    width: calc(0.25rem * 11);
    height: calc(0.25rem * 11);
  }
  .size-12 {
    width: calc(0.25rem * 12);
    height: calc(0.25rem * 12);
  }
  .size-14 {
    width: calc(0.25rem * 14);
    height: calc(0.25rem * 14);
  }
  .size-15 {
    width: calc(0.25rem * 15);
    height: calc(0.25rem * 15);
  }
  .size-16 {
    width: calc(0.25rem * 16);
    height: calc(0.25rem * 16);
  }
  .size-20 {
    width: calc(0.25rem * 20);
    height: calc(0.25rem * 20);
  }
  .size-\[38px\] {
    width: 38px;
    height: 38px;
  }
  .size-\[246px\] {
    width: 246px;
    height: 246px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0\.5 {
    height: calc(0.25rem * 0.5);
  }
  .h-1 {
    height: calc(0.25rem * 1);
  }
  .h-5 {
    height: calc(0.25rem * 5);
  }
  .h-9 {
    height: calc(0.25rem * 9);
  }
  .h-10 {
    height: calc(0.25rem * 10);
  }
  .h-11 {
    height: calc(0.25rem * 11);
  }
  .h-11\.5 {
    height: calc(0.25rem * 11.5);
  }
  .h-12 {
    height: calc(0.25rem * 12);
  }
  .h-12\.5 {
    height: calc(0.25rem * 12.5);
  }
  .h-13\.5 {
    height: calc(0.25rem * 13.5);
  }
  .h-16 {
    height: calc(0.25rem * 16);
  }
  .h-35 {
    height: calc(0.25rem * 35);
  }
  .h-60 {
    height: calc(0.25rem * 60);
  }
  .h-62\.5 {
    height: calc(0.25rem * 62.5);
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[calc\(var\(--page-header-height\)\)\] {
    height: calc(var(--page-header-height));
  }
  .h-\[var\(--page-header-height\)\] {
    height: var(--page-header-height);
  }
  .h-\[var\(--page-header-height-sm\)\] {
    height: var(--page-header-height-sm);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-header-height {
    height: var(--header-height);
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-60 {
    max-height: calc(0.25rem * 60);
  }
  .max-h-\[80\%\] {
    max-height: 80%;
  }
  .max-h-\[90\%\] {
    max-height: 90%;
  }
  .min-h-\[50\%\] {
    min-height: 50%;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2\! {
    width: calc(1 / 2 * 100%) !important;
  }
  .w-5 {
    width: calc(0.25rem * 5);
  }
  .w-6 {
    width: calc(0.25rem * 6);
  }
  .w-8 {
    width: calc(0.25rem * 8);
  }
  .w-10 {
    width: calc(0.25rem * 10);
  }
  .w-11 {
    width: calc(0.25rem * 11);
  }
  .w-12 {
    width: calc(0.25rem * 12);
  }
  .w-40 {
    width: calc(0.25rem * 40);
  }
  .w-64 {
    width: calc(0.25rem * 64);
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .\!translate-x-0 {
    --tw-translate-x: calc(0.25rem * 0) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-15 {
    --tw-translate-x: calc(0.25rem * -15);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(0.25rem * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1 / 2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-15 {
    --tw-translate-x: calc(0.25rem * 15);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(0.25rem * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(0.25rem * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(0.25rem * 1);
  }
  .gap-1\.5 {
    gap: calc(0.25rem * 1.5);
  }
  .gap-2 {
    gap: calc(0.25rem * 2);
  }
  .gap-2\.5 {
    gap: calc(0.25rem * 2.5);
  }
  .gap-3 {
    gap: calc(0.25rem * 3);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
  }
  .gap-5 {
    gap: calc(0.25rem * 5);
  }
  .gap-6 {
    gap: calc(0.25rem * 6);
  }
  .gap-8 {
    gap: calc(0.25rem * 8);
  }
  .gap-10 {
    gap: calc(0.25rem * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 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(0.25rem * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-9 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 9) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 9) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    column-gap: calc(0.25rem * 6);
  }
  .-space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(0.25rem * -2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(0.25rem * -2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-12 {
    row-gap: calc(0.25rem * 12);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-white\/8 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #fff 8%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
      }
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dark {
    border-color: var(--dark);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-primary {
    border-color: var(--primary);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/6 {
    border-color: color-mix(in srgb, #fff 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 6%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/2 {
    background-color: color-mix(in srgb, #000 2%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 2%, transparent);
    }
  }
  .bg-black\/35 {
    background-color: color-mix(in srgb, #000 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
  }
  .bg-dark {
    background-color: var(--dark);
  }
  .bg-destructive {
    background-color: var(--destructive);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-primary\/10 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }
  .bg-primary\/40 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 40%, transparent);
    }
  }
  .bg-primary\/80 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 80%, transparent);
    }
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-500\! {
    background-color: var(--color-red-500) !important;
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-secondary\/20 {
    background-color: var(--secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--secondary) 20%, transparent);
    }
  }
  .bg-secondary\/30 {
    background-color: var(--secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--secondary) 30%, transparent);
    }
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .\[background-image\:linear-gradient\(270deg\,var\(--primary3\)_-348\.85\%\,var\(--primary2\)_42\.45\%\,var\(--primary\)_349\.9\%\)\] {
    background-image: linear-gradient(270deg,var(--primary3) -348.85%,var(--primary2) 42.45%,var(--primary) 349.9%);
  }
  .from-\[\#FFF1DC\] {
    --tw-gradient-from: #FFF1DC;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-primary {
    --tw-gradient-from: var(--primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-purple-500 {
    --tw-gradient-from: var(--color-purple-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-primary2 {
    --tw-gradient-via: var(--primary2);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#FFF1DC\]\/0 {
    --tw-gradient-to: color-mix(in oklab, #FFF1DC 0%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-pink-500 {
    --tw-gradient-to: var(--color-pink-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-primary3 {
    --tw-gradient-to: var(--primary3);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .\[background-size\:200\%_100\%\] {
    background-size: 200% 100%;
  }
  .bg-cover {
    background-size: cover;
  }
  .\[background-position\:0\%_0\%\] {
    background-position: 0% 0%;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(0.25rem * 0);
  }
  .p-2 {
    padding: calc(0.25rem * 2);
  }
  .p-2\.5 {
    padding: calc(0.25rem * 2.5);
  }
  .p-3 {
    padding: calc(0.25rem * 3);
  }
  .p-4 {
    padding: calc(0.25rem * 4);
  }
  .p-5 {
    padding: calc(0.25rem * 5);
  }
  .p-6 {
    padding: calc(0.25rem * 6);
  }
  .p-7\.5 {
    padding: calc(0.25rem * 7.5);
  }
  .px-1 {
    padding-inline: calc(0.25rem * 1);
  }
  .px-2 {
    padding-inline: calc(0.25rem * 2);
  }
  .px-3 {
    padding-inline: calc(0.25rem * 3);
  }
  .px-4 {
    padding-inline: calc(0.25rem * 4);
  }
  .px-5 {
    padding-inline: calc(0.25rem * 5);
  }
  .px-6 {
    padding-inline: calc(0.25rem * 6);
  }
  .px-7 {
    padding-inline: calc(0.25rem * 7);
  }
  .px-8 {
    padding-inline: calc(0.25rem * 8);
  }
  .px-9 {
    padding-inline: calc(0.25rem * 9);
  }
  .px-10 {
    padding-inline: calc(0.25rem * 10);
  }
  .px-12 {
    padding-inline: calc(0.25rem * 12);
  }
  .py-1 {
    padding-block: calc(0.25rem * 1);
  }
  .py-1\.5 {
    padding-block: calc(0.25rem * 1.5);
  }
  .py-2 {
    padding-block: calc(0.25rem * 2);
  }
  .py-2\.5 {
    padding-block: calc(0.25rem * 2.5);
  }
  .py-3 {
    padding-block: calc(0.25rem * 3);
  }
  .py-3\.5 {
    padding-block: calc(0.25rem * 3.5);
  }
  .py-4 {
    padding-block: calc(0.25rem * 4);
  }
  .py-5 {
    padding-block: calc(0.25rem * 5);
  }
  .py-6 {
    padding-block: calc(0.25rem * 6);
  }
  .py-7\.5 {
    padding-block: calc(0.25rem * 7.5);
  }
  .py-8 {
    padding-block: calc(0.25rem * 8);
  }
  .py-10 {
    padding-block: calc(0.25rem * 10);
  }
  .py-11 {
    padding-block: calc(0.25rem * 11);
  }
  .py-20 {
    padding-block: calc(0.25rem * 20);
  }
  .pt-4 {
    padding-top: calc(0.25rem * 4);
  }
  .pt-5 {
    padding-top: calc(0.25rem * 5);
  }
  .pt-6 {
    padding-top: calc(0.25rem * 6);
  }
  .pt-7 {
    padding-top: calc(0.25rem * 7);
  }
  .pt-10 {
    padding-top: calc(0.25rem * 10);
  }
  .pt-20 {
    padding-top: calc(0.25rem * 20);
  }
  .pt-\[calc\(var\(--header-height\)\+3rem\)\] {
    padding-top: calc(var(--header-height) + 3rem);
  }
  .pr-4 {
    padding-right: calc(0.25rem * 4);
  }
  .pr-12\! {
    padding-right: calc(0.25rem * 12) !important;
  }
  .pb-3 {
    padding-bottom: calc(0.25rem * 3);
  }
  .pb-5 {
    padding-bottom: calc(0.25rem * 5);
  }
  .pb-7 {
    padding-bottom: calc(0.25rem * 7);
  }
  .pb-7\.5 {
    padding-bottom: calc(0.25rem * 7.5);
  }
  .pb-10 {
    padding-bottom: calc(0.25rem * 10);
  }
  .pb-15 {
    padding-bottom: calc(0.25rem * 15);
  }
  .pb-px {
    padding-bottom: 1px;
  }
  .pl-10 {
    padding-left: calc(0.25rem * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .leading-7 {
    --tw-leading: calc(0.25rem * 7);
    line-height: calc(0.25rem * 7);
  }
  .leading-10 {
    --tw-leading: calc(0.25rem * 10);
    line-height: calc(0.25rem * 10);
  }
  .leading-11 {
    --tw-leading: calc(0.25rem * 11);
    line-height: calc(0.25rem * 11);
  }
  .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-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;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-current {
    color: currentcolor;
  }
  .text-dark {
    color: var(--dark);
  }
  .text-fg-on-dark {
    color: var(--fg-on-dark);
  }
  .text-fg-on-destructive {
    color: var(--fg-on-destructive);
  }
  .text-fg-on-primary {
    color: var(--fg-on-primary);
  }
  .text-fg-on-secondary {
    color: var(--fg-on-secondary);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-secondary {
    color: var(--secondary);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 0 15px var(--tw-shadow-color, rgb(0 0 0 / 8%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    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,) !important;
  }
  .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-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--color-icon-primary\:\#0c5a7a\] {
    --color-icon-primary: #0c5a7a;
  }
  .\[--color-icon-secondary\:var\(--color-secondary\)\] {
    --color-icon-secondary: var(--color-secondary);
  }
  .\*\:not-last\:pb-6 {
    :is(& > *) {
      &:not(*:last-child) {
        padding-bottom: calc(0.25rem * 6);
      }
    }
  }
  .group-hover\:scale-90 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 90%;
        --tw-scale-y: 90%;
        --tw-scale-z: 90%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:-rotate-6 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: calc(6deg * -1);
      }
    }
  }
  .group-hover\:rotate-6 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 6deg;
      }
    }
  }
  .group-hover\:opacity-80 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .group-hover\/btn\:-translate-x-0\.5 {
    &:is(:where(.group\/btn):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(0.25rem * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/btn\:-translate-y-0\.5 {
    &:is(:where(.group\/btn):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(0.25rem * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/item\:space-x-0 {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        :where(& > :not(:last-child)) {
          --tw-space-x-reverse: 0;
          margin-inline-start: calc(calc(0.25rem * 0) * var(--tw-space-x-reverse));
          margin-inline-end: calc(calc(0.25rem * 0) * calc(1 - var(--tw-space-x-reverse)));
        }
      }
    }
  }
  .group-hover\/link\:text-white {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-\[\.is-active\]\:rotate-180 {
    &:is(:where(.group):is(.is-active) *) {
      rotate: 180deg;
    }
  }
  .group-\[\.post-invert\]\/parent\:border-0 {
    &:is(:where(.group\/parent):is(.post-invert) *) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .group-\[\.post-invert\]\/parent\:text-white {
    &:is(:where(.group\/parent):is(.post-invert) *) {
      color: var(--color-white);
    }
  }
  .placeholder\:text-gray-500 {
    &::placeholder {
      color: var(--color-gray-500);
    }
  }
  .last\:rounded-l-md {
    &:last-child {
      border-top-left-radius: var(--radius-md);
      border-bottom-left-radius: var(--radius-md);
    }
  }
  .hover\:scale-90 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 90%;
        --tw-scale-y: 90%;
        --tw-scale-z: 90%;
        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\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:scale-\[1\.05\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--primary);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-green-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-700);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
      }
    }
  }
  .hover\:bg-primary\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-500\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-500) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--secondary);
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:bg-white\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
        }
      }
    }
  }
  .hover\:\[background-position\:100\%_0\%\] {
    &:hover {
      @media (hover: hover) {
        background-position: 100% 0%;
      }
    }
  }
  .hover\:text-fg-on-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--fg-on-primary);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--primary);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:text-secondary {
    &:hover {
      @media (hover: hover) {
        color: var(--secondary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
      }
    }
  }
  .hover\:shadow-xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
      }
    }
  }
  .hover\:shadow-accent\/50 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--accent) 50%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:shadow-dark\/50 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: var(--dark);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--dark) 50%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:shadow-destructive\/50 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--destructive) 50%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:shadow-secondary\/50 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: var(--secondary);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--secondary) 50%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:\[--color-icon-primary\:\#fff\] {
    &:hover {
      @media (hover: hover) {
        --color-icon-primary: #fff;
      }
    }
  }
  .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-primary {
    &:focus {
      --tw-ring-color: var(--primary);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --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-visible\:ring-accent {
    &:focus-visible {
      --tw-ring-color: var(--accent);
    }
  }
  .focus-visible\:ring-dark {
    &:focus-visible {
      --tw-ring-color: var(--dark);
    }
  }
  .focus-visible\:ring-destructive {
    &:focus-visible {
      --tw-ring-color: var(--destructive);
    }
  }
  .focus-visible\:ring-primary {
    &:focus-visible {
      --tw-ring-color: var(--primary);
    }
  }
  .focus-visible\:ring-secondary {
    &:focus-visible {
      --tw-ring-color: var(--secondary);
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --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-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .xxs\:grid-cols-2 {
    @media (width >= 24.375rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xs\:order-2 {
    @media (width >= 30rem) {
      order: 2;
    }
  }
  .xs\:order-3 {
    @media (width >= 30rem) {
      order: 3;
    }
  }
  .xs\:mr-0 {
    @media (width >= 30rem) {
      margin-right: calc(0.25rem * 0);
    }
  }
  .xs\:block {
    @media (width >= 30rem) {
      display: block;
    }
  }
  .xs\:h-auto {
    @media (width >= 30rem) {
      height: auto;
    }
  }
  .xs\:w-\[140px\] {
    @media (width >= 30rem) {
      width: 140px;
    }
  }
  .xs\:flex-1 {
    @media (width >= 30rem) {
      flex: 1;
    }
  }
  .xs\:grid-cols-2 {
    @media (width >= 30rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xs\:grid-cols-3 {
    @media (width >= 30rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xs\:flex-row {
    @media (width >= 30rem) {
      flex-direction: row;
    }
  }
  .xs\:rounded-l-2xl {
    @media (width >= 30rem) {
      border-top-left-radius: var(--radius-2xl);
      border-bottom-left-radius: var(--radius-2xl);
    }
  }
  .xs\:rounded-l-none {
    @media (width >= 30rem) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .xs\:rounded-r-2xl {
    @media (width >= 30rem) {
      border-top-right-radius: var(--radius-2xl);
      border-bottom-right-radius: var(--radius-2xl);
    }
  }
  .xs\:rounded-br-none {
    @media (width >= 30rem) {
      border-bottom-right-radius: 0;
    }
  }
  .xs\:border-r-0 {
    @media (width >= 30rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .sm\:top-1\/2 {
    @media (width >= 40rem) {
      top: calc(1 / 2 * 100%);
    }
  }
  .sm\:col-span-1 {
    @media (width >= 40rem) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:mr-5 {
    @media (width >= 40rem) {
      margin-right: calc(0.25rem * 5);
    }
  }
  .sm\:mr-9 {
    @media (width >= 40rem) {
      margin-right: calc(0.25rem * 9);
    }
  }
  .sm\:ml-5 {
    @media (width >= 40rem) {
      margin-left: calc(0.25rem * 5);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:w-\[200px\] {
    @media (width >= 40rem) {
      width: 200px;
    }
  }
  .sm\:w-\[458px\] {
    @media (width >= 40rem) {
      width: 458px;
    }
  }
  .sm\:-translate-y-1\/2 {
    @media (width >= 40rem) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(0.25rem * 0);
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-9 {
    @media (width >= 48rem) {
      grid-column: span 9 / span 9;
    }
  }
  .md\:col-span-10 {
    @media (width >= 48rem) {
      grid-column: span 10 / span 10;
    }
  }
  .md\:ml-15 {
    @media (width >= 48rem) {
      margin-left: calc(0.25rem * 15);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[290px\] {
    @media (width >= 48rem) {
      width: 290px;
    }
  }
  .md\:w-\[640px\] {
    @media (width >= 48rem) {
      width: 640px;
    }
  }
  .md\:max-w-2xl {
    @media (width >= 48rem) {
      max-width: var(--container-2xl);
    }
  }
  .md\:max-w-\[900px\] {
    @media (width >= 48rem) {
      max-width: 900px;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:justify-around {
    @media (width >= 48rem) {
      justify-content: space-around;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 0);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 6);
    }
  }
  .md\:gap-7\.5 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 7.5);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(0.25rem * 12);
    }
  }
  .md\:space-y-3 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(0.25rem * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(0.25rem * 3) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-6 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(0.25rem * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(0.25rem * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-8 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(0.25rem * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(0.25rem * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-9 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(0.25rem * 9) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(0.25rem * 9) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-10 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(0.25rem * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(0.25rem * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-12 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(0.25rem * 12) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(0.25rem * 12) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(0.25rem * 6);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(0.25rem * 10);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(0.25rem * 6);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(0.25rem * 10);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(0.25rem * 16);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 14);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(0.25rem * 10);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .ltr\:right-6 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(0.25rem * 6);
    }
  }
  .ltr\:left-11 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(0.25rem * 11);
    }
  }
  .ltr\:-translate-x-full {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .rtl\:right-11 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(0.25rem * 11);
    }
  }
  .rtl\:left-6 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(0.25rem * 6);
    }
  }
  .rtl\:translate-x-full {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .dark\:border-primary\/80 {
    &:is(.dark *) {
      border-color: var(--primary);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
  }
  .dark\:bg-black {
    &:is(.dark *) {
      background-color: var(--color-black);
    }
  }
  .dark\:bg-slate-700 {
    &:is(.dark *) {
      background-color: var(--color-slate-700);
    }
  }
  .dark\:bg-slate-800 {
    &:is(.dark *) {
      background-color: var(--color-slate-800);
    }
  }
  .dark\:text-gray-200 {
    &:is(.dark *) {
      color: var(--color-gray-200);
    }
  }
  .dark\:text-white {
    &:is(.dark *) {
      color: var(--color-white);
    }
  }
  .dark\:shadow-accent\/30 {
    &:is(.dark *) {
      --tw-shadow-color: var(--accent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--accent) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:shadow-destructive\/30 {
    &:is(.dark *) {
      --tw-shadow-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--destructive) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:shadow-primary\/30 {
    &:is(.dark *) {
      --tw-shadow-color: var(--primary);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--primary) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:shadow-secondary\/30 {
    &:is(.dark *) {
      --tw-shadow-color: var(--secondary);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--secondary) 30%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .dark\:hover\:bg-primary\/20 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--primary);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--primary) 20%, transparent);
          }
        }
      }
    }
  }
  .\[\&\.swiper-slide-active\]\:opacity-100 {
    &.swiper-slide-active {
      opacity: 100%;
    }
  }
  .\[\&\.swiper-slide-fully-visible\]\:opacity-100 {
    &.swiper-slide-fully-visible {
      opacity: 100%;
    }
  }
  .\[\&\:nth-child\(2\)\]\:mr-0 {
    &:nth-child(2) {
      margin-right: calc(0.25rem * 0);
    }
  }
  .\[\&\:nth-child\(2\)\]\:rounded-r-md {
    &:nth-child(2) {
      border-top-right-radius: var(--radius-md);
      border-bottom-right-radius: var(--radius-md);
    }
  }
  .\[\&\>img\]\:transition-all {
    &>img {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&\>img\]\:duration-300 {
    &>img {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
}
:root {
  --font-sans: "Alexandria", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --background: oklch(1 0 0);
  --foreground: oklch(0 0 0);
  --border: oklch(0.928 0.006 264.531);
  --primary: oklch(0.6162 0.1013 66.32);
  --primary2: oklch(0.6827 0.1074 70.59);
  --primary3: oklch(0.7813 0.1186 76.22);
  --secondary: oklch(0.6162 0.1013 66.32);
  --accent: oklch(0.7813 0.1186 76.22);
  --color-black: oklch(0.2293 0.0173 259.75);
  --dark: oklch(0.2293 0.0173 259.75);
  --destructive: oklch(0.5614 0.2064 27.08);
  --fg-white: oklch(1 0 0);
  --fg-black: oklch(0 0 0);
  --fg-on-primary: var(--fg-white);
  --fg-on-secondary: var(--fg-black);
  --fg-on-dark: var(--fg-white);
  --fg-on-destructive: var(--fg-black);
  --header-height: 4.375rem;
  --header-height-sm: 4.375rem;
  --header-height-mobile: 4.375rem;
}
@layer base {
  body {
    background-color: var(--background);
    color: var(--foreground);
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: var(--font-alexandria), sans-serif;
  }
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--border, currentColor);
  }
  button:not(:disabled), [role="button"]:not(:disabled) {
    cursor: pointer;
  }
  dialog {
    margin: auto;
  }
}
.scrollbar {
  &::-webkit-scrollbar {
    height: calc(0.25rem * 2);
    width: calc(0.25rem * 2);
  }
  &::-webkit-scrollbar-track {
    background-color: var(--color-slate-50);
  }
  &::-webkit-scrollbar-thumb {
    background-color: var(--color-slate-200);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-300);
      }
    }
  }
  &::-webkit-scrollbar-track, &::-webkit-scrollbar-thumb {
    border-radius: calc(infinity * 1px);
  }
}
body {
  background-color: var(--color-white);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  &:is(.dark *) {
    background-color: var(--color-slate-900);
  }
}
@mixin --haed {
  scale: .3;
}
.theme-toggle {
  position: relative;
  height: calc(0.25rem * 10);
  width: calc(0.25rem * 10);
  cursor: pointer;
  overflow: hidden;
  border-radius: calc(infinity * 1px);
  background-color: var(--primary);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      background-color: var(--primary);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
  }
  .icon {
    pointer-events: none;
    position: absolute;
    top: calc(1 / 2 * 100%);
    right: calc(1 / 2 * 100%);
    --tw-translate-x: calc(1 / 2 * 100%);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &.icon-light {
      margin-top: calc(0.25rem * 10);
      opacity: 0%;
    }
    html.dark & {
      &.icon-light {
        margin-top: calc(0.25rem * 0);
        opacity: 100%;
      }
      &.icon-dark {
        margin-top: calc(0.25rem * 10);
        opacity: 0%;
      }
    }
  }
}
.search-box-active {
  pointer-events: none;
  opacity: 20%;
}
.mouse-helper {
  pointer-events: none;
  top: calc(0.25rem * 0);
  left: calc(0.25rem * 0);
  display: none;
  overflow: hidden;
  border-radius: calc(infinity * 1px);
  @media (width >= 30rem) {
    position: fixed;
  }
  transition: left 0.3s ease, top 0.3s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.mouse-helper-inner {
  --cursor-width: 14px;
  top: calc(calc(var(--cursor-width) / 2) * -1);
  left: calc(calc(var(--cursor-width) / 2) * -1);
  z-index: 10000001;
  display: flex;
  height: calc(var(--cursor-width));
  width: calc(var(--cursor-width));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  color: var(--color-white);
  mix-blend-mode: difference;
  transition: width 0.3s ease,height 0.3s ease,opacity 0.3s ease,color 0.3s ease,background-color 0.3s ease,left 0.3s ease,top 0.3s ease,border-radius 0.1s ease,box-shadow 0.2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  will-change: left, top, width, height;
  &.mouse-helper-hover {
    --cursor-width: 24px;
  }
  &.mouse-helper-hover-icon {
    --cursor-width: 48px;
    background-color: var(--primary);
    mix-blend-mode: normal;
  }
}
.post {
  position: relative;
  .post-link, .podcast-link {
    &::before {
      position: absolute;
      inset: calc(0.25rem * 0);
      z-index: 1;
      overflow: hidden;
      white-space: nowrap;
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .post-image, .podcast-image {
    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      &.lazyloaded {
        opacity: 100% !important;
      }
    }
  }
  .skeleton {
    --skeleton-bg: #f3f3f3;
    --skeleton-bg-anim: #f9f9f9;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--skeleton-bg);
    &::after {
      content: '';
      position: absolute;
      inset: calc(0.25rem * 0);
      z-index: 10;
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
      background-image: linear-gradient(90deg, var(--skeleton-bg) 0px, var(--skeleton-bg-anim) 40px, var(--skeleton-bg) 80px);
      animation: skeleton 1.6s linear infinite;
    }
  }
  .lazyload-bg {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 02%, transparent);
    }
    background-image: url(assets/images/logo-lazy.ca05ffa3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    &.lazyload-xs {
      background-size: 20%;
    }
  }
  &:hover {
    .post-image {
      img {
        --tw-brightness: brightness(90%);
        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,);
      }
    }
  }
}
.post-1 {
  &, .post-image, .post-image img {
    border-radius: var(--radius-lg);
  }
  .post-image {
    img {
      &.filter-1 {
        --tw-grayscale: grayscale(100%);
        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,);
      }
    }
  }
  .post-body {
    position: absolute;
    inset: calc(0.25rem * 0);
    z-index: 2;
    border-radius: var(--radius-lg);
    &.bg-1 {
      --tw-gradient-position: to top in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
      --tw-gradient-from: #262626;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      --tw-gradient-via: transparent;
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
      &:is(.dark *) {
        --tw-gradient-from: var(--color-black);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
    &.bg-2 {
      --tw-gradient-position: to top in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
      --tw-gradient-from: var(--color-black);
      --tw-gradient-via: transparent;
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
      --tw-gradient-to: var(--color-black);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  &:hover {
    .post-image {
      img {
        --tw-grayscale: grayscale(0%);
        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,);
      }
    }
  }
}
.loader {
  border: 2px solid transparent;
  display: inline-block;
  width: calc(0.25rem * 4);
  height: calc(0.25rem * 4);
  animation: rotation 1s linear infinite;
  border-radius: calc(infinity * 1px);
  &.loader-light {
    border-color: var(--color-white);
    border-bottom-color: transparent;
  }
  &.loader-dark {
    border-color: var(--color-black);
    border-bottom-color: transparent;
  }
  &.loader-primary {
    border-color: var(--primary);
    border-bottom-color: transparent;
  }
}
.input-box {
  position: relative;
  width: 100%;
}
.input {
  width: 100%;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--primary) 20%, transparent);
  }
  background-color: transparent;
  padding-inline: calc(0.25rem * 0);
  padding-top: calc(0.25rem * 6);
  padding-bottom: calc(0.25rem * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &::placeholder {
    opacity: 0%;
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  &:not([readonly]) {
    &:focus {
      border-color: var(--primary);
    }
  }
  &:focus ~ label, &:not(:placeholder-shown) ~ label {
    --tw-translate-y: calc(0.25rem * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--primary);
  }
}
.input:not(textarea) {
  height: calc(0.25rem * 14);
}
.input:has(textarea) {
  padding-block: calc(0.25rem * 5);
}
.input-box label {
  pointer-events: none;
  position: absolute;
  top: calc(0.25rem * 3);
  right: calc(0.25rem * 0);
  transform-origin: 100% 0;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-slate-500);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  [dir="ltr"] & {
    right: auto;
    left: calc(0.25rem * 0);
    transform-origin: 0 0;
  }
}
select.input {
  appearance: none;
  --tw-border-style: none;
  border-style: none;
  background-color: var(--color-slate-100);
  background-repeat: no-repeat;
  padding-top: calc(0.25rem * 2);
  background-image: url(uploads/chevron-down.4f4901c5.svg);
  [dir="rtl"] & {
    background-position: left 0.7em top 50%, 0 0;
  }
  [dir="ltr"] & {
    background-position: right 0.7em top 50%, 0 0;
  }
  &:focus {
    background-image: url(uploads/chevron-up.6c5a75bf.svg);
  }
  option:first-of-type {
    color: var(--color-slate-400);
  }
}
.input-checkbox {
  height: calc(0.25rem * 5);
  width: calc(0.25rem * 5);
  flex-shrink: 0;
  appearance: none;
  border-radius: 0.25rem;
  border-style: var(--tw-border-style);
  border-width: 2px;
  background-color: var(--color-white);
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-white);
  &:checked {
    border-color: var(--primary);
  }
  &:checked {
    background-color: var(--primary);
  }
  &:checked {
    color: var(--color-white);
  }
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
  }
  &:checked {
    background-image: url(uploads/check.357677da.svg);
  }
  &:indeterminate {
    color: var(--color-black);
    background-image: url(uploads/dash.54c3fd05.svg);
  }
}
.input-radio {
  height: calc(0.25rem * 4);
  width: calc(0.25rem * 4);
  appearance: none;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 2px;
  background-color: var(--color-white);
  color: var(--color-white);
  &:checked {
    border-color: var(--color-white);
  }
  &:checked {
    background-color: var(--primary);
  }
  &:checked {
    --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);
  }
  &:checked {
    --tw-ring-color: var(--primary);
  }
  &:checked {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.range-slider {
  position: relative;
  min-height: 24px;
  input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #e2e8f0;
    pointer-events: none;
    &::-webkit-slider-thumb {
      pointer-events: auto;
      height: 22px;
      width: 22px;
      cursor: pointer;
      appearance: none;
      border-radius: calc(infinity * 1px);
      background-image: url(uploads/slider-thumb.6bb73c4a.svg);
    }
    &::-moz-range-thumb {
      pointer-events: auto;
      height: 22px;
      width: 22px;
      cursor: pointer;
      appearance: none;
      border-radius: calc(infinity * 1px);
      background-image: url(uploads/slider-thumb.6bb73c4a.svg);
      &:hover {
        background-color: var(--primary);
      }
    }
    &.fromSlider {
      z-index: 1;
      height: calc(0.25rem * 0);
    }
  }
}
.input-dialer {
  height: calc(0.25rem * 12);
  width: calc(0.25rem * 80);
  border-radius: 0.25rem;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--primary);
  text-align: center;
  &::-webkit-inner-spin-button, &::-webkit-outer-spin-button {
    appearance: none;
  }
}
.reviews-logo {
  --indicator-size: 60px;
  &::before, &::after {
    content: '';
    width: var(--indicator-size);
    height: var(--indicator-size);
    content: "";
    position: absolute;
    bottom: 63px;
    z-index: 1;
    background-color: transparent;
    box-shadow: 0 -30px 0 0 var(--color-white);
    pointer-events: none;
  }
  &::before {
    left: -50px;
    border-top-right-radius: 100px;
  }
  &::after {
    right: -50px;
    border-top-left-radius: 100px;
  }
}
.post-text {
  blockquote {
    border-radius: var(--radius-lg);
    background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-yellow-500) 20%, transparent);
    }
    padding-block: calc(0.25rem * 5);
    padding-right: calc(0.25rem * 14);
    background-image: url(uploads/quote.5c6c2110.svg);
    background-repeat: no-repeat;
    background-position: right 16px top 28px;
  }
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade {
  .swiper-slide {
    visibility: hidden;
    z-index: 1;
    &.swiper-slide-active {
      visibility: visible;
      z-index: 3;
    }
  }
}
.swiper-style-1 {
  .swiper-btn {
    display: flex;
    width: 60px;
    height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-white);
    color: var(--color-black);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    .icon {
      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));
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
    &.swiper-button-disabled {
      cursor: default;
      opacity: 40%;
    }
    &:hover:not(.swiper-button-disabled) {
      background-color: var(--primary);
      color: var(--color-white);
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      &.btn-prev {
        .icon {
          &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
            --tw-translate-x: calc(0.25rem * -0.5);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
          &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
            --tw-translate-x: calc(0.25rem * 0.5);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
        }
      }
      &.btn-next {
        .icon {
          &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
            --tw-translate-x: calc(0.25rem * 0.5);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
          &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
            --tw-translate-x: calc(0.25rem * -0.5);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
        }
      }
    }
  }
}
.card-hero, .card-4 {
  .swiper-pagination {
    .swiper-pagination-bullet {
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
      border-radius: calc(infinity * 1px);
      background-color: var(--color-white);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      &.swiper-pagination-bullet-active {
        width: calc(0.25rem * 5.5);
        background-color: var(--secondary);
      }
    }
  }
}
.post-text {
  img {
    width: 100%;
    border-radius: var(--radius-2xl);
  }
}
.card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@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-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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@keyframes skeleton {
  100% {
    transform: translateX(100%);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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-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-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
