/*! tailwindcss v4.1.4 | 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-400: oklch(70.4% 0.191 22.216);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-orange-main: #FF6B2B;
    --color-orange-X: #E84C0F;
    --color-orange-light-bg: #ffefe6;
    --color-orange-bg: #FF5600;
    --color-orange-darker-bg: #F45200;
    --color-gray-bg: #534c48;
    --color-black-0: #242424;
  }
}
@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;
  }
  :-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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .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-\[5px\] {
    margin-inline: 5px;
  }
  .mx-\[25px\] {
    margin-inline: 25px;
  }
  .mx-\[50px\] {
    margin-inline: 50px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mt-\[250px\] {
    margin-top: 250px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1160px\] {
    max-width: 1160px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .min-w-\[130px\] {
    min-width: 130px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .min-w-\[320px\] {
    min-width: 320px;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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-grabbing {
    cursor: grabbing;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[8px\] {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-t-\[15px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 15px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-b-\[15px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 15px;
  }
  .border-b-\[50px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 50px;
  }
  .border-green-400 {
    border-color: var(--color-green-400);
  }
  .border-orange-darker-bg {
    border-color: var(--color-orange-darker-bg);
  }
  .border-orange-main {
    border-color: var(--color-orange-main);
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .border-t-\[black\] {
    border-top-color: black;
  }
  .border-t-orange-X {
    border-top-color: var(--color-orange-X);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-bg {
    background-color: var(--color-gray-bg);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-orange-bg {
    background-color: var(--color-orange-bg);
  }
  .bg-orange-darker-bg {
    background-color: var(--color-orange-darker-bg);
  }
  .bg-orange-light-bg {
    background-color: var(--color-orange-light-bg);
  }
  .bg-orange-main {
    background-color: var(--color-orange-main);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .p-\[100px\] {
    padding: 100px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .text-center {
    text-align: center;
  }
  .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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[90px\] {
    --tw-leading: 90px;
    line-height: 90px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .tracking-\[5px\] {
    --tw-tracking: 5px;
    letter-spacing: 5px;
  }
  .tracking-\[6px\] {
    --tw-tracking: 6px;
    letter-spacing: 6px;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black-0 {
    color: var(--color-black-0);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-orange-X {
    color: var(--color-orange-X);
  }
  .text-orange-darker-bg {
    color: var(--color-orange-darker-bg);
  }
  .text-orange-main {
    color: var(--color-orange-main);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .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);
  }
  .group-hover\:translate-y-\[-5px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: -5px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-\[5px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: 5px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:tracking-wide {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
      }
    }
  }
  .group-hover\:text-orange-main {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-orange-main);
      }
    }
  }
  .first-letter\:text-orange-main {
    &::first-letter {
      color: var(--color-orange-main);
    }
  }
  .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\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:border-\[4px\] {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 4px;
      }
    }
  }
  .hover\:bg-orange-darker-bg {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-darker-bg);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-orange-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-500);
      }
    }
  }
  .hover\:text-orange-X {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-X);
      }
    }
  }
  .hover\:text-orange-darker-bg {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-darker-bg);
      }
    }
  }
  .hover\:text-orange-main {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-main);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .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);
      }
    }
  }
  .max-\[1300px\]\:hidden {
    @media (width < 1300px) {
      display: none;
    }
  }
  .max-\[1300px\]\:max-w-\[500px\] {
    @media (width < 1300px) {
      max-width: 500px;
    }
  }
  .max-\[1300px\]\:flex-wrap {
    @media (width < 1300px) {
      flex-wrap: wrap;
    }
  }
  .max-\[1300px\]\:justify-center {
    @media (width < 1300px) {
      justify-content: center;
    }
  }
  .max-\[1300px\]\:self-center {
    @media (width < 1300px) {
      align-self: center;
    }
  }
  .max-\[1300px\]\:text-center {
    @media (width < 1300px) {
      text-align: center;
    }
  }
  .max-\[1300px\]\:text-\[19px\] {
    @media (width < 1300px) {
      font-size: 19px;
    }
  }
  .max-\[1300px\]\:text-\[40px\] {
    @media (width < 1300px) {
      font-size: 40px;
    }
  }
  .max-\[1130px\]\:gap-\[10px\] {
    @media (width < 1130px) {
      gap: 10px;
    }
  }
  .max-\[1100px\]\:text-\[18px\] {
    @media (width < 1100px) {
      font-size: 18px;
    }
  }
  .max-\[1100px\]\:text-\[30px\] {
    @media (width < 1100px) {
      font-size: 30px;
    }
  }
  .max-\[1000px\]\:\!hidden {
    @media (width < 1000px) {
      display: none !important;
    }
  }
  .max-\[940px\]\:\!mx-\[0px\] {
    @media (width < 940px) {
      margin-inline: 0px !important;
    }
  }
  .max-\[940px\]\:text-sm {
    @media (width < 940px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-\[850px\]\:flex-col {
    @media (width < 850px) {
      flex-direction: column;
    }
  }
  .max-\[850px\]\:\!pl-\[10px\] {
    @media (width < 850px) {
      padding-left: 10px !important;
    }
  }
  .max-\[820px\]\:mx-\[10px\] {
    @media (width < 820px) {
      margin-inline: 10px;
    }
  }
  .max-\[820px\]\:mt-\[40px\] {
    @media (width < 820px) {
      margin-top: 40px;
    }
  }
  .max-\[820px\]\:flex {
    @media (width < 820px) {
      display: flex;
    }
  }
  .max-\[820px\]\:w-full {
    @media (width < 820px) {
      width: 100%;
    }
  }
  .max-\[820px\]\:flex-col {
    @media (width < 820px) {
      flex-direction: column;
    }
  }
  .max-\[820px\]\:items-center {
    @media (width < 820px) {
      align-items: center;
    }
  }
  .max-\[820px\]\:text-center {
    @media (width < 820px) {
      text-align: center;
    }
  }
  .max-\[770px\]\:\!text-base {
    @media (width < 770px) {
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    }
  }
  .max-\[770px\]\:text-3xl {
    @media (width < 770px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-\[620px\]\:\!w-\[95px\] {
    @media (width < 620px) {
      width: 95px !important;
    }
  }
  .max-\[620px\]\:w-\[70px\] {
    @media (width < 620px) {
      width: 70px;
    }
  }
  .max-\[620px\]\:\!pl-\[0px\] {
    @media (width < 620px) {
      padding-left: 0px !important;
    }
  }
  .max-\[610px\]\:justify-center {
    @media (width < 610px) {
      justify-content: center;
    }
  }
  .max-\[601px\]\:hidden {
    @media (width < 601px) {
      display: none;
    }
  }
  .max-\[592px\]\:order-1 {
    @media (width < 592px) {
      order: 1;
    }
  }
  .max-\[592px\]\:order-2 {
    @media (width < 592px) {
      order: 2;
    }
  }
  .max-\[592px\]\:hidden {
    @media (width < 592px) {
      display: none;
    }
  }
  .max-\[592px\]\:\!justify-around {
    @media (width < 592px) {
      justify-content: space-around !important;
    }
  }
  .max-\[550px\]\:text-5xl {
    @media (width < 550px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .max-\[538px\]\:\!w-\[50\%\] {
    @media (width < 538px) {
      width: 50% !important;
    }
  }
  .max-\[538px\]\:w-\[50\%\] {
    @media (width < 538px) {
      width: 50%;
    }
  }
  .max-\[490px\]\:text-4xl {
    @media (width < 490px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .max-\[480px\]\:text-\[85px\] {
    @media (width < 480px) {
      font-size: 85px;
    }
  }
  .max-\[470px\]\:text-\[25px\] {
    @media (width < 470px) {
      font-size: 25px;
    }
  }
  .max-\[450px\]\:p-\[20px\] {
    @media (width < 450px) {
      padding: 20px;
    }
  }
  .max-\[450px\]\:text-2xl {
    @media (width < 450px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-\[450px\]\:text-4xl {
    @media (width < 450px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .max-\[430px\]\:text-4xl {
    @media (width < 430px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .max-\[430px\]\:text-5xl {
    @media (width < 430px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .max-\[400px\]\:order-1 {
    @media (width < 400px) {
      order: 1;
    }
  }
  .max-\[400px\]\:order-2 {
    @media (width < 400px) {
      order: 2;
    }
  }
  .max-\[400px\]\:my-\[15px\] {
    @media (width < 400px) {
      margin-block: 15px;
    }
  }
  .max-\[400px\]\:w-\[30px\] {
    @media (width < 400px) {
      width: 30px;
    }
  }
  .max-\[400px\]\:w-\[120px\] {
    @media (width < 400px) {
      width: 120px;
    }
  }
  .max-\[400px\]\:justify-center {
    @media (width < 400px) {
      justify-content: center;
    }
  }
  .max-\[400px\]\:text-\[50px\] {
    @media (width < 400px) {
      font-size: 50px;
    }
  }
  .max-\[380px\]\:\!text-2xl {
    @media (width < 380px) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .max-\[330px\]\:text-xl {
    @media (width < 330px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .min-\[330px\]\:mx-\[25px\] {
    @media (width >= 330px) {
      margin-inline: 25px;
    }
  }
  .min-\[330px\]\:px-\[10px\] {
    @media (width >= 330px) {
      padding-inline: 10px;
    }
  }
  .min-\[340px\]\:p-\[20px\] {
    @media (width >= 340px) {
      padding: 20px;
    }
  }
  .min-\[400px\]\:flex-row {
    @media (width >= 400px) {
      flex-direction: row;
    }
  }
  .min-\[550px\]\:w-\[500px\] {
    @media (width >= 550px) {
      width: 500px;
    }
  }
  .min-\[550px\]\:p-\[100px\] {
    @media (width >= 550px) {
      padding: 100px;
    }
  }
  .min-\[592px\]\:hidden {
    @media (width >= 592px) {
      display: none;
    }
  }
  .min-\[820px\]\:pr-8 {
    @media (width >= 820px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .min-\[880px\]\:min-w-\[800px\] {
    @media (width >= 880px) {
      min-width: 800px;
    }
  }
  .min-\[1000px\]\:hidden {
    @media (width >= 1000px) {
      display: none;
    }
  }
  .min-\[1130px\]\:p-\[10px\] {
    @media (width >= 1130px) {
      padding: 10px;
    }
  }
  .min-\[1130px\]\:text-xl {
    @media (width >= 1130px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .min-\[1300px\]\:hidden {
    @media (width >= 1300px) {
      display: none;
    }
  }
  .min-\[1300px\]\:max-w-\[50\%\] {
    @media (width >= 1300px) {
      max-width: 50%;
    }
  }
  .min-\[1300px\]\:min-w-\[320px\] {
    @media (width >= 1300px) {
      min-width: 320px;
    }
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
_:-ms-lang(x), a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  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;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
}
.fade-in-up.animate {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.5s;
}
.communes-ctn:nth-child(1).animate {
  animation-delay: 0.2s;
}
.communes-ctn:nth-child(2).animate {
  animation-delay: 0.4s;
}
.communes-ctn:nth-child(3).animate {
  animation-delay: 0.6s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  opacity: 0;
}
.fade-in-right.animate {
  animation: fadeInRight 0.8s ease forwards;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  opacity: 0;
}
.fade-in-left.animate {
  animation: fadeInLeft 0.8s ease forwards;
}
@keyframes roll-in-left {
  0% {
    transform: translateX(-120vw) rotate(-720deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.roll-in-left {
  animation: roll-in-left 2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s both;
  will-change: transform;
}
@keyframes roll-in-right {
  0% {
    transform: translateX(120vw) rotate(720deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.roll-in-right {
  animation: roll-in-right 2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s both;
  will-change: transform;
}
.cloud-1 {
  animation: floatCloud1 30s ease-in-out infinite alternate;
  transform-origin: center center;
}
.cloud-2 {
  animation: floatCloud2 40s ease-in-out infinite alternate;
  transform-origin: center center;
}
@keyframes floatCloud1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, 20px);
  }
  100% {
    transform: translate(-20px, 10px);
  }
}
@keyframes floatCloud2 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-30px, 10px);
  }
  66% {
    transform: translate(20px, -15px);
  }
  100% {
    transform: translate(10px, 5px);
  }
}
@font-face {
  font-family: 'Antipasto Pro';
  src: url('../fonts/AntipastoPro-Extralight.woff2') format('woff2'), url('../fonts/AntipastoPro-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antipasto Pro';
  src: url('../fonts/AntipastoPro.woff2') format('woff2'), url('../fonts/AntipastoPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antipasto Pro';
  src: url('../fonts/AntipastoPro-ExtraBold.woff2') format('woff2'), url('../fonts/AntipastoPro-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qwitcher Grypen';
  src: url('../fonts/QwitcherGrypen-Bold.woff2') format('woff2'), url('../fonts/QwitcherGrypen-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qwitcher Grypen';
  src: url('../fonts/QwitcherGrypen-Regular.woff2') format('woff2'), url('../fonts/QwitcherGrypen-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aguafina Script';
  src: url('../fonts/AguafinaScript-Regular.woff2') format('woff2'), url('../fonts/AguafinaScript-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.set-roboto-font {
  font-family: 'Roboto';
}
.set-qwitcher-font {
  font-family: 'Qwitcher Grypen';
}
.set-AquafinaScript-font {
  font-family: 'Aguafina Script';
}
#contact-form input:not(:placeholder-shown), #contact-form textarea:not(:placeholder-shown) {
  font-family: 'Roboto';
}
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
html, body {
  min-height: 100% !important;
}
* {
  font-family: "Antipasto Pro";
}
.negative-margin-20 {
  margin-top: -20px;
}
.strong-nobold {
  font-weight: normal !important;
}
.box-shadow-0 {
  -webkit-box-shadow: 5px 5px 6px -3px #000000;
  box-shadow: 5px 5px 6px -3px #000000;
}
.container-max {
  max-width: 1850px;
}
span.orange-first-letter {
  display: inline-block;
}
span.orange-first-letter::first-letter {
  color: var(--color-orange-main);
}
.text-settings3 {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 30px;
}
.text-settings {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
}
.text-settings2 {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 40px;
}
.text-settings4 {
  letter-spacing: 2px;
  line-height: 40px;
}
.img-max {
  width: 320px;
  height: 320px;
}
.bg-color-orange-main {
  background-color: var(--color-orange-main);
}
.photos-title {
  color: white;
  -webkit-text-stroke: 2px black;
  font-weight: bold;
}
.timeline {
  display: flex;
  margin: 0 auto;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  margin: 30px 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.timeline-content {
  width: 45%;
}
.timeline-content.left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.timeline-content.right {
  padding-left: 20px;
}
.timeline-dot {
  width: 130px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin: 0 10px;
}
@media screen and (max-width: 591px) {
  .timeline::before {
    left: 82% !important;
  }
}
@media screen and (max-width: 350px) {
  .timeline::before {
    left: 80% !important;
  }
}
.form-container {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.form-group {
  flex: 1;
  position: relative;
}
.form-control {
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 15px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333;
}
.form-control::placeholder {
  color: #ff6b35;
  opacity: 1;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
}
textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.required-field::after {
  content: " *";
  color: #ff6b35;
}
.submit-button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 50px;
  background-color: #ff6b35;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.submit-button:hover {
  background-color: #e05a2a;
}
.textarea-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #aaa;
  font-size: 20px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}
.li-marker-blue::marker {
  color: var(--color-orange-darker-bg);
  margin-left: 20px;
}
.pizza-item {
  position: relative;
  padding-left: 1rem;
}
.pizza-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.4em;
  height: 0.4em;
  background-color: #f97316;
  border-radius: 9999px;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-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-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-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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    }
  }
}
