/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans TC", sans-serif;
    --font-serif: "Noto Serif TC", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #1E1210;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-widest: 0.1em;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-green: #009D85;
    --color-pink: #D31A79;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .inset-3 {
    inset: calc(var(--spacing) * 3);
  }
  .\!start {
    inset-inline-start: var(--spacing) !important;
  }
  .-start {
    inset-inline-start: calc(var(--spacing) * -1);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .-end {
    inset-inline-end: calc(var(--spacing) * -1);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-2\%\] {
    top: -2%;
  }
  .top-\[-6\%\] {
    top: -6%;
  }
  .top-\[-8\%\] {
    top: -8%;
  }
  .top-\[-33\%\] {
    top: -33%;
  }
  .top-\[0\%\] {
    top: 0%;
  }
  .top-\[1\%\] {
    top: 1%;
  }
  .top-\[6\%\] {
    top: 6%;
  }
  .top-\[7\.5\%\] {
    top: 7.5%;
  }
  .top-\[8\%\] {
    top: 8%;
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[25\%\] {
    top: 25%;
  }
  .top-\[28\%\] {
    top: 28%;
  }
  .top-\[31\%\] {
    top: 31%;
  }
  .top-\[33\%\] {
    top: 33%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-2\.5\%\] {
    right: -2.5%;
  }
  .right-\[0\%\] {
    right: 0%;
  }
  .right-\[2\%\] {
    right: 2%;
  }
  .right-\[2\.6\%\] {
    right: 2.6%;
  }
  .right-\[10\.5\%\] {
    right: 10.5%;
  }
  .right-\[12\.5\%\] {
    right: 12.5%;
  }
  .right-\[17\.5\%\] {
    right: 17.5%;
  }
  .right-\[19\%\] {
    right: 19%;
  }
  .right-\[20\%\] {
    right: 20%;
  }
  .right-\[21\.5\%\] {
    right: 21.5%;
  }
  .right-\[22\%\] {
    right: 22%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-23\%\] {
    bottom: -23%;
  }
  .bottom-\[-28\%\] {
    bottom: -28%;
  }
  .bottom-\[0\%\] {
    bottom: 0%;
  }
  .bottom-\[15\%\] {
    bottom: 15%;
  }
  .bottom-\[35\%\] {
    bottom: 35%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-\[-1\%\] {
    left: -1%;
  }
  .left-\[-9\.5\%\] {
    left: -9.5%;
  }
  .left-\[0\%\] {
    left: 0%;
  }
  .left-\[3\.5\%\] {
    left: 3.5%;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[15\%\] {
    left: 15%;
  }
  .left-\[17\.5\%\] {
    left: 17.5%;
  }
  .left-\[18\%\] {
    left: 18%;
  }
  .left-\[20\%\] {
    left: 20%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .float-left {
    float: left;
  }
  .float-none {
    float: none;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
    @media (width >= 1880px) {
      max-width: 1880px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .\!mr-0 {
    margin-right: calc(var(--spacing) * 0) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[50\%\] {
    height: 50%;
  }
  .h-\[55\%\] {
    height: 55%;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[60px\] {
    max-height: 60px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[4\.9\%\] {
    width: 4.9%;
  }
  .w-\[5\%\] {
    width: 5%;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[12\.3\%\] {
    width: 12.3%;
  }
  .w-\[15\.12\%\] {
    width: 15.12%;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[23\.91\%\] {
    width: 23.91%;
  }
  .w-\[26\.1\%\] {
    width: 26.1%;
  }
  .w-\[26\.57\%\] {
    width: 26.57%;
  }
  .w-\[27\.78\%\] {
    width: 27.78%;
  }
  .w-\[29\.54\%\] {
    width: 29.54%;
  }
  .w-\[30\.05\%\] {
    width: 30.05%;
  }
  .w-\[32\.5\%\] {
    width: 32.5%;
  }
  .w-\[33\.1\%\] {
    width: 33.1%;
  }
  .w-\[34\.6\%\] {
    width: 34.6%;
  }
  .w-\[35x\] {
    width: 35x;
  }
  .w-\[37\%\] {
    width: 37%;
  }
  .w-\[38\.05\%\] {
    width: 38.05%;
  }
  .w-\[41\.1\%\] {
    width: 41.1%;
  }
  .w-\[43\%\] {
    width: 43%;
  }
  .w-\[52\%\] {
    width: 52%;
  }
  .w-\[53\%\] {
    width: 53%;
  }
  .w-\[56\.2\%\] {
    width: 56.2%;
  }
  .w-\[60\.12\%\] {
    width: 60.12%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[11\.5\%\] {
    max-width: 11.5%;
  }
  .max-w-\[40\%\] {
    max-width: 40%;
  }
  .max-w-\[46px\] {
    max-width: 46px;
  }
  .max-w-\[73px\] {
    max-width: 73px;
  }
  .max-w-\[85\%\] {
    max-width: 85%;
  }
  .max-w-\[103px\] {
    max-width: 103px;
  }
  .max-w-\[145px\] {
    max-width: 145px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[169px\] {
    max-width: 169px;
  }
  .max-w-\[184px\] {
    max-width: 184px;
  }
  .max-w-\[192px\] {
    max-width: 192px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[284px\] {
    max-width: 284px;
  }
  .max-w-\[317px\] {
    max-width: 317px;
  }
  .max-w-\[347px\] {
    max-width: 347px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[461px\] {
    max-width: 461px;
  }
  .max-w-\[510px\] {
    max-width: 510px;
  }
  .max-w-\[628px\] {
    max-width: 628px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[837px\] {
    max-width: 837px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1460px\] {
    max-width: 1460px;
  }
  .max-w-\[clamp\(100px\,15vw\,290px\)\] {
    max-width: clamp(100px, 15vw, 290px);
  }
  .max-w-\[clamp\(250px\,15vw\,317px\)\] {
    max-width: clamp(250px, 15vw, 317px);
  }
  .max-w-\[clamp\(250px\,20vw\,317px\)\] {
    max-width: clamp(250px, 20vw, 317px);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink-1 {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .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;
  }
  .resize\! {
    resize: both !important;
  }
  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing) * 24);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[clamp\(9px\,2vw\,18px\)\] {
    gap: clamp(9px, 2vw, 18px);
  }
  .gap-\[clamp\(10px\,1vw\,16px\)\] {
    gap: clamp(10px, 1vw, 16px);
  }
  .gap-\[clamp\(10px\,2vw\,16px\)\] {
    gap: clamp(10px, 2vw, 16px);
  }
  .gap-\[clamp\(10px\,2vw\,20px\)\] {
    gap: clamp(10px, 2vw, 20px);
  }
  .gap-\[clamp\(10px\,3vw\,20px\)\] {
    gap: clamp(10px, 3vw, 20px);
  }
  .gap-\[clamp\(10px\,5vw\,16px\)\] {
    gap: clamp(10px, 5vw, 16px);
  }
  .gap-\[clamp\(16px\,2vw\,27px\)\] {
    gap: clamp(16px, 2vw, 27px);
  }
  .gap-\[clamp\(16px\,2vw\,32px\)\] {
    gap: clamp(16px, 2vw, 32px);
  }
  .gap-\[clamp\(16px\,3vw\,32px\)\] {
    gap: clamp(16px, 3vw, 32px);
  }
  .gap-\[clamp\(20px\,2vw\,32px\)\] {
    gap: clamp(20px, 2vw, 32px);
  }
  .gap-\[clamp\(20px\,2vw\,33px\)\] {
    gap: clamp(20px, 2vw, 33px);
  }
  .gap-\[clamp\(20px\,3vw\,40px\)\] {
    gap: clamp(20px, 3vw, 40px);
  }
  .gap-\[clamp\(20px\,5vw\,60px\)\] {
    gap: clamp(20px, 5vw, 60px);
  }
  .gap-\[clamp\(21px\,3vw\,42px\)\] {
    gap: clamp(21px, 3vw, 42px);
  }
  .gap-\[clamp\(32px\,4vw\,60px\)\] {
    gap: clamp(32px, 4vw, 60px);
  }
  .gap-\[clamp\(32px\,5vw\,85px\)\] {
    gap: clamp(32px, 5vw, 85px);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-\[27px\] {
    column-gap: 27px;
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #FFFFFF 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-pink {
    background-color: var(--color-pink);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(0\,rgba\(5\,21\,32\,1\)_4\%\,rgba\(5\,21\,32\,0\)_96\%\)\] {
    background-image: linear-gradient(0,rgba(5,21,32,1) 4%,rgba(5,21,32,0) 96%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(5\,21\,32\,1\)_4\%\,rgba\(5\,21\,32\,0\)_96\%\)\] {
    background-image: linear-gradient(180deg,rgba(5,21,32,1) 4%,rgba(5,21,32,0) 96%);
  }
  .bg-\[url\(\'\.\.\/img\/index\/vi-judge-bg-m1\.webp\'\)\] {
    background-image: url('../img/index/vi-judge-bg-m1.webp');
  }
  .bg-\[url\(\'\.\.\/img\/index\/vi-way-tiltle\.webp\'\)\] {
    background-image: url('../img/index/vi-way-tiltle.webp');
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-\[\#000\] {
    --tw-gradient-via: #000;
    --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);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-center {
    background-position: center;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .px-\[7\.5\%\] {
    padding-inline: 7.5%;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[10\%\] {
    padding-inline: 10%;
  }
  .px-\[30\%\] {
    padding-inline: 30%;
  }
  .px-\[clamp\(10px\,2vw\,16px\)\] {
    padding-inline: clamp(10px, 2vw, 16px);
  }
  .px-\[clamp\(30px\,3vw\,60px\)\] {
    padding-inline: clamp(30px, 3vw, 60px);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .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-\[5\%\] {
    padding-block: 5%;
  }
  .py-\[10\%\] {
    padding-block: 10%;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[clamp\(20px\,2vw\,40px\)\] {
    padding-block: clamp(20px, 2vw, 40px);
  }
  .py-\[clamp\(30px\,3vw\,50px\)\] {
    padding-block: clamp(30px, 3vw, 50px);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[3\%\] {
    padding-top: 3%;
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pt-\[5\%\] {
    padding-top: 5%;
  }
  .pt-\[6\%\] {
    padding-top: 6%;
  }
  .pt-\[10\%\] {
    padding-top: 10%;
  }
  .pt-\[17px\] {
    padding-top: 17px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[35\%\] {
    padding-top: 35%;
  }
  .pt-\[38\%\] {
    padding-top: 38%;
  }
  .pt-\[40\%\] {
    padding-top: 40%;
  }
  .pt-\[50\%\] {
    padding-top: 50%;
  }
  .pt-\[clamp\(10px\,2vw\,37px\)\] {
    padding-top: clamp(10px, 2vw, 37px);
  }
  .pt-\[clamp\(40px\,4vw\,80px\)\] {
    padding-top: clamp(40px, 4vw, 80px);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-\[4px\] {
    padding-right: 4px;
  }
  .pr-\[5\%\] {
    padding-right: 5%;
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pr-\[clamp\(16px\,2vw\,32px\)\] {
    padding-right: clamp(16px, 2vw, 32px);
  }
  .pr-\[clamp\(20px\,5vw\,49px\)\] {
    padding-right: clamp(20px, 5vw, 49px);
  }
  .pb-\[5\%\] {
    padding-bottom: 5%;
  }
  .pb-\[clamp\(14px\,2vw\,20px\)\] {
    padding-bottom: clamp(14px, 2vw, 20px);
  }
  .pb-\[clamp\(14px\,2vw\,28px\)\] {
    padding-bottom: clamp(14px, 2vw, 28px);
  }
  .pb-\[clamp\(76px\,9vw\,165px\)\] {
    padding-bottom: clamp(76px, 9vw, 165px);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-\[0\%\] {
    padding-left: 0%;
  }
  .pl-\[5\%\] {
    padding-left: 5%;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .align-top {
    vertical-align: top;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[clamp\(14px\,2vw\,18px\)\] {
    font-size: clamp(14px, 2vw, 18px);
  }
  .text-\[clamp\(16px\,2vw\,18px\)\] {
    font-size: clamp(16px, 2vw, 18px);
  }
  .text-\[clamp\(18px\,2vw\,20px\)\] {
    font-size: clamp(18px, 2vw, 20px);
  }
  .text-\[clamp\(18px\,3\.5vw\,36px\)\] {
    font-size: clamp(18px, 3.5vw, 36px);
  }
  .text-\[clamp\(18px\,3vw\,36px\)\] {
    font-size: clamp(18px, 3vw, 36px);
  }
  .text-\[clamp\(20px\,2vw\,24px\)\] {
    font-size: clamp(20px, 2vw, 24px);
  }
  .text-\[clamp\(20px\,2vw\,25px\)\] {
    font-size: clamp(20px, 2vw, 25px);
  }
  .text-\[clamp\(20px\,2vw\,36px\)\] {
    font-size: clamp(20px, 2vw, 36px);
  }
  .text-\[clamp\(20px\,3vw\,40px\)\] {
    font-size: clamp(20px, 3vw, 40px);
  }
  .text-\[clamp\(24px\,3vw\,40px\)\] {
    font-size: clamp(24px, 3vw, 40px);
  }
  .text-\[clamp\(25px\,3vw\,40px\)\] {
    font-size: clamp(25px, 3vw, 40px);
  }
  .text-\[clamp\(32px\,4vw\,48px\)\] {
    font-size: clamp(32px, 4vw, 48px);
  }
  .text-\[clamp\(32px\,4vw\,64px\)\] {
    font-size: clamp(32px, 4vw, 64px);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-pink {
    color: var(--color-pink);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #FFFFFF 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,) !important;
  }
  .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-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, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:top-\[0px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 0px;
      }
    }
  }
  .group-hover\:pl-2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        padding-left: calc(var(--spacing) * 2);
      }
    }
  }
  .sm\:top-0 {
    @media (width >= 576px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .sm\:top-\[-5\%\] {
    @media (width >= 576px) {
      top: -5%;
    }
  }
  .sm\:top-\[-9\.5\%\] {
    @media (width >= 576px) {
      top: -9.5%;
    }
  }
  .sm\:top-\[-20\%\] {
    @media (width >= 576px) {
      top: -20%;
    }
  }
  .sm\:top-\[20\%\] {
    @media (width >= 576px) {
      top: 20%;
    }
  }
  .sm\:top-\[25\%\] {
    @media (width >= 576px) {
      top: 25%;
    }
  }
  .sm\:right-\[6\%\] {
    @media (width >= 576px) {
      right: 6%;
    }
  }
  .sm\:right-\[17\%\] {
    @media (width >= 576px) {
      right: 17%;
    }
  }
  .sm\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .sm\:w-\[11\.6\%\] {
    @media (width >= 576px) {
      width: 11.6%;
    }
  }
  .sm\:w-\[30\.05\%\] {
    @media (width >= 576px) {
      width: 30.05%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 576px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:pt-\[clamp\(60px\,10vw\,158px\)\] {
    @media (width >= 576px) {
      padding-top: clamp(60px, 10vw, 158px);
    }
  }
  .sm\:pt-\[clamp\(60px\,10vw\,160px\)\] {
    @media (width >= 576px) {
      padding-top: clamp(60px, 10vw, 160px);
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .md\:top-\[-7\.5\%\] {
    @media (width >= 768px) {
      top: -7.5%;
    }
  }
  .md\:top-\[-17\%\] {
    @media (width >= 768px) {
      top: -17%;
    }
  }
  .md\:top-\[1\%\] {
    @media (width >= 768px) {
      top: 1%;
    }
  }
  .md\:top-\[13\%\] {
    @media (width >= 768px) {
      top: 13%;
    }
  }
  .md\:top-\[20\%\] {
    @media (width >= 768px) {
      top: 20%;
    }
  }
  .md\:top-auto {
    @media (width >= 768px) {
      top: auto;
    }
  }
  .md\:right-\[17\%\] {
    @media (width >= 768px) {
      right: 17%;
    }
  }
  .md\:bottom-\[5\%\] {
    @media (width >= 768px) {
      bottom: 5%;
    }
  }
  .md\:bottom-\[17\.5\%\] {
    @media (width >= 768px) {
      bottom: 17.5%;
    }
  }
  .md\:left-\[0\%\] {
    @media (width >= 768px) {
      left: 0%;
    }
  }
  .md\:left-\[3\%\] {
    @media (width >= 768px) {
      left: 3%;
    }
  }
  .md\:left-\[7\%\] {
    @media (width >= 768px) {
      left: 7%;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:w-\[42\.71\%\] {
    @media (width >= 768px) {
      width: 42.71%;
    }
  }
  .md\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .md\:max-w-\[40\%\] {
    @media (width >= 768px) {
      max-width: 40%;
    }
  }
  .md\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:bg-none {
    @media (width >= 768px) {
      background-image: none;
    }
  }
  .md\:pt-0 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-0 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:top-\[-30\%\] {
    @media (width >= 1024px) {
      top: -30%;
    }
  }
  .lg\:top-\[16\%\] {
    @media (width >= 1024px) {
      top: 16%;
    }
  }
  .lg\:right-\[9\%\] {
    @media (width >= 1024px) {
      right: 9%;
    }
  }
  .lg\:right-\[16\%\] {
    @media (width >= 1024px) {
      right: 16%;
    }
  }
  .lg\:bottom-\[20\%\] {
    @media (width >= 1024px) {
      bottom: 20%;
    }
  }
  .lg\:bottom-\[37\.5\%\] {
    @media (width >= 1024px) {
      bottom: 37.5%;
    }
  }
  .lg\:left-\[19\.5\%\] {
    @media (width >= 1024px) {
      left: 19.5%;
    }
  }
  .lg\:mt-\[-6\.2\%\] {
    @media (width >= 1024px) {
      margin-top: -6.2%;
    }
  }
  .lg\:mt-\[-7\.5\%\] {
    @media (width >= 1024px) {
      margin-top: -7.5%;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:w-\[10\.3\%\] {
    @media (width >= 1024px) {
      width: 10.3%;
    }
  }
  .lg\:w-\[25\.05\%\] {
    @media (width >= 1024px) {
      width: 25.05%;
    }
  }
  .lg\:w-\[29\.54\%\] {
    @media (width >= 1024px) {
      width: 29.54%;
    }
  }
  .lg\:w-\[52\.12\%\] {
    @media (width >= 1024px) {
      width: 52.12%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 1024px) {
      width: 55%;
    }
  }
  .lg\:w-\[57\.4\%\] {
    @media (width >= 1024px) {
      width: 57.4%;
    }
  }
  .lg\:w-\[82\.5\%\] {
    @media (width >= 1024px) {
      width: 82.5%;
    }
  }
  .lg\:w-\[84\.8\%\] {
    @media (width >= 1024px) {
      width: 84.8%;
    }
  }
  .lg\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .lg\:max-w-\[30\%\] {
    @media (width >= 1024px) {
      max-width: 30%;
    }
  }
  .lg\:max-w-\[1082px\] {
    @media (width >= 1024px) {
      max-width: 1082px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 1024px) {
      align-items: flex-end;
    }
  }
  .lg\:items-stretch {
    @media (width >= 1024px) {
      align-items: stretch;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-\[clamp\(10px\,7vw\,100px\)\] {
    @media (width >= 1024px) {
      gap: clamp(10px, 7vw, 100px);
    }
  }
  .lg\:gap-\[clamp\(20px\,7vw\,114px\)\] {
    @media (width >= 1024px) {
      gap: clamp(20px, 7vw, 114px);
    }
  }
  .lg\:gap-\[clamp\(24px\,3vw\,50px\)\] {
    @media (width >= 1024px) {
      gap: clamp(24px, 3vw, 50px);
    }
  }
  .lg\:gap-\[clamp\(60px\,7vw\,158px\)\] {
    @media (width >= 1024px) {
      gap: clamp(60px, 7vw, 158px);
    }
  }
  .lg\:gap-\[clamp\(60px\,10vw\,167px\)\] {
    @media (width >= 1024px) {
      gap: clamp(60px, 10vw, 167px);
    }
  }
  .lg\:overflow-visible {
    @media (width >= 1024px) {
      overflow: visible;
    }
  }
  .lg\:bg-none {
    @media (width >= 1024px) {
      background-image: none;
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[5\%\] {
    @media (width >= 1024px) {
      padding-block: 5%;
    }
  }
  .lg\:py-\[7\.5\%\] {
    @media (width >= 1024px) {
      padding-block: 7.5%;
    }
  }
  .lg\:pt-0 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[3\%\] {
    @media (width >= 1024px) {
      padding-top: 3%;
    }
  }
  .lg\:pt-\[5\%\] {
    @media (width >= 1024px) {
      padding-top: 5%;
    }
  }
  .lg\:pt-\[8\%\] {
    @media (width >= 1024px) {
      padding-top: 8%;
    }
  }
  .lg\:pt-\[25\%\] {
    @media (width >= 1024px) {
      padding-top: 25%;
    }
  }
  .lg\:pr-\[15\%\] {
    @media (width >= 1024px) {
      padding-right: 15%;
    }
  }
  .lg\:pr-\[clamp\(100px\,10vw\,177px\)\] {
    @media (width >= 1024px) {
      padding-right: clamp(100px, 10vw, 177px);
    }
  }
  .lg\:pl-0 {
    @media (width >= 1024px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[7\.5\%\] {
    @media (width >= 1024px) {
      padding-left: 7.5%;
    }
  }
  .lg\:pl-\[9\.6\%\] {
    @media (width >= 1024px) {
      padding-left: 9.6%;
    }
  }
  .lg\:pl-\[10\%\] {
    @media (width >= 1024px) {
      padding-left: 10%;
    }
  }
  .lg\:pl-\[clamp\(16px\,6vw\,123px\)\] {
    @media (width >= 1024px) {
      padding-left: clamp(16px, 6vw, 123px);
    }
  }
  .xl\:left-\[7\.5\%\] {
    @media (width >= 1280px) {
      left: 7.5%;
    }
  }
  .xl\:left-\[10\.5\%\] {
    @media (width >= 1280px) {
      left: 10.5%;
    }
  }
  .xl\:h-auto {
    @media (width >= 1280px) {
      height: auto;
    }
  }
  .xl\:w-\[23\.05\%\] {
    @media (width >= 1280px) {
      width: 23.05%;
    }
  }
  .xl\:w-\[27\.05\%\] {
    @media (width >= 1280px) {
      width: 27.05%;
    }
  }
  .xl\:w-\[40\%\] {
    @media (width >= 1280px) {
      width: 40%;
    }
  }
  .xl\:max-w-\[571px\] {
    @media (width >= 1280px) {
      max-width: 571px;
    }
  }
  .xl\:max-w-\[870px\] {
    @media (width >= 1280px) {
      max-width: 870px;
    }
  }
  .xl\:flex-row {
    @media (width >= 1280px) {
      flex-direction: row;
    }
  }
  .xl\:gap-\[clamp\(30px\,5vw\,102px\)\] {
    @media (width >= 1280px) {
      gap: clamp(30px, 5vw, 102px);
    }
  }
  .xl\:gap-\[clamp\(32px\,7vw\,137px\)\] {
    @media (width >= 1280px) {
      gap: clamp(32px, 7vw, 137px);
    }
  }
  .xl\:gap-\[clamp\(60px\,7vw\,158px\)\] {
    @media (width >= 1280px) {
      gap: clamp(60px, 7vw, 158px);
    }
  }
  .xl\:pb-\[10\%\] {
    @media (width >= 1280px) {
      padding-bottom: 10%;
    }
  }
  .xl\:pl-0 {
    @media (width >= 1280px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .xl\:pl-\[clamp\(16px\,6vw\,123px\)\] {
    @media (width >= 1280px) {
      padding-left: clamp(16px, 6vw, 123px);
    }
  }
  .\32 xl\:top-\[-35\.5\%\] {
    @media (width >= 1536px) {
      top: -35.5%;
    }
  }
  .\32 xl\:top-\[14\%\] {
    @media (width >= 1536px) {
      top: 14%;
    }
  }
  .\32 xl\:right-\[16\%\] {
    @media (width >= 1536px) {
      right: 16%;
    }
  }
  .\32 xl\:bottom-\[7\%\] {
    @media (width >= 1536px) {
      bottom: 7%;
    }
  }
  .\32 xl\:bottom-\[30\%\] {
    @media (width >= 1536px) {
      bottom: 30%;
    }
  }
  .\32 xl\:bottom-\[35\%\] {
    @media (width >= 1536px) {
      bottom: 35%;
    }
  }
  .\32 xl\:block {
    @media (width >= 1536px) {
      display: block;
    }
  }
  .\32 xl\:gap-\[clamp\(32px\,5vw\,86px\)\] {
    @media (width >= 1536px) {
      gap: clamp(32px, 5vw, 86px);
    }
  }
  .\32 xl\:gap-\[clamp\(60px\,7vw\,143px\)\] {
    @media (width >= 1536px) {
      gap: clamp(60px, 7vw, 143px);
    }
  }
  .\32 xl\:bg-transparent {
    @media (width >= 1536px) {
      background-color: transparent;
    }
  }
  .\32 xl\:pt-\[6\.1\%\] {
    @media (width >= 1536px) {
      padding-top: 6.1%;
    }
  }
  .\32 xl\:pl-0 {
    @media (width >= 1536px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:pl-\[clamp\(20px\,5vw\,49px\)\] {
    @media (width >= 1536px) {
      padding-left: clamp(20px, 5vw, 49px);
    }
  }
  .\33 xl\:right-\[0\%\] {
    @media (width >= 1880px) {
      right: 0%;
    }
  }
  .\33 xl\:bottom-\[-10\%\] {
    @media (width >= 1880px) {
      bottom: -10%;
    }
  }
  .\33 xl\:bottom-\[10\%\] {
    @media (width >= 1880px) {
      bottom: 10%;
    }
  }
  .\33 xl\:mt-\[-5px\] {
    @media (width >= 1880px) {
      margin-top: -5px;
    }
  }
  .\33 xl\:mt-\[-32\%\] {
    @media (width >= 1880px) {
      margin-top: -32%;
    }
  }
  .\33 xl\:w-\[6\.4\%\] {
    @media (width >= 1880px) {
      width: 6.4%;
    }
  }
  .\33 xl\:w-\[19\.45\%\] {
    @media (width >= 1880px) {
      width: 19.45%;
    }
  }
  .\33 xl\:w-\[30\.05\%\] {
    @media (width >= 1880px) {
      width: 30.05%;
    }
  }
  .\33 xl\:w-\[35\.05\%\] {
    @media (width >= 1880px) {
      width: 35.05%;
    }
  }
  .\33 xl\:flex-row {
    @media (width >= 1880px) {
      flex-direction: row;
    }
  }
  .\33 xl\:gap-\[350px\] {
    @media (width >= 1880px) {
      gap: 350px;
    }
  }
  .\33 xl\:pb-\[clamp\(10px\,5vw\,50px\)\] {
    @media (width >= 1880px) {
      padding-bottom: clamp(10px, 5vw, 50px);
    }
  }
  .\33 xl\:pb-\[clamp\(20px\,2vw\,40px\)\] {
    @media (width >= 1880px) {
      padding-bottom: clamp(20px, 2vw, 40px);
    }
  }
  .\[\&\:has\(\.win-name-hover\:hover\)\>div\:nth-child\(-n\+2\)\]\:opacity-100 {
    &:has(.win-name-hover:hover)>div:nth-child(-n+2) {
      opacity: 100%;
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    max-width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
  body {
    max-width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
}
@layer components;
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-100.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url('../font/noto-sans-tc-v39-chinese-traditional_latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 200;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 300;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 500;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 600;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 700;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 800;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 900;
  src: url('../font/noto-serif-tc-v36-chinese-traditional_latin-900.woff2') format('woff2');
}
.site-header {
  position: fixed;
  top: calc(var(--spacing) * 4);
  right: calc(var(--spacing) * 0);
  z-index: 9999;
}
.menu-toggle {
  position: relative;
  display: flex;
  width: 100%;
  max-width: clamp(100px, 10vw, 177px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
}
.menu-toggle__img {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.menu-toggle__img--default {
  &:hover {
    @media (hover: hover) {
      display: none;
    }
  }
}
.menu-toggle__img--hover {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      display: block;
    }
  }
}
.menu-toggle__text {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1vw, 18px);
  --tw-leading: normal;
  line-height: normal;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
}
.wrapper_mobile_navi {
  position: fixed;
  inset-block: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  z-index: 9999;
  display: flex;
  height: 100%;
  min-height: calc(var(--spacing) * 0);
  width: 374px;
  max-width: 100%;
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  flex-direction: column;
  background-color: var(--color-pink);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  will-change: transform;
}
.box_m_navi {
  display: flex;
  height: 100%;
  min-height: calc(var(--spacing) * 0);
  width: 100%;
  flex: 1;
  flex-direction: column;
}
.m-navi__inner {
  display: flex;
  min-height: calc(var(--spacing) * 0);
  width: 100%;
  flex: 1;
  flex-direction: column;
  gap: 46px;
  padding-top: clamp(16px, 2vw, 23px);
  padding-bottom: clamp(16px, 2vw, 23px);
  padding-left: clamp(16px, 2vw, 29px);
}
.m-navi__close-row {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding-right: clamp(16px, 2vw, 32px);
}
.menu-close {
  position: relative;
  display: flex;
  width: 100%;
  max-width: clamp(100px, 10vw, 177px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
}
.menu-close__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.menu-close__text {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1vw, 18px);
  --tw-leading: normal;
  line-height: normal;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-pink);
}
.m-navi__scroll {
  min-height: calc(var(--spacing) * 0);
  flex: 1;
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding-right: clamp(8px, 1vw, 12px);
  padding-bottom: 10%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.m-navi__scroll::-webkit-scrollbar {
  display: none;
}
.m-navi__list {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 3vw, 51px);
  padding-bottom: env(safe-area-inset-bottom);
}
.menu-item {
  width: 100%;
}
.menu-item .menu-link {
  position: relative;
  display: block;
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-black);
  font-family: var(--font-serif);
  font-size: 20px;
  --tw-leading: normal;
  line-height: normal;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.menu-item .menu-link::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: -1px;
  height: 1px;
  width: calc(var(--spacing) * 0);
  background-color: var(--color-white);
  transition-property: width;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.menu-item:hover .menu-link {
  color: var(--color-white);
}
.menu-item:hover .menu-link::after {
  width: 100%;
}
.overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.wrapper_mobile_navi.active {
  --tw-translate-x: 0px !important;
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
}
#magNavi.close .mag-navi__img--default, #magNavi.close .mag-navi__img--hover {
  opacity: 0 !important;
}
#magNavi.close .mag-navi__img--close {
  display: block !important;
}
#magNavi.close #magNaviText {
  color: #d31a79 !important;
}
.editstyle {
  font-size: 1.1rem;
  line-height: 2rem;
}
.editstyle a {
  color: #000;
}
.editstyle img, .editstyle table img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.editstyle iframe {
  max-width: 80vw;
  max-height: 56.25vw;
}
.editstyle2 img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.svgimg img {
  width: 100%;
}
.editstyle {
  color: var(--color-black);
  font-family: var(--font-serif);
}
.editstyle h1, .editstyle h2, .editstyle h3, .editstyle p {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.editstyle table {
  max-width: 100%;
  background-color: #ffffff;
}
.editstyle img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.editstyle ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.editstyle ul a {
  color: #636363;
}
.editstyle ul a:hover {
  color: #cc9d2b;
}
.editstyle ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 20px);
  font-size: 0.9em;
  line-height: 1.8em;
  padding-left: 1.25em;
  padding-top: 10px;
}
.editstyle ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 1.8em;
}
.editstyle ol {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
  counter-reset: editstyle-ol;
}
.editstyle ol a {
  color: #636363;
}
.editstyle ol a:hover {
  color: #cc9d2b;
}
.editstyle ol li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 20px);
  font-size: 0.9em;
  line-height: 1.8em;
  padding-left: 2em;
  padding-top: 10px;
  counter-increment: editstyle-ol;
}
.editstyle ol li::before {
  content: counter(editstyle-ol) ".";
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 1.8em;
  min-width: 1.25em;
  text-align: right;
  padding-right: 0.35em;
  box-sizing: border-box;
}
.editstyle blockquote {
  margin: 20px;
  padding: 0px 20px;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: bold;
  color: #000;
}
.editstyle blockquote:before {
  content: "\201C";
  font-family: Georgia, serif;
  color: #af2c34;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.8;
}
.editstyle blockquote:after {
  content: "\201D";
  font-family: Georgia, serif;
  color: #af2c34;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.6;
  position: absolute;
}
.grecaptcha-badge {
  z-index: 1 !important;
  bottom: -100px !important;
}
.youtu-mainmovie {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtu-mainmovie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.way-nav-swiper .swiper-slide {
  transition-property: transform, background-color;
}
.judge-swiper .swiper-slide {
  height: auto;
}
.judge-swiper {
  overflow: visible;
}
.judge-swiper .swiper-wrapper {
  display: block;
  width: 100%;
  height: auto;
  transform: none;
}
.judge-swiper .swiper-slide {
  width: 100%;
  margin: 0;
  transform: none;
}
.judge-swiper .swiper-slide + .swiper-slide {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
  --tw-border-style: none;
  border-style: none;
}
@media (min-width: 768px) {
  .judge-swiper {
    overflow: hidden;
  }
  .judge-swiper .swiper-wrapper {
    display: flex;
  }
  .judge-slide__inner {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
    --tw-border-style: none;
    border-style: none;
  }
}
.judge-slide {
  overflow: hidden;
  --tw-border-style: none;
  border-style: none;
  background-color: var(--color-green);
  @media (width >= 768px) {
    background-color: transparent;
  }
  @media (width >= 768px) {
    padding-left: calc(var(--spacing) * 0);
  }
  @media (width >= 1024px) {
    padding-right: 5%;
  }
}
.judge-slide__inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(20px, 3vw, 40px);
  padding-bottom: 5%;
  @media (width >= 768px) {
    flex-direction: row;
  }
  @media (width >= 768px) {
    gap: clamp(32px, 5vw, 72px);
  }
  @media (width >= 768px) {
    padding-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 1200px) {
    flex-wrap: nowrap;
  }
  @media (width >= 1200px) {
    row-gap: calc(var(--spacing) * 0);
  }
  @media (width >= 1880px) {
    gap: clamp(80px, 10vw, 120px);
  }
}
.judge-slide__name-wrap {
  order: 2;
  margin-left: -5%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 5%;
  padding-right: 5%;
  @media (width >= 768px) {
    order: -9999;
  }
  @media (width >= 768px) {
    margin-left: calc(var(--spacing) * 0);
  }
  @media (width >= 768px) {
    padding-top: 20px;
  }
  @media (width >= 768px) {
    padding-right: calc(var(--spacing) * 0);
  }
  @media (width >= 768px) {
    padding-bottom: 120px;
  }
  @media (width >= 1200px) {
    padding-bottom: 55px;
  }
  @media (width >= 1880px) {
    padding-left: clamp(60px, 10vw, 93px);
  }
}
.judge-slide__name-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  @media (width >= 768px) {
    writing-mode: vertical-lr;
  }
}
.judge-slide__band {
  z-index: 1;
  margin-top: -70px;
  background-color: var(--color-green);
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 28px);
  --tw-leading: normal;
  line-height: normal;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  @media (width >= 768px) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.judge-slide__person {
  z-index: 1;
  background-color: var(--color-green);
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 34px);
  --tw-leading: normal;
  line-height: normal;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
}
.judge-slide__bg-round {
  position: absolute;
  top: 0%;
  left: calc(1 / 2 * 100%);
  z-index: -1;
  width: 140%;
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  mix-blend-mode: soft-light;
  @media (width >= 768px) {
    display: none;
  }
}
.judge-slide__photo {
  position: relative;
  order: -9999;
  width: 100%;
  @media (width >= 768px) {
    order: 2;
  }
  @media (width >= 768px) {
    max-width: 300px;
  }
  @media (width >= 1536px) {
    max-width: 362px;
  }
}
@media (max-width: 767px) {
  .judge-slide__photo:before {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    display: block;
    height: 50px;
    width: 100px;
    background-color: var(--color-green);
    --tw-content: '';
    content: var(--tw-content);
  }
}
.judge-text {
  order: 3;
  min-width: calc(var(--spacing) * 0);
  flex: 1;
  padding-inline: 5%;
  padding-bottom: 80px;
  @media (width >= 768px) {
    padding-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 768px) {
    padding-left: calc(var(--spacing) * 0);
  }
  @media (width >= 1280px) {
    padding-top: 144px;
  }
}
.judge-text__body {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  --tw-leading: 1.8;
  line-height: 1.8;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
}
.judge-text__list {
  margin-block: 16px;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 16px;
  --tw-leading: 1.6;
  line-height: 1.6;
  & *::marker {
    font-size: 10px;
  }
  &::marker {
    font-size: 10px;
  }
  & *::-webkit-details-marker {
    font-size: 10px;
  }
  &::-webkit-details-marker {
    font-size: 10px;
  }
}
.step {
  width: 100%;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--color-white);
  margin-bottom: 0.7rem;
}
.step li {
  display: flex;
  align-items: center;
  position: relative;
}
.step li i {
  font-style: normal;
  color: #ffffff;
  width: 20px;
  height: 20px;
  padding-left: 10px;
  line-height: 20px;
  background-color: var(--color-pink);
  text-align: center;
}
.step li div {
  margin-left: 0rem;
  margin-right: 0rem;
  padding: 0rem 0.5rem;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: var(--font-serif);
}
.step li.curr div {
  color: var(--color-black);
}
.step li.curr i {
  color: var(--color-black);
}
#act1 {
  display: flex;
  flex-direction: column;
}
#act2, #act3, #act4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .step li div {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 1.5rem;
  }
  .step li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .signdec {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .box-reg__p1 {
    flex: 0 0 25%;
    padding-left: 10%;
  }
  .box-reg__p1 img {
    width: 100%;
  }
  .box-reg__p2 {
    flex: 0 0 0%;
  }
  .box-main__form {
    margin-top: 5rem;
    flex: 0 0 60%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .box-main__form {
    margin-top: 8rem;
    flex: 0 0 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .box-reg__p1 {
    flex: 0 0 25%;
    padding-left: 10%;
  }
  .box-reg__p2 {
    flex: 0 0 25%;
  }
}
.actarea {
  display: flex;
  width: 100%;
  padding-top: 32px;
  gap: 20px;
  justify-content: end;
  @media screen and (min-width: 1280px) {
    justify-content: start;
  }
}
.iconpre {
  color: var(--2026-PINK, #D31A79);
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: clamp(16px,2vw,20px);
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  padding: 12px 16px;
  border: 1px solid var(--color-pink);
  cursor: pointer;
}
.iconpre:hover {
  background: var(--color-pink);
  color: var(--color-white);
  transition: all 0.3s ease;
}
.iconnext {
  color: var(--2026-PINK, #D31A79);
  text-align: justify;
  font-family: "Noto Sans TC";
  font-size: clamp(16px,2vw,20px);
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  padding: 12px 16px;
  border: 1px solid var(--color-pink);
  cursor: pointer;
}
.iconnext:hover {
  background: var(--color-pink);
  color: var(--color-white);
  transition: all 0.3s ease;
}
.iconresult {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(22px,5vw,64px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  transition: color 0.3s ease;
}
.iconresult::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.iconresult:hover::after, .iconresult.active::after {
  transform: scaleX(1);
}
.box-win__name {
  position: relative;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  background-color: var(--color-pink);
  padding-bottom: 20px;
  font-family: var(--font-serif);
  font-size: clamp(16px, 2vw, 36px);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  @media (width >= 1024px) {
    padding-bottom: 201px;
  }
}
@media (width >= 1024px) {
  .section-result .winlist {
    align-items: stretch !important;
  }
}
.section-result .winlist:has(.win-name-hover:hover) .judgeScale:not(:has(.win-name-hover:hover)) .box-win__name {
  background-color: color-mix(in srgb, #D31A79 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-pink) 40%, transparent);
  }
}
.section-result .winlist:has(.win-name-hover:hover) .judgeScale:has(.win-name-hover:hover) .box-win__name {
  background-color: var(--color-pink);
}
.section-result .winlist:not(:has(.win-name-hover:hover)):has(.judgeScale.is-pinned) .judgeScale:not(.is-pinned) .box-win__name {
  background-color: color-mix(in srgb, #D31A79 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-pink) 40%, transparent);
  }
}
.section-result .winlist:not(:has(.win-name-hover:hover)) .judgeScale.is-pinned .box-win__name {
  background-color: var(--color-pink);
}
.section-result .winlist:not(:has(.win-name-hover:hover)) .judgeScale.is-pinned > div:nth-child(-n+2) {
  opacity: 1 !important;
}
.box-win__rank {
  font-size: clamp(10px,1vw,16px);
  background-color: black;
  color: white;
}
.result-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/index/vi-result-bg1.webp);
  background-position: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.box-win__img.indeximg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #051520 0%, rgba(0, 0, 0, 0) 30%);
  z-index: 0;
}
.aside-bands {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(10px, 2vw, 22px);
  @media (width >= 1024px) {
    max-width: 318px;
  }
}
.title-aside {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 36px);
  --tw-leading: normal;
  line-height: normal;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  color: var(--color-white);
}
.asidelist {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(10px, 2vw, 15px);
  @media (width >= 1024px) {
    max-width: 318px;
  }
}
.asidelist__item {
  display: flex;
  width: 100%;
  gap: clamp(10px, 2vw, 15px);
}
.asidelist__link {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  background-color: color-mix(in srgb, #1E1210 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
}
.box-aside__rank-wrap {
  --tw-tracking: 0.2em;
  letter-spacing: 0.2em;
}
.box-aside__rank {
  padding-top: calc(var(--spacing) * 1);
  font-family: var(--font-serif);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  writing-mode: vertical-lr;
}
.box-aside__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.box-aside__t {
  width: 100%;
  max-width: 100px;
  flex-shrink: 0;
  align-self: flex-start;
}
.box-aside__t img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.box-aside__des {
  width: 100%;
  font-size: clamp(18px, 2vw, 20px);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  word-break: break-all;
  color: var(--color-white);
}
.box-aside__des-title {
  font-family: var(--font-serif);
}
.box-aside__des-text {
  font-size: clamp(12px, 2vw, 14px);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  opacity: 80%;
}
.icon-download {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.icon-download div {
  font-size: clamp(12px, 2vw, 14px);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.show-more {
  width: 100%;
  height: 100vh;
  padding: 10px;
  color: #fff;
  display: none;
  position: fixed;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vh, 24px);
  box-sizing: border-box;
}
.show-more.is-visible {
  display: flex;
}
.show-more::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-image: url(../img/all/loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px auto;
}
.show-more span {
  color: #ffffff;
  text-align: center;
}
.notebox {
  font-size: clamp(18px, 2vw, 24px);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (max-width: 639px) {
  .scroll-anim--right {
    transform: translate3d(24px, 0, 0);
  }
}
.scroll-anim, .scroll-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-anim--right {
  transform: translate3d(90px, 0, 0);
}
@media (max-width: 639px) {
  .scroll-anim--right {
    transform: translate3d(24px, 0, 0);
  }
}
.scroll-anim--left {
  transform: translate3d(-60px, 0, 0);
}
.scroll-anim--up {
  transform: translate3d(0, 48px, 0);
}
.scroll-anim--down {
  transform: translate3d(0, -36px, 0);
}
.scroll-anim--pop {
  transform: scale(0.12);
  transform-origin: 50% 55%;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-anim--fade {
  transform: none;
}
.scroll-anim.is-inview, .scroll-fade.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.scroll-anim--delay-1 {
  transition-delay: 0.12s;
}
.scroll-anim--delay-2 {
  transition-delay: 0.28s;
}
.scroll-anim--delay-3 {
  transition-delay: 0.46s;
}
.scroll-anim--delay-4 {
  transition-delay: 0.64s;
}
.scroll-anim--delay-5 {
  transition-delay: 0.82s;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-anim, .scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 1023px) {
  .way-nav-pin-shell {
    display: none;
  }
}
@media (min-width: 1024px) {
  .way-nav-pin-shell {
    display: block;
  }
  .way-nav-swiper {
    overflow: visible;
  }
}
.way-nav-pin-shell.is-pinned .way-nav-inner {
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (prefers-reduced-motion: reduce) {
  .way-nav-pin-shell.is-pinned .way-nav-inner {
    backdrop-filter: none;
  }
}
.way-btn {
  box-sizing: border-box;
  width: auto;
  max-width: 83px;
  flex-shrink: 0;
  cursor: pointer;
  background-color: var(--color-pink);
  padding: 5px;
  text-align: justify;
  font-family: var(--font-serif);
  font-size: clamp(16px, 2vw, 18px);
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  -webkit-user-select: none;
  user-select: none;
  text-align-last: justify;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
}
.way-list {
  position: relative;
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: 8px;
  padding-left: calc(var(--spacing) * 5);
  font-size: clamp(20px, 2vw, 24px);
  color: var(--color-pink);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::before {
    --tw-content: '◆';
    content: var(--tw-content);
  }
}
.way-list__title {
  padding-bottom: clamp(8px, 2vw, 24px);
  padding-left: 19px;
  font-family: var(--font-serif);
  --tw-leading: normal;
  line-height: normal;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.way-list__item {
  margin-left: calc(var(--spacing) * 3);
  font-size: 16px;
  --tw-leading: 1.6;
  line-height: 1.6;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.1em;
  letter-spacing: 0.1em;
  color: var(--color-black);
}
.way-list__sublist {
  display: flex;
  list-style-position: inside;
  list-style-type: disc;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  & *::marker {
    font-size: 14px;
  }
  &::marker {
    font-size: 14px;
  }
  & *::-webkit-details-marker {
    font-size: 14px;
  }
  &::-webkit-details-marker {
    font-size: 14px;
  }
}
.arrow-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-pink);
  padding-block: 2px;
  padding-right: 10px;
  padding-left: 20px;
  @media (width >= 768px) {
    padding-block: 6px;
  }
  @media (width >= 768px) {
    padding-right: 15px;
  }
  @media (width >= 768px) {
    padding-left: 35px;
  }
}
.arrow-btn__round {
  position: relative;
  max-width: 23px;
  flex-shrink: 0;
  @media (width >= 768px) {
    max-width: 46px;
  }
}
.arrow-btn__arrow {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 23px;
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      left: 15px;
    }
  }
  @media (width >= 768px) {
    top: 17.5px;
  }
  @media (width >= 768px) {
    left: 15px;
  }
  @media (width >= 768px) {
    max-width: 46px;
  }
  @media (width >= 768px) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: 30px;
      }
    }
  }
}
.arrow-btn--prev {
  padding-right: 20px;
  padding-left: 10px;
  @media (width >= 768px) {
    padding-right: 35px;
  }
  @media (width >= 768px) {
    padding-left: 15px;
  }
}
.arrow-btn--prev .arrow-btn__arrow {
  left: 15px;
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      left: 10px;
    }
  }
  @media (width >= 768px) {
    left: 30px;
  }
  @media (width >= 768px) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: 15px;
      }
    }
  }
}
.arrow-btn--sm {
  padding-block: 1px;
  padding-right: 7px;
  padding-left: 14px;
  @media (width >= 768px) {
    padding-block: 4px;
  }
  @media (width >= 768px) {
    padding-right: 11px;
  }
  @media (width >= 768px) {
    padding-left: 25px;
  }
}
.arrow-btn--sm .arrow-btn__round {
  max-width: 17px;
  @media (width >= 768px) {
    max-width: 33px;
  }
}
.arrow-btn--sm .arrow-btn__arrow {
  top: 7px;
  left: 7px;
  max-width: 17px;
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      left: 11px;
    }
  }
  @media (width >= 768px) {
    top: 13px;
  }
  @media (width >= 768px) {
    left: 11px;
  }
  @media (width >= 768px) {
    max-width: 33px;
  }
  @media (width >= 768px) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: 22px;
      }
    }
  }
}
.news-pill {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-pill__title {
  position: relative;
  background-color: var(--color-pink);
  padding-left: clamp(20px, 3vw, 55px);
  text-decoration-line: none;
}
.news-pill__action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-end;
}
.unit li {
  font-size: 13px;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.wrapper_mobile_navi.active {
  --tw-translate-x: 0px !important;
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
}
#magNavi.close .mag-navi__img--default, #magNavi.close .mag-navi__img--hover {
  opacity: 0 !important;
}
#magNavi.close .mag-navi__img--close {
  display: block !important;
}
#magNavi.close #magNaviText {
  color: #d31a79 !important;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-ease {
  syntax: "*";
  inherits: false;
}
@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-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-content: "";
    }
  }
}
