@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Inter:wght@300;400;500&family=Luxurious+Script&family=Luxurious+Roman&family=Hedvig+Letters+Serif:opsz@12..24&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@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-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-neutral-100: oklch(.97 0 0);
    --color-neutral-950: oklch(.145 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: .025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-1\.02px\] {
    inset: -1.02px;
  }

  .inset-\[-5\%\] {
    inset: -5%;
  }

  .inset-\[-6\.25\%_-5\%\] {
    inset: -6.25% -5%;
  }

  .inset-\[-6\.25\%_-14\.29\%\] {
    inset: -6.25% -14.29%;
  }

  .inset-\[-6\.25\%_-14\.29\%_-6\.25\%_-14\.28\%\] {
    inset: -6.25% -14.29% -6.25% -14.28%;
  }

  .inset-\[-7\.69\%_-8\.33\%\] {
    inset: -7.69% -8.33%;
  }

  .inset-\[-8\.33\%_-25\%\] {
    inset: -8.33% -25%;
  }

  .inset-\[-8\.34\%_-24\.97\%\] {
    inset: -8.34% -24.97%;
  }

  .inset-\[-12\.5\%\] {
    inset: -12.5%;
  }

  .inset-\[-12\.49\%_-12\.51\%\] {
    inset: -12.49% -12.51%;
  }

  .inset-\[-16\.68\%_-5\%\] {
    inset: -16.68% -5%;
  }

  .inset-\[-16\.68\%_-5\%_-16\.67\%_-5\%\] {
    inset: -16.68% -5% -16.67%;
  }

  .inset-\[-25\%\] {
    inset: -25%;
  }

  .inset-\[4\.55\%\] {
    inset: 4.55%;
  }

  .inset-\[5\.56\%_4\.55\%\] {
    inset: 5.56% 4.55%;
  }

  .inset-\[5\.56\%_11\.11\%\] {
    inset: 5.56% 11.11%;
  }

  .inset-\[6\.67\%_7\.14\%\] {
    inset: 6.67% 7.14%;
  }

  .inset-\[7\.14\%_16\.67\%\] {
    inset: 7.14% 16.67%;
  }

  .inset-\[10\%\] {
    inset: 10%;
  }

  .inset-\[12\.5\%_4\.55\%_12\.53\%_4\.55\%\] {
    inset: 12.5% 4.55% 12.53%;
  }

  .inset-\[16\.67\%\] {
    inset: 16.67%;
  }

  .inset-\[16\.67\%_8\.33\%\] {
    inset: 16.67% 8.33%;
  }

  .inset-\[29\.17\%_8\.33\%_45\.84\%_8\.33\%\] {
    inset: 29.17% 8.33% 45.84%;
  }

  .inset-\[33\.33\%_8\.33\%_12\.5\%_41\.67\%\] {
    inset: 33.33% 8.33% 12.5% 41.67%;
  }

  .-top-20 {
    top: calc(var(--spacing) * -20);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-1\/4 {
    top: 25%;
  }

  .top-2\/3 {
    top: 66.6667%;
  }

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

  .top-20 {
    top: calc(var(--spacing) * 20);
  }

  .top-32 {
    top: calc(var(--spacing) * 32);
  }

  .top-40 {
    top: calc(var(--spacing) * 40);
  }

  .top-\[-0\.5px\] {
    top: -.5px;
  }

  .top-\[-1px\] {
    top: -1px;
  }

  .top-\[-4\.5px\] {
    top: -4.5px;
  }

  .top-\[-4px\] {
    top: -4px;
  }

  .top-\[-27px\] {
    top: -27px;
  }

  .top-\[-28px\] {
    top: -28px;
  }

  .top-\[0\.5px\] {
    top: .5px;
  }

  .top-\[0\.35px\] {
    top: .35px;
  }

  .top-\[0\.99px\] {
    top: .99px;
  }

  .top-\[3px\] {
    top: 3px;
  }

  .top-\[5\.49px\] {
    top: 5.49px;
  }

  .top-\[6\.95px\] {
    top: 6.95px;
  }

  .top-\[6\.99px\] {
    top: 6.99px;
  }

  .top-\[6px\] {
    top: 6px;
  }

  .top-\[8\.01px\] {
    top: 8.01px;
  }

  .top-\[8\.33\%\] {
    top: 8.33%;
  }

  .top-\[12\.99px\] {
    top: 12.99px;
  }

  .top-\[24px\] {
    top: 24px;
  }

  .top-\[28px\] {
    top: 28px;
  }

  .top-\[32\.44px\] {
    top: 32.44px;
  }

  .top-\[37\.5\%\] {
    top: 37.5%;
  }

  .top-\[40px\] {
    top: 40px;
  }

  .top-\[56px\] {
    top: 56px;
  }

  .top-\[57px\] {
    top: 57px;
  }

  .top-\[58\.33\%\] {
    top: 58.33%;
  }

  .top-\[80px\] {
    top: 80px;
  }

  .top-\[83px\] {
    top: 83px;
  }

  .top-\[84px\] {
    top: 84px;
  }

  .top-\[85px\] {
    top: 85px;
  }

  .top-\[94px\] {
    top: 94px;
  }

  .top-\[96px\] {
    top: 96px;
  }

  .top-\[116px\] {
    top: 116px;
  }

  .top-\[156\.88px\] {
    top: 156.88px;
  }

  .top-\[157px\] {
    top: 157px;
  }

  .top-\[160px\] {
    top: 160px;
  }

  .top-\[217px\] {
    top: 217px;
  }

  .top-\[262\.49px\] {
    top: 262.49px;
  }

  .top-\[288px\] {
    top: 288px;
  }

  .top-\[289px\] {
    top: 289px;
  }

  .top-\[335px\] {
    top: 335px;
  }

  .top-\[340px\] {
    top: 340px;
  }

  .top-\[345px\] {
    top: 345px;
  }

  .top-\[356px\] {
    top: 356px;
  }

  .top-\[395px\] {
    top: 395px;
  }

  .top-\[539\.83px\] {
    top: 539.83px;
  }

  .top-\[636\.96px\] {
    top: 636.96px;
  }

  .top-\[729\.27px\] {
    top: 729.27px;
  }

  .top-\[850px\] {
    top: 850px;
  }

  .top-\[955\.45px\] {
    top: 955.45px;
  }

  .top-\[966\.1px\] {
    top: 966.1px;
  }

  .top-\[1432\.18px\] {
    top: 1432.18px;
  }

  .top-\[1493\.2px\] {
    top: 1493.2px;
  }

  .top-\[1729px\] {
    top: 1729px;
  }

  .top-\[2379px\] {
    top: 2379px;
  }

  .top-\[4601\.2px\] {
    top: 4601.2px;
  }

  .top-\[4700px\] {
    top: 4700px;
  }

  .top-\[4950px\] {
    top: 4950px;
  }

  .top-\[6050px\] {
    top: 6050px;
  }

  .-right-2 {
    right: calc(var(--spacing) * -2);
  }

  .-right-10 {
    right: calc(var(--spacing) * -10);
  }

  .-right-16 {
    right: calc(var(--spacing) * -16);
  }

  .-right-20 {
    right: calc(var(--spacing) * -20);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-1\/2 {
    right: 50%;
  }

  .right-3\/4 {
    right: 75%;
  }

  .right-10 {
    right: calc(var(--spacing) * 10);
  }

  .right-\[-6\.5px\] {
    right: -6.5px;
  }

  .right-\[-26\.16px\] {
    right: -26.16px;
  }

  .right-\[11px\] {
    right: 11px;
  }

  .right-\[20\.83\%\] {
    right: 20.83%;
  }

  .right-\[66\.35\%\] {
    right: 66.35%;
  }

  .right-\[144px\] {
    right: 144px;
  }

  .-bottom-2 {
    bottom: calc(var(--spacing) * -2);
  }

  .-bottom-16 {
    bottom: calc(var(--spacing) * -16);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-1\/2 {
    bottom: 50%;
  }

  .bottom-1\/4 {
    bottom: 25%;
  }

  .bottom-3\/4 {
    bottom: 75%;
  }

  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }

  .bottom-32 {
    bottom: calc(var(--spacing) * 32);
  }

  .bottom-40 {
    bottom: calc(var(--spacing) * 40);
  }

  .bottom-\[-0\.05px\] {
    bottom: -.05px;
  }

  .bottom-\[8\.33\%\] {
    bottom: 8.33%;
  }

  .bottom-\[12\.5\%\] {
    bottom: 12.5%;
  }

  .bottom-\[16px\] {
    bottom: 16px;
  }

  .bottom-\[58px\] {
    bottom: 58px;
  }

  .bottom-\[264px\] {
    bottom: 264px;
  }

  .-left-2 {
    left: calc(var(--spacing) * -2);
  }

  .-left-10 {
    left: calc(var(--spacing) * -10);
  }

  .-left-16 {
    left: calc(var(--spacing) * -16);
  }

  .-left-20 {
    left: calc(var(--spacing) * -20);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-10 {
    left: calc(var(--spacing) * 10);
  }

  .left-20 {
    left: calc(var(--spacing) * 20);
  }

  .left-\[-21\.29\%\] {
    left: -21.29%;
  }

  .left-\[-32px\] {
    left: -32px;
  }

  .left-\[-53px\] {
    left: -53px;
  }

  .left-\[-67px\] {
    left: -67px;
  }

  .left-\[-80px\] {
    left: -80px;
  }

  .left-\[-95\.2px\] {
    left: -95.2px;
  }

  .left-\[0\.39\%\] {
    left: .39%;
  }

  .left-\[0\.99px\] {
    left: .99px;
  }

  .left-\[1\.5px\] {
    left: 1.5px;
  }

  .left-\[2\.5px\] {
    left: 2.5px;
  }

  .left-\[3px\] {
    left: 3px;
  }

  .left-\[7\.04px\] {
    left: 7.04px;
  }

  .left-\[8\.33\%\] {
    left: 8.33%;
  }

  .left-\[9px\] {
    left: 9px;
  }

  .left-\[10px\] {
    left: 10px;
  }

  .left-\[11px\] {
    left: 11px;
  }

  .left-\[13\.33px\] {
    left: 13.33px;
  }

  .left-\[15\.95px\] {
    left: 15.95px;
  }

  .left-\[16\.67\%\] {
    left: 16.67%;
  }

  .left-\[16px\] {
    left: 16px;
  }

  .left-\[24px\] {
    left: 24px;
  }

  .left-\[31\.5px\] {
    left: 31.5px;
  }

  .left-\[32\.5px\] {
    left: 32.5px;
  }

  .left-\[33\.5px\] {
    left: 33.5px;
  }

  .left-\[33\.33\%\] {
    left: 33.33%;
  }

  .left-\[40px\] {
    left: 40px;
  }

  .left-\[45px\] {
    left: 45px;
  }

  .left-\[48px\] {
    left: 48px;
  }

  .left-\[62\.19px\] {
    left: 62.19px;
  }

  .left-\[77px\] {
    left: 77px;
  }

  .left-\[96px\] {
    left: 96px;
  }

  .left-\[118\.66px\] {
    left: 118.66px;
  }

  .left-\[144px\] {
    left: 144px;
  }

  .left-\[167\.5px\] {
    left: 167.5px;
  }

  .left-\[176\.02px\] {
    left: 176.02px;
  }

  .left-\[176\.8px\] {
    left: 176.8px;
  }

  .left-\[176\.23px\] {
    left: 176.23px;
  }

  .left-\[176\.83px\] {
    left: 176.83px;
  }

  .left-\[179px\] {
    left: 179px;
  }

  .left-\[208px\] {
    left: 208px;
  }

  .left-\[237\.33px\] {
    left: 237.33px;
  }

  .left-\[272px\] {
    left: 272px;
  }

  .left-\[296px\] {
    left: 296px;
  }

  .left-\[328\.97px\] {
    left: 328.97px;
  }

  .left-\[335px\] {
    left: 335px;
  }

  .left-\[371\.75px\] {
    left: 371.75px;
  }

  .left-\[378\.66px\] {
    left: 378.66px;
  }

  .left-\[391\.41px\] {
    left: 391.41px;
  }

  .left-\[393\.5px\] {
    left: 393.5px;
  }

  .left-\[396\.5px\] {
    left: 396.5px;
  }

  .left-\[397px\] {
    left: 397px;
  }

  .left-\[410\.664px\] {
    left: 410.664px;
  }

  .left-\[426px\] {
    left: 426px;
  }

  .left-\[560\.03px\] {
    left: 560.03px;
  }

  .left-\[757\.33px\] {
    left: 757.33px;
  }

  .left-\[781\.328px\] {
    left: 781.328px;
  }

  .left-\[901\.49px\] {
    left: 901.49px;
  }

  .left-\[1021\.29px\] {
    left: 1021.29px;
  }

  .left-\[1056\.61px\] {
    left: 1056.61px;
  }

  .left-\[1215px\] {
    left: 1215px;
  }

  .left-\[calc\(50\%\+0\.5px\)\] {
    left: calc(50% + .5px);
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .mt-\[20px\] {
    margin-top: 20px;
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-\[24px\] {
    margin-bottom: 24px;
  }

  .mb-\[40px\] {
    margin-bottom: 40px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .size-\[6\.008px\] {
    width: 6.008px;
    height: 6.008px;
  }

  .size-\[10\.008px\] {
    width: 10.008px;
    height: 10.008px;
  }

  .size-\[22\.016px\] {
    width: 22.016px;
    height: 22.016px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[88px\] {
    width: 88px;
    height: 88px;
  }

  .size-\[96px\] {
    width: 96px;
    height: 96px;
  }

  .size-\[112px\] {
    width: 112px;
    height: 112px;
  }

  .size-\[144px\] {
    width: 144px;
    height: 144px;
  }

  .size-\[158\.392px\] {
    width: 158.392px;
    height: 158.392px;
  }

  .size-\[192px\] {
    width: 192px;
    height: 192px;
  }

  .size-\[288px\] {
    width: 288px;
    height: 288px;
  }

  .size-\[316\.784px\] {
    width: 316.784px;
    height: 316.784px;
  }

  .size-\[339\.411px\] {
    width: 339.411px;
    height: 339.411px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-1 {
    height: calc(var(--spacing) * 1);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-28 {
    height: calc(var(--spacing) * 28);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-48 {
    height: calc(var(--spacing) * 48);
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[2\.5rem\] {
    height: 2.5rem;
  }

  .h-\[2\.008px\] {
    height: 2.008px;
  }

  .h-\[3rem\] {
    height: 3rem;
  }

  .h-\[4px\] {
    height: 4px;
  }

  .h-\[6\.008px\] {
    height: 6.008px;
  }

  .h-\[8px\] {
    height: 8px;
  }

  .h-\[10\.008px\] {
    height: 10.008px;
  }

  .h-\[10\.016px\] {
    height: 10.016px;
  }

  .h-\[13\.984px\] {
    height: 13.984px;
  }

  .h-\[14\.5px\] {
    height: 14.5px;
  }

  .h-\[15\.008px\] {
    height: 15.008px;
  }

  .h-\[18\.008px\] {
    height: 18.008px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[20px\] {
    height: 20px;
  }

  .h-\[22\.016px\] {
    height: 22.016px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[69px\] {
    height: 69px;
  }

  .h-\[83px\] {
    height: 83px;
  }

  .h-\[84px\] {
    height: 84px;
  }

  .h-\[112px\] {
    height: 112px;
  }

  .h-\[128px\] {
    height: 128px;
  }

  .h-\[136px\] {
    height: 136px;
  }

  .h-\[146px\] {
    height: 146px;
  }

  .h-\[147px\] {
    height: 147px;
  }

  .h-\[152\.883px\] {
    height: 152.883px;
  }

  .h-\[161px\] {
    height: 161px;
  }

  .h-\[164px\] {
    height: 164px;
  }

  .h-\[181\.02px\] {
    height: 181.02px;
  }

  .h-\[206\.664px\] {
    height: 206.664px;
  }

  .h-\[328px\] {
    height: 328px;
  }

  .h-\[330px\] {
    height: 330px;
  }

  .h-\[331px\] {
    height: 331px;
  }

  .h-\[333px\] {
    height: 333px;
  }

  .h-\[340px\] {
    height: 340px;
  }

  .h-\[342\.664px\] {
    height: 342.664px;
  }

  .h-\[355px\] {
    height: 355px;
  }

  .h-\[360px\] {
    height: 360px;
  }

  .h-\[450px\] {
    height: 450px;
  }

  .h-\[466\.648px\] {
    height: 466.648px;
  }

  .h-\[562\.953px\] {
    height: 562.953px;
  }

  .h-\[606px\] {
    height: 606px;
  }

  .h-\[621px\] {
    height: 621px;
  }

  .h-\[631\.664px\] {
    height: 631.664px;
  }

  .h-\[1079\.66px\] {
    height: 1079.66px;
  }

  .h-\[1110px\] {
    height: 1110px;
  }

  .h-\[1173\.91px\] {
    height: 1173.91px;
  }

  .h-\[1462\.91px\] {
    height: 1462.91px;
  }

  .h-\[2324px\] {
    height: 2324px;
  }

  .h-\[2400px\] {
    height: 2400px;
  }

  .h-\[6900px\] {
    height: 6900px;
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.7071068286895752\)\+\(var\(--transform-inner-height\)\*0\.7071068286895752\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .707107)  + (var(--transform-inner-height) * .707107)));
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }

  .min-h-\[320px\] {
    min-height: 320px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-1\/2 {
    width: 50%;
  }

  .w-1\/3 {
    width: 33.3333%;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\/3 {
    width: 66.6667%;
  }

  .w-3\/4 {
    width: 75%;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-28 {
    width: calc(var(--spacing) * 28);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-\[3\.125px\] {
    width: 3.125px;
  }

  .w-\[6\.008px\] {
    width: 6.008px;
  }

  .w-\[9\.008px\] {
    width: 9.008px;
  }

  .w-\[10px\] {
    width: 10px;
  }

  .w-\[14\.008px\] {
    width: 14.008px;
  }

  .w-\[22\.016px\] {
    width: 22.016px;
  }

  .w-\[63\.023px\] {
    width: 63.023px;
  }

  .w-\[64px\] {
    width: 64px;
  }

  .w-\[114\.664px\] {
    width: 114.664px;
  }

  .w-\[117px\] {
    width: 117px;
  }

  .w-\[131\.25\%\] {
    width: 131.25%;
  }

  .w-\[168px\] {
    width: 168px;
  }

  .w-\[181\.019px\] {
    width: 181.019px;
  }

  .w-\[199\.9\%\] {
    width: 199.9%;
  }

  .w-\[263px\] {
    width: 263px;
  }

  .w-\[264px\] {
    width: 264px;
  }

  .w-\[265px\] {
    width: 265px;
  }

  .w-\[266px\] {
    width: 266px;
  }

  .w-\[282\.664px\] {
    width: 282.664px;
  }

  .w-\[305\.188px\] {
    width: 305.188px;
  }

  .w-\[330\.664px\] {
    width: 330.664px;
  }

  .w-\[352px\] {
    width: 352px;
  }

  .w-\[462\.063px\] {
    width: 462.063px;
  }

  .w-\[544px\] {
    width: 544px;
  }

  .w-\[560px\] {
    width: 560px;
  }

  .w-\[822px\] {
    width: 822px;
  }

  .w-\[874px\] {
    width: 874px;
  }

  .w-\[963\.625px\] {
    width: 963.625px;
  }

  .w-\[1097px\] {
    width: 1097px;
  }

  .w-\[1112px\] {
    width: 1112px;
  }

  .w-\[1120px\] {
    width: 1120px;
  }

  .w-\[1152px\] {
    width: 1152px;
  }

  .w-\[1487px\] {
    width: 1487px;
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.7071068286895752\)\+\(var\(--transform-inner-width\)\*0\.7071068286895752\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .707107)  + (var(--transform-inner-width) * .707107)));
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[1487px\] {
    max-width: 1487px;
  }

  .max-w-\[calc\(100vw-2rem\)\] {
    max-width: calc(100vw - 2rem);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-none {
    max-width: none;
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-150 {
    --tw-scale-x: 150%;
    --tw-scale-y: 150%;
    --tw-scale-z: 150%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-45 {
    rotate: 45deg;
  }

  .rotate-\[-2deg\] {
    rotate: -2deg;
  }

  .rotate-\[45deg\] {
    rotate: 45deg;
  }

  .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;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .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-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[128px\] {
    gap: 128px;
  }

  :where(.space-y-6 > :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)));
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-\[1\.67772e\+07px\] {
    border-radius: 16777200px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-\[1px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1px 0 0;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#6B2F3E\], .border-\[\#6b2f3e\] {
    border-color: #6b2f3e;
  }

  .border-\[\#8E4D5F\] {
    border-color: #8e4d5f;
  }

  .border-\[\#feffe5\] {
    border-color: #feffe5;
  }

  .border-\[rgba\(255\,255\,255\,0\.2\)\] {
    border-color: #fff3;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-white {
    border-color: var(--color-white);
  }

  .border-white\/20 {
    border-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .bg-\[\#6B2F3E\], .bg-\[\#6b2f3e\] {
    background-color: #6b2f3e;
  }

  .bg-\[\#7D3E4F\] {
    background-color: #7d3e4f;
  }

  .bg-\[\#8E4D5F\] {
    background-color: #8e4d5f;
  }

  .bg-\[\#F5F1ED\] {
    background-color: #f5f1ed;
  }

  .bg-\[\#F5F1ED\]\/90 {
    background-color: oklab(96.0124% .00260019 .00635362 / .9);
  }

  .bg-\[\#f5f1ed\] {
    background-color: #f5f1ed;
  }

  .bg-\[\#feffe5\] {
    background-color: #feffe5;
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: #0000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[\#6B2F3E\], .via-\[\#6b2f3e\] {
    --tw-gradient-via: #6b2f3e;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[\#8E4D5F\] {
    --tw-gradient-via: #8e4d5f;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[\#feffe5\] {
    --tw-gradient-via: #feffe5;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-white {
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-50\% {
    --tw-gradient-via-position: 50%;
  }

  .to-\[\#6B2F3E\] {
    --tw-gradient-to: #6b2f3e;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-to: #0000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-\[50\%_20\%\] {
    object-position: 50% 20%;
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-\[40px\] {
    padding-block: 40px;
  }

  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }

  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pt-\[20px\] {
    padding-top: 20px;
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .text-center {
    text-align: center;
  }

  .text-justify {
    text-align: justify;
  }

  .text-left {
    text-align: left;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'Carattere\'\] {
    font-family: Carattere;
  }

  .font-\[\'Carattere\:Regular\'\,sans-serif\] {
    font-family: Carattere\:Regular, sans-serif;
  }

  .font-\[\'Gloock\'\,cursive\] {
    font-family: Gloock, cursive;
  }

  .font-\[\'Gloock\'\,sans-serif\] {
    font-family: Gloock, sans-serif;
  }

  .font-\[\'Gloock\'\] {
    font-family: Gloock;
  }

  .font-\[\'Inter\:Light\'\,sans-serif\] {
    font-family: Inter\:Light, sans-serif;
  }

  .font-\[\'Poppins\'\,sans-serif\] {
    font-family: Poppins, sans-serif;
  }

  .font-\[\'Poppins\'\] {
    font-family: Poppins;
  }

  .font-\[\'Poppins\:Light\'\,sans-serif\] {
    font-family: Poppins\:Light, sans-serif;
  }

  .font-\[\'Poppins\:Medium\'\,sans-serif\] {
    font-family: Poppins\:Medium, sans-serif;
  }

  .font-\[Carattere\] {
    font-family: Carattere;
  }

  .font-\[Gloock\] {
    font-family: Gloock;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[42px\] {
    font-size: 42px;
  }

  .text-\[64px\] {
    font-size: 64px;
  }

  .text-\[96px\] {
    font-size: 96px;
  }

  .text-\[128px\] {
    font-size: 128px;
  }

  .leading-\[0\.9\] {
    --tw-leading: .9;
    line-height: .9;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[96px\] {
    --tw-leading: 96px;
    line-height: 96px;
  }

  .leading-\[128px\] {
    --tw-leading: 128px;
    line-height: 128px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .break-all {
    word-break: break-all;
  }

  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[\#4a5565\] {
    color: #4a5565;
  }

  .text-\[\#6B2F3E\], .text-\[\#6b2f3e\] {
    color: #6b2f3e;
  }

  .text-\[\#feffe5\] {
    color: #feffe5;
  }

  .text-\[rgb\(255\,255\,255\)\] {
    color: #fff;
  }

  .text-neutral-950 {
    color: var(--color-neutral-950);
  }

  .text-white {
    color: var(--color-white);
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-5 {
    opacity: .05;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-15 {
    opacity: .15;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .opacity-\[0\.15\] {
    opacity: .15;
  }

  .shadow-\[0px_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\,0px_4px_6px_-4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #0000001a), 0px 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition-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-shadow {
    transition-property: box-shadow;
    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: .3s;
    transition-duration: .3s;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[grid-area\:1_\/_2\] {
    grid-area: 1 / 2;
  }

  .\[grid-area\:1_\/_3\] {
    grid-area: 1 / 3;
  }

  .\[grid-area\:1_\/_4\] {
    grid-area: 1 / 4;
  }

  @media (hover: hover) {
    .group-hover\:bg-\[\#feffe5\]:is(:where(.group):hover *) {
      background-color: #feffe5;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#6B2F3E\]:is(:where(.group):hover *) {
      color: #6b2f3e;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#feffe5\]:is(:where(.group):hover *) {
      color: #feffe5;
    }
  }

  @media (hover: hover) {
    .hover\:rotate-0:hover {
      rotate: none;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#6B2F3E\]:hover {
      background-color: #6b2f3e;
    }
  }

  @media (hover: hover) {
    .hover\:bg-black:hover {
      background-color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#feffe5\]:hover {
      color: #feffe5;
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width < 64rem) {
    .max-lg\:relative {
      position: relative;
    }
  }

  @media (width < 64rem) {
    .max-lg\:static {
      position: static;
    }
  }

  @media (width < 64rem) {
    .max-lg\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width < 64rem) {
    .max-lg\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width < 64rem) {
    .max-lg\:mx-auto {
      margin-inline: auto;
    }
  }

  @media (width < 64rem) {
    .max-lg\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
  }

  @media (width < 64rem) {
    .max-lg\:mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
  }

  @media (width < 64rem) {
    .max-lg\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
  }

  @media (width < 64rem) {
    .max-lg\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }

  @media (width < 64rem) {
    .max-lg\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (width < 64rem) {
    .max-lg\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (width < 64rem) {
    .max-lg\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (width < 64rem) {
    .max-lg\:flex {
      display: flex;
    }
  }

  @media (width < 64rem) {
    .max-lg\:grid {
      display: grid;
    }
  }

  @media (width < 64rem) {
    .max-lg\:hidden {
      display: none;
    }
  }

  @media (width < 64rem) {
    .max-lg\:h-auto {
      height: auto;
    }
  }

  @media (width < 64rem) {
    .max-lg\:w-\[80\%\] {
      width: 80%;
    }
  }

  @media (width < 64rem) {
    .max-lg\:w-\[280px\] {
      width: 280px;
    }
  }

  @media (width < 64rem) {
    .max-lg\:w-full {
      width: 100%;
    }
  }

  @media (width < 64rem) {
    .max-lg\:max-w-none {
      max-width: none;
    }
  }

  @media (width < 64rem) {
    .max-lg\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width < 64rem) {
    .max-lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width < 64rem) {
    .max-lg\:flex-col {
      flex-direction: column;
    }
  }

  @media (width < 64rem) {
    .max-lg\:items-center {
      align-items: center;
    }
  }

  @media (width < 64rem) {
    .max-lg\:justify-center {
      justify-content: center;
    }
  }

  @media (width < 64rem) {
    .max-lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width < 64rem) {
    .max-lg\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
  }

  @media (width < 64rem) {
    .max-lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width < 64rem) {
    .max-lg\:gap-\[64px\] {
      gap: 64px;
    }
  }

  @media (width < 64rem) {
    .max-lg\:overflow-visible {
      overflow: visible;
    }
  }

  @media (width < 64rem) {
    .max-lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width < 64rem) {
    .max-lg\:px-2 {
      padding-inline: calc(var(--spacing) * 2);
    }
  }

  @media (width < 64rem) {
    .max-lg\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }

  @media (width < 64rem) {
    .max-lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  @media (width < 64rem) {
    .max-lg\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  @media (width < 64rem) {
    .max-lg\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (width < 64rem) {
    .max-lg\:pb-12 {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (width < 64rem) {
    .max-lg\:text-center {
      text-align: center;
    }
  }

  @media (width < 64rem) {
    .max-lg\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width < 64rem) {
    .max-lg\:text-\[64px\] {
      font-size: 64px;
    }
  }

  @media (width < 64rem) {
    .max-lg\:leading-\[64px\] {
      --tw-leading: 64px;
      line-height: 64px;
    }
  }

  @media (width < 40rem) {
    .max-sm\:w-\[200px\] {
      width: 200px;
    }
  }

  @media (width < 40rem) {
    .max-sm\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width < 40rem) {
    .max-sm\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (width < 40rem) {
    .max-sm\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (width >= 40rem) {
    .sm\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-8 {
      top: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:-right-8 {
      right: calc(var(--spacing) * -8);
    }
  }

  @media (width >= 48rem) {
    .md\:-bottom-4 {
      bottom: calc(var(--spacing) * -4);
    }
  }

  @media (width >= 48rem) {
    .md\:-left-8 {
      left: calc(var(--spacing) * -8);
    }
  }

  @media (width >= 48rem) {
    .md\:left-20 {
      left: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .md\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 48rem) {
    .md\:ml-auto {
      margin-left: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:h-3 {
      height: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:h-24 {
      height: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .md\:h-28 {
      height: calc(var(--spacing) * 28);
    }
  }

  @media (width >= 48rem) {
    .md\:h-32 {
      height: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 48rem) {
    .md\:h-36 {
      height: calc(var(--spacing) * 36);
    }
  }

  @media (width >= 48rem) {
    .md\:h-40 {
      height: calc(var(--spacing) * 40);
    }
  }

  @media (width >= 48rem) {
    .md\:h-48 {
      height: calc(var(--spacing) * 48);
    }
  }

  @media (width >= 48rem) {
    .md\:h-52 {
      height: calc(var(--spacing) * 52);
    }
  }

  @media (width >= 48rem) {
    .md\:h-56 {
      height: calc(var(--spacing) * 56);
    }
  }

  @media (width >= 48rem) {
    .md\:h-60 {
      height: calc(var(--spacing) * 60);
    }
  }

  @media (width >= 48rem) {
    .md\:h-64 {
      height: calc(var(--spacing) * 64);
    }
  }

  @media (width >= 48rem) {
    .md\:h-72 {
      height: calc(var(--spacing) * 72);
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[3\.5rem\] {
      height: 3.5rem;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[3rem\] {
      height: 3rem;
    }
  }

  @media (width >= 48rem) {
    .md\:w-1\/4 {
      width: 25%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-3 {
      width: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:w-20 {
      width: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .md\:w-24 {
      width: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .md\:w-28 {
      width: calc(var(--spacing) * 28);
    }
  }

  @media (width >= 48rem) {
    .md\:w-32 {
      width: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 48rem) {
    .md\:w-36 {
      width: calc(var(--spacing) * 36);
    }
  }

  @media (width >= 48rem) {
    .md\:w-40 {
      width: calc(var(--spacing) * 40);
    }
  }

  @media (width >= 48rem) {
    .md\:w-48 {
      width: calc(var(--spacing) * 48);
    }
  }

  @media (width >= 48rem) {
    .md\:w-56 {
      width: calc(var(--spacing) * 56);
    }
  }

  @media (width >= 48rem) {
    .md\:w-60 {
      width: calc(var(--spacing) * 60);
    }
  }

  @media (width >= 48rem) {
    .md\:w-64 {
      width: calc(var(--spacing) * 64);
    }
  }

  @media (width >= 48rem) {
    .md\:w-72 {
      width: calc(var(--spacing) * 72);
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    :where(.md\:space-y-8 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (width >= 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 48rem) {
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .md\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .md\:pt-24 {
      padding-top: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .md\:pt-52 {
      padding-top: calc(var(--spacing) * 52);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .md\:text-left {
      text-align: left;
    }
  }

  @media (width >= 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[clamp\(4rem\,8vw\,9rem\)\] {
      font-size: clamp(4rem, 8vw, 9rem);
    }
  }

  @media (width >= 64rem) {
    .lg\:absolute {
      position: absolute;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[-0\.5px\] {
      top: -.5px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[0\.5px\] {
      top: .5px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[33px\] {
      top: 33px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[36px\] {
      top: 36px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[64px\] {
      top: 64px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[80px\] {
      top: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[252px\] {
      top: 252px;
    }
  }

  @media (width >= 64rem) {
    .lg\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:left-\[199\.5px\] {
      left: 199.5px;
    }
  }

  @media (width >= 64rem) {
    .lg\:order-1 {
      order: 1;
    }
  }

  @media (width >= 64rem) {
    .lg\:order-2 {
      order: 2;
    }
  }

  @media (width >= 64rem) {
    .lg\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-24 {
      margin-top: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-20 {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-24 {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 64rem) {
    .lg\:grid {
      display: grid;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-48 {
      height: calc(var(--spacing) * 48);
    }
  }

  @media (width >= 64rem) {
    .lg\:h-64 {
      height: calc(var(--spacing) * 64);
    }
  }

  @media (width >= 64rem) {
    .lg\:h-80 {
      height: calc(var(--spacing) * 80);
    }
  }

  @media (width >= 64rem) {
    .lg\:h-96 {
      height: calc(var(--spacing) * 96);
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[3\.5rem\] {
      height: 3.5rem;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[4rem\] {
      height: 4rem;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[20px\] {
      height: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[24px\] {
      height: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[48px\] {
      height: 48px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[53px\] {
      height: 53px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[60px\] {
      height: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[140px\] {
      height: 140px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[353px\] {
      height: 353px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-1\/2 {
      width: 50%;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-32 {
      width: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 64rem) {
    .lg\:w-48 {
      width: calc(var(--spacing) * 48);
    }
  }

  @media (width >= 64rem) {
    .lg\:w-64 {
      width: calc(var(--spacing) * 64);
    }
  }

  @media (width >= 64rem) {
    .lg\:w-80 {
      width: calc(var(--spacing) * 80);
    }
  }

  @media (width >= 64rem) {
    .lg\:w-96 {
      width: calc(var(--spacing) * 96);
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[334\.984px\] {
      width: 334.984px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[469\.984px\] {
      width: 469.984px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[512px\] {
      width: 512px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[1088px\] {
      width: 1088px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-rows-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }

  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }

  @media (width >= 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 64rem) {
    .lg\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[64px\] {
      gap: 64px;
    }
  }

  @media (width >= 64rem) {
    :where(.lg\:space-y-12 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-x-16 {
      column-gap: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-y-12 {
      row-gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:overflow-clip {
      overflow: clip;
    }
  }

  @media (width >= 64rem) {
    .lg\:border-t {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }

  @media (width >= 64rem) {
    .lg\:border-\[rgba\(255\,255\,255\,0\.2\)\] {
      border-color: #fff3;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:p-16 {
      padding: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[199\.5px\] {
      padding-inline: 199.5px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-64 {
      padding-top: calc(var(--spacing) * 64);
    }
  }

  @media (width >= 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[60px\] {
      font-size: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[128px\] {
      font-size: 128px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-nowrap {
      text-wrap: nowrap;
    }
  }

  @media (width >= 64rem) {
    .lg\:whitespace-pre {
      white-space: pre;
    }
  }

  @media (width >= 64rem) {
    .lg\:\[grid-area\:1_\/_1\] {
      grid-area: 1 / 1;
    }
  }

  @media (width >= 64rem) {
    .lg\:\[grid-area\:1_\/_2\] {
      grid-area: 1 / 2;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[14rem\] {
      font-size: 14rem;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}


.font-serif {
  font-family: Playfair Display, serif;
}

.font-luxurious-script {
  font-family: Luxurious Script, cursive;
}

.font-luxurious-roman {
  font-family: Luxurious Roman, cursive;
}

.font-hedvig {
  font-family: Hedvig Letters Serif, serif;
}

body {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@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-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}
