/*! tailwindcss v4.1.12 | 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-700: oklch(50.5% 0.213 27.518);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --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-lavender: #e2cbf6;
    --color-green: #84b192;
    --color-yellow: #fff3c2;
    --color-dark-green: #2c473c;
    --color-purple: #5906a2;
    --color-orange: #f2c85b;
    --color-pink: #daa9b7;
    --color-light-green: #a7bbad;
    --color-dark-purple: #9366b9;
    --color-deep-orange: #ff9d00;
    --color-light-orange: #fff5e9;
    --color-light-brown: #473c38;
    --color-forest-green: #2e6417;
    --color-cream: #fff5e9;
    --color-gray: #1f1f1f;
    --color-purple-back: #dec5ec;
    --color-green-back: #d0d9d3;
    --color-orange-back: #ffd083;
    --font-cormorant: "Cormorant Garamond", serif;
    --font-benedict: "benedict", cursive;
    --font-luckiest: "Luckiest Guy", cursive;
    --font-fatface: "Abril Fatface", cursive;
    --font-barlow: "Barlow", static;
    --font-brillant: "brillant", cursive;
    --text-10xl: 180px;
    --text-11xl: 220px;
  }
}
@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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-7 {
    right: calc(var(--spacing) * 7);
  }
  .right-9 {
    right: calc(var(--spacing) * 9);
  }
  .right-11 {
    right: calc(var(--spacing) * 11);
  }
  .right-14 {
    right: calc(var(--spacing) * 14);
  }
  .right-15 {
    right: calc(var(--spacing) * 15);
  }
  .right-22 {
    right: calc(var(--spacing) * 22);
  }
  .right-28 {
    right: calc(var(--spacing) * 28);
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-6 {
    left: calc(var(--spacing) * -6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-7 {
    left: calc(var(--spacing) * 7);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-100 {
    z-index: 100;
  }
  .z-1000 {
    z-index: 1000;
  }
  .z-\[1002\] {
    z-index: 1002;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-4 {
    grid-row-start: 4;
  }
  .-m-1 {
    margin: calc(var(--spacing) * -1);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .-mt-6 {
    margin-top: calc(var(--spacing) * -6);
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .-mt-30 {
    margin-top: calc(var(--spacing) * -30);
  }
  .-mt-40 {
    margin-top: calc(var(--spacing) * -40);
  }
  .-mt-70 {
    margin-top: calc(var(--spacing) * -70);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mt-35 {
    margin-top: calc(var(--spacing) * 35);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .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-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-38 {
    height: calc(var(--spacing) * 38);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-120 {
    height: calc(var(--spacing) * 120);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-35 {
    width: calc(var(--spacing) * 35);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-120 {
    width: calc(var(--spacing) * 120);
  }
  .w-full {
    width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    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,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t-3 {
    border-top-style: var(--tw-border-style);
    border-top-width: 3px;
  }
  .border-t-5 {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-dark-green {
    border-color: var(--color-dark-green);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-dark-green {
    background-color: var(--color-dark-green);
  }
  .bg-dark-purple {
    background-color: var(--color-dark-purple);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-green-back {
    background-color: var(--color-green-back);
  }
  .bg-lavender {
    background-color: var(--color-lavender);
  }
  .bg-light-green {
    background-color: var(--color-light-green);
  }
  .bg-light-orange {
    background-color: var(--color-light-orange);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-orange-back {
    background-color: var(--color-orange-back);
  }
  .bg-pink {
    background-color: var(--color-pink);
  }
  .bg-purple-back {
    background-color: var(--color-purple-back);
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .bg-\[url\(\'\.\.\/zdjecia_brefka\/hamburger\/Hamburger-brefka2\.webp\'\)\] {
    background-image: url('../zdjecia_brefka/hamburger/Hamburger-brefka2.webp');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-barlow {
    font-family: var(--font-barlow);
  }
  .font-benedict {
    font-family: var(--font-benedict);
  }
  .font-brillant {
    font-family: var(--font-brillant);
  }
  .font-cormorant {
    font-family: var(--font-cormorant);
  }
  .font-fatface {
    font-family: var(--font-fatface);
  }
  .font-luckiest {
    font-family: var(--font-luckiest);
  }
  .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-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dark-green {
    color: var(--color-dark-green);
  }
  .text-dark-purple {
    color: var(--color-dark-purple);
  }
  .text-deep-orange {
    color: var(--color-deep-orange);
  }
  .text-forest-green {
    color: var(--color-forest-green);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-light-brown {
    color: var(--color-light-brown);
  }
  .text-light-orange {
    color: var(--color-light-orange);
  }
  .text-purple {
    color: var(--color-purple);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-dark-green {
    text-decoration-color: var(--color-dark-green);
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .shadow-\[0_4px_0_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 4px 0 var(--tw-shadow-color, rgba(0,0,0,0.2));
    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_25px_50px_-20px_rgba\(0\,0\,0\,0\.95\)\] {
    --tw-shadow: 0 25px 50px -20px var(--tw-shadow-color, rgba(0,0,0,0.95));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-white {
    --tw-ring-color: var(--color-white);
  }
  .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-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));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .group-open\:rotate-90 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 90deg;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .active\:shadow-\[0_2px_0_rgba\(0\,0\,0\,0\.2\)\] {
    &:active {
      --tw-shadow: 0 2px 0 var(--tw-shadow-color, rgba(0,0,0,0.2));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:right-25 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 25);
    }
  }
  .md\:-bottom-10 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * -10);
    }
  }
  .md\:-mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -16);
    }
  }
  .md\:-mt-160 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -160);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-25 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .md\:ml-1 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 1);
    }
  }
  .md\:ml-5 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 5);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-60 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 60);
    }
  }
  .md\:h-120 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 120);
    }
  }
  .md\:h-220 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 220);
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-4\/5 {
    @media (width >= 48rem) {
      width: calc(4/5 * 100%);
    }
  }
  .md\:w-45 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 45);
    }
  }
  .md\:w-60 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .md\:w-80 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .md\:w-90 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 90);
    }
  }
  .md\:w-200 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 200);
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:place-items-center {
    @media (width >= 48rem) {
      place-items: center;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-15 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:gap-x-3 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-x-8 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-7 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-25 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .md\:px-40 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-8xl {
    @media (width >= 48rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:right-55 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 55);
    }
  }
  .lg\:left-1 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 1);
    }
  }
  .lg\:-mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -10);
    }
  }
  .lg\:-mt-190 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -190);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-15 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-25 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-70 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 70);
    }
  }
  .lg\:h-150 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 150);
    }
  }
  .lg\:h-250 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 250);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-4\/5 {
    @media (width >= 64rem) {
      width: calc(4/5 * 100%);
    }
  }
  .lg\:w-50 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 50);
    }
  }
  .lg\:w-60 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .lg\:w-100 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 100);
    }
  }
  .lg\:w-110 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 110);
    }
  }
  .lg\:w-150 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 150);
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:place-items-center {
    @media (width >= 64rem) {
      place-items: center;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-30 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 30);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-15 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 15);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-15 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .lg\:px-30 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:px-40 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .lg\:px-80 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 80);
    }
  }
  .lg\:pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-25 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-9xl {
    @media (width >= 64rem) {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-10xl {
    @media (width >= 64rem) {
      font-size: var(--text-10xl);
    }
  }
  .lg\:text-11xl {
    @media (width >= 64rem) {
      font-size: var(--text-11xl);
    }
  }
  .xl\:right-3\/10 {
    @media (width >= 80rem) {
      right: calc(3/10 * 100%);
    }
  }
  .xl\:-mt-35 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * -35);
    }
  }
  .xl\:-mt-240 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * -240);
    }
  }
  .xl\:-mr-25 {
    @media (width >= 80rem) {
      margin-right: calc(var(--spacing) * -25);
    }
  }
  .xl\:mb-15 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .xl\:-ml-25 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * -25);
    }
  }
  .xl\:ml-10 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-2\/5 {
    @media (width >= 80rem) {
      height: calc(2/5 * 100%);
    }
  }
  .xl\:h-120 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 120);
    }
  }
  .xl\:h-300 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 300);
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:w-2\/5 {
    @media (width >= 80rem) {
      width: calc(2/5 * 100%);
    }
  }
  .xl\:w-6\/10 {
    @media (width >= 80rem) {
      width: calc(6/10 * 100%);
    }
  }
  .xl\:w-50 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 50);
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:place-items-center {
    @media (width >= 80rem) {
      place-items: center;
    }
  }
  .xl\:gap-0 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-50 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 50);
    }
  }
  .xl\:p-0 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .xl\:p-20 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-25 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .xl\:px-30 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .xl\:px-40 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .xl\:px-50 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 50);
    }
  }
  .xl\:text-center {
    @media (width >= 80rem) {
      text-align: center;
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-6xl {
    @media (width >= 80rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-7xl {
    @media (width >= 80rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .xl\:text-9xl {
    @media (width >= 80rem) {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:text-10xl {
    @media (width >= 80rem) {
      font-size: var(--text-10xl);
    }
  }
  .\32 xl\:left-20 {
    @media (width >= 96rem) {
      left: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:-mt-50 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * -50);
    }
  }
  .\32 xl\:-mt-280 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * -280);
    }
  }
  .\32 xl\:mt-4 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:mt-35 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 35);
    }
  }
  .\32 xl\:mt-40 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:-mr-45 {
    @media (width >= 96rem) {
      margin-right: calc(var(--spacing) * -45);
    }
  }
  .\32 xl\:-ml-45 {
    @media (width >= 96rem) {
      margin-left: calc(var(--spacing) * -45);
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:h-70 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 70);
    }
  }
  .\32 xl\:h-140 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 140);
    }
  }
  .\32 xl\:h-350 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 350);
    }
  }
  .\32 xl\:w-1\/2 {
    @media (width >= 96rem) {
      width: calc(1/2 * 100%);
    }
  }
  .\32 xl\:w-6\/10 {
    @media (width >= 96rem) {
      width: calc(6/10 * 100%);
    }
  }
  .\32 xl\:w-55 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 55);
    }
  }
  .\32 xl\:w-60 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .\32 xl\:w-70 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 70);
    }
  }
  .\32 xl\:w-75 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 75);
    }
  }
  .\32 xl\:w-110 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 110);
    }
  }
  .\32 xl\:gap-5 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:gap-65 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 65);
    }
  }
  .\32 xl\:p-3 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\32 xl\:p-12 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:p-25 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 25);
    }
  }
  .\32 xl\:px-25 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .\32 xl\:text-2xl {
    @media (width >= 96rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 xl\:text-3xl {
    @media (width >= 96rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\32 xl\:text-4xl {
    @media (width >= 96rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 96rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 96rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\32 xl\:text-7xl {
    @media (width >= 96rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .\32 xl\:text-base {
    @media (width >= 96rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\32 xl\:text-xl {
    @media (width >= 96rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 xl\:text-10xl {
    @media (width >= 96rem) {
      font-size: var(--text-10xl);
    }
  }
  .\33 xl\:-mt-300 {
    @media (width >= 105rem) {
      margin-top: calc(var(--spacing) * -300);
    }
  }
  .\33 xl\:-mr-65 {
    @media (width >= 105rem) {
      margin-right: calc(var(--spacing) * -65);
    }
  }
  .\33 xl\:-ml-65 {
    @media (width >= 105rem) {
      margin-left: calc(var(--spacing) * -65);
    }
  }
  .\33 xl\:h-380 {
    @media (width >= 105rem) {
      height: calc(var(--spacing) * 380);
    }
  }
  .\33 xl\:w-120 {
    @media (width >= 105rem) {
      width: calc(var(--spacing) * 120);
    }
  }
  .\33 xl\:gap-0 {
    @media (width >= 105rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:p-30 {
    @media (width >= 105rem) {
      padding: calc(var(--spacing) * 30);
    }
  }
  .\33 xl\:text-5xl {
    @media (width >= 105rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\34 xl\:-mt-340 {
    @media (width >= 115rem) {
      margin-top: calc(var(--spacing) * -340);
    }
  }
  .\34 xl\:-mr-75 {
    @media (width >= 115rem) {
      margin-right: calc(var(--spacing) * -75);
    }
  }
  .\34 xl\:-ml-75 {
    @media (width >= 115rem) {
      margin-left: calc(var(--spacing) * -75);
    }
  }
  .\34 xl\:h-400 {
    @media (width >= 115rem) {
      height: calc(var(--spacing) * 400);
    }
  }
  .\34 xl\:h-\[600px\] {
    @media (width >= 115rem) {
      height: 600px;
    }
  }
  .\34 xl\:w-60 {
    @media (width >= 115rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .\34 xl\:w-80 {
    @media (width >= 115rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .\34 xl\:w-120 {
    @media (width >= 115rem) {
      width: calc(var(--spacing) * 120);
    }
  }
  .\34 xl\:w-150 {
    @media (width >= 115rem) {
      width: calc(var(--spacing) * 150);
    }
  }
  .\34 xl\:text-3xl {
    @media (width >= 115rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\34 xl\:text-6xl {
    @media (width >= 115rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\35 xl\:-mt-360 {
    @media (width >= 120rem) {
      margin-top: calc(var(--spacing) * -360);
    }
  }
  .\35 xl\:-mr-85 {
    @media (width >= 120rem) {
      margin-right: calc(var(--spacing) * -85);
    }
  }
  .\35 xl\:-ml-85 {
    @media (width >= 120rem) {
      margin-left: calc(var(--spacing) * -85);
    }
  }
  .\35 xl\:h-430 {
    @media (width >= 120rem) {
      height: calc(var(--spacing) * 430);
    }
  }
  .\36 xl\:right-1\/3 {
    @media (width >= 130rem) {
      right: calc(1/3 * 100%);
    }
  }
  .\36 xl\:left-40 {
    @media (width >= 130rem) {
      left: calc(var(--spacing) * 40);
    }
  }
  .\36 xl\:-mt-380 {
    @media (width >= 130rem) {
      margin-top: calc(var(--spacing) * -380);
    }
  }
  .\36 xl\:mt-1 {
    @media (width >= 130rem) {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .\36 xl\:mt-45 {
    @media (width >= 130rem) {
      margin-top: calc(var(--spacing) * 45);
    }
  }
  .\36 xl\:-mr-70 {
    @media (width >= 130rem) {
      margin-right: calc(var(--spacing) * -70);
    }
  }
  .\36 xl\:-ml-70 {
    @media (width >= 130rem) {
      margin-left: calc(var(--spacing) * -70);
    }
  }
  .\36 xl\:h-1\/3 {
    @media (width >= 130rem) {
      height: calc(1/3 * 100%);
    }
  }
  .\36 xl\:h-460 {
    @media (width >= 130rem) {
      height: calc(var(--spacing) * 460);
    }
  }
  .\36 xl\:w-1\/3 {
    @media (width >= 130rem) {
      width: calc(1/3 * 100%);
    }
  }
  .\36 xl\:w-65 {
    @media (width >= 130rem) {
      width: calc(var(--spacing) * 65);
    }
  }
  .\36 xl\:gap-1 {
    @media (width >= 130rem) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .\36 xl\:px-35 {
    @media (width >= 130rem) {
      padding-inline: calc(var(--spacing) * 35);
    }
  }
  .\36 xl\:text-2xl {
    @media (width >= 130rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\36 xl\:text-3xl {
    @media (width >= 130rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\36 xl\:text-4xl {
    @media (width >= 130rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\36 xl\:text-6xl {
    @media (width >= 130rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\36 xl\:text-8xl {
    @media (width >= 130rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .\37 xl\:-mt-400 {
    @media (width >= 140rem) {
      margin-top: calc(var(--spacing) * -400);
    }
  }
  .\37 xl\:h-500 {
    @media (width >= 140rem) {
      height: calc(var(--spacing) * 500);
    }
  }
  .\38 xl\:left-60 {
    @media (width >= 152rem) {
      left: calc(var(--spacing) * 60);
    }
  }
  .\38 xl\:-mt-440 {
    @media (width >= 152rem) {
      margin-top: calc(var(--spacing) * -440);
    }
  }
  .\38 xl\:-mr-120 {
    @media (width >= 152rem) {
      margin-right: calc(var(--spacing) * -120);
    }
  }
  .\38 xl\:-ml-120 {
    @media (width >= 152rem) {
      margin-left: calc(var(--spacing) * -120);
    }
  }
  .\38 xl\:h-550 {
    @media (width >= 152rem) {
      height: calc(var(--spacing) * 550);
    }
  }
  .\38 xl\:w-70 {
    @media (width >= 152rem) {
      width: calc(var(--spacing) * 70);
    }
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden {
    &::-webkit-details-marker {
      display: none;
    }
  }
  .\[\&\:\:marker\]\:content-\[\'\'\] {
    &::marker {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
}
@layer utilities {
  #menu-btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
  }
  .bar {
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all .3s ease;
    width: 100%;
  }
  #overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    z-index: 1000;
  }
  #drawer {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top .3s ease-in-out;
    z-index: 1001;
  }
  .open-drawer #drawer {
    top: 0;
  }
  .open-drawer #overlay {
    opacity: 1;
    visibility: visible;
  }
  .open-drawer .bar:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .open-drawer .bar:nth-child(2) {
    opacity: 0;
  }
  .open-drawer .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .wave-container {
    height: 10vh;
    background-color: #a7bbad;
    position: relative;
    padding-bottom: 10vh;
    z-index: 0;
  }
  .wave-container::before {
    content: "";
    width: 100%;
    height: 168px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: 38vw bottom;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 108' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1C19.5523 3 32.2291 4 51.5 7C104.5 15 200 35 300 53C400 71 500 90 600 82C700 75 800 43 900 24C987.526 4 1085.36 -1 1150 0C1169.54 -1 1180.49 0 1200 1V108H1150C1100 108 1000 108 900 108C800 108 700 108 600 108C500 108 400 108 300 108C200 108 100 108 50 108H0V1.98128Z' fill='%23fff3c2'/></svg>");
  }
  @media (max-width:850px) {
    .wave-container::before {
      height: 84px;
    }
  }
  .fading-1 {
    background: linear-gradient(90deg, transparent, #2c473c, transparent) bottom /var(--d, 0) 3px no-repeat;
    transition: 0.5s;
  }
  .fading-1:hover {
    --d: 100%;
  }
  .autoShow {
    opacity: 0;
    transform: translateY(50px);
    will-change: transform, opacity;
  }
  .autoShow.played {
    animation: text-appear .6s ease-out forwards;
  }
  @keyframes text-appear {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @import url('https://unpkg.com/normalize.css') layer(normalize);
  @layer normalize, base, demo, grid, setup, scroll, novelty;
  @layer scroll {
    :root {
      --power-1-out: linear(
      0 0%,
      0.0027 3.64%,
      0.0106 7.29%,
      0.0425 14.58%,
      0.0957 21.87%,
      0.1701 29.16%,
      0.2477 35.19%,
      0.3401 41.23%,
      0.5982 55.18%,
      0.7044 61.56%,
      0.7987 68.28%,
      0.875 75%,
      0.9297 81.25%,
      0.9687 87.5%,
      0.9922 93.75%,
      1 100%
    );
      --power-2-out: linear(
      0 0%,
      0.0036 9.62%,
      0.0185 16.66%,
      0.0489 23.03%,
      0.0962 28.86%,
      0.1705 34.93%,
      0.269 40.66%,
      0.3867 45.89%,
      0.5833 52.95%,
      0.683 57.05%,
      0.7829 62.14%,
      0.8621 67.46%,
      0.8991 70.68%,
      0.9299 74.03%,
      0.9545 77.52%,
      0.9735 81.21%,
      0.9865 85%,
      0.9949 89.15%,
      1 100%
    );
      --power-3-out: linear(
      0 0%,
      0.0029 13.8%,
      0.0184 21.9%,
      0.0339 25.51%,
      0.0551 28.81%,
      0.0827 31.88%,
      0.1168 34.76%,
      0.1962 39.57%,
      0.3005 44.02%,
      0.4084 47.53%,
      0.6242 53.45%,
      0.7493 57.93%,
      0.8495 62.97%,
      0.8888 65.67%,
      0.9213 68.51%,
      0.9629 73.9%,
      0.9876 80.16%,
      0.998 87.5%,
      1 100%
    );
      --power-4-out: linear(
      0 0%,
      0.0012 14.95%,
      0.0089 22.36%,
      0.0297 28.43%,
      0.0668 33.43%,
      0.0979 36.08%,
      0.1363 38.55%,
      0.2373 43.07%,
      0.3675 47.01%,
      0.5984 52.15%,
      0.7121 55.23%,
      0.8192 59.21%,
      0.898 63.62%,
      0.9297 66.23%,
      0.9546 69.06%,
      0.9733 72.17%,
      0.9864 75.67%,
      0.9982 83.73%,
      1 100%
    );
      --sine: linear(
      0 0%,
      0.2861 18.47%,
      0.4829 32.08%,
      0.6437 44.52%,
      0.7712 56.07%,
      0.8722 67.47%,
      0.9115 73.02%,
      0.9434 78.49%,
      0.9682 83.91%,
      0.9859 89.3%,
      0.9965 94.66%,
      1 100%
    );
    }
    @keyframes fade {
      0%, 55% {
        opacity: 0;
      }
    }
    @keyframes reveal {
      0%, 30% {
        scale: 0;
      }
    }
    @keyframes scale-x {
      0%, 10% {
        width: var(--img-w);
      }
    }
    @keyframes scale-y {
      0%, 10% {
        height: var(--img-h);
      }
    }
    @media (prefers-reduced-motion: no-preference) {
      [data-enhanced='true'] {
        main section:first-of-type {
          min-height: 240vh;
        }
        @supports (animation-timeline: scroll()) and (animation-range: 0 100%) {
          main section:first-of-type {
            view-timeline: --runner;
          }
          &[data-center='true'] {
            .scaler img {
              animation-name: scale-x, scale-y;
              animation-fill-mode: both;
              animation-timing-function: var(--power-2-out), var(--power-1-out);
              animation-timeline: --runner, --runner;
              animation-range: entry 100% exit -20%;
            }
          }
          &[data-layers='true'] {
            .grid2 .layer {
              animation-name: fade, reveal;
              animation-fill-mode: both;
              animation-timeline: --runner, --runner;
              animation-timing-function: var(--sine), var(--power-1-out);
              animation-range: entry 100% exit 0%;
            }
            &[data-stagger='timing'] .grid2 .layer {
              &:nth-of-type(1) {
                animation-timing-function: var(--sine), var(--power-1-out);
              }
              &:nth-of-type(2) {
                animation-timing-function: var(--sine), var(--power-3-out);
              }
              &:nth-of-type(3) {
                animation-timing-function: var(--sine), var(--power-4-out);
              }
            }
            &[data-stagger='range'] .grid2 .layer {
              &:nth-of-type(1) {
                animation-range: entry 100% exit 0%;
              }
              &:nth-of-type(2) {
                animation-range: entry 100% exit -10%;
              }
              &:nth-of-type(3) {
                animation-range: entry 100% exit -20%;
              }
            }
          }
        }
      }
    }
  }
  @layer setup {
    :root {
      --container-width: 1600px;
      --gap: clamp(10px, 7.35vw, 80px);
      --gutter: 1rem;
      --img-w: clamp(300px, 75vw, 1500px);
      --img-h: min(60vh, 760px);
    }
    .content {
      min-height: 90vh;
      width: 100vw;
      display: flex;
      place-items: center;
      align-content: center;
      position: sticky;
      top: 0;
    }
    .scaler {
      z-index: 2;
      width: 100%;
      height: 100%;
      position: relative;
      img {
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        object-fit: cover;
        border-radius: 1rem;
        width: 100%;
        height: 100%;
      }
    }
  }
  @layer grid {
    .grid2 {
      --offset: 0;
      width: 1600px;
      max-width: calc(100% - (2 * var(--gutter)));
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(3, auto);
      gap: var(--gap);
      margin: 0 auto;
      align-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
    }
    .grid2 > .layer {
      display: grid;
      grid-column: 1 / -1;
      grid-row: 1 / -1;
      grid-template-columns: subgrid;
      grid-template-rows: subgrid;
    }
    .grid2 > div:nth-of-type(1) div:nth-of-type(odd) {
      grid-column: 1;
    }
    .grid2 > div:nth-of-type(1) div:nth-of-type(even) {
      grid-column: -2;
    }
    .grid2 > div:nth-of-type(2) div:nth-of-type(odd) {
      grid-column: calc(2 + var(--offset));
    }
    .grid2 > div:nth-of-type(2) div:nth-of-type(even) {
      grid-column: calc(-3 - var(--offset));
    }
    .grid2 > div:nth-of-type(3) div {
      grid-column: calc(3 + var(--offset));
      &:last-of-type {
        grid-row: -1;
      }
    }
    .grid2 .scaler {
      position: relative;
      grid-area: 2 / calc(3 + var(--offset));
    }
    .grid2 img {
      width: 100%;
      aspect-ratio: 3 / 4;
      object-fit: cover;
      border-radius: 1rem;
    }
  }
  @layer base {
    :root {
      --font-size-min: 16;
      --font-size-max: 20;
      --font-ratio-min: 1.2;
      --font-ratio-max: 1.33;
      --font-width-min: 375;
      --font-width-max: 1500;
      --img-w: min(82vw, 520px);
      --img-h: min(90vh, 760px);
    }
    [data-theme='light'] {
      color-scheme: light only;
    }
    [data-theme='dark'] {
      color-scheme: dark only;
    }
    :where(.fluid) {
      --fluid-min: calc(
      var(--font-size-min) * pow(var(--font-ratio-min), var(--font-level, 0))
    );
      --fluid-max: calc(
      var(--font-size-max) * pow(var(--font-ratio-max), var(--font-level, 0))
    );
      --fluid-preferred: calc(
      (var(--fluid-max) - var(--fluid-min)) /
        (var(--font-width-max) - var(--font-width-min))
    );
      --fluid-type: clamp(
      (var(--fluid-min) / 16) * 1rem,
      ((var(--fluid-min) / 16) * 1rem) -
        (((var(--fluid-preferred) * var(--font-width-min)) / 16) * 1rem) +
        (var(--fluid-preferred) * var(--variable-unit, 100vi)),
      (var(--fluid-max) / 16) * 1rem
    );
      font-size: var(--fluid-type);
    }
    *, *:after, *:before {
      box-sizing: border-box;
    }
  }
  .grid2 .layer {
    &:nth-of-type(1) {
      animation-range: entry 100% exit 0%;
    }
    &:nth-of-type(2) {
      animation-range: entry 100% exit -10%;
    }
    &:nth-of-type(3) {
      animation-range: entry 100% exit -20%;
    }
  }
  @media (max-width: 600px) {
    .grid2 {
      grid-template-columns: repeat(3, 1fr);
      --offset: -1;
    }
    .grid2 > div:nth-of-type(1) {
      display: none;
    }
  }
  @media (max-width: 600px) {
    :root {
      --gutter: 1rem;
    }
  }
  @media (min-width:1000px) {
    .content {
      min-height: 100vh;
      width: 90vw;
      display: flex;
      place-items: center;
      align-content: center;
      position: sticky;
      top: 0;
    }
  }
  @media (min-width:1500px) {
    .grid2 img {
      width: 80%;
      aspect-ratio: 3 / 4;
      object-fit: cover;
      border-radius: 1rem;
    }
  }
  .curved-4 {
    padding: 8px;
    border-radius: 0;
    border: 3px solid transparent;
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-position: top, bottom, left, right, 0 0;
    -webkit-mask-size: calc(100% - 30px) 4px, calc(100% - 30px) 4px, 4px calc(100% - 30px), 4px calc(100% - 30px), auto;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-out, destination-out, destination-out, destination-out !important;
    -webkit-mask-clip: border-box, border-box, border-box, border-box, border-box;
    -webkit-mask-origin: border-box, border-box, border-box, border-box, border-box;
    mask-composite: exclude;
    transition: .3s, border-color .3s .3s;
  }
  .curved-4:hover {
    border-radius: 12px;
    border-color: currentColor;
    transition: .3s, border-radius .3s .3s;
  }
  .linia {
    height: 2px;
    width: 100%;
    background: #5906a2;
  }
  .linia2 {
    width: 2px;
    height: 45vh;
    background: #5906a2;
  }
  .kolko {
    width: 50px;
    height: 50px;
    background: #a7bbad;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (min-width:768px) {
    .kolko {
      width: 70px;
      height: 70px;
      font-size: 30px;
    }
  }
}
@font-face {
  font-family: "Foxlite";
  src: url("../fonts/fox.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "benedict";
  src: url(../fonts/Benedict.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brillant";
  src: url(../fonts/brillant.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-content: "";
    }
  }
}
