/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb>.splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.splide__arrow:disabled {
  opacity: .3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1536px;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --radius-lg: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-def-blue: #005BAC;
    --color-gray-text: #555555;
    --color-def-red: #E60012;
    --color-dark-red: #cc1b1b;
    --color-def-black: #1E2122;
    --color-def-dark: #1A1A1A;
    --color-dark-gray: #2E2E2E;
    --color-light-gray: #9E9FA1;
    --color-def-brown: #E2AC87;
    --color-dark-brown: #D0B787;
    --color-light-brown: #ECE2CF;
    --max-width-wrap: 1400px;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\!visible {
    visibility: visible !important;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-50 {
    z-index: 50;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 640px) {
      max-width: 640px !important;
    }
    @media (width >= 768px) {
      max-width: 768px !important;
    }
    @media (width >= 860px) {
      max-width: 860px !important;
    }
    @media (width >= 900px) {
      max-width: 900px !important;
    }
    @media (width >= 1024px) {
      max-width: 1024px !important;
    }
    @media (width >= 1280px) {
      max-width: 1280px !important;
    }
    @media (width >= 1536px) {
      max-width: 1536px !important;
    }
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 860px) {
      max-width: 860px;
    }
    @media (width >= 900px) {
      max-width: 900px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[319px\] {
    height: 319px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[428px\] {
    height: 428px;
  }
  .h-\[510px\] {
    height: 510px;
  }
  .h-\[569px\] {
    height: 569px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[214px\] {
    max-width: 214px;
  }
  .max-w-\[428px\] {
    max-width: 428px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[569px\] {
    max-width: 569px;
  }
  .max-w-\[646px\] {
    max-width: 646px;
  }
  .max-w-screen-2xl {
    max-width: var(--breakpoint-2xl);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .max-w-wrap {
    max-width: var(--max-width-wrap);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-13 {
    gap: calc(var(--spacing) * 13);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-x-0 {
    -moz-column-gap: calc(var(--spacing) * 0);
         column-gap: calc(var(--spacing) * 0);
  }
  .gap-y-18 {
    row-gap: calc(var(--spacing) * 18);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-def-dark {
    background-color: var(--color-def-dark);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-35 {
    padding-block: calc(var(--spacing) * 35);
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pb-\[75px\] {
    padding-bottom: 75px;
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .leading-\[175\%\] {
    --tw-leading: 175%;
    line-height: 175%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-def-brown {
    color: var(--color-def-brown);
  }
  .text-def-red {
    color: var(--color-def-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, 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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-\[\.fixed\]\:text-dark-gray {
    &:is(:where(.group):is(.fixed) *) {
      color: var(--color-dark-gray);
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .sm\:mx-0 {
    @media (width >= 640px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-\[36px\] {
    @media (width >= 640px) {
      margin-top: 36px;
    }
  }
  .sm\:w-\[360px\] {
    @media (width >= 640px) {
      width: 360px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-5 {
    @media (width >= 640px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:rounded-lg {
    @media (width >= 640px) {
      border-radius: var(--radius-lg);
    }
  }
  .sm\:px-0 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-left {
    @media (width >= 640px) {
      text-align: left;
    }
  }
  .sm\:text-base {
    @media (width >= 640px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:mx-0 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-\[110px\] {
    @media (width >= 768px) {
      height: 110px;
    }
  }
  .md\:h-screen {
    @media (width >= 768px) {
      height: 100vh;
    }
  }
  .md\:min-h-\[1000px\] {
    @media (width >= 768px) {
      min-height: 1000px;
    }
  }
  .md\:min-h-screen {
    @media (width >= 768px) {
      min-height: 100vh;
    }
  }
  .md\:w-\[214px\] {
    @media (width >= 768px) {
      width: 214px;
    }
  }
  .md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md\:max-w-\[620px\] {
    @media (width >= 768px) {
      max-width: 620px;
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:rounded-lg {
    @media (width >= 768px) {
      border-radius: var(--radius-lg);
    }
  }
  .md\:px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:py-0 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[176px\] {
    @media (width >= 768px) {
      padding-bottom: 176px;
    }
  }
  .md\:text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .md\:text-left {
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .\32 md\:mt-8 {
    @media (width >= 860px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .\32 md\:mt-\[112px\] {
    @media (width >= 860px) {
      margin-top: 112px;
    }
  }
  .\32 md\:ml-\[15vw\] {
    @media (width >= 860px) {
      margin-left: 15vw;
    }
  }
  .\32 md\:h-\[176px\] {
    @media (width >= 860px) {
      height: 176px;
    }
  }
  .\32 md\:w-\[60px\] {
    @media (width >= 860px) {
      width: 60px;
    }
  }
  .\32 md\:w-\[400px\] {
    @media (width >= 860px) {
      width: 400px;
    }
  }
  .\32 md\:w-\[760px\] {
    @media (width >= 860px) {
      width: 760px;
    }
  }
  .\32 md\:max-w-\[475px\] {
    @media (width >= 860px) {
      max-width: 475px;
    }
  }
  .\32 md\:max-w-\[747px\] {
    @media (width >= 860px) {
      max-width: 747px;
    }
  }
  .\32 md\:flex-row {
    @media (width >= 860px) {
      flex-direction: row;
    }
  }
  .\32 md\:gap-0 {
    @media (width >= 860px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .\32 md\:gap-6 {
    @media (width >= 860px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:w-\[460px\] {
    @media (width >= 1024px) {
      width: 460px;
    }
  }
  .lg\:max-w-\[488px\] {
    @media (width >= 1024px) {
      max-width: 488px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:gap-5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:my-0 {
    @media (width >= 1280px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-\[76px\] {
    @media (width >= 1280px) {
      margin-top: 76px;
    }
  }
  .xl\:mt-\[calc\(30\%\*-1\)\] {
    @media (width >= 1280px) {
      margin-top: calc(30% * -1);
    }
  }
  .xl\:ml-\[290px\] {
    @media (width >= 1280px) {
      margin-left: 290px;
    }
  }
  .xl\:flex {
    @media (width >= 1280px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .xl\:h-\[410px\] {
    @media (width >= 1280px) {
      height: 410px;
    }
  }
  .xl\:h-\[562px\] {
    @media (width >= 1280px) {
      height: 562px;
    }
  }
  .xl\:h-\[750px\] {
    @media (width >= 1280px) {
      height: 750px;
    }
  }
  .xl\:w-\[530px\] {
    @media (width >= 1280px) {
      width: 530px;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:justify-start {
    @media (width >= 1280px) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-11 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 11);
    }
  }
  .xl\:gap-12 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-20 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:text-\[32px\] {
    @media (width >= 1280px) {
      font-size: 32px;
    }
  }
  .xl\:text-\[48px\] {
    @media (width >= 1280px) {
      font-size: 48px;
    }
  }
  .xl\:text-\[72px\] {
    @media (width >= 1280px) {
      font-size: 72px;
    }
  }
}
@layer theme {
  :root {
    --font-sans: "Noto Sans TC", ui-sans-serif, system-ui, sans-serif;
    --font-serif: "Noto Serif", "Noto Serif TC", ui-serif, Georgia, serif;
    --default-font-family: var(--font-sans);
    --tracking-wide: .02em;
    --tracking-wider: .04em;
    --spacing: 4px;
    --breakpoint-2xl: 1600px;
    --breakpoint-xl: 1200px;
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
  }
}
@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-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-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-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;
    }
  }
}
:root {
  --theme-text: #555555;
  --scroll-width: 11px;
  --side-padding: 20px;
  --wrap-width: 1400px;
}

body {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-size: 16px;
  color: var(--theme-text);
  background-image: var(--base-texture);
  background-repeat: repeat;
}
body.body-init {
  position: relative;
  padding-right: 0;
}
body.in-fixed {
  position: fixed;
  padding-right: var(--scroll-width);
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  scrollbar-width: thin;
  scrollbar-color: #4e4e4e #303030;
  overflow-x: hidden;
}

p {
  line-height: 175%;
  letter-spacing: 0.02em;
  color: var(--color-gray-text);
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a:not(.btn-capsule a) {
  background-color: transparent;
  text-decoration: none;
  color: var(--color-def-brown);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

ul {
  list-style-position: inside;
  list-style: none;
}

::selection {
  color: #efffff;
  background: rgb(0, 140, 214);
}

[data-count="1"] {
  --item-count: 1;
}

[data-count="2"] {
  --item-count: 2;
}

[data-count="3"] {
  --item-count: 3;
}

[data-count="4"] {
  --item-count: 4;
}

[data-count="5"] {
  --item-count: 5;
}

[data-count="6"] {
  --item-count: 6;
}

[data-count="7"] {
  --item-count: 7;
}

[data-count="8"] {
  --item-count: 8;
}

/* ELEMENTS */
.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.bubble-text {
  opacity: 0;
}
.bubble-text.revealed {
  opacity: 1;
}
.bubble-text .char {
  opacity: 0;
}

.btn-capsule.revealed a {
  -webkit-transition: background-color 0.45s ease, transform 0.45s ease;
  transition: background-color 0.45s ease, transform 0.45s ease;
}
.btn-capsule a {
  position: relative;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  display: inline-flex;
  background-color: var(--color-def-red);
  color: var(--color-white);
  padding: 12px 24px 12px 42px;
  border-radius: 60px;
  align-items: center;
  gap: 10px;
}
.btn-capsule a:after, .btn-capsule a:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg width='9' height='12' viewBox='0 0 9 12' xmlns='http://www.w3.org/2000/svg'><path d='M0.957447 12C0.702128 12 0.478723 11.936 0.287234 11.8081C0.0957447 11.6802 0 11.5116 0 11.3023V0.697674C0 0.488372 0.0957447 0.319767 0.287234 0.19186C0.478723 0.0639535 0.702128 0 0.957447 0C1.02128 0 1.24468 0.0697674 1.62766 0.209302L8.56915 5.26744C8.72872 5.38372 8.84043 5.5 8.90426 5.61628C8.96809 5.73256 9 5.86047 9 6C9 6.13953 8.96809 6.26744 8.90426 6.38372C8.84043 6.5 8.72872 6.61628 8.56915 6.73256L1.62766 11.7907C1.53191 11.8605 1.42819 11.9128 1.31649 11.9477C1.20479 11.9826 1.08511 12 0.957447 12Z' fill='%23ffffff'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-transition: left 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: left 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transform-origin: center;
}
.btn-capsule a:after {
  left: -32px;
  transform: translateY(-50%) scale(5);
}
@media (hover: hover) {
  .btn-capsule a:hover {
    background-color: var(--color-dark-red);
    transform: scale(0.97) !important;
  }
  .btn-capsule a:hover:after {
    left: 22px;
    transform: translateY(-50%) scale(1);
  }
  .btn-capsule a:hover:before {
    left: 100%;
    opacity: 0;
    transform: translateY(-50%) scale(5);
  }
}

.not-found-notice {
  text-align: center;
  height: 40vh;
}

.section-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-back.with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.section-back img {
  position: relative;
  z-index: -1;
}

/* HEADER */
body.body-init header {
  opacity: 1;
}
body.body-init.admin-bar header {
  top: 32px;
}
body.body-init footer .side-widget {
  opacity: 1;
}

header {
  --header-background: #A99A7F;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: top 0.6s ease, opacity 0.6s ease;
  transition: top 0.6s ease, opacity 0.6s ease;
}
header:before, header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.45s ease, background-color 0.45s ease;
  transition: opacity 0.45s ease, background-color 0.45s ease;
}
header:before {
  background-color: var(--header-background);
  opacity: 0;
}
header.fixed:before {
  opacity: 1;
}
header.fixed.mobile-menu-in:before {
  opacity: 0;
}
header.fixed .header-inner {
  padding: 2px 0 6px;
}
header.fixed .brand {
  color: #fff;
}
header.fixed .brand img,
header.fixed .brand svg {
  transform: scale(0.8);
}
header .header-inner {
  justify-content: space-between;
  max-width: calc(100% - 24px);
  margin: auto;
  padding: 8px 0 13px;
  -webkit-transition: padding 0.45s ease;
  transition: padding 0.45s ease;
}
header .brand {
  -webkit-transition: opacity 0.6s ease 1.3s, -webkit-filter 0.6s ease 1.6s;
  transition: opacity 0.6s ease 1.3s, filter 0.6s ease 1.6s;
}
header .brand img,
header .brand svg {
  height: 64px;
  transform-origin: center left;
  transition: transform 0.45s ease;
}

body.home.in-fixed header .brand {
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.85));
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.85));
}
body.home.in-fixed #primary-menu > li {
  transform: translateY(-15px);
  opacity: 0;
}

#primary-menu {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}
#primary-menu a {
  color: #fff;
}
#primary-menu > li:nth-child(1) {
  transition-delay: 1.6s;
}
#primary-menu > li:nth-child(2) {
  transition-delay: 1.7s;
}
#primary-menu > li:nth-child(3) {
  transition-delay: 1.8s;
}
#primary-menu > li:nth-child(4) {
  transition-delay: 1.9s;
}
#primary-menu > li:nth-child(5) {
  transition-delay: 2s;
}
#primary-menu > li:nth-child(6) {
  transition-delay: 2.1s;
}
#primary-menu > li:nth-child(7) {
  transition-delay: 2.2s;
}
#primary-menu > li:nth-child(8) {
  transition-delay: 2.3s;
}
#primary-menu > li {
  position: relative;
  display: flex;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
#primary-menu > li a {
  line-height: 1.4;
  padding: 17px 20px 12px;
}
#primary-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
#primary-menu .sub-menu li {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
#primary-menu .sub-menu li.menu-item-has-children {
  position: relative;
}
#primary-menu .sub-menu .sub-menu {
  width: 100%;
  position: absolute;
  left: calc(100% + 5px);
  top: -4px;
  transform: unset;
}
#primary-menu .sub-menu li a {
  padding: 24px 0;
  text-align: center;
  display: block;
  white-space: nowrap;
}
@media (hover: hover) {
  #primary-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 9;
  }
}

.mobile-nav {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mobile-nav:after,
.mobile-nav i:after,
.mobile-nav i:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform-origin: center;
}
.mobile-nav:after {
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-nav i:after, .mobile-nav i:before {
  left: 50%;
  transform: translateX(-50%);
}
.mobile-nav i:after {
  top: 5px;
}
.mobile-nav i:before {
  bottom: 5px;
}
.mobile-nav i:before {
  bottom: 5px;
}
.mobile-nav.active:after {
  opacity: 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.mobile-nav.active i:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.mobile-nav.active i:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

#mobile-menu {
  transform: translateY(-100%);
  height: auto;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 85px;
  padding-bottom: 130px;
  text-align: center;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease 0.2s;
  transition: opacity 0.3s ease, transform 0.3s ease 0.2s;
}
#mobile-menu.show-mobile-menu {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.45s ease 0.2s, transform 0.3s ease;
  transition: opacity 0.45s ease 0.2s, transform 0.3s ease;
}
#mobile-menu #mobile-menu-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#mobile-menu #mobile-menu-nav > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px;
  -webkit-transition: height 0.45s ease, background-color 0.45s ease;
  transition: height 0.45s ease, background-color 0.45s ease;
}
#mobile-menu #mobile-menu-nav > li a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#mobile-menu .menu-item-has-children {
  --sub-menu-height: 130px;
}
#mobile-menu .menu-item-has-children .sub-menu {
  overflow: hidden;
  height: 0;
  width: calc(100% + 48px);
  margin-left: -24px;
  -webkit-transition: height 0.45s ease;
  transition: height 0.45s ease;
}
#mobile-menu .menu-item-has-children .sub-menu li {
  padding: 0 24px;
}
#mobile-menu .menu-item-has-children .sub-menu a {
  color: #fff !important;
}
#mobile-menu .menu-item-has-children .btn-show-sub {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 70px;
  height: 70px;
}
#mobile-menu .menu-item-has-children .btn-show-sub:after {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transform-origin: 8px 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: var(--color-def-blue) transparent transparent;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
#mobile-menu .menu-item-has-children.active-sub {
  background-color: var(--color-def-blue);
}
#mobile-menu .menu-item-has-children.active-sub .btn-show-sub:after {
  border-color: transparent transparent #fff !important;
}
#mobile-menu .menu-item-has-children.active-sub > a {
  color: #fff !important;
}
#mobile-menu .menu-item-has-children.active-sub .btn-show-sub:after {
  top: calc(50% - 8px);
  transform: translate(-50%, -50%) rotate(180deg);
}
#mobile-menu .menu-item-has-children.active-sub .sub-menu {
  height: var(--sub-menu-height);
}

/* FOOTER */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-1px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
footer {
  background-color: var(--color-def-black);
  color: var(--color-light-gray);
}
footer .section-back.with-overlay::after {
  background-color: rgba(0, 0, 0, 0.6);
}
footer p {
  color: var(--color-light-gray);
}
footer .side-widget {
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: opacity 0.45s ease 1.8s;
  transition: opacity 0.45s ease 1.8s;
}
footer .side-widget .icon-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--color-def-red);
  background-color: rgba(255, 255, 255, 0.25);
  --webkit-transition: background-color $tran-m;
  transition: background-color 0.45s ease;
}
@media (hover: hover) {
  footer .side-widget .icon-link a:hover {
    background-color: rgba(255, 255, 255, 0.85);
  }
  footer .side-widget .icon-link a:hover svg {
    animation: float 0.2s ease-in-out;
    animation-iteration-count: 2;
  }
}
footer .copyright {
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0;
}
footer div.wpforms-container.wpforms-container-full {
  width: 100%;
  --wpforms-field-background-color: rgba(0, 0, 0, 0.5);
  --wpforms-field-border-color: var(--color-def-brown);
  --wpforms-button-background-color: var(--color-def-brown);
}
footer div.wpforms-container.wpforms-container-full .wpforms-form label.wpforms-error,
footer div.wpforms-container.wpforms-container-full .wpforms-form em.wpforms-error {
  margin-top: 0;
  position: absolute;
  bottom: -7px;
}
footer div.wpforms-container.wpforms-container-full button {
  --wpforms-button-size-font-size: 16px;
  border-radius: 50px;
  padding-left: 42px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  overflow: hidden;
}
footer div.wpforms-container.wpforms-container-full button:after, footer div.wpforms-container.wpforms-container-full button:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg width='9' height='12' viewBox='0 0 9 12' xmlns='http://www.w3.org/2000/svg'><path d='M0.957447 12C0.702128 12 0.478723 11.936 0.287234 11.8081C0.0957447 11.6802 0 11.5116 0 11.3023V0.697674C0 0.488372 0.0957447 0.319767 0.287234 0.19186C0.478723 0.0639535 0.702128 0 0.957447 0C1.02128 0 1.24468 0.0697674 1.62766 0.209302L8.56915 5.26744C8.72872 5.38372 8.84043 5.5 8.90426 5.61628C8.96809 5.73256 9 5.86047 9 6C9 6.13953 8.96809 6.26744 8.90426 6.38372C8.84043 6.5 8.72872 6.61628 8.56915 6.73256L1.62766 11.7907C1.53191 11.8605 1.42819 11.9128 1.31649 11.9477C1.20479 11.9826 1.08511 12 0.957447 12Z' fill='%23ffffff'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-transition: left 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: left 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transform-origin: center;
}
footer div.wpforms-container.wpforms-container-full button:after {
  left: -32px;
  transform: translateY(-50%) scale(5);
}
footer div.wpforms-container.wpforms-container-full button[type=submit] {
  background: inherit;
  background-color: var(--color-def-red);
  -webkit-transition: background-color 0.45s ease, transform 0.45s ease;
  transition: background-color 0.45s ease, transform 0.45s ease;
}
@media (hover: hover) {
  footer div.wpforms-container.wpforms-container-full button[type=submit]:hover {
    background: inherit;
    background-color: var(--color-dark-red);
    transform: scale(0.98);
  }
  footer div.wpforms-container.wpforms-container-full button[type=submit]:hover:after {
    left: 22px;
    transform: translateY(-50%) scale(1);
  }
  footer div.wpforms-container.wpforms-container-full button[type=submit]:hover:before {
    left: 100%;
    opacity: 0;
    transform: translateY(-50%) scale(5);
  }
}
footer div.wpforms-container.wpforms-container-full button[type=submit]:focus:after {
  display: none;
}
footer div.wpforms-container.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color: var(--color-def-red);
}
footer div.wpforms-container.wpforms-container-full input,
footer div.wpforms-container.wpforms-container-full textarea {
  --wpforms-field-border-size: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--color-def-brown);
  color: #fff !important;
}
footer div.wpforms-container.wpforms-container-full input:focus,
footer div.wpforms-container.wpforms-container-full textarea:focus {
  --wpforms-field-border-size: 1px;
  border-color: var(--color-light-brown);
  box-shadow: none !important;
}
footer div.wpforms-container.wpforms-container-full input::placeholder,
footer div.wpforms-container.wpforms-container-full textarea::placeholder {
  color: #D1D1D1;
}
footer div.wpforms-container.wpforms-container-full .wpforms-submit-container {
  text-align: center;
}

/* SINGLE */
/* HOME */
.home.in-fixed section.kv .logo {
  -webkit-filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.85));
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.85));
}
.home header {
  --header-background: transparent;
}
.home header.fixed {
  --header-background: #A99A7F;
}
.home section {
  position: relative;
  overflow: hidden;
  padding: 0 var(--side-padding);
}
.home section.kv .logo {
  -webkit-transition: filter 0.45s ease 1.1s;
  transition: filter 0.45s ease 1.1s;
}
.home section.kv .kv-nav {
  --delay-step: 0.4s;
  overflow: hidden;
}
.home section.kv .kv-nav [data-index="1"] {
  --n: 1;
}
.home section.kv .kv-nav [data-index="2"] {
  --n: 2;
}
.home section.kv .kv-nav [data-index="3"] {
  --n: 3;
}
.home section.kv .kv-nav [data-index="4"] {
  --n: 4;
}
.home section.kv .kv-nav [data-index="5"] {
  --n: 5;
}
.home section.kv .kv-nav [data-index="6"] {
  --n: 6;
}
.home section.kv .kv-nav [data-index="7"] {
  --n: 7;
}
.home section.kv .kv-nav [data-index="8"] {
  --n: 8;
}
.home section.kv .kv-nav .nav-item {
  cursor: pointer;
  width: calc(100% / var(--item-count));
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transition: transform 0.85s ease, opacity 0.6s ease;
  transition: transform 0.85s ease, opacity 0.6s ease;
  --center: calc((var(--item-count) + 1) / 2);
  --distance-n-minus-center: calc(var(--n) - var(--center));
  --distance-center-minus-n: calc(var(--center) - var(--n));
  --abs-distance: max(var(--distance-n-minus-center), var(--distance-center-minus-n));
  transition-delay: calc(var(--abs-distance) * var(--delay-step) + 2s);
}
.home section.kv .kv-nav .nav-item::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-def-red);
  transform: skewY(-7deg);
  border-top-left-radius: 300%;
  border-top-right-radius: 20%;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.home section.kv .kv-nav .nav-item svg {
  transform: scale(1);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .home section.kv .kv-nav .nav-item:hover::after {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0;
    transform: skewY(0deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .home section.kv .kv-nav .nav-item:hover svg {
    transform: scale(1.1);
    -webkit-transition: transform 0.45s ease;
    transition: transform 0.45s ease;
  }
}
.home section.kv.in-view .kv-nav .nav-item {
  transform: translateY(0);
  opacity: 1;
}
.home section.news .entries .entry {
  overflow: hidden;
  border-radius: 8px;
}
.home section.news .entries .entry .entry-thumb {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px;
}
.home section.news .entries .entry a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.home section.news .entries .entry .entry-content h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 4px;
}
.home section.number-counting {
  padding: 60px var(--side-padding) 143px;
}
.home section.number-counting .number-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25%;
}
.home section.number-counting .number-item .number {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-def-red);
  text-align: right;
}
.home section.number-counting .number-item span:not(.number) {
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.home section.number-counting .number-item.revealed span:not(.number) {
  opacity: 1;
}
.home section.faq {
  padding-bottom: 90px;
}
.home section.faq .faq-list {
  margin-bottom: 54px;
}
.home section.faq .faq-item {
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  letter-spacing: 0.02em;
  border: 1px solid var(--color-dark-brown);
  border-radius: 8px;
  --webkit-transition: background-color $tran-m;
  transition: background-color 0.45s ease;
  cursor: pointer;
}
.home section.faq .faq-item.active .faq-header {
  margin-bottom: 16px;
}
.home section.faq .faq-item.active .faq-header .icon {
  transform: scale(1);
}
.home section.faq .faq-item.active .faq-content p {
  padding-bottom: 24px;
}
.home section.faq .faq-item .faq-content {
  height: 0;
  overflow: hidden;
  padding: 0 36px;
  -webkit-transition: height 0.45s ease, padding 0.45s ease;
  transition: height 0.45s ease, padding 0.45s ease;
}
.home section.faq .faq-item .faq-content p {
  font-weight: 400;
  line-height: 175%;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.45s ease;
  transition: padding-bottom 0.45s ease;
}
@media (hover: hover) {
  .home section.faq .faq-item:hover {
    background-color: var(--color-light-brown);
  }
}
.home section.faq .faq-item .faq-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: transparent;
  line-height: 125%;
  margin-bottom: 0;
  --webkit-transition: margin-bottom $tran-m;
  transition: margin-bottom 0.45s ease;
}
.home section.faq .faq-item .faq-header .number {
  color: var(--color-def-red);
  min-width: 20px;
}
.home section.faq .faq-item .faq-header .title {
  flex: 1;
  font-size: 20px;
  color: var(--color-def-dark);
}
.home section.faq .faq-item .faq-header .icon {
  transform: scale(-1);
  width: 10px;
  height: 7px;
  background-image: url("data:image/svg+xml;utf8,<svg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'><path d='M4.06838 0.349178C4.46748 -0.116434 5.1878 -0.116434 5.58689 0.349178L9.41267 4.81259C9.96868 5.46126 9.50777 6.46338 8.65342 6.46338L1.00186 6.46338C0.147504 6.46338 -0.313405 5.46126 0.242601 4.81259L4.06838 0.349178Z' fill='%23E60012'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.home section.success-stories {
  padding: 140px var(--side-padding);
}
.home section .story-slide {
  max-width: 800px;
  margin: 0 auto;
}
.home section .story-slide .thumbnail-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  --webkit-transition: border-color $tran-m;
  transition: border-color 0.45s ease;
}
.home section .story-slide .thumbnail-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section .story-slide .splide__arrow {
  background-color: #fff;
  opacity: 1;
  width: 44px;
  height: 44px;
  --webkit-transition: opacity $tran-m;
  transition: opacity 0.45s ease;
}
.home section .story-slide .splide__arrow.splide__arrow--prev {
  left: -82px;
}
.home section .story-slide .splide__arrow.splide__arrow--next {
  right: -82px;
}
.home section .story-slide .splide__arrow svg {
  fill: var(--color-def-red);
  height: auto;
  width: 11px;
}
@media (hover: hover) {
  .home section .story-slide .splide__arrow:hover {
    opacity: 0.65;
  }
}
.home section .story-slide .splide__slide {
  border-color: transparent;
}
.home section .story-slide .splide__slide.is-active {
  border-color: transparent;
}
.home section .story-slide .splide__slide.is-active .thumbnail-circle {
  border-color: var(--color-dark-brown);
}
.home section .story-slide #story-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 200px;
  margin: 0 auto;
}
.home section .story-slide #story-content .content-item {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  --webkit-transition: opacity $tran-s, transform $tran-s;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.home section .story-slide #story-content .content-item.active {
  display: block;
  opacity: 1;
  transform: translateX(-50%);
}
.home section .story-slide #story-content .content-item h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 12px;
}
.home section .story-slide #story-content .content-item p {
  color: #fff;
  line-height: 175%;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1280px) {
  .home section.news .entries .entry {
    background-color: var(--color-light-gray);
    border-radius: 8px;
  }
  .home section.news .entries .entry:first-child, .home section.news .entries .entry:nth-child(2) {
    margin-top: calc((50% + 35px) * -1);
  }
  .home section.news .entries .entry::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 0;
    --webkit-transition: opacity $tran-m;
    transition: opacity 0.45s ease;
  }
  .home section.news .entries .entry .entry-thumb {
    height: 100%;
    margin-bottom: 0;
  }
  .home section.news .entries .entry .entry-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 36px;
    z-index: 2;
    opacity: 0;
    --webkit-transition: opacity $tran-s;
    transition: opacity 0.6s ease;
  }
  .home section.news .entries .entry .entry-content > div {
    overflow: hidden;
  }
  .home section.news .entries .entry .entry-content h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    --webkit-transition: transform $tran-m, opacity $tran-m;
    transition: transform 0.45s ease, opacity 0.45s ease;
  }
  .home section.news .entries .entry .entry-content p {
    color: #fff;
    line-height: 175%;
    letter-spacing: 0.02em;
    opacity: 0;
    --webkit-transition: opacity $tran-s 0.2s;
    transition: opacity 0.6s ease 0.2s;
  }
  .home section.news .entries .entry:hover::after {
    opacity: 1;
  }
  .home section.news .entries .entry:hover .entry-content {
    opacity: 1;
  }
  .home section.news .entries .entry:hover .entry-content h5 {
    opacity: 1;
    transform: translateY(0);
  }
  .home section.news .entries .entry:hover .entry-content p {
    opacity: 1;
  }
}
@media screen and (max-width: 1280px) {
  .home section.number-counting .number-item .number {
    font-size: 62px;
    line-height: 140%;
  }
}
@media screen and (max-width: 1024px) {
  .home section .story-slide #story-splide {
    max-width: 470px;
    margin: auto;
  }
}
@media screen and (max-width: 860px) {
  header .head-action .nav-list {
    display: none;
  }
  header .head-action .mobile-nav {
    display: block;
  }
  footer .footer-top {
    padding: 0 var(--side-padding);
  }
  footer .footer-bottom {
    padding: 80px var(--side-padding);
  }
  #mobile-menu {
    position: fixed;
    display: flex;
  }
  .home section.kv .kv-nav .nav-item {
    font-size: 12px;
  }
  .home section.kv .kv-nav .nav-item svg {
    height: auto;
  }
  .home section.number-counting .number-item {
    width: 50%;
  }
}
@media screen and (max-width: 782px) {
  body.body-init.admin-bar header {
    top: 46px;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner {
    height: 56px;
  }
  header .brand img,
  header .brand svg {
    width: 64px;
  }
  footer .footer-top {
    padding: 110px var(--side-padding);
  }
  footer .side-widget .icon-link a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85);
  }
  footer .side-widget .icon-link a svg {
    width: 25px;
  }
  .home section.about {
    padding: 0;
  }
  .home section.number-counting {
    padding: 64px var(--side-padding);
  }
  .home section.number-counting .number-item .number {
    font-size: 40px;
    line-height: 150%;
  }
  .home section.news {
    padding: 0;
  }
  .home section.faq {
    padding-bottom: 80px;
  }
  .home section.faq .faq-list {
    margin-bottom: 54px;
  }
  .home section.faq .faq-item {
    padding: 16px;
  }
  .home section.faq .faq-item .faq-header .title {
    font-size: 16px;
    line-height: 125%;
  }
  .home section.faq .faq-item .faq-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
    overflow: visible !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    margin-top: 0px !important;
  }
  body.body-init.admin-bar header {
    top: 0;
  }
  body {
    font-size: 15px;
  }
  .home section.faq {
    padding-bottom: 40px;
  }
  .home section .story-slide #story-splide {
    max-width: 184px;
    width: 100%;
  }
  .home section .story-slide #story-splide .splide__track {
    overflow: visible;
  }
  .home section .story-slide .splide__slide .thumbnail-circle {
    margin: 24px auto 0 0;
    --webkit-transition: margin $tran-m, width $tran-m, height $tran-m;
    transition: margin 0.45s ease, width 0.45s ease, height 0.45s ease;
  }
  .home section .story-slide .splide__slide.is-prev .thumbnail-circle {
    margin: 24px 0 0 auto;
  }
  .home section .story-slide .splide__slide.is-active .thumbnail-circle {
    margin: 0 auto;
    width: 180px;
    height: 180px;
  }
}
