/*! tailwindcss v4.1.8 | 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-50: oklch(97.1% 0.013 17.38);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-pink-100: oklch(94.8% 0.028 342.258);
    --color-pink-200: oklch(89.9% 0.061 343.231);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --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;
    --font-weight-extralight: 200;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --blur-sm: 8px;
    --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);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-\[17\%\] {
    top: 17%;
  }
  .top-\[17\.5\%\] {
    top: 17.5%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-\[3\%\] {
    right: 3%;
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-\[3\%\] {
    left: 3%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .m-auto {
    margin: auto;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-\[3\%\] {
    margin-inline: 3%;
  }
  .mx-\[4\%\] {
    margin-inline: 4%;
  }
  .mx-\[5\%\] {
    margin-inline: 5%;
  }
  .mx-\[38px\] {
    margin-inline: 38px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[1\%\] {
    margin-block: 1%;
  }
  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .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-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[3\%\] {
    margin-top: 3%;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[160px\] {
    margin-top: 160px;
  }
  .mt-\[250px\] {
    margin-top: 250px;
  }
  .-mr-\[5\%\] {
    margin-right: calc(5% * -1);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mr-9 {
    margin-right: calc(var(--spacing) * 9);
  }
  .mr-\[4\%\] {
    margin-right: 4%;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[15\%\] {
    margin-bottom: 15%;
  }
  .mb-\[30\%\] {
    margin-bottom: 30%;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-\[10\%\] {
    margin-left: 10%;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[\%\] {
    height: %;
  }
  .h-\[9\%\] {
    height: 9%;
  }
  .h-\[10\%\] {
    height: 10%;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[13\%\] {
    height: 13%;
  }
  .h-\[15\%\] {
    height: 15%;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[16\%\] {
    height: 16%;
  }
  .h-\[22\%\] {
    height: 22%;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40\%\] {
    height: 40%;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42\%\] {
    height: 42%;
  }
  .h-\[45\%\] {
    height: 45%;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50\%\] {
    height: 50%;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55\%\] {
    height: 55%;
  }
  .h-\[56\%\] {
    height: 56%;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60\%\] {
    height: 60%;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[65\%\] {
    height: 65%;
  }
  .h-\[67\%\] {
    height: 67%;
  }
  .h-\[67px\] {
    height: 67px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[70\%\] {
    height: 70%;
  }
  .h-\[71px\] {
    height: 71px;
  }
  .h-\[77px\] {
    height: 77px;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[85\%\] {
    height: 85%;
  }
  .h-\[90\%\] {
    height: 90%;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[126px\] {
    height: 126px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[175px\] {
    height: 175px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-\[427px\] {
    height: 427px;
  }
  .h-\[430px\] {
    height: 430px;
  }
  .h-\[435px\] {
    height: 435px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[530px\] {
    height: 530px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-\[568px\] {
    height: 568px;
  }
  .h-\[572px\] {
    height: 572px;
  }
  .h-\[610px\] {
    height: 610px;
  }
  .h-\[745px\] {
    height: 745px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/7 {
    width: calc(1/7 * 100%);
  }
  .w-1\/8 {
    width: calc(1/8 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/7 {
    width: calc(2/7 * 100%);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-9\/10 {
    width: calc(9/10 * 100%);
  }
  .w-\[5\%\] {
    width: 5%;
  }
  .w-\[7\%\] {
    width: 7%;
  }
  .w-\[9\%\] {
    width: 9%;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[18\%\] {
    width: 18%;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[22\%\] {
    width: 22%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[31\%\] {
    width: 31%;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[34\%\] {
    width: 34%;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42\%\] {
    width: 42%;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[48\%\] {
    width: 48%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[87\%\] {
    width: 87%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[92\%\] {
    width: 92%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[98\%\] {
    width: 98%;
  }
  .w-\[99\%\] {
    width: 99%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[205px\] {
    width: 205px;
  }
  .w-\[207px\] {
    width: 207px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[321px\] {
    width: 321px;
  }
  .w-\[332px\] {
    width: 332px;
  }
  .max-w-\[1160px\] {
    max-width: 1160px;
  }
  .min-w-\[186px\] {
    min-width: 186px;
  }
  .min-w-\[350px\] {
    min-width: 350px;
  }
  .min-w-\[600px\] {
    min-width: 600px;
  }
  .min-w-\[700px\] {
    min-width: 700px;
  }
  .min-w-\[800px\] {
    min-width: 800px;
  }
  .min-w-\[890px\] {
    min-width: 890px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[2\%\] {
    gap: 2%;
  }
  .gap-\[8\%\] {
    gap: 8%;
  }
  .gap-\[10\%\] {
    gap: 10%;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[29px\] {
    border-radius: 29px;
  }
  .rounded-\[31px\] {
    border-radius: 31px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[37px\] {
    border-radius: 37px;
  }
  .rounded-\[38px\] {
    border-radius: 38px;
  }
  .rounded-\[44px\] {
    border-radius: 44px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-\[2222px\] {
    border-radius: 2222px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-b-\[15px\] {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#0000000d\] {
    border-color: #0000000d;
  }
  .border-\[\#9E624C\] {
    border-color: #9E624C;
  }
  .border-\[\#E9E9E8\] {
    border-color: #E9E9E8;
  }
  .border-\[\#FFFFFF1A\] {
    border-color: #FFFFFF1A;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-b-\[\#E9E9E8\] {
    border-bottom-color: #E9E9E8;
  }
  .bg-\[\#9E624C\] {
    background-color: #9E624C;
  }
  .bg-\[\#22c55e\] {
    background-color: #22c55e;
  }
  .bg-\[\#28221E\] {
    background-color: #28221E;
  }
  .bg-\[\#049467\] {
    background-color: #049467;
  }
  .bg-\[\#972121\] {
    background-color: #972121;
  }
  .bg-\[\#E9E9E8\] {
    background-color: #E9E9E8;
  }
  .bg-\[\#F2E5DA\] {
    background-color: #F2E5DA;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#FFFFFF08\] {
    background-color: #FFFFFF08;
  }
  .bg-\[\#d92525\] {
    background-color: #d92525;
  }
  .bg-\[\#dc2626\] {
    background-color: #dc2626;
  }
  .bg-\[\#eab308\] {
    background-color: #eab308;
  }
  .bg-\[\#ecd6c2\] {
    background-color: #ecd6c2;
  }
  .bg-\[\#f2dada\] {
    background-color: #f2dada;
  }
  .bg-\[\#ff0000\] {
    background-color: #ff0000;
  }
  .bg-\[\#ffffff1a\] {
    background-color: #ffffff1a;
  }
  .bg-\[\#ffffff31\] {
    background-color: #ffffff31;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }
  .bg-green-300 {
    background-color: var(--color-green-300);
  }
  .bg-red-300 {
    background-color: var(--color-red-300);
  }
  .bg-red-400 {
    background-color: var(--color-red-400);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[10\] {
    padding: 10;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[3\%\] {
    padding-top: 3%;
  }
  .pt-\[5\.5px\] {
    padding-top: 5.5px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[5\%\] {
    padding-bottom: 5%;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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-\[\.6rem\] {
    font-size: .6rem;
  }
  .text-\[\.7rem\] {
    font-size: .7rem;
  }
  .text-\[\.8rem\] {
    font-size: .8rem;
  }
  .text-\[\.9rem\] {
    font-size: .9rem;
  }
  .text-\[\.85rem\] {
    font-size: .85rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#9B9895\] {
    color: #9B9895;
  }
  .text-\[\#9E624C\] {
    color: #9E624C;
  }
  .text-\[\#28221E\] {
    color: #28221E;
  }
  .text-\[\#656565\] {
    color: #656565;
  }
  .text-\[\#F2EBE5\] {
    color: #F2EBE5;
  }
  .text-\[\#cbcbcb\] {
    color: #cbcbcb;
  }
  .text-\[\#f2e5dab9\] {
    color: #f2e5dab9;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .font-stretch-150\% {
    font-stretch: 150%;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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));
  }
  .duration-0 {
    --tw-duration: 0ms;
    transition-duration: 0ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:w-\[35\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 35%;
      }
    }
  }
  .group-hover\:w-\[37\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 37%;
      }
    }
  }
  .group-hover\:w-\[42\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 42%;
      }
    }
  }
  .group-hover\:w-\[45\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 45%;
      }
    }
  }
  .group-hover\:w-\[47\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 47%;
      }
    }
  }
  .group-hover\:w-\[74\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 74%;
      }
    }
  }
  .group-hover\:border-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-\[\#493e37\] {
    &:hover {
      @media (hover: hover) {
        background-color: #493e37;
      }
    }
  }
  .hover\:bg-\[\#43895d\] {
    &:hover {
      @media (hover: hover) {
        background-color: #43895d;
      }
    }
  }
  .hover\:bg-\[\#b20600\] {
    &:hover {
      @media (hover: hover) {
        background-color: #b20600;
      }
    }
  }
  .hover\:bg-\[\#d8de16\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d8de16;
      }
    }
  }
  .hover\:bg-\[\#ffffff0c\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ffffff0c;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .sm\:top-\[9\%\] {
    @media (width >= 40rem) {
      top: 9%;
    }
  }
  .sm\:left-\[6\%\] {
    @media (width >= 40rem) {
      left: 6%;
    }
  }
  .sm\:mr-0 {
    @media (width >= 40rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-\[8\%\] {
    @media (width >= 40rem) {
      margin-left: 8%;
    }
  }
  .sm\:h-\[100\%\] {
    @media (width >= 40rem) {
      height: 100%;
    }
  }
  .sm\:h-\[260px\] {
    @media (width >= 40rem) {
      height: 260px;
    }
  }
  .sm\:w-1\/5 {
    @media (width >= 40rem) {
      width: calc(1/5 * 100%);
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:w-\[75\%\] {
    @media (width >= 40rem) {
      width: 75%;
    }
  }
  .sm\:w-\[500px\] {
    @media (width >= 40rem) {
      width: 500px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:justify-normal {
    @media (width >= 40rem) {
      justify-content: normal;
    }
  }
  .sm\:rounded-\[15px\] {
    @media (width >= 40rem) {
      border-radius: 15px;
    }
  }
  .sm\:bg-pink-200 {
    @media (width >= 40rem) {
      background-color: var(--color-pink-200);
    }
  }
  .sm\:text-\[1rem\] {
    @media (width >= 40rem) {
      font-size: 1rem;
    }
  }
  .md\:m-3 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 3);
    }
  }
  .md\:mx-4 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:mx-\[3\%\] {
    @media (width >= 48rem) {
      margin-inline: 3%;
    }
  }
  .md\:mx-\[4\%\] {
    @media (width >= 48rem) {
      margin-inline: 4%;
    }
  }
  .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-auto {
    @media (width >= 48rem) {
      margin-top: auto;
    }
  }
  .md\:mr-0 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-3 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 3);
    }
  }
  .md\:mr-4 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .md\:-ml-\[2\.5\%\] {
    @media (width >= 48rem) {
      margin-left: calc(2.5% * -1);
    }
  }
  .md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[12\%\] {
    @media (width >= 48rem) {
      height: 12%;
    }
  }
  .md\:h-\[14\.5\%\] {
    @media (width >= 48rem) {
      height: 14.5%;
    }
  }
  .md\:h-\[15\%\] {
    @media (width >= 48rem) {
      height: 15%;
    }
  }
  .md\:h-\[20\%\] {
    @media (width >= 48rem) {
      height: 20%;
    }
  }
  .md\:h-\[30\%\] {
    @media (width >= 48rem) {
      height: 30%;
    }
  }
  .md\:h-\[30px\] {
    @media (width >= 48rem) {
      height: 30px;
    }
  }
  .md\:h-\[34\%\] {
    @media (width >= 48rem) {
      height: 34%;
    }
  }
  .md\:h-\[35px\] {
    @media (width >= 48rem) {
      height: 35px;
    }
  }
  .md\:h-\[40px\] {
    @media (width >= 48rem) {
      height: 40px;
    }
  }
  .md\:h-\[50\%\] {
    @media (width >= 48rem) {
      height: 50%;
    }
  }
  .md\:h-\[55px\] {
    @media (width >= 48rem) {
      height: 55px;
    }
  }
  .md\:h-\[60\%\] {
    @media (width >= 48rem) {
      height: 60%;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[65\%\] {
    @media (width >= 48rem) {
      height: 65%;
    }
  }
  .md\:h-\[80\%\] {
    @media (width >= 48rem) {
      height: 80%;
    }
  }
  .md\:h-\[80px\] {
    @media (width >= 48rem) {
      height: 80px;
    }
  }
  .md\:h-\[85\%\] {
    @media (width >= 48rem) {
      height: 85%;
    }
  }
  .md\:h-\[100\%\] {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:h-\[100px\] {
    @media (width >= 48rem) {
      height: 100px;
    }
  }
  .md\:h-\[140px\] {
    @media (width >= 48rem) {
      height: 140px;
    }
  }
  .md\:h-\[150px\] {
    @media (width >= 48rem) {
      height: 150px;
    }
  }
  .md\:h-\[160px\] {
    @media (width >= 48rem) {
      height: 160px;
    }
  }
  .md\:h-\[320px\] {
    @media (width >= 48rem) {
      height: 320px;
    }
  }
  .md\:h-\[360px\] {
    @media (width >= 48rem) {
      height: 360px;
    }
  }
  .md\:h-\[395px\] {
    @media (width >= 48rem) {
      height: 395px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:h-\[450px\] {
    @media (width >= 48rem) {
      height: 450px;
    }
  }
  .md\:h-\[572px\] {
    @media (width >= 48rem) {
      height: 572px;
    }
  }
  .md\:w-1\/6 {
    @media (width >= 48rem) {
      width: calc(1/6 * 100%);
    }
  }
  .md\:w-\[10\%\] {
    @media (width >= 48rem) {
      width: 10%;
    }
  }
  .md\:w-\[15\%\] {
    @media (width >= 48rem) {
      width: 15%;
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 48rem) {
      width: 20%;
    }
  }
  .md\:w-\[24\%\] {
    @media (width >= 48rem) {
      width: 24%;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[32\%\] {
    @media (width >= 48rem) {
      width: 32%;
    }
  }
  .md\:w-\[33\%\] {
    @media (width >= 48rem) {
      width: 33%;
    }
  }
  .md\:w-\[40px\] {
    @media (width >= 48rem) {
      width: 40px;
    }
  }
  .md\:w-\[43\%\] {
    @media (width >= 48rem) {
      width: 43%;
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[64\%\] {
    @media (width >= 48rem) {
      width: 64%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-\[80px\] {
    @media (width >= 48rem) {
      width: 80px;
    }
  }
  .md\:w-\[87\%\] {
    @media (width >= 48rem) {
      width: 87%;
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:w-\[92\%\] {
    @media (width >= 48rem) {
      width: 92%;
    }
  }
  .md\:w-\[98\%\] {
    @media (width >= 48rem) {
      width: 98%;
    }
  }
  .md\:w-\[130px\] {
    @media (width >= 48rem) {
      width: 130px;
    }
  }
  .md\:w-\[180px\] {
    @media (width >= 48rem) {
      width: 180px;
    }
  }
  .md\:max-w-\[100px\] {
    @media (width >= 48rem) {
      max-width: 100px;
    }
  }
  .md\:min-w-\[95px\] {
    @media (width >= 48rem) {
      min-width: 95px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-evenly {
    @media (width >= 48rem) {
      justify-content: space-evenly;
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:bg-blue-200 {
    @media (width >= 48rem) {
      background-color: var(--color-blue-200);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:py-1 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--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-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[19px\] {
    @media (width >= 48rem) {
      font-size: 19px;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mr-8 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:-ml-\[5\.5\%\] {
    @media (width >= 64rem) {
      margin-left: calc(5.5% * -1);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-\[50\%\] {
    @media (width >= 64rem) {
      height: 50%;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:h-\[60\%\] {
    @media (width >= 64rem) {
      height: 60%;
    }
  }
  .lg\:h-\[64px\] {
    @media (width >= 64rem) {
      height: 64px;
    }
  }
  .lg\:h-\[65px\] {
    @media (width >= 64rem) {
      height: 65px;
    }
  }
  .lg\:h-\[80\%\] {
    @media (width >= 64rem) {
      height: 80%;
    }
  }
  .lg\:h-\[90\%\] {
    @media (width >= 64rem) {
      height: 90%;
    }
  }
  .lg\:h-\[120px\] {
    @media (width >= 64rem) {
      height: 120px;
    }
  }
  .lg\:h-\[126px\] {
    @media (width >= 64rem) {
      height: 126px;
    }
  }
  .lg\:h-\[380px\] {
    @media (width >= 64rem) {
      height: 380px;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 64rem) {
      height: 450px;
    }
  }
  .lg\:h-\[460px\] {
    @media (width >= 64rem) {
      height: 460px;
    }
  }
  .lg\:w-2\/9 {
    @media (width >= 64rem) {
      width: calc(2/9 * 100%);
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[50px\] {
    @media (width >= 64rem) {
      width: 50px;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 64rem) {
      width: 55%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 64rem) {
      width: 90%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-evenly {
    @media (width >= 64rem) {
      justify-content: space-evenly;
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 64rem) {
      border-radius: 20px;
    }
  }
  .lg\:rounded-\[2222px\] {
    @media (width >= 64rem) {
      border-radius: 2222px;
    }
  }
  .lg\:bg-green-200 {
    @media (width >= 64rem) {
      background-color: var(--color-green-200);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-\[1rem\] {
    @media (width >= 64rem) {
      font-size: 1rem;
    }
  }
  .xl\:mt-8 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .xl\:mt-auto {
    @media (width >= 80rem) {
      margin-top: auto;
    }
  }
  .xl\:-ml-\[1\%\] {
    @media (width >= 80rem) {
      margin-left: calc(1% * -1);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:h-\[50px\] {
    @media (width >= 80rem) {
      height: 50px;
    }
  }
  .xl\:h-\[60px\] {
    @media (width >= 80rem) {
      height: 60px;
    }
  }
  .xl\:h-\[68px\] {
    @media (width >= 80rem) {
      height: 68px;
    }
  }
  .xl\:h-\[70px\] {
    @media (width >= 80rem) {
      height: 70px;
    }
  }
  .xl\:h-\[80\%\] {
    @media (width >= 80rem) {
      height: 80%;
    }
  }
  .xl\:h-\[430px\] {
    @media (width >= 80rem) {
      height: 430px;
    }
  }
  .xl\:h-\[500px\] {
    @media (width >= 80rem) {
      height: 500px;
    }
  }
  .xl\:h-\[520px\] {
    @media (width >= 80rem) {
      height: 520px;
    }
  }
  .xl\:w-1\/8 {
    @media (width >= 80rem) {
      width: calc(1/8 * 100%);
    }
  }
  .xl\:w-1\/9 {
    @media (width >= 80rem) {
      width: calc(1/9 * 100%);
    }
  }
  .xl\:w-\[20\%\] {
    @media (width >= 80rem) {
      width: 20%;
    }
  }
  .xl\:w-\[22\%\] {
    @media (width >= 80rem) {
      width: 22%;
    }
  }
  .xl\:w-\[30\%\] {
    @media (width >= 80rem) {
      width: 30%;
    }
  }
  .xl\:w-\[45\%\] {
    @media (width >= 80rem) {
      width: 45%;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[60\%\] {
    @media (width >= 80rem) {
      width: 60%;
    }
  }
  .xl\:w-\[60px\] {
    @media (width >= 80rem) {
      width: 60px;
    }
  }
  .xl\:w-\[65\%\] {
    @media (width >= 80rem) {
      width: 65%;
    }
  }
  .xl\:w-\[70\%\] {
    @media (width >= 80rem) {
      width: 70%;
    }
  }
  .xl\:w-\[90\%\] {
    @media (width >= 80rem) {
      width: 90%;
    }
  }
  .xl\:w-\[250px\] {
    @media (width >= 80rem) {
      width: 250px;
    }
  }
  .xl\:min-w-\[180px\] {
    @media (width >= 80rem) {
      min-width: 180px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:bg-yellow-200 {
    @media (width >= 80rem) {
      background-color: var(--color-yellow-200);
    }
  }
  .xl\:text-\[\.7rem\] {
    @media (width >= 80rem) {
      font-size: .7rem;
    }
  }
  .xl\:text-\[\.9rem\] {
    @media (width >= 80rem) {
      font-size: .9rem;
    }
  }
  .xl\:text-\[1\.1rem\] {
    @media (width >= 80rem) {
      font-size: 1.1rem;
    }
  }
  .xl\:text-\[1\.2rem\] {
    @media (width >= 80rem) {
      font-size: 1.2rem;
    }
  }
  .xl\:text-\[1\.4rem\] {
    @media (width >= 80rem) {
      font-size: 1.4rem;
    }
  }
  .xl\:text-\[1\.6rem\] {
    @media (width >= 80rem) {
      font-size: 1.6rem;
    }
  }
  .xl\:text-\[1\.8rem\] {
    @media (width >= 80rem) {
      font-size: 1.8rem;
    }
  }
  .xl\:text-\[1rem\] {
    @media (width >= 80rem) {
      font-size: 1rem;
    }
  }
  .xl\:text-\[16px\] {
    @media (width >= 80rem) {
      font-size: 16px;
    }
  }
  .\32 xl\:mr-\[2\%\] {
    @media (width >= 96rem) {
      margin-right: 2%;
    }
  }
  .\32 xl\:h-\[80px\] {
    @media (width >= 96rem) {
      height: 80px;
    }
  }
  .\32 xl\:h-\[90\%\] {
    @media (width >= 96rem) {
      height: 90%;
    }
  }
  .\32 xl\:h-\[466px\] {
    @media (width >= 96rem) {
      height: 466px;
    }
  }
  .\32 xl\:h-\[550px\] {
    @media (width >= 96rem) {
      height: 550px;
    }
  }
  .\32 xl\:h-\[565px\] {
    @media (width >= 96rem) {
      height: 565px;
    }
  }
  .\32 xl\:w-\[40\%\] {
    @media (width >= 96rem) {
      width: 40%;
    }
  }
  .\32 xl\:w-\[80\%\] {
    @media (width >= 96rem) {
      width: 80%;
    }
  }
  .\32 xl\:min-w-\[205px\] {
    @media (width >= 96rem) {
      min-width: 205px;
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:bg-\[\#FFF8F5\] {
    @media (width >= 96rem) {
      background-color: #FFF8F5;
    }
  }
  .\32 xl\:text-\[1\.8rem\] {
    @media (width >= 96rem) {
      font-size: 1.8rem;
    }
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@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-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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
