/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --font-text: 'Raleway';
  --font-title: 'Raleway';
  --font-alt: 'Raleway';
  --color-primary: #122223;
  --color-text: #122223;
  --color-background: #fff;
}
@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-500: oklch(63.7% 0.237 25.331);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 64rem;
    --breakpoint-xl: 80rem;
    --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-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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --radius-lg: 0.5rem;
    --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);
    --animate-spin: spin 1s linear infinite;
    --animate-bounce: bounce 1s infinite;
    --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-primary-50: #000;
    --color-primary: #234571;
    --color-text: #000;
    --color-background: #fff;
    --color-light: #fff;
    --font-text: var(--font-text);
    --font-title: var(--font-title);
    --font-alt: var(--font-alt);
    --spacing-nav: var(--height-navigation);
    --spacing-safe: calc(100vh - var(--height-navigation));
  }
}
@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;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .invisible\! {
    visibility: hidden !important;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .\!sticky {
    position: sticky !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[667\] {
    z-index: 667;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-4\/5 {
    height: calc(4/5 * 100%);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[425px\] {
    height: 425px;
  }
  .h-\[calc\(100\%_-_50px\)\] {
    height: calc(100% - 50px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[calc\(100\%_-_32px\)\] {
    width: calc(100% - 32px);
  }
  .w-\[calc\(100\%_-_50px\)\] {
    width: calc(100% - 50px);
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    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);
  }
  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_max-content_1fr\] {
    grid-template-columns: 1fr max-content 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 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(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-7 {
    column-gap: calc(var(--spacing) * 7);
  }
  .gap-x-9 {
    column-gap: calc(var(--spacing) * 9);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-7 {
    row-gap: calc(var(--spacing) * 7);
  }
  .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-slate-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-200);
    }
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-light {
    border-color: var(--color-light);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-zinc-900 {
    border-color: var(--color-zinc-900);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-primary\/\[60\%\] {
    background-color: color-mix(in srgb, #234571 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 60%, transparent);
    }
  }
  .bg-text\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-text) 40%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/40 {
    --tw-gradient-from: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 40%, 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));
  }
  .from-20\% {
    --tw-gradient-from-position: 20%;
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-light {
    fill: var(--color-light);
  }
  .fill-primary {
    fill: var(--color-primary);
  }
  .fill-transparent {
    fill: transparent;
  }
  .\[stroke\:url\(\'\#gradientStyle\'\)\] {
    stroke: url('#gradientStyle');
  }
  .stroke-\[4px\] {
    stroke-width: 4px;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[\.7rem\] {
    padding-block: .7rem;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-nav {
    padding-top: var(--spacing-nav);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-nav {
    padding-bottom: var(--spacing-nav);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .font-text {
    font-family: var(--font-text);
  }
  .text-\[13px\]\/\[21px\] {
    font-size: 13px;
    line-height: 21px;
  }
  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-\[1\.5px\] {
    --tw-leading: 1.5px;
    line-height: 1.5px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .text-background {
    color: var(--color-background);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-light {
    color: var(--color-light);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-text {
    color: var(--color-text);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-1 {
    text-underline-offset: 1px;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_5px_3px\] {
    --tw-shadow: 0 0 5px 3px var(--tw-shadow-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);
  }
  .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-primary-50 {
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-primary-50) var(--tw-shadow-alpha), transparent);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .invert {
    --tw-invert: invert(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,);
  }
  .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,);
  }
  .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, visibility, 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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-\[2000ms\] {
    --tw-duration: 2000ms;
    transition-duration: 2000ms;
  }
  .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);
  }
  .\[animation-fill-mode\:forwards\] {
    animation-fill-mode: forwards;
  }
  .\[animation-timing-function\:linear\] {
    animation-timing-function: linear;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:-translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-125 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/link\:scale-110 {
    &:is(:where(.group\/link):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);
      }
    }
  }
  .group-hover\/menuBtn\:w-full {
    &:is(:where(.group\/menuBtn):hover *) {
      @media (hover: hover) {
        width: 100%;
      }
    }
  }
  .group-\[\&\.is-sticky\]\/mainNav\:text-light {
    &:is(:where(.group\/mainNav).is-sticky *) {
      color: var(--color-light);
    }
  }
  .group-\[\&\.is-sticky\]\/mainNav\:text-text {
    &:is(:where(.group\/mainNav).is-sticky *) {
      color: var(--color-text);
    }
  }
  .group-\[\.is-sticky\]\/mainNav\:fill-primary {
    &:is(:where(.group\/mainNav):is(.is-sticky) *) {
      fill: var(--color-primary);
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:w-0 {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      width: calc(var(--spacing) * 0);
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:w-full {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      width: 100%;
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:\!-translate-x-\[48px\] {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      --tw-translate-x: calc(48px * -1) !important;
      translate: var(--tw-translate-x) var(--tw-translate-y) !important;
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:translate-x-0 {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:\!translate-y-\[72px\] {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      --tw-translate-y: 72px !important;
      translate: var(--tw-translate-x) var(--tw-translate-y) !important;
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:-rotate-45 {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      rotate: calc(45deg * -1);
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:rotate-45 {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      rotate: 45deg;
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:fill-primary {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      fill: var(--color-primary);
    }
  }
  .group-\[\.menu-opened\]\/mainNav\:opacity-100 {
    &:is(:where(.group\/mainNav):is(.menu-opened) *) {
      opacity: 100%;
    }
  }
  .group-\[\&\:not\(\.is-sticky\)\]\/mainNav\:text-light {
    &:is(:where(.group\/mainNav):not(.is-sticky) *) {
      color: var(--color-light);
    }
  }
  .group-\[\&\:not\(\.is-sticky\)\]\/mainNav\:text-text {
    &:is(:where(.group\/mainNav):not(.is-sticky) *) {
      color: var(--color-text);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-\[calc\(100\%\+3px\)\] {
    &::before {
      content: var(--tw-content);
      top: calc(100% + 3px);
    }
  }
  .before\:left-1\/2 {
    &::before {
      content: var(--tw-content);
      left: calc(1/2 * 100%);
    }
  }
  .before\:h-\[calc\(100\%_\+_30px\)\] {
    &::before {
      content: var(--tw-content);
      height: calc(100% + 30px);
    }
  }
  .before\:h-px {
    &::before {
      content: var(--tw-content);
      height: 1px;
    }
  }
  .before\:w-0 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .before\:w-\[calc\(100\%_\+_30px\)\] {
    &::before {
      content: var(--tw-content);
      width: calc(100% + 30px);
    }
  }
  .before\:origin-center {
    &::before {
      content: var(--tw-content);
      transform-origin: center;
    }
  }
  .before\:-translate-x-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:border {
    &::before {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .before\:border-primary-50 {
    &::before {
      content: var(--tw-content);
      border-color: var(--color-primary-50);
    }
  }
  .before\:bg-primary {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-primary);
    }
  }
  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:duration-300 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .group-\[\.is-sticky\]\/mainNav\:before\:bg-text {
    &:is(:where(.group\/mainNav):is(.is-sticky) *) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-text);
      }
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-\[5px\] {
    &::after {
      content: var(--tw-content);
      top: 5px;
    }
  }
  .after\:left-2\/4 {
    &::after {
      content: var(--tw-content);
      left: calc(2/4 * 100%);
    }
  }
  .after\:h-\[10px\] {
    &::after {
      content: var(--tw-content);
      height: 10px;
    }
  }
  .after\:w-\[10px\] {
    &::after {
      content: var(--tw-content);
      width: 10px;
    }
  }
  .after\:-translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-primary-50 {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-primary-50);
    }
  }
  .after\:shadow-\[0_0_5px_2px\] {
    &::after {
      content: var(--tw-content);
      --tw-shadow: 0 0 5px 2px var(--tw-shadow-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);
    }
  }
  .after\:shadow-primary {
    &::after {
      content: var(--tw-content);
      --tw-shadow-color: #234571;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, var(--color-primary) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .odd\:-ml-16 {
    &:nth-child(odd) {
      margin-left: calc(var(--spacing) * -16);
    }
  }
  .odd\:h-\[260px\] {
    &:nth-child(odd) {
      height: 260px;
    }
  }
  .odd\:w-\[300px\] {
    &:nth-child(odd) {
      width: 300px;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:before\:w-full {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .min-\[820px\]\:px-0 {
    @media (width >= 820px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:static {
    @media (width >= 40rem) {
      position: static;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:w-max {
    @media (width >= 40rem) {
      width: max-content;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[100px\,min-content\,1fr\] {
    @media (width >= 40rem) {
      grid-template-columns: 100px,min-content,1fr;
    }
  }
  .sm\:grid-rows-1 {
    @media (width >= 40rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .sm\:justify-self-end {
    @media (width >= 40rem) {
      justify-self: flex-end;
    }
  }
  .sm\:justify-self-start {
    @media (width >= 40rem) {
      justify-self: flex-start;
    }
  }
  .sm\:bg-transparent {
    @media (width >= 40rem) {
      background-color: transparent;
    }
  }
  .sm\:text-start {
    @media (width >= 40rem) {
      text-align: start;
    }
  }
  .sm\:hover\:opacity-100 {
    @media (width >= 40rem) {
      &:hover {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:h-\[calc\(100vh_-_70px\)\] {
    @media (width >= 48rem) {
      height: calc(100vh - 70px);
    }
  }
  .md\:w-\[480px\] {
    @media (width >= 48rem) {
      width: 480px;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:shadow-md {
    @media (width >= 48rem) {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
    }
  }
  .lg\:pointer-events-none {
    @media (width >= 64rem) {
      pointer-events: none;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-\[1fr_1px_1fr_1px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 1px 1fr 1px 1fr;
    }
  }
  .lg\:\!flex-row {
    @media (width >= 64rem) {
      flex-direction: row !important;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-7 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-x-5 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:fill-background {
    @media (width >= 64rem) {
      fill: var(--color-background);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:opacity-0 {
    @media (width >= 64rem) {
      opacity: 0%;
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --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);
    }
  }
  .group-\[\.is-sticky\]\/mainNav\:lg\:pointer-events-auto {
    &:is(:where(.group\/mainNav):is(.is-sticky) *) {
      @media (width >= 64rem) {
        pointer-events: auto;
      }
    }
  }
  .group-\[\.is-sticky\]\/mainNav\:lg\:opacity-100 {
    &:is(:where(.group\/mainNav):is(.is-sticky) *) {
      @media (width >= 64rem) {
        opacity: 100%;
      }
    }
  }
  .group-\[\:not\(\.is-sticky\)\]\/mainNav\:lg\:size-0 {
    &:is(:where(.group\/mainNav):is(:not(.is-sticky)) *) {
      @media (width >= 64rem) {
        width: calc(var(--spacing) * 0);
        height: calc(var(--spacing) * 0);
      }
    }
  }
  .group-\[\:not\(\.is-sticky\)\]\/mainNav\:lg\:overflow-hidden {
    &:is(:where(.group\/mainNav):is(:not(.is-sticky)) *) {
      @media (width >= 64rem) {
        overflow: hidden;
      }
    }
  }
  .lg\:group-\[\:not\(\.is-sticky\)\]\/mainNav\:text-background {
    @media (width >= 64rem) {
      &:is(:where(.group\/mainNav):is(:not(.is-sticky)) *) {
        color: var(--color-background);
      }
    }
  }
  .before\:lg\:bg-background {
    &::before {
      content: var(--tw-content);
      @media (width >= 64rem) {
        background-color: var(--color-background);
      }
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .dark\:text-primary {
    @media (prefers-color-scheme: dark) {
      color: var(--color-primary);
    }
  }
  .\[\&\.active\]\:underline {
    &.active {
      text-decoration-line: underline;
    }
  }
  .\[\&\.active\]\:before\:w-full {
    &.active {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .\[\&\.is-sticky\]\:shadow-md {
    &.is-sticky {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
    }
  }
  .\[\&\.is-sticky\]\:lg\:\!-translate-y-\[136px\] {
    &.is-sticky {
      @media (width >= 64rem) {
        --tw-translate-y: calc(136px * -1) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important;
      }
    }
  }
  .\[\&\.is-sticky\]\:lg\:bg-background {
    &.is-sticky {
      @media (width >= 64rem) {
        background-color: var(--color-background);
      }
    }
  }
}
:root {
  --swiper-navigation-color: #f2eee8;
  --swiper-pagination-color: #f2eee8;
  --swiper-navigation-size: 65px;
  --height-navigation: 70px;
  --guest-suite-simple-0: #234571;
  --guest-suite-simple-100: #000;
}
@layer base {
  button:not(:disabled), [role="button"]:not(:disabled) {
    cursor: pointer;
  }
}
@layer components {
  html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    background-color: var(--color-background);
    font-family: var(--font-text);
    font-size: 16px;
    line-height: 27px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
  }
  #wc-arrival-departure {
    color: var(--color-text);
  }
  .text {
    font-family: var(--font-text);
    p {
      margin-bottom: calc(var(--spacing) * 4);
    }
    p:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
    a:not(.btn, [class^="btn-"], [class*=" btn-"]) {
      color: var(--color-primary);
      text-decoration-line: underline;
      text-underline-offset: 4px;
      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, visibility, 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));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      &:hover {
        @media (hover: hover) {
          color: var(--color-text);
        }
      }
    }
    ul {
      list-style-type: none;
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
      }
      padding-left: calc(var(--spacing) * 5);
      & li {
        position: relative;
      }
      & li {
        align-items: center;
      }
      & li {
        padding-left: calc(var(--spacing) * 4);
      }
      & li {
        &::before {
          content: var(--tw-content);
          position: absolute;
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          top: calc(1/2 * 100%);
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          left: calc(var(--spacing) * 0);
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          display: block;
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          width: calc(var(--spacing) * 1);
          height: calc(var(--spacing) * 1);
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          --tw-translate-y: calc(calc(1/2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          border-radius: calc(infinity * 1px);
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          background-color: var(--color-text);
        }
      }
      & li {
        &::before {
          content: var(--tw-content);
          --tw-content: '';
          content: var(--tw-content);
        }
      }
    }
    table, td {
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-text);
      padding: calc(var(--spacing) * 3);
    }
    th {
      padding: calc(var(--spacing) * 3);
    }
  }
  .btn-effect {
    position: relative;
    display: block;
    width: max-content;
    overflow: hidden;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-background);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 3);
    font-family: var(--font-text);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-background);
    text-transform: uppercase;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      z-index: calc(10 * -1);
    }
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
    &::before {
      content: var(--tw-content);
      width: 145%;
    }
    &::before {
      content: var(--tw-content);
      --tw-translate-x: -65%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &::before {
      content: var(--tw-content);
      --tw-skew-x: skewX(-39deg);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #234571 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary) 60%, transparent);
      }
    }
    &::before {
      content: var(--tw-content);
      --tw-duration: 600ms;
      transition-duration: 600ms;
    }
    &::before {
      content: var(--tw-content);
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          --tw-translate-x: -10%;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
    &.inverse-color {
      color: var(--color-text);
      &::before {
        content: var(--tw-content);
        background-color: color-mix(in srgb, #fff 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-background) 60%, transparent);
        }
      }
    }
  }
  .btn-book {
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-text);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    font-family: var(--font-alt);
    font-size: 14px;
    line-height: 15px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    --tw-tracking: 1px;
    letter-spacing: 1px;
    color: var(--color-text);
    text-transform: uppercase;
    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, visibility, 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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-text);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-background);
      }
    }
    & svg {
      display: none;
    }
    &.inverse-color {
      border-color: var(--color-background);
      color: var(--color-background);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-background);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-text);
        }
      }
    }
  }
  .btn {
    position: relative;
    display: flex;
    width: max-content;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    padding-bottom: calc(var(--spacing) * 2);
    font-family: var(--font-alt);
    font-size: 15px;
    line-height: 15px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-primary);
    text-transform: uppercase;
    & .st-0 {
      stroke: var(--color-primary);
    }
    & .st-1 {
      fill: var(--color-primary);
    }
    &.inverse-icon {
      & svg {
        rotate: 180deg;
      }
    }
    &.inverse-color {
      color: var(--color-background);
      &::before {
        content: var(--tw-content);
        background-color: var(--color-background);
      }
      & .st-0 {
        stroke: var(--color-background);
      }
      & .st-1 {
        fill: var(--color-background);
      }
    }
  }
  .btn-bg {
    display: block;
    width: max-content;
    background-color: var(--color-background);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 3);
    font-family: var(--font-text);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    text-transform: uppercase;
    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, visibility, 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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-background) 50%, transparent);
        }
      }
    }
  }
  .btn-rounded-more {
    display: flex;
    aspect-ratio: 1 / 1;
    width: calc(var(--spacing) * 8);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-text);
    color: var(--color-background);
  }
  h1, h2, .like-h1, .like-h2 {
    font-family: var(--font-title);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    text-transform: uppercase;
    &:has(+.subtitle) {
      margin-bottom: calc(var(--spacing) * 5);
    }
    &:has(+h2) {
      margin-bottom: calc(var(--spacing) * 5);
    }
    &:has(+h3) {
      margin-bottom: calc(var(--spacing) * 5);
    }
    &:has(+p) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  h1,.like-h1 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    @media (width >= 48rem) {
      font-size: 45px;
      line-height: 65px;
    }
  }
  h2,.like-h2 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    @media (width >= 48rem) {
      font-size: 35px;
      line-height: 65px;
    }
  }
  h1 + .subtitle, .like-h1 + .subtitle {
    text-align: center;
  }
  .subtitle, h1 + h2, .like-h1 + .like-h2 {
    font-family: var(--font-title);
    font-size: 20px;
    line-height: 36px;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    text-transform: uppercase;
  }
  h3, .like-h3 {
    margin-bottom: calc(var(--spacing) * 0);
    font-family: var(--font-title);
    font-size: 20px;
    line-height: 36px;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    &:has(+.subtitle) {
      margin-bottom: calc(var(--spacing) * 3);
    }
    &:has(+h4) {
      margin-bottom: calc(var(--spacing) * 3);
    }
    &:has(+p) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .h3-underline {
    h3 {
      margin-bottom: calc(var(--spacing) * 0);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      --tw-tracking: var(--tracking-wider);
      letter-spacing: var(--tracking-wider);
      &::after {
        content: var(--tw-content);
        margin-block: calc(var(--spacing) * 5);
      }
      &::after {
        content: var(--tw-content);
        display: block;
      }
      &::after {
        content: var(--tw-content);
        height: calc(var(--spacing) * 1);
      }
      &::after {
        content: var(--tw-content);
        width: calc(1/4 * 100%);
      }
      &::after {
        content: var(--tw-content);
        background-color: var(--color-primary);
      }
    }
  }
  .swiper-button-prev {
    color: var(--color-background);
  }
  .main-menu {
    ul li {
      svg {
        width: 31px;
        height: 31px;
      }
    }
  }
  .quote {
    svg {
      height: auto;
      width: 60px;
    }
  }
  section {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding-block: calc(var(--spacing) * 14);
  }
  body section h2 + .subtitle, body section h1 + .subtitle {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  p.subtitle {
    margin-bottom: calc(var(--spacing) * 7);
  }
  footer {
    margin-block: calc(var(--spacing) * 7);
    display: flex;
    flex-direction: column;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .lazy-container {
    margin: calc(var(--spacing) * 0) !important;
  }
  .quote-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  div > svg {
    height: auto;
    width: 100%;
  }
  html body .mosaic .columns {
    margin-top: calc(var(--spacing) * 10);
  }
  .container-medium-columns {
    margin-inline: auto;
    max-width: var(--breakpoint-lg);
    h3 {
      margin-bottom: calc(var(--spacing) * 0);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      --tw-tracking: var(--tracking-wider);
      letter-spacing: var(--tracking-wider);
      text-transform: uppercase;
      &::after {
        content: var(--tw-content);
        margin-block: calc(var(--spacing) * 5);
      }
      &::after {
        content: var(--tw-content);
        display: block;
      }
      &::after {
        content: var(--tw-content);
        height: calc(var(--spacing) * 1);
      }
      &::after {
        content: var(--tw-content);
        width: calc(1/4 * 100%);
      }
      &::after {
        content: var(--tw-content);
        background-color: var(--color-primary);
      }
    }
    .columns-2 {
      .grid {
        grid-template-rows: max-content max-content;
        align-items: center;
        @media (width >= 40rem) {
          grid-template-columns: 33% 1fr;
        }
        @media (width >= 40rem) {
          grid-template-rows: repeat(1, minmax(0, 1fr));
        }
        > div {
          padding: calc(var(--spacing) * 8);
        }
      }
    }
    svg {
      margin-inline: auto;
      width: calc(var(--spacing) * 24);
      fill: var(--color-primary);
    }
  }
  .loader-simple {
    grid-column-start: 1;
    margin-inline: auto;
    margin-block: calc(var(--spacing) * 4);
    display: block;
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
    animation: var(--animate-spin);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-inline-color: var(--color-text);
    border-block-color: transparent;
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 12);
      height: calc(var(--spacing) * 12);
    }
    @media (width >= 40rem) {
      grid-column-start: 2;
    }
  }
  .swiper-slide-thumb-active {
    opacity: 100%;
    filter: none !important;
    > div {
      opacity: 0%;
    }
  }
  .form-error {
    display: none;
    color: var(--color-red-500);
  }
  .ajax-form-error + .form-error {
    display: block;
  }
}
html {
  body {
    &:not(:has(.hero)) {
      main {
        padding-top: var(--spacing-nav);
      }
      .h-header {
        height: 80vh;
        @media (width >= 40rem) {
          height: var(--spacing-safe);
        }
      }
    }
    main {
      padding-top: var(--spacing-nav);
      @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 0);
      }
    }
  }
  .wc-widget {
    display: none;
    @media (width >= 48rem) {
      display: block;
    }
  }
}
@layer utilities {
  .scrollbar::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }
  .scrollbar::-webkit-scrollbar-track {
    border-radius: 100vh;
    background-color: var(--color-background);
  }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 100vh;
    border-style: var(--tw-border-style);
    border-width: 2px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: var(--color-background);
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-text) 60%, transparent);
    }
  }
  .scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-text) 30%, transparent);
    }
  }
  html body .swiper-pagination-bullet.bullet-line {
    height: 3px;
    width: calc(var(--spacing) * 9);
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  html body .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.parallax .swiper-slide-active {
  z-index: 100;
  background-color: #f2eee8;
}
nav.pois {
  &::-webkit-scrollbar {
    display: none;
  }
}
.circle {
  stroke: url("#gradientStyle");
  stroke-width: 4px;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.container-medium-columns .css-columns-2 > div {
  padding: calc(var(--spacing) * 8);
}
html[lang="ar"] .text {
  direction: rtl;
}
#baguetteBox-overlay {
  --tw-backdrop-blur: blur(10px);
  -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,);
}
.blue-bg {
  background-color: var(--color-text);
  color: var(--color-background);
  & .subtitle {
    color: var(--color-background);
  }
  & h2 {
    color: var(--color-background);
  }
  & h3 {
    color: var(--color-background);
  }
}
.footer {
  margin-block: calc(var(--spacing) * 0) !important;
  width: 100%;
  max-width: none !important;
  background-color: #F8F5F0;
  padding-block: calc(var(--spacing) * 14);
  & .content-image {
    --tw-translate-y: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  & .content-image svg {
    display: none;
  }
  & .h-full.items-center {
    width: 100%;
  }
  & .h-full.items-center {
    max-width: 400px;
  }
  & .h-full.items-center {
    align-items: flex-start;
  }
  & section {
    background-color: transparent;
  }
  & section {
    padding-block: calc(var(--spacing) * 0);
  }
  &>div {
    margin-inline: auto;
  }
  &>div {
    max-width: var(--breakpoint-lg);
  }
  &>div {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .w-px {
    background-color: transparent;
  }
  .text a:not(.btn, [class^="btn-"], [class*=" btn-"]) {
    text-decoration-line: none;
  }
  [data-block-name="content/text"] {
    .text {
      p {
        margin-bottom: calc(var(--spacing) * 2);
      }
      p:last-child {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .justify-self-center:first-of-type {
    @media (width >= 40rem) {
      justify-self: center !important;
    }
    & img {
      width: 150px;
    }
  }
}
.footer-logo {
  & picture {
    justify-content: center;
  }
  & svg {
    display: none;
  }
}
.copy {
  position: relative;
  background-color: #F8F5F0;
  padding-top: calc(var(--spacing) * 4);
  padding-bottom: calc(var(--spacing) * 10);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    bottom: 100%;
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 10);
  }
  &::before {
    content: var(--tw-content);
    height: 1px;
  }
  &::before {
    content: var(--tw-content);
    width: calc(100% - 80px);
  }
  &::before {
    content: var(--tw-content);
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  &::before {
    content: var(--tw-content);
    --tw-content: '';
    content: var(--tw-content);
  }
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 4);
  }
}
.lego-rooms {
  display: grid;
  align-items: flex-start;
  @media (width >= 48rem) {
    grid-template-columns: 30% 1fr;
  }
}
.space-gallery {
  .lazy-gallery-asymmetric {
    padding-top: calc(var(--spacing) * 8);
  }
}
.small-intro {
  [data-block-name="custom/text"] {
    margin-inline: auto;
    max-width: var(--breakpoint-xl);
    &>div {
      margin-inline: calc(var(--spacing) * 0);
    }
    &>div {
      max-width: 940px;
    }
  }
}
body:has(#app) {
  header {
    .menu-item {
      &::before {
        content: var(--tw-content);
        left: calc(1/2 * 100%) !important;
      }
      &::before {
        content: var(--tw-content);
        transform-origin: center !important;
      }
      &::before {
        content: var(--tw-content);
        --tw-translate-x: calc(calc(1/2 * 100%) * -1) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important;
      }
    }
    .btn-book {
      display: none !important;
    }
    #main-menu {
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
      &:is(:where(.group\/mainNav):is(.menu-opened) *) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &:is(:where(.group\/mainNav):is(.menu-opened) *) {
        opacity: 100%;
      }
      @media (width >= 64rem) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
}
#wc-arrival-departure {
  background-color: var(--color-background) !important;
  color: var(--color-text) !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-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-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --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;
    }
  }
}
