/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Noto Sans TC', system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --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;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-light: #f9f9f9;
    --color-main: #ff9c39;
    --color-sub: #999999;
    --color-text: #333333;
    --color-yellow: #fff2d4;
    --color-footer: #736e69;
    --color-orange: #ff6325;
    --spacing-large: 62rem;
    --spacing-medium: 56rem;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .-top-0\.5 {
    top: calc(var(--spacing) * -0.5);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2\/3 {
    top: calc(2 / 3 * 100%);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-36\.5 {
    top: calc(var(--spacing) * 36.5);
  }
  .top-\[2\%\] {
    top: 2%;
  }
  .top-\[6\%\] {
    top: 6%;
  }
  .top-\[16\.5\%\] {
    top: 16.5%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[28\%\] {
    top: 28%;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[36\%\] {
    top: 36%;
  }
  .top-\[37\%\] {
    top: 37%;
  }
  .top-\[43\%\] {
    top: 43%;
  }
  .top-\[44\%\] {
    top: 44%;
  }
  .top-\[51\%\] {
    top: 51%;
  }
  .top-\[75\%\] {
    top: 75%;
  }
  .top-\[82\.5\%\] {
    top: 82.5%;
  }
  .top-\[88\.5\%\] {
    top: 88.5%;
  }
  .top-\[135\%\] {
    top: 135%;
  }
  .-right-6 {
    right: calc(var(--spacing) * -6);
  }
  .right-0 {
    right: 0px;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-12 {
    right: calc(var(--spacing) * 12);
  }
  .right-51\.75 {
    right: calc(var(--spacing) * 51.75);
  }
  .bottom-35 {
    bottom: calc(var(--spacing) * 35);
  }
  .bottom-40 {
    bottom: calc(var(--spacing) * 40);
  }
  .bottom-45 {
    bottom: calc(var(--spacing) * 45);
  }
  .-left-40 {
    left: calc(var(--spacing) * -40);
  }
  .-left-55 {
    left: calc(var(--spacing) * -55);
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .left-\[6\.5\%\] {
    left: 6.5%;
  }
  .left-\[24\%\] {
    left: 24%;
  }
  .left-\[25\%\] {
    left: 25%;
  }
  .left-\[25\.5\%\] {
    left: 25.5%;
  }
  .left-\[40\%\] {
    left: 40%;
  }
  .left-\[55\.5\%\] {
    left: 55.5%;
  }
  .left-\[56\%\] {
    left: 56%;
  }
  .left-\[57\%\] {
    left: 57%;
  }
  .left-\[63\.5\%\] {
    left: 63.5%;
  }
  .left-\[73\%\] {
    left: 73%;
  }
  .left-\[79\%\] {
    left: 79%;
  }
  .left-\[84\.5\%\] {
    left: 84.5%;
  }
  .left-\[87\%\] {
    left: 87%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-3 {
    z-index: 3;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1\.5 {
    margin-block: calc(var(--spacing) * 1.5);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[-1px\] {
    margin-top: -1px;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .aspect-\[3\.5\] {
    aspect-ratio: 3.5;
  }
  .aspect-\[103\/69\] {
    aspect-ratio: 103/69;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1\/2 {
    height: calc(1 / 2 * 100%);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-\[3\.5rem\] {
    height: 3.5rem;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-full {
    height: 100%;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-70 {
    width: calc(var(--spacing) * 70);
  }
  .w-78\.5 {
    width: calc(var(--spacing) * 78.5);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-90 {
    width: calc(var(--spacing) * 90);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[1\.5\%\] {
    width: 1.5%;
  }
  .w-\[2\%\] {
    width: 2%;
  }
  .w-\[2\.5\%\] {
    width: 2.5%;
  }
  .w-\[3\%\] {
    width: 3%;
  }
  .w-\[3\.5\%\] {
    width: 3.5%;
  }
  .w-\[4\.5\%\] {
    width: 4.5%;
  }
  .w-\[5\%\] {
    width: 5%;
  }
  .w-\[7\%\] {
    width: 7%;
  }
  .w-\[9\%\] {
    width: 9%;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1680px\] {
    max-width: 1680px;
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1 {
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\[transform\:scale\(0\)\] {
    transform: scale(0);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .\[animation\:drawCircle_0\.5s_1\.5s_forwards\] {
    animation: drawCircle 0.5s 1.5s forwards;
  }
  .\[animation\:drawCircle_0\.5s_1\.6s_forwards\] {
    animation: drawCircle 0.5s 1.6s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.2s_forwards\] {
    animation: drawCircle 0.25s 0.2s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.3s_forwards\] {
    animation: drawCircle 0.25s 0.3s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.4s_forwards\] {
    animation: drawCircle 0.25s 0.4s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.6s_forwards\] {
    animation: drawCircle 0.25s 0.6s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.7s_forwards\] {
    animation: drawCircle 0.25s 0.7s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.25s_forwards\] {
    animation: drawCircle 0.25s 0.25s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.45s_forwards\] {
    animation: drawCircle 0.25s 0.45s forwards;
  }
  .\[animation\:drawCircle_0\.25s_0\.65s_forwards\] {
    animation: drawCircle 0.25s 0.65s forwards;
  }
  .\[animation\:drawCircle_0\.25s_1\.1s_forwards\] {
    animation: drawCircle 0.25s 1.1s forwards;
  }
  .\[animation\:drawCircle_0\.25s_1\.5s_forwards\] {
    animation: drawCircle 0.25s 1.5s forwards;
  }
  .\[animation\:drawCircle_0\.25s_1\.7s_forwards\] {
    animation: drawCircle 0.25s 1.7s forwards;
  }
  .\[animation\:drawCircle_0\.25s_1s_forwards\] {
    animation: drawCircle 0.25s 1s forwards;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-b-\[3rem\] {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-footer {
    background-color: var(--color-footer);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-main {
    background-color: var(--color-main);
  }
  .bg-sub {
    background-color: var(--color-sub);
  }
  .bg-text {
    background-color: var(--color-text);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[6rem\] {
    padding-top: 6rem;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-main {
    color: var(--color-main);
  }
  .text-sub {
    color: var(--color-sub);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-yellow {
    text-decoration-color: var(--color-yellow);
  }
  .decoration-\[0\.35rem\] {
    text-decoration-thickness: 0.35rem;
  }
  .-underline-offset-\[0\.05rem\] {
    text-underline-offset: calc(0.05rem * -1);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-\[0_0_0\.5rem_\#CCC\] {
    --tw-shadow: 0 0 0.5rem var(--tw-shadow-color, #CCC);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_0\.35rem_\#CCC\] {
    --tw-shadow: 0 0 0.35rem var(--tw-shadow-color, #CCC);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  @media (hover: hover) {
    .group-hover\:bg-main:is(:where(.group):hover *) {
      background-color: var(--color-main);
    }
    .group-hover\:bg-orange:is(:where(.group):hover *) {
      background-color: var(--color-orange);
    }
  }
  .group-\[\.active\]\:-translate-y-1\/2:is(:where(.group):is(.active) *) {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .group-\[\.active\]\:-scale-y-100:is(:where(.group):is(.active) *) {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .group-\[\.active\]\:-rotate-25:is(:where(.group):is(.active) *) {
    rotate: calc(25deg * -1);
  }
  .group-\[\.active\]\:rotate-25:is(:where(.group):is(.active) *) {
    rotate: 25deg;
  }
  .group-\[\.scrollShowActive\]\:\[animation\:drawCircle_0\.25s_0\.5s_forwards\]:is(:where(.group):is(.scrollShowActive) *) {
    animation: drawCircle 0.25s 0.5s forwards;
  }
  .group-\[\.scrollShowActive\]\:\[animation\:drawCircle_0\.25s_1\.25s_forwards\]:is(:where(.group):is(.scrollShowActive) *) {
    animation: drawCircle 0.25s 1.25s forwards;
  }
  .after\:inline-block::after {
    content: var(--tw-content);
    display: inline-block;
  }
  .after\:scale-x-50::after {
    content: var(--tw-content);
    --tw-scale-x: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .after\:content-\[\'｜\'\]::after {
    --tw-content: '｜';
    content: var(--tw-content);
  }
  @media (hover: hover) {
    .hover\:border-main:hover {
      border-color: var(--color-main);
    }
    .hover\:border-orange:hover {
      border-color: var(--color-orange);
    }
    .hover\:text-main:hover {
      color: var(--color-main);
    }
    .hover\:text-orange:hover {
      color: var(--color-orange);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-120 {
      width: calc(var(--spacing) * 120);
    }
  }
  @media (width >= 64rem) {
    .lg\:top-\[0\%\] {
      top: 0%;
    }
    .lg\:top-\[4\%\] {
      top: 4%;
    }
    .lg\:top-\[5\%\] {
      top: 5%;
    }
    .lg\:top-\[6\%\] {
      top: 6%;
    }
    .lg\:top-\[9\.5\%\] {
      top: 9.5%;
    }
    .lg\:top-\[23\.5\%\] {
      top: 23.5%;
    }
    .lg\:top-\[26\.5\%\] {
      top: 26.5%;
    }
    .lg\:top-\[35\%\] {
      top: 35%;
    }
    .lg\:top-\[43\%\] {
      top: 43%;
    }
    .lg\:top-\[58\%\] {
      top: 58%;
    }
    .lg\:top-\[62\%\] {
      top: 62%;
    }
    .lg\:top-\[66\%\] {
      top: 66%;
    }
    .lg\:top-\[67\.5\%\] {
      top: 67.5%;
    }
    .lg\:top-\[70\%\] {
      top: 70%;
    }
    .lg\:top-\[85\%\] {
      top: 85%;
    }
    .lg\:left-\[4\.5\%\] {
      left: 4.5%;
    }
    .lg\:left-\[10\.9\%\] {
      left: 10.9%;
    }
    .lg\:left-\[13\.5\%\] {
      left: 13.5%;
    }
    .lg\:left-\[25\.5\%\] {
      left: 25.5%;
    }
    .lg\:left-\[31\.25\%\] {
      left: 31.25%;
    }
    .lg\:left-\[36\%\] {
      left: 36%;
    }
    .lg\:left-\[50\.5\%\] {
      left: 50.5%;
    }
    .lg\:left-\[54\.25\%\] {
      left: 54.25%;
    }
    .lg\:left-\[59\.75\%\] {
      left: 59.75%;
    }
    .lg\:left-\[67\.5\%\] {
      left: 67.5%;
    }
    .lg\:left-\[69\%\] {
      left: 69%;
    }
    .lg\:left-\[73\%\] {
      left: 73%;
    }
    .lg\:left-\[78\%\] {
      left: 78%;
    }
    .lg\:left-\[83\.5\%\] {
      left: 83.5%;
    }
    .lg\:left-\[85\.75\%\] {
      left: 85.75%;
    }
    .lg\:m-0 {
      margin: 0px;
    }
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
    .lg\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .lg\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .lg\:\!hidden {
      display: none !important;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:aspect-\[192\/60\] {
      aspect-ratio: 192/60;
    }
    .lg\:aspect-\[1110\/125\] {
      aspect-ratio: 1110/125;
    }
    .lg\:w-160 {
      width: calc(var(--spacing) * 160);
    }
    .lg\:w-\[1\%\] {
      width: 1%;
    }
    .lg\:w-\[1\.5\%\] {
      width: 1.5%;
    }
    .lg\:w-\[1\.25\%\] {
      width: 1.25%;
    }
    .lg\:w-\[1\.75\%\] {
      width: 1.75%;
    }
    .lg\:w-\[2\.5\%\] {
      width: 2.5%;
    }
    .lg\:w-\[2\.25\%\] {
      width: 2.25%;
    }
    .lg\:w-\[3\%\] {
      width: 3%;
    }
    .lg\:w-\[3\.5\%\] {
      width: 3.5%;
    }
    .lg\:w-\[4\%\] {
      width: 4%;
    }
    .lg\:w-\[5\%\] {
      width: 5%;
    }
    .lg\:w-\[6\%\] {
      width: 6%;
    }
    .lg\:w-\[90\%\] {
      width: 90%;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:w-large {
      width: var(--spacing-large);
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:content-start {
      align-content: flex-start;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:justify-center {
      justify-content: center;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .lg\:gap-24 {
      gap: calc(var(--spacing) * 24);
    }
    .lg\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .lg\:pt-\[8rem\] {
      padding-top: 8rem;
    }
    .lg\:text-center {
      text-align: center;
    }
    .lg\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .lg\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&_img\]\:block img {
    display: block;
  }
  .\[\&_img\]\:\!h-auto img {
    height: auto !important;
  }
  .\[\&_img\]\:max-w-full img {
    max-width: 100%;
  }
}
@media (width < 1024px) {
  html {
    font-size: 20px;
  }
}
@media (width < 640px) {
  html {
    font-size: 16px;
  }
}
@media (width < 350px) {
  html {
    font-size: 3vw;
  }
}
@layer base {
  html, body {
    font-family: 'Noto Sans TC', system-ui, sans-serif;
  }
  h1, h2, h3, h4, h5, h6 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h1 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .bgCover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .a-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    &:hover {
      @media (hover: hover) {
        --tw-contrast: contrast(150%);
        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,);
      }
    }
  }
  [class*="hover:"] {
    transition: color 0.5s, border 0.5s, background 0.5s;
  }
  .wrap-size-kv {
    margin: auto;
    width: 85%;
    @media (width >= 64rem) {
      width: var(--spacing-large);
    }
  }
  .wrap-size {
    margin: auto;
    width: 90%;
    @media (width >= 64rem) {
      width: var(--spacing-medium);
    }
  }
  .btn-arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    mask-image: url('../img/icon-arrow.svg');
    mask-size: 40%;
    mask-position: center;
    mask-repeat: no-repeat;
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        animation: btnarrow 0.75s forwards;
      }
    }
  }
  .icon-more {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    mask-image: url('../img/icon-more.svg');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
  }
  .icon-location {
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    mask-image: url('../img/icon-location.svg');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
  }
  @keyframes btnarrow {
    0%, 90%, 100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(100%, -100%);
    }
    50.1% {
      transform: translate(-100%, 100%);
    }
  }
  .gradient-light {
    background: linear-gradient(to right, #ffdb84, #ff9d5d);
  }
  .gradient-dark {
    background: linear-gradient(to right, #ffb477, #ff6251);
  }
}
@layer components {
  .btn-index {
    position: relative;
    border-radius: 1rem 3rem 3rem 3rem;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    padding-right: calc(var(--spacing) * 16);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 18);
    }
    background: linear-gradient(to right, #ff6e1c, #ff2618);
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: -3px;
    }
    &::after {
      content: var(--tw-content);
      left: -3px;
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      border-radius: calc(1rem + 2px) 3rem 3rem 3rem;
    }
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90deg,#ff9727,#ff5323);
    }
    &::after {
      content: var(--tw-content);
      opacity: 60%;
    }
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .btn-ad {
    position: relative;
    display: block;
    width: calc(var(--spacing) * 37.25);
    border-radius: 0.5rem 1.25rem 1.25rem 1.25rem;
    padding-block: calc(var(--spacing) * 2);
    color: var(--color-main);
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 0%;
        }
      }
    }
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 56);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: 1px;
    }
    &::after {
      content: var(--tw-content);
      left: 1px;
    }
    &::after {
      content: var(--tw-content);
      height: calc(100% - 2px);
    }
    &::after {
      content: var(--tw-content);
      width: calc(100% - 2px);
    }
    &::after {
      content: var(--tw-content);
      border-radius: calc(0.5rem - 1px) calc(1.25rem - 1px) calc(1.25rem - 1px) calc(1.25rem - 1px);
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
    &::after {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &::after {
      content: var(--tw-content);
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        top: 2px;
      }
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        left: 2px;
      }
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        height: calc(100% - 4px);
      }
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        width: calc(100% - 4px);
      }
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        border-radius: calc(0.5rem - 2px) calc(1.25rem - 2px) calc(1.25rem - 2px) calc(1.25rem - 2px);
      }
    }
    .active& {
      color: var(--color-white);
    }
    .active& {
      &::after {
        content: var(--tw-content);
        opacity: 0%;
      }
    }
    background: linear-gradient(to right, #ffb477, #ff6251);
    transition: color 0.5s;
  }
  .btn-ad p {
    position: relative;
    z-index: 1;
  }
}
@layer utilities;
.line-index-kv-1-wrap, .line-index-kv-1-track-wrap {
  position: absolute;
  top: 2%;
  right: -40%;
  width: 114%;
  @media (width >= 64rem) {
    top: 0px;
  }
  @media (width >= 64rem) {
    right: -2.65%;
  }
  @media (width >= 64rem) {
    width: 72%;
  }
}
.line-index-kv-1-track {
  fill: none;
  stroke: var(--color-light);
  stroke-dashoffset: 0;
  stroke-width: 15vw;
  stroke-dasharray: 2000;
  @media (width >= 64rem) {
    stroke-width: 5.5vw;
  }
  @media (width >= 64rem) {
    stroke-dasharray: 2200;
  }
  animation: drawLine 1.75s 0.5s forwards;
  --dash-target: 2000;
  @media (width >= 64rem) {
    --dash-target: 2200;
  }
}
.line-index-kv-2-wrap, .line-index-kv-2-track-wrap {
  position: absolute;
  top: 7%;
  left: -6%;
  width: 34%;
  @media (width >= 64rem) {
    top: 11%;
  }
  @media (width >= 64rem) {
    left: 1.35%;
  }
  @media (width >= 64rem) {
    width: 26%;
  }
}
.line-index-kv-2-wrap::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: calc(1 / 2 * 100%);
  background-image: linear-gradient(90deg,var(--color-light,1),rgba(0,0,0,0));
  --tw-content: '';
  content: var(--tw-content);
}
.line-index-kv-2-track {
  fill: none;
  stroke: var(--color-light);
  stroke-dashoffset: 0;
  stroke-width: 7vw;
  stroke-dasharray: 520;
  @media (width >= 64rem) {
    stroke-width: 2vw;
  }
  animation: drawLine 1s 0.75s forwards;
  --dash-target: 520;
}
.line-index-kv-3-wrap, .line-index-kv-3-track-wrap {
  position: absolute;
  top: 76%;
  right: -5.5%;
  width: 41%;
  @media (width >= 64rem) {
    top: 68.35%;
  }
  @media (width >= 64rem) {
    right: 1.25%;
  }
  @media (width >= 64rem) {
    width: 25.5%;
  }
}
.line-index-kv-3-wrap::after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: calc(1 / 2 * 100%);
  background-image: linear-gradient(-90deg,var(--color-light,1),rgba(0,0,0,0));
  --tw-content: '';
  content: var(--tw-content);
}
.line-index-kv-3-track {
  fill: none;
  stroke: var(--color-light);
  stroke-dashoffset: 0;
  stroke-width: 6vw;
  stroke-dasharray: 550;
  @media (width >= 64rem) {
    stroke-width: 2vw;
  }
  animation: drawLine 1s 1.25s forwards;
  --dash-target: 550;
}
.line-index-wrap, .line-index-track-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.line-index-wrap::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: calc(1 / 2 * 100%);
  background-image: linear-gradient(90deg,white,rgba(0,0,0,0));
  --tw-content: '';
  content: var(--tw-content);
}
.line-index-track {
  fill: none;
  stroke: var(--color-white);
  stroke-dashoffset: 0;
  stroke-width: 45;
  stroke-dasharray: 650;
  --dash-target: -650;
  &:is(:where(.group):is(.scrollShowActive) *) {
    animation: drawLine 0.75s forwards;
  }
}
.line-ad-kv-wrap, .line-ad-kv-track-wrap {
  position: absolute;
  top: 35%;
  right: -0%;
  width: 60%;
  @media (width >= 64rem) {
    top: 15%;
  }
  @media (width >= 64rem) {
    right: -1%;
  }
  @media (width >= 64rem) {
    width: 65%;
  }
}
.line-ad-kv-wrap::after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: calc(1 / 2 * 100%);
  background-image: linear-gradient(-90deg,var(--color-light,1),rgba(0,0,0,0));
  --tw-content: '';
  content: var(--tw-content);
}
.line-ad-kv-track {
  fill: none;
  stroke: var(--color-light);
  stroke-dashoffset: 0;
  stroke-width: 8vw;
  stroke-dasharray: 1200;
  animation: drawLine 1.5s 0.5s forwards;
  --dash-target: 1200;
}
.line-ad-wrap, .line-ad-track-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.line-ad-wrap::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: calc(1 / 2 * 100%);
  background-image: linear-gradient(90deg,white,rgba(0,0,0,0));
  --tw-content: '';
  content: var(--tw-content);
}
.line-ad-track {
  fill: none;
  stroke: var(--color-white);
  stroke-dashoffset: 0;
  stroke-width: 45;
  stroke-dasharray: 800;
  --dash-target: -800;
  &:is(:where(.group):is(.scrollShowActive) *) {
    animation: drawLine 1.5s forwards;
  }
}
.line-location-kv-wrap, .line-location-kv-track-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45%;
  @media (width >= 64rem) {
    right: 3%;
  }
  @media (width >= 64rem) {
    width: 30%;
  }
}
.line-location-kv-wrap::after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: calc(1 / 2 * 100%);
  background-image: linear-gradient(-90deg,var(--color-light,1),rgba(0,0,0,0));
  --tw-content: '';
  content: var(--tw-content);
}
.line-location-kv-track {
  fill: none;
  stroke: var(--color-light);
  stroke-dashoffset: 0;
  stroke-width: 5vw;
  stroke-dasharray: 600;
  animation: drawLine 1.5s 0.5s forwards;
  --dash-target: 600;
}
.line-location-wrap, .line-location-track-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.line-location-wrap::after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: calc(1 / 2 * 100%);
  background-image: linear-gradient(-90deg,white,rgba(0,0,0,0));
  --tw-content: '';
  content: var(--tw-content);
}
.line-location-track {
  fill: none;
  stroke: var(--color-white);
  stroke-dashoffset: 0;
  stroke-width: 45;
  stroke-dasharray: 800;
  --dash-target: 800;
  &:is(:where(.group):is(.scrollShowActive) *) {
    animation: drawLine 1.5s forwards;
  }
}
@keyframes drawLine {
  to {
    stroke-dashoffset: var(--dash-target);
  }
}
@keyframes drawCircle {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
