/*! tailwindcss v4.1.6 | 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-sky-700: oklch(50% 0.134 242.749);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --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-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 1px;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 12px;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 14px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 18px;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 20px;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 24px;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 30px;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 36px;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-loose: 2;
    --radius-4xl: 2rem;
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-roboto: 'Noto Sans TC', sans-serif;
    --font-Serif: 'Noto Serif TC', serif;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[12\%\] {
    top: 12%;
  }
  .top-\[23\%\] {
    top: 23%;
  }
  .top-\[40\%\] {
    top: 40%;
  }
  .top-\[65\%\] {
    top: 65%;
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-12 {
    right: calc(var(--spacing) * 12);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[22\%\] {
    bottom: 22%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .z-30 {
    z-index: 30;
  }
  .z-45 {
    z-index: 45;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .my-24 {
    margin-block: calc(var(--spacing) * 24);
  }
  .my-30 {
    margin-block: calc(var(--spacing) * 30);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[75\%\] {
    height: 75%;
  }
  .h-\[calc\(100\%-50px\)\] {
    height: calc(100% - 50px);
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[35vw\] {
    width: 35vw;
  }
  .w-\[55vw\] {
    width: 55vw;
  }
  .w-\[60vw\] {
    width: 60vw;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-\[lower-alpha\] {
    list-style-type: lower-alpha;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-white\/40 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #fff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#836f53\] {
    border-color: #836f53;
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-stone-600 {
    border-color: var(--color-stone-600);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#000\]\/80 {
    background-color: color-mix(in oklab, #000 80%, transparent);
  }
  .bg-\[\#007d7d\] {
    background-color: #007d7d;
  }
  .bg-\[\#715f49\] {
    background-color: #715f49;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-500\/50 {
    background-color: color-mix(in srgb, oklch(55.1% 0.027 264.364) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-500) 50%, transparent);
    }
  }
  .bg-stone-600 {
    background-color: var(--color-stone-600);
  }
  .bg-stone-800 {
    background-color: var(--color-stone-800);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\.\/images\/parking\.webp\'\)\] {
    background-image: url('../images/parking.webp');
  }
  .bg-\[url\(\.\.\/images\/body_bg\.jpg\)\] {
    background-image: url(../images/body_bg.jpg);
  }
  .from-\[\#6d5427\] {
    --tw-gradient-from: #6d5427;
    --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-\[\#8b7353\] {
    --tw-gradient-from: #8b7353;
    --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-\[\#d6bda0\] {
    --tw-gradient-to: #d6bda0;
    --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-\[\#fff\] {
    --tw-gradient-to: #fff;
    --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-\[200\%\,auto\] {
    background-size: 200%,auto;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-position-\[left_top_3rem\] {
    background-position: left top 3rem;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[3\%_0\%\] {
    object-position: 3% 0%;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .p-24 {
    padding: calc(var(--spacing) * 24);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
  .px-60 {
    padding-inline: calc(var(--spacing) * 60);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[130\%\] {
    padding-top: 130%;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pb-56 {
    padding-bottom: calc(var(--spacing) * 56);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .pl-22 {
    padding-left: calc(var(--spacing) * 22);
  }
  .pl-24 {
    padding-left: calc(var(--spacing) * 24);
  }
  .pl-28 {
    padding-left: calc(var(--spacing) * 28);
  }
  .pl-44 {
    padding-left: calc(var(--spacing) * 44);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-start {
    text-align: start;
  }
  .font-Serif {
    font-family: var(--font-Serif);
  }
  .font-roboto {
    font-family: var(--font-roboto);
  }
  .text-2xl\/none {
    font-size: var(--text-2xl);
    line-height: 1;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/loose {
    font-size: var(--text-sm);
    line-height: var(--leading-loose);
  }
  .text-sm\/snug {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xl\/none {
    font-size: var(--text-xl);
    line-height: 1;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xs\/40 {
    font-size: var(--text-xs);
    line-height: calc(var(--spacing) * 40);
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .-tracking-\[0\.5px\] {
    --tw-tracking: calc(0.5px * -1);
    letter-spacing: calc(0.5px * -1);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#bed9d9\] {
    color: #bed9d9;
  }
  .text-\[\#e3c7a6\] {
    color: #e3c7a6;
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-stone-400 {
    color: var(--color-stone-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-sky-700 {
    text-decoration-color: var(--color-sky-700);
  }
  .underline-offset-3 {
    text-underline-offset: 3px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[--tw-animation-duration\:5s\] {
    --tw-animation-duration: 5s;
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-\[50\%\] {
    &::before {
      content: var(--tw-content);
      top: 50%;
    }
  }
  .before\:left-\[50\%\] {
    &::before {
      content: var(--tw-content);
      left: 50%;
    }
  }
  .before\:-z-20 {
    &::before {
      content: var(--tw-content);
      z-index: calc(20 * -1);
    }
  }
  .before\:h-\[200\%\] {
    &::before {
      content: var(--tw-content);
      height: 200%;
    }
  }
  .before\:w-\[200\%\] {
    &::before {
      content: var(--tw-content);
      width: 200%;
    }
  }
  .before\:origin-top-left {
    &::before {
      content: var(--tw-content);
      transform-origin: top left;
    }
  }
  .before\:animate-spin {
    &::before {
      content: var(--tw-content);
      animation: var(--animate-spin);
    }
  }
  .before\:bg-gradient-to-t {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: to top in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .before\:from-\[\#ffefdc\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-from: #ffefdc;
      --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));
    }
  }
  .before\:via-\[\#ffe396\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-via: #ffe396;
      --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);
    }
  }
  .before\:to-\[\#5e4414\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-to: #5e4414;
      --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));
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .before\:\[animation-duration\:var\(--tw-animation-duration\)\] {
    &::before {
      content: var(--tw-content);
      animation-duration: var(--tw-animation-duration);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-\[2px\] {
    &::after {
      content: var(--tw-content);
      top: 2px;
    }
  }
  .after\:left-\[2px\] {
    &::after {
      content: var(--tw-content);
      left: 2px;
    }
  }
  .after\:-z-10 {
    &::after {
      content: var(--tw-content);
      z-index: calc(10 * -1);
    }
  }
  .after\:h-\[calc\(100\%-4px\)\] {
    &::after {
      content: var(--tw-content);
      height: calc(100% - 4px);
    }
  }
  .after\:w-\[calc\(100\%-4px\)\] {
    &::after {
      content: var(--tw-content);
      width: calc(100% - 4px);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-linear-to-t {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to top;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: to top in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .after\:from-\[\#6d5427\] {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: #6d5427;
      --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));
    }
  }
  .after\:to-\[\#d6bda0\] {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to: #d6bda0;
      --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));
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .max-\[415px\]\:block {
    @media (width < 415px) {
      display: block;
    }
  }
  .max-\[300px\]\:text-lg {
    @media (width < 300px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-\[300px\]\:whitespace-normal {
    @media (width < 300px) {
      white-space: normal;
    }
  }
  .min-\[320px\]\:mr-10 {
    @media (width >= 320px) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .min-\[500px\]\:block {
    @media (width >= 500px) {
      display: block;
    }
  }
  .min-\[500px\]\:hidden {
    @media (width >= 500px) {
      display: none;
    }
  }
  .min-\[500px\]\:w-\[100px\] {
    @media (width >= 500px) {
      width: 100px;
    }
  }
  .sm\:top-\[20\%\] {
    @media (width >= 40rem) {
      top: 20%;
    }
  }
  .sm\:my-32 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 32);
    }
  }
  .sm\:w-\[50vw\] {
    @media (width >= 40rem) {
      width: 50vw;
    }
  }
  .sm\:w-\[450px\] {
    @media (width >= 40rem) {
      width: 450px;
    }
  }
  .sm\:px-32 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:pl-20 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 20);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-\[13\%\] {
    @media (width >= 48rem) {
      top: 13%;
    }
  }
  .md\:top-\[25\%\] {
    @media (width >= 48rem) {
      top: 25%;
    }
  }
  .md\:top-\[45\%\] {
    @media (width >= 48rem) {
      top: 45%;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:right-30 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 30);
    }
  }
  .md\:bottom-40 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 40);
    }
  }
  .md\:left-\[20\%\] {
    @media (width >= 48rem) {
      left: 20%;
    }
  }
  .md\:left-\[60\%\] {
    @media (width >= 48rem) {
      left: 60%;
    }
  }
  .md\:left-\[calc\(\(100\%-700px\)\/2\)\] {
    @media (width >= 48rem) {
      left: calc((100% - 700px) / 2);
    }
  }
  .md\:m-\[1\%\] {
    @media (width >= 48rem) {
      margin: 1%;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:my-30 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 30);
    }
  }
  .md\:mt-60 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 60);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[70\%\] {
    @media (width >= 48rem) {
      height: 70%;
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-4\/5 {
    @media (width >= 48rem) {
      width: calc(4/5 * 100%);
    }
  }
  .md\:w-52 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 52);
    }
  }
  .md\:w-96 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .md\:w-\[25vw\] {
    @media (width >= 48rem) {
      width: 25vw;
    }
  }
  .md\:w-\[40vw\] {
    @media (width >= 48rem) {
      width: 40vw;
    }
  }
  .md\:w-\[46\%\] {
    @media (width >= 48rem) {
      width: 46%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 48rem) {
      width: 150px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:w-\[700px\] {
    @media (width >= 48rem) {
      width: 700px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:flex-none {
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .md\:-translate-y-\[60\%\] {
    @media (width >= 48rem) {
      --tw-translate-y: calc(60% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-24 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .md\:bg-\[\#000\]\/60 {
    @media (width >= 48rem) {
      background-color: color-mix(in oklab, #000 60%, transparent);
    }
  }
  .md\:bg-contain {
    @media (width >= 48rem) {
      background-size: contain;
    }
  }
  .md\:object-left-top {
    @media (width >= 48rem) {
      object-position: left top;
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-16 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-40 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .md\:px-60 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 60);
    }
  }
  .md\:py-60 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 60);
    }
  }
  .md\:pt-\[50\%\] {
    @media (width >= 48rem) {
      padding-top: 50%;
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 48rem) {
      padding-top: 80px;
    }
  }
  .md\:pr-10 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-3xl\/none {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: 1;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-\[23\%\] {
    @media (width >= 64rem) {
      left: 23%;
    }
  }
  .lg\:left-\[55\%\] {
    @media (width >= 64rem) {
      left: 55%;
    }
  }
  .lg\:mt-40 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-60 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 60);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-\[20vw\] {
    @media (width >= 64rem) {
      width: 20vw;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[30vw\] {
    @media (width >= 64rem) {
      width: 30vw;
    }
  }
  .lg\:w-\[31\%\] {
    @media (width >= 64rem) {
      width: 31%;
    }
  }
  .lg\:w-\[33\%\] {
    @media (width >= 64rem) {
      width: 33%;
    }
  }
  .lg\:w-\[35vw\] {
    @media (width >= 64rem) {
      width: 35vw;
    }
  }
  .lg\:w-\[48\%\] {
    @media (width >= 64rem) {
      width: 48%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-fit {
    @media (width >= 64rem) {
      width: fit-content;
    }
  }
  .lg\:-translate-y-\[50\%\] {
    @media (width >= 64rem) {
      --tw-translate-y: calc(50% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-36 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 36);
    }
  }
  .lg\:divide-y-0 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(0px * var(--tw-divide-y-reverse));
        border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
      }
    }
  }
  .lg\:bg-black\/0 {
    @media (width >= 64rem) {
      background-color: color-mix(in srgb, #000 0%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 0%, transparent);
      }
    }
  }
  .lg\:bg-cover {
    @media (width >= 64rem) {
      background-size: cover;
    }
  }
  .lg\:bg-position-\[left_top_1rem\] {
    @media (width >= 64rem) {
      background-position: left top 1rem;
    }
  }
  .lg\:bg-no-repeat {
    @media (width >= 64rem) {
      background-repeat: no-repeat;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-26 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 26);
    }
  }
  .lg\:p-32 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 32);
    }
  }
  .lg\:p-40 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 40);
    }
  }
  .lg\:px-40 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .lg\:px-60 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 60);
    }
  }
  .lg\:py-80 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 80);
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[19px\] {
    @media (width >= 64rem) {
      font-size: 19px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:h-\[45px\] {
    @media (width >= 80rem) {
      height: 45px;
    }
  }
  .xl\:w-\[15vw\] {
    @media (width >= 80rem) {
      width: 15vw;
    }
  }
  .xl\:w-\[20vw\] {
    @media (width >= 80rem) {
      width: 20vw;
    }
  }
  .xl\:w-\[23\%\] {
    @media (width >= 80rem) {
      width: 23%;
    }
  }
  .xl\:w-\[25vw\] {
    @media (width >= 80rem) {
      width: 25vw;
    }
  }
  .xl\:w-\[27\%\] {
    @media (width >= 80rem) {
      width: 27%;
    }
  }
  .xl\:w-\[30vw\] {
    @media (width >= 80rem) {
      width: 30vw;
    }
  }
  .xl\:w-\[40\%\] {
    @media (width >= 80rem) {
      width: 40%;
    }
  }
  .xl\:w-\[90\%\] {
    @media (width >= 80rem) {
      width: 90%;
    }
  }
  .xl\:w-\[100px\] {
    @media (width >= 80rem) {
      width: 100px;
    }
  }
  .xl\:w-\[375px\] {
    @media (width >= 80rem) {
      width: 375px;
    }
  }
  .xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:p-20 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .xl\:pt-\[40\%\] {
    @media (width >= 80rem) {
      padding-top: 40%;
    }
  }
  .xl\:pt-\[120px\] {
    @media (width >= 80rem) {
      padding-top: 120px;
    }
  }
  .xl\:text-\[19px\] {
    @media (width >= 80rem) {
      font-size: 19px;
    }
  }
  .\32 xl\:top-\[20\%\] {
    @media (width >= 96rem) {
      top: 20%;
    }
  }
  .\32 xl\:top-\[40\%\] {
    @media (width >= 96rem) {
      top: 40%;
    }
  }
  .\32 xl\:bottom-60 {
    @media (width >= 96rem) {
      bottom: calc(var(--spacing) * 60);
    }
  }
  .\32 xl\:left-\[50\%\] {
    @media (width >= 96rem) {
      left: 50%;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:w-\[10vw\] {
    @media (width >= 96rem) {
      width: 10vw;
    }
  }
  .\32 xl\:w-\[17vw\] {
    @media (width >= 96rem) {
      width: 17vw;
    }
  }
  .\32 xl\:w-\[45\%\] {
    @media (width >= 96rem) {
      width: 45%;
    }
  }
  .\32 xl\:w-\[50\%\] {
    @media (width >= 96rem) {
      width: 50%;
    }
  }
  .\32 xl\:w-\[80\%\] {
    @media (width >= 96rem) {
      width: 80%;
    }
  }
  .\32 xl\:w-\[85\%\] {
    @media (width >= 96rem) {
      width: 85%;
    }
  }
  .\32 xl\:w-\[90\%\] {
    @media (width >= 96rem) {
      width: 90%;
    }
  }
  .\32 xl\:w-\[500px\] {
    @media (width >= 96rem) {
      width: 500px;
    }
  }
  .\32 xl\:max-w-\[80\%\] {
    @media (width >= 96rem) {
      max-width: 80%;
    }
  }
  .\32 xl\:gap-16 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:p-20 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:p-24 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:text-lg {
    @media (width >= 96rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\32 xl\:text-\[21px\] {
    @media (width >= 96rem) {
      font-size: 21px;
    }
  }
  .\32 xl\:text-\[22px\] {
    @media (width >= 96rem) {
      font-size: 22px;
    }
  }
  .\[\&_\.owl-theme_\.owl-nav\]\:\!mt-0 {
    & .owl-theme .owl-nav {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_h1\]\:mb-12 {
    & h1 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .\[\&_h1\]\:text-center {
    & h1 {
      text-align: center;
    }
  }
  .\[\&_h1\]\:text-lg {
    & h1 {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\[\&_h1\]\:font-bold {
    & h1 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h1\]\:text-\[\#e3c7a6\] {
    & h1 {
      color: #e3c7a6;
    }
  }
  .\[\&_img\]\:\!mx-auto {
    & img {
      margin-inline: auto !important;
    }
  }
  .\[\&_img\]\:\!w-full {
    & img {
      width: 100% !important;
    }
  }
  .sm\:\[\&_img\]\:\!w-\[85\%\] {
    @media (width >= 40rem) {
      & img {
        width: 85% !important;
      }
    }
  }
  .\[\&_p\]\:mt-6 {
    & p {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .\[\&_td\]\:border {
    & td {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&_td\]\:border-gray-500 {
    & td {
      border-color: var(--color-gray-500);
    }
  }
  .\[\&_td\]\:p-6 {
    & td {
      padding: calc(var(--spacing) * 6);
    }
  }
  .\[\&\>a\]\:p-8 {
    &>a {
      padding: calc(var(--spacing) * 8);
    }
  }
  .\[\&\>div\>a\]\:hover\:text-\[\#e7cfb2\] {
    &>div>a {
      &:hover {
        @media (hover: hover) {
          color: #e7cfb2;
        }
      }
    }
  }
  .\[\&\>li\]\:w-full {
    &>li {
      width: 100%;
    }
  }
  .\[\&\>li\]\:py-30 {
    &>li {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .\[\&\>li\]\:text-center {
    &>li {
      text-align: center;
    }
  }
  .md\:\[\&\>li\]\:hover\:text-\[\#e7cfb2\] {
    @media (width >= 48rem) {
      &>li {
        &:hover {
          @media (hover: hover) {
            color: #e7cfb2;
          }
        }
      }
    }
  }
  .lg\:\[\&\>li\]\:w-auto {
    @media (width >= 64rem) {
      &>li {
        width: auto;
      }
    }
  }
  .\[\&\>span\]\:transition-all {
    &>span {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&\>span\]\:duration-500 {
    &>span {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap");
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-content: "";
      --tw-duration: initial;
    }
  }
}
