@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li,
a {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */
}

select::-ms-expand {
  display: none;
  /* for IE11 */
}

textarea {
  -webkit-appearance: none;
}

input,
button {
  border-radius: 0;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: 0;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*
.container {
  @include container;
}

.row {
  @include grid-row;
}

.col-4 {
  @include grid-column(4, 12);
}

.col-6 {
  @include grid-column(6, 12);
}

.col-12 {
  @include grid-column(12, 12);
}
*/
.element {
  width: 5%;
}

.element {
  width: 100px;
  height: 50px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 40px 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
}
@media (max-width: 820px) {
  .header {
    padding: 0;
    top: 0;
  }
}
.header::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.35, 1), visibility 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.35, 1), visibility 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 820px) {
  .header::after {
    display: block;
  }
}
@media (max-width: 820px) {
  .header.is-menu-open::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header.is-menu-open .header__box {
  padding: 12px;
}
.header.is-menu-open .header__menu-toggle {
  border: 1px solid #000000;
}
.header.is-menu-open .header__hamburger-line:after, .header.is-menu-open .header__hamburger-line:before {
  background: #000000;
}
@media (max-width: 820px) {
  .header.is-menu-open .header__nav {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
    border: none;
    -webkit-transition: opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s, -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
    transition: opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s, -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s;
    transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s, -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  }
}
.header.is-menu-open .header__logo {
  opacity: 0;
}
@media (max-width: 820px) {
  .header.is-menu-open .header__nav-item,
  .header.is-menu-open .header__cta {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 820px) {
  .header.is-menu-open .header__nav-link {
    top: 0;
  }
}
.header.is-menu-open .header__hamburger-line {
  background: transparent;
}
.header.is-menu-open .header__hamburger-line::before {
  width: 14px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.is-menu-open .header__hamburger-line::after {
  width: 14px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .header__container {
    padding: 12px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .header__wrapper {
    border: none;
    padding: 0;
  }
}
@media (max-width: 820px) {
  .header__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: transparent;
    border-radius: 16px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: background-color 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    z-index: 2;
  }
}
@media (max-width: 820px) {
  .header.is-scrolled .header__container {
    background: linear-gradient(238deg, rgba(73, 51, 255, 0.35) 4.6%, rgba(73, 51, 255, 0) 40.9%), rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
  }
}
@media (max-width: 820px) {
  .header.is-menu-open .header__container {
    background: transparent;
    backdrop-filter: none;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  position: relative;
  z-index: 2;
}
@media (max-width: 820px) {
  .header__logo {
    height: 36px;
  }
}
.header__logo-img {
  display: block;
  height: 36px;
  width: auto;
}
@media (max-width: 820px) {
  .header__logo-img {
    height: 36px;
  }
}
.header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 6px;
}
.header__nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 820px) {
  .header__nav::before {
    display: none;
  }
}
@media (max-width: 820px) {
  .header__nav {
    position: fixed;
    top: 12px;
    right: 12px;
    left: auto;
    width: calc(100% - 24px);
    border-radius: 32px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s linear 0.8s, -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
    transition: opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s linear 0.8s, -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s linear 0.8s;
    transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0s linear 0.8s, -webkit-transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
    z-index: 1;
    padding: 0;
  }
}
.header__nav-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 100px;
  background: radial-gradient(509.56% 141.42% at 0.44% 0%, #D4FF20 15%, #BAE208 80%);
  pointer-events: none;
  z-index: 0;
  -webkit-transition-property: opacity, width, height, -webkit-transform;
  transition-property: opacity, width, height, -webkit-transform;
  transition-property: opacity, width, height, transform;
  transition-property: opacity, width, height, transform, -webkit-transform;
  -webkit-transition-duration: 450ms, 450ms, 450ms, 450ms;
          transition-duration: 450ms, 450ms, 450ms, 450ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.22, 0.61, 0.35, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.22, 0.61, 0.35, 1);
}
.header__nav-highlight.is-moving {
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.42, 0, 0.58, 1), cubic-bezier(0.42, 0, 0.58, 1), cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1), cubic-bezier(0.42, 0, 0.58, 1), cubic-bezier(0.42, 0, 0.58, 1), cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 820px) {
  .header__nav-highlight {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 820px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    width: 100%;
    padding: 74px 20px 24px;
    border-radius: 0 0 32px 32px;
    height: auto;
  }
}
@media (max-width: 820px) {
  .header__nav-item {
    width: 100%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  }
  .header__nav-item:nth-child(1) {
    -webkit-transition-delay: 0.375s;
            transition-delay: 0.375s;
  }
  .header__nav-item:nth-child(2) {
    -webkit-transition-delay: 0.425s;
            transition-delay: 0.425s;
  }
  .header__nav-item:nth-child(3) {
    -webkit-transition-delay: 0.475s;
            transition-delay: 0.475s;
  }
  .header__nav-item:nth-child(4) {
    -webkit-transition-delay: 0.525s;
            transition-delay: 0.525s;
  }
  .header__nav-item:nth-child(5) {
    -webkit-transition-delay: 0.575s;
            transition-delay: 0.575s;
  }
  .header__nav-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-delay: 0.125s;
            transition-delay: 0.125s;
  }
  .header__nav-item:nth-child(4) {
    padding-bottom: 3px;
  }
}
.header__nav-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  color: #FFFFFF;
  -webkit-transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
}
@media (max-width: 820px) {
  .header__nav-link {
    color: #000000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
    -webkit-transition: top 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: top 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), top 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), top 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    position: relative;
    top: 50px;
  }
  .header__nav-link:nth-child(1) {
    -webkit-transition-delay: 0.375s;
            transition-delay: 0.375s;
  }
  .header__nav-link:nth-child(2) {
    -webkit-transition-delay: 0.425s;
            transition-delay: 0.425s;
  }
  .header__nav-link:nth-child(3) {
    -webkit-transition-delay: 0.475s;
            transition-delay: 0.475s;
  }
  .header__nav-link:nth-child(4) {
    -webkit-transition-delay: 0.525s;
            transition-delay: 0.525s;
  }
  .header__nav-link:nth-child(5) {
    -webkit-transition-delay: 0.575s;
            transition-delay: 0.575s;
  }
}
@media (min-width: 991px) {
  .header__nav-link:hover {
    color: #000000;
  }
}
.header__nav-link.is-disabled {
  color: #E0E0E0;
  pointer-events: none;
  cursor: not-allowed;
}
.header__cta {
  position: relative;
}
.header__cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 16px;
  border-radius: 0 0 16px 16px;
  -webkit-transition: opacity 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: opacity 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
  z-index: -1;
}
@media (max-width: 820px) {
  .header__cta::after {
    bottom: -4px;
    height: 40px;
    border-radius: 0 0 20px 20px;
  }
}
.header__cta-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 28px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.5%, #D4FF20), color-stop(40%, #BAE208), color-stop(50%, #BAE208), color-stop(50%, #eaff94), color-stop(70%, #D4FF20), color-stop(85%, #D4FF20), to(#BAE208));
  background: linear-gradient(90deg, #D4FF20 7.5%, #BAE208 40%, #BAE208 50%, #eaff94 50%, #D4FF20 70%, #D4FF20 85%, #BAE208 100%);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  background-size: 200% 100%;
  background-position: 0% 0%;
  -webkit-transition: background-position 450ms;
  transition: background-position 450ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 80px;
  z-index: 1;
}
@media (max-width: 820px) {
  .header__cta-btn {
    width: 160px;
    max-width: 160px;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 80px;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
.header__cta-btn:hover, .header__cta-btn:active {
  background-position: 100% 180%;
}
.header__menu-toggle {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1001;
  -webkit-transition: background 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: background 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
}
@media (max-width: 820px) {
  .header__menu-toggle {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
  }
}
.header__menu-toggle:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.header__hamburger {
  position: relative;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__hamburger-line {
  position: absolute;
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.header__hamburger-line::before, .header__hamburger-line::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  height: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.header__hamburger-line::before {
  width: 14px;
  top: -5px;
  left: 0;
}
.header__hamburger-line::after {
  width: 14px;
  bottom: -5px;
  left: 0;
}

@media (max-width: 820px) {
  body.menu-open {
    overflow: hidden;
  }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  overflow-x: clip;
  overflow-y: visible;
  font-family: "Manrope", "Noto Sans TC", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

section {
  position: relative;
}

.section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  gap: 12px;
}
@media (max-width: 1279px) {
  .section__item {
    gap: 0.9382329945vw;
  }
}
.section__item::before {
  position: relative;
  top: 11px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #D4FF20;
}
@media (max-width: 1279px) {
  .section__item::before {
    width: 0.4691164973vw;
    height: 0.4691164973vw;
    top: 0.8600469116vw;
  }
}
@media (max-width: 820px) {
  .section__item::before {
    top: 2.3170731707vw;
    width: 0.9756097561vw;
    height: 0.9756097561vw;
    margin-right: 2.9268292683vw;
  }
}

.c-content {
  position: relative;
  width: min(846px, 95%);
  margin: auto;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.c-content.js-content-reveal {
  opacity: 0;
  -webkit-transition: all 450ms;
  transition: all 450ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
}
.c-content.js-content-reveal.is-visible {
  opacity: 1;
}
.c-content {
  background: linear-gradient(238deg, rgba(73, 51, 255, 0.35) 4.6%, rgba(73, 51, 255, 0) 40.9%), rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.c-content::before, .c-content::after {
  top: -2px;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-content::before {
  left: -2px;
  background-image: url(../images/horn_t_l.svg);
}
.c-content::after {
  right: -2px;
  background-image: url(../images/horn_t_r.svg);
}
.c-content .section__box::before, .c-content .section__box::after {
  top: inherit;
  bottom: -2px;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-content .section__box::before {
  left: -2px;
  background-image: url(../images/horn_b_l.svg);
}
.c-content .section__box::after {
  right: -2px;
  background-image: url(../images/horn_b_r.svg);
}

.wrap {
  background: #000000;
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

img {
  width: 100%;
}

.content {
  overflow-x: clip;
  overflow-y: visible;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.desk-use {
  display: block;
}
@media (max-width: 820px) {
  .desk-use {
    display: none;
  }
}

.mobile-use {
  display: none;
}
@media (max-width: 820px) {
  .mobile-use {
    display: block;
  }
}

@-webkit-keyframes float {
  50% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}

@keyframes float {
  50% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@-webkit-keyframes float-b {
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
}
@keyframes float-b {
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
}
@-webkit-keyframes starTwinkle {
  0%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes starTwinkle {
  0%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes titleShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes titleShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
@media (max-width: 820px) {
  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-7px);
              transform: translateY(-7px);
    }
    60% {
      -webkit-transform: translateY(-3.5px);
              transform: translateY(-3.5px);
    }
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-7px);
              transform: translateY(-7px);
    }
    60% {
      -webkit-transform: translateY(-3.5px);
              transform: translateY(-3.5px);
    }
  }
}
.c-icon {
  position: absolute;
}
.c-icon__content {
  position: relative;
}

.icon-start {
  -webkit-animation: starTwinkle 1.5s ease-in-out infinite;
          animation: starTwinkle 1.5s ease-in-out infinite;
}

/* ========================================
 * Lightbox
 * ======================================== */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.lightbox-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

#lightbox {
  position: fixed;
  inset: 0;
  z-index: 9001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.lightbox-dialog {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  width: 90%;
  max-width: 28rem;
  max-height: 80vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.lightbox-dialog.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lightbox-dialog__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9ca3af;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background: none;
  border: none;
  cursor: pointer;
}
.lightbox-dialog__close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.lightbox-dialog__close:hover {
  color: #4b5563;
}
.lightbox-dialog__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #000000;
}
.lightbox-dialog__desc {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.625;
  margin-bottom: 0.75rem;
}
.lightbox-dialog__url {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
  word-break: break-all;
}
.lightbox-dialog__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.lightbox-dialog__confirm, .lightbox-dialog__cancel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.lightbox-dialog__confirm {
  background: #4933FF;
  color: #FFFFFF;
  border: none;
}
.lightbox-dialog__confirm:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.lightbox-dialog__cancel {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #4b5563;
}
.lightbox-dialog__cancel:hover {
  background: #f9fafb;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .section-title {
    margin-bottom: 24px;
  }
}

.c-title-animate {
  display: inline-block;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.88px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1439px) {
  .c-title-animate {
    font-size: 3.3356497568vw;
  }
}
@media (max-width: 820px) {
  .c-title-animate {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}
.c-title-animate.is-visible {
  opacity: 1;
}
.c-title-animate.is-decrypted {
  background: linear-gradient(89deg, rgba(255, 255, 255, 0.8) 38.23%, #fff 42.79%, #fff 56.47%, rgba(255, 255, 255, 0.8) 61.03%);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-animation: titleShine 5.5s linear infinite;
          animation: titleShine 5.5s linear infinite;
}

.subtitle {
  margin-bottom: 16px;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid #4933FF;
  background: rgba(73, 51, 255, 0.1);
  -webkit-box-shadow: 0 0 8px 4px rgba(73, 51, 255, 0.4) inset;
          box-shadow: 0 0 8px 4px rgba(73, 51, 255, 0.4) inset;
}
@media (max-width: 820px) {
  .subtitle {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
  }
}

.c-ctabtn {
  width: 163px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  isolation: isolate;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
  padding: 16px 20px;
  border-radius: 80px;
  cursor: pointer;
}
@media (max-width: 820px) {
  .c-ctabtn {
    width: 130px;
    height: 51px;
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 12px 28px;
  }
}
.c-ctabtn__pulse {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
}
.c-ctabtn__pulse::before, .c-ctabtn__pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #D4FF20;
  -webkit-animation: ctabtnPulse 2.5s linear infinite;
          animation: ctabtnPulse 2.5s linear infinite;
}
.c-ctabtn__pulse::after {
  -webkit-animation-name: ctabtnPulse2;
          animation-name: ctabtnPulse2;
}
.c-ctabtn__face {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.5%, #D4FF20), color-stop(40%, #BAE208), color-stop(50%, #BAE208), color-stop(50%, #eaff94), color-stop(70%, #D4FF20), color-stop(85%, #D4FF20), to(#BAE208));
  background: linear-gradient(90deg, #D4FF20 7.5%, #BAE208 40%, #BAE208 50%, #eaff94 50%, #D4FF20 70%, #D4FF20 85%, #BAE208 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  -webkit-transition: background-position 450ms;
  transition: background-position 450ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
}
.c-ctabtn:hover .c-ctabtn__face {
  background-position: 100% 180%;
}
.c-ctabtn__text {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes ctabtnPulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scaleY(1.8) scaleX(1.4);
            transform: scaleY(1.8) scaleX(1.4);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.8) scaleX(1.4);
            transform: scaleY(1.8) scaleX(1.4);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ctabtnPulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scaleY(1.8) scaleX(1.4);
            transform: scaleY(1.8) scaleX(1.4);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.8) scaleX(1.4);
            transform: scaleY(1.8) scaleX(1.4);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ctabtnPulse2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ctabtnPulse2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-btn__go-top {
  position: fixed;
  right: 69px;
  bottom: 64px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: opacity 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
}
@media (max-width: 1279px) {
  .c-btn__go-top {
    right: 1.8764659891vw;
    bottom: 5.0039093041vw;
  }
}
@media (max-width: 820px) {
  .c-btn__go-top {
    right: 20px;
    bottom: 40px;
  }
}
.c-btn__go-top--active {
  opacity: 1;
  pointer-events: auto;
}
body:not(.is-scrolling) .c-btn__go-top {
  opacity: 0;
  pointer-events: none;
}
.c-btn__go-top--footer-stopped {
  position: absolute;
  bottom: auto;
}
.c-btn__go-top-icons {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.c-btn__go-top-icons img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.c-btn__go-top-icons img:last-child {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.c-btn__go-top-label {
  position: absolute;
  top: calc(50% + 32px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  margin-top: -10px;
  padding: 10px 6px 0;
  color: #FFFFFF;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.28px;
  white-space: nowrap;
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 820px) {
  .c-btn__go-top-label {
    font-size: 12px;
  }
}
.c-btn__go-top:hover .c-btn__go-top-icons img:first-child {
  -webkit-animation: gotop-arrow-out 400ms cubic-bezier(0.22, 0.61, 0.35, 1) forwards;
          animation: gotop-arrow-out 400ms cubic-bezier(0.22, 0.61, 0.35, 1) forwards;
}
.c-btn__go-top:hover .c-btn__go-top-icons img:last-child {
  -webkit-animation: gotop-arrow-in 400ms cubic-bezier(0.22, 0.61, 0.35, 1) forwards;
          animation: gotop-arrow-in 400ms cubic-bezier(0.22, 0.61, 0.35, 1) forwards;
}

@-webkit-keyframes gotop-arrow-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes gotop-arrow-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes gotop-arrow-in {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gotop-arrow-in {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.c-schedule {
  text-align: center;
}
.c-schedule__tabs {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px;
  padding: 6px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  z-index: 1;
}
@media (max-width: 820px) {
  .c-schedule__tabs {
    margin-bottom: 8px;
  }
}
.c-schedule__tabs::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.c-schedule__tabs-highlight {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 100px;
  background: radial-gradient(509.56% 141.42% at 0.44% 0%, #D4FF20 15%, #BAE208 80%);
  pointer-events: none;
  z-index: 0;
  -webkit-transition: width 450ms, height 450ms, -webkit-transform 450ms;
  transition: width 450ms, height 450ms, -webkit-transform 450ms;
  transition: transform 450ms, width 450ms, height 450ms;
  transition: transform 450ms, width 450ms, height 450ms, -webkit-transform 450ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
}
.c-schedule__tab {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  border: none;
  background: transparent;
  border-radius: 100px;
  font-family: "Manrope", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: color 450ms;
  transition: color 450ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
}
@media (max-width: 820px) {
  .c-schedule__tab {
    font-size: 16px;
    padding: 12px 24.1px;
    letter-spacing: 0.32px;
  }
}
.c-schedule__tab.is-active {
  color: #000000;
}
.c-schedule__panel {
  display: none;
  padding: 8px 16px;
}
@media (max-width: 992px) {
  .c-schedule__panel {
    padding: 8px 12px;
  }
}
.c-schedule__panel.is-active {
  display: block;
}
.c-schedule__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 14px;
}
.c-schedule__row:last-child {
  border-bottom: none;
}
.c-schedule__panel[data-day-panel="1"] .c-schedule__row {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.c-schedule__time, .c-schedule__desc {
  padding: 16px 20px;
}
@media (max-width: 992px) {
  .c-schedule__time, .c-schedule__desc {
    padding: 16px 12px;
  }
}
.c-schedule__time {
  font-family: "Manrope";
  line-height: 140%;
}
@media (max-width: 992px) {
  .c-schedule__time {
    font-size: 14px;
    font-weight: 400;
  }
}
.c-schedule__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  .c-schedule__desc {
    line-height: 160%;
    letter-spacing: 0.28px;
  }
}
.c-schedule .section-course__content {
  width: min(846px, 95%);
  margin: auto;
  position: relative;
  text-align: left;
  padding: 12px 28px;
}
@media (max-width: 992px) {
  .c-schedule .section-course__content {
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding: 0;
  }
}

.section-pin-wrap {
  position: relative;
}
.section-pin-wrap .section-hero {
  position: relative;
  z-index: 1;
}

.page-bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  margin-bottom: -100svh;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.page-bg__arc {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 820px) {
  .page-bg__arc {
    min-width: 234.1463414634vw;
  }
}
.page-bg__arc.mobile-page {
  display: none;
}
.page-bg .bg_top__l,
.page-bg .bg_top__r {
  top: 0;
  width: 37.2%;
  max-width: 528px;
}
.page-bg .bg_top__l {
  left: 0;
}
.page-bg .bg_top__r {
  right: 0;
}
.page-bg .page_star_l {
  left: 3%;
  top: 4%;
  max-width: 474px;
  width: 34%;
}
.page-bg .page_star_r {
  right: 2%;
  top: 4%;
  max-width: 364px;
  width: 26%;
}
.page-bg .page_star_m {
  width: 92%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6%;
  z-index: -1;
}

.c-pixel-trail {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  display: block;
  width: 100vw;
  height: 100vh;
}

.section-hero {
  padding-top: 189px;
  padding-bottom: 222px;
}
@media (max-width: 1279px) {
  .section-hero {
    padding-top: 14.7771696638vw;
    padding-bottom: 17.3573103987vw;
  }
}
@media (max-width: 820px) {
  .section-hero {
    padding-top: 24.3902439024vw;
    padding-bottom: 19.8780487805vw;
  }
}
.section-hero__container {
  position: relative;
  max-width: 1290px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
@media (max-width: 1279px) {
  .section-hero__container {
    max-width: 100.8600469116vw;
    padding: 0 1.250977326vw;
  }
}
@media (max-width: 820px) {
  .section-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.243902439vw;
  }
}
.section-hero__content {
  width: 100%;
  max-width: 630px;
}
@media (max-width: 1279px) {
  .section-hero__content {
    max-width: 49.2572322127vw;
  }
}
@media (max-width: 820px) {
  .section-hero__content {
    max-width: 100%;
    margin-bottom: 1.9512195122vw;
  }
}
.section-hero__iconbox {
  position: relative;
  width: 100%;
  max-width: 547px;
}
@media (max-width: 1279px) {
  .section-hero__iconbox {
    max-width: 42.7677873339vw;
  }
}
@media (max-width: 820px) {
  .section-hero__iconbox {
    max-width: 89.2682926829vw;
    margin: 28.0487804878vw 0;
  }
}
.section-hero__slogan {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 100px;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(8px);
  margin-bottom: 20px;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .section-hero__slogan {
    padding: 0.9382329945vw 1.8764659891vw;
    gap: 0.9382329945vw;
    border-radius: 7.8186082877vw;
    margin-bottom: 1.5637216575vw;
    font-size: 1.250977326vw;
  }
}
@media (max-width: 820px) {
  .section-hero__slogan {
    margin-bottom: 2.4390243902vw;
    font-size: 3.4146341463vw;
    padding: 2.6829268293vw;
  }
}
.section-hero__slogan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section-hero__slogan i {
  display: block;
  width: 1px;
  height: 20px;
  background: #FFFFFF;
}
@media (max-width: 820px) {
  .section-hero__slogan i {
    margin: 0 1.8292682927vw;
  }
}
.section-hero__scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  bottom: -122px;
}
@media (max-width: 1279px) {
  .section-hero__scroll {
    font-size: 16px;
    bottom: -9.538702111vw;
  }
}
@media (max-width: 820px) {
  .section-hero__scroll {
    font-size: 3.1707317073vw;
    bottom: -15.6097560976vw;
  }
}
.section-hero__scroll__text {
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .section-hero__scroll__text {
    margin-bottom: 15px;
  }
}
.section-hero__scroll__arrw {
  width: 24px;
  margin: auto;
  display: block;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
@media (max-width: 820px) {
  .section-hero__scroll__arrw {
    width: 2.4390243902vw;
  }
}
.section-hero__title {
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .section-hero__title {
    margin-bottom: 5.3658536585vw;
  }
}
.section-hero__title-main {
  display: block;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.86px;
  text-transform: none;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .section-hero__title-main {
    font-size: 5.0039093041vw;
    letter-spacing: 0.0672400313vw;
  }
}
@media (max-width: 820px) {
  .section-hero__title-main {
    font-size: 11.7073170732vw;
    letter-spacing: 0.1219512195vw;
  }
}
.section-hero__title-sub {
  display: block;
  margin-top: 8px;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .section-hero__title-sub {
    margin-top: 1.4634146341vw;
    font-size: 7.8048780488vw;
  }
}
.section-hero .c-content {
  font-family: "Manrope";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media (max-width: 820px) {
  .section-hero .c-content {
    width: 100%;
  }
}
.section-hero .section__box {
  padding: 24px;
}
@media (max-width: 820px) {
  .section-hero .section__box {
    padding: 4.8780487805vw;
  }
}
.section-hero .section__box .section__item {
  font-size: 18px;
  letter-spacing: 0.36px;
}
@media (max-width: 1279px) {
  .section-hero .section__box .section__item {
    font-size: 1.4073494918vw;
    letter-spacing: 0.0281469898vw;
  }
}
@media (max-width: 820px) {
  .section-hero .section__box .section__item {
    font-size: 3.9024390244vw;
  }
}
.section-hero .section__box .section__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 820px) {
  .section-hero .section__box .section__item:not(:last-child) {
    margin-bottom: 1.9512195122vw;
  }
}
.section-hero .section__box .section__list .section__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.section-hero .section-hero-icon--1 .c-icon__content {
  -webkit-animation: float-b 3s 0s ease-out infinite;
          animation: float-b 3s 0s ease-out infinite;
}
.section-hero .section-hero-icon--1 {
  top: -158px;
  max-width: 150px;
}
@media (max-width: 1279px) {
  .section-hero .section-hero-icon--1 {
    top: -12.3534010946vw;
    max-width: 11.7279124316vw;
  }
}
@media (max-width: 820px) {
  .section-hero .section-hero-icon--1 {
    max-width: 19.756097561vw;
    left: -1.2195121951vw;
    top: 5.6097560976vw;
  }
}
.section-hero .section-hero-icon--1 .icon-start--1 {
  width: 15%;
  max-width: 17px;
  left: 0;
}
.section-hero .section-hero-icon--2 .c-icon__content {
  -webkit-animation: float 3s 0s ease-out infinite;
          animation: float 3s 0s ease-out infinite;
}
.section-hero .section-hero-icon--2 {
  top: -64px;
  max-width: 339px;
  left: 90px;
}
@media (max-width: 1279px) {
  .section-hero .section-hero-icon--2 {
    top: -5.0039093041vw;
    max-width: 26.5050820954vw;
    left: 7.036747459vw;
  }
}
@media (max-width: 820px) {
  .section-hero .section-hero-icon--2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -11.3414634146vw;
    max-width: 41.2195121951vw;
  }
}
.section-hero .section-hero-icon--3 .c-icon__content {
  -webkit-animation: float-b 3s 0.2s ease-out infinite;
          animation: float-b 3s 0.2s ease-out infinite;
}
.section-hero .section-hero-icon--3 {
  top: -251px;
  max-width: 156px;
  left: 197px;
}
@media (max-width: 1279px) {
  .section-hero .section-hero-icon--3 {
    top: -19.6247068022vw;
    max-width: 12.1970289289vw;
    left: 15.4026583268vw;
  }
}
@media (max-width: 820px) {
  .section-hero .section-hero-icon--3 {
    max-width: 19.756097561vw;
    left: 11.7073170732vw;
    top: -24.512195122vw;
  }
}
.section-hero .section-hero-icon--3 .icon-start--1 {
  width: 15%;
  max-width: 17px;
  left: 10%;
}
.section-hero .section-hero-icon--3 .icon-start--2 {
  width: 17%;
  max-width: 20px;
  right: -4%;
  bottom: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.section-hero .section-hero-icon--4 .c-icon__content {
  -webkit-animation: float 3s 0.2s ease-out infinite;
          animation: float 3s 0.2s ease-out infinite;
}
.section-hero .section-hero-icon--4 {
  top: -79px;
  max-width: 157px;
  right: 0;
}
@media (max-width: 1279px) {
  .section-hero .section-hero-icon--4 {
    top: -6.1767005473vw;
    max-width: 12.2752150117vw;
  }
}
@media (max-width: 820px) {
  .section-hero .section-hero-icon--4 {
    max-width: 19.756097561vw;
    top: -20.7317073171vw;
    right: 1.2195121951vw;
  }
}
.section-hero .section-hero-icon--4 .icon-start--1 {
  width: 15%;
  max-width: 17px;
  right: 14%;
  top: -17%;
}
.section-hero .section-hero-icon--5 .c-icon__content {
  -webkit-animation: float-b 3s 0s ease-out infinite;
          animation: float-b 3s 0s ease-out infinite;
}
.section-hero .section-hero-icon--5 {
  bottom: -302px;
  max-width: 174px;
  right: 0;
}
@media (max-width: 1279px) {
  .section-hero .section-hero-icon--5 {
    bottom: -23.6121970289vw;
    max-width: 13.6043784206vw;
  }
}
@media (max-width: 820px) {
  .section-hero .section-hero-icon--5 {
    max-width: 22.1951219512vw;
    bottom: -25.6097560976vw;
    right: -2.6829268293vw;
  }
}
.section-hero .section-hero-icon--5 .icon-start--1 {
  width: 15%;
  max-width: 17px;
  right: 9%;
  top: 12%;
}
@media (max-width: 820px) {
  .section-hero .section-hero-icon--5 .icon-start--1 {
    right: 5%;
    top: 6%;
  }
}

.section-course {
  margin-bottom: 160px;
}
@media (max-width: 820px) {
  .section-course {
    margin-bottom: 140px;
  }
  .section-course .c-content {
    width: 100%;
  }
}
.section-course .c-ctabtn {
  margin-bottom: 90px;
}
@media (max-width: 820px) {
  .section-course .c-ctabtn {
    margin-bottom: 80px;
  }
}
.section-course__light--1 {
  left: 0;
  width: 50%;
  max-width: 500px;
  bottom: -44%;
}
@media (max-width: 820px) {
  .section-course__light--1 {
    bottom: -15%;
  }
}
.section-course__light--2 {
  top: 27%;
}
.section-course .section-course-icon {
  max-width: 200px;
  width: 17%;
  left: -8%;
  top: -35.05%;
  -webkit-animation: float 3s 0s ease-out infinite;
          animation: float 3s 0s ease-out infinite;
}
@media (max-width: 820px) {
  .section-course .section-course-icon {
    max-width: 140px;
    width: 35.9%;
    left: -15.8%;
    top: -23.5%;
  }
}
.section-course .section-course-icon .icon-start--1 {
  max-width: 17px;
  width: 30%;
  top: 34%;
  left: -6%;
}
.section-course .icon-start-1 {
  width: 14%;
  max-width: 199px;
  left: 3%;
  bottom: -6%;
}
@media (max-width: 820px) {
  .section-course .icon-start-1 {
    top: 49%;
    left: 4%;
    bottom: inherit;
    max-width: 73px;
    width: 19%;
  }
}
.section-course .icon-start-2 {
  bottom: -5%;
  max-width: 72px;
  width: 20%;
  left: 32%;
}
.section-course__box-1 {
  width: 22%;
  max-width: 180px;
  right: -9%;
  top: -19%;
}
@media (max-width: 820px) {
  .section-course__box-1 {
    width: 36%;
    max-width: 126px;
    right: -12%;
    top: -14%;
  }
}
.section-course__box-1 .c-icon__content {
  -webkit-animation: float-b 3s 0s ease-out infinite;
          animation: float-b 3s 0s ease-out infinite;
}
.section-course__box-1 .icon-start {
  max-width: 17px;
}
@media (max-width: 820px) {
  .section-course__box-1 .icon-start {
    max-width: 13px;
  }
}
@media (max-width: 820px) {
  .section-course__container {
    padding: 0 20px;
    margin-top: 9.756097561vw;
  }
}
.section-course__box {
  position: relative;
  width: min(846px, 100%);
  margin: auto;
}
@media (max-width: 820px) {
  .section-course__box {
    max-width: 390px;
  }
}
.section-course__content {
  padding: 28px;
  margin-bottom: 48px;
}
@media (max-width: 820px) {
  .section-course__content {
    padding: 16px;
  }
}
.section-course__content .section__item {
  font-size: 18px;
  letter-spacing: 0.36px;
}
@media (max-width: 820px) {
  .section-course__content .section__item {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.section-course__content .section__item:not(:last-child) {
  margin-bottom: 16px;
}
.section-course__content .section__item a {
  color: #C8C2FF;
  text-decoration: underline;
}
.section-course__content .section__list .section__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.section-team {
  margin-bottom: 160px;
}
@media (max-width: 820px) {
  .section-team {
    margin-bottom: 100px;
  }
}
.section-team .section-title {
  margin-bottom: 48px;
}
@media (max-width: 820px) {
  .section-team .section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 820px) {
  .section-team .section__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.28px;
  }
}
.section-team .section__item:not(:last-child) {
  margin-bottom: 12px;
}
.section-team .section__item span b {
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
}
.section-team__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  width: min(846px, 100%);
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 820px) {
  .section-team__container {
    max-width: 390px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.section-team__container .c-content {
  width: 50%;
  max-width: 407px;
  padding: 24px;
  margin: 0;
}
@media (max-width: 820px) {
  .section-team__container .c-content {
    width: 100%;
    padding: 16px;
  }
}
.section-team__container .js-parallax-card__box {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
}
.section-team__container .section-team__img,
.section-team__container .section-team__speaker,
.section-team__container .section__list {
  will-change: transform;
}
.section-team__img {
  width: 50%;
  max-width: 160px;
  margin: 0 auto 12px auto;
}
@media (max-width: 820px) {
  .section-team__img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 8px;
  }
}
.section-team__speaker {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .section-team__speaker {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
  }
}
.section-team__light {
  right: 0;
  width: 50%;
  max-width: 500px;
}
@media (max-width: 820px) {
  .section-team__light {
    bottom: -22%;
  }
}
.section-team__box-1 {
  top: -132px;
  left: -100px;
  max-width: 190px;
  z-index: 0;
}
@media (max-width: 1279px) {
  .section-team__box-1 {
    top: -10.3205629398vw;
    left: -7.8186082877vw;
    max-width: 14.8553557467vw;
  }
}
@media (max-width: 820px) {
  .section-team__box-1 {
    top: -82px;
    left: -60px;
    max-width: 133px;
  }
}
.section-team__box-1 .c-icon__content {
  -webkit-animation: float 3s 0s ease-out infinite;
          animation: float 3s 0s ease-out infinite;
}
.section-team__box-2 {
  right: -26%;
  top: -46.3%;
  width: 23%;
  max-width: 194px;
  z-index: 0;
}
@media (max-width: 1279px) {
  .section-team__box-2 {
    right: 0%;
  }
}
@media (max-width: 820px) {
  .section-team__box-2 {
    top: -24.3%;
    right: inherit;
    left: 0;
    width: 43%;
    max-width: 105px;
  }
}
.section-team__box-2 .c-icon__content {
  -webkit-animation: float-b 3s 0s ease-out infinite;
          animation: float-b 3s 0s ease-out infinite;
}
.section-team__box-3 {
  right: -80px;
  bottom: -87px;
  max-width: 200px;
  z-index: 0;
}
.section-team__box-3 .c-icon__content {
  -webkit-animation: float 3s 0s ease-out infinite;
          animation: float 3s 0s ease-out infinite;
}
@media (max-width: 1279px) {
  .section-team__box-3 {
    right: -6.2548866302vw;
    bottom: -6.8021892103vw;
    max-width: 15.6372165754vw;
  }
}
@media (max-width: 820px) {
  .section-team__box-3 {
    right: -44px;
    bottom: -55px;
    max-width: 126px;
    z-index: 0;
  }
}
.section-team .icon-start {
  width: 16px;
  right: 0;
  top: 11%;
}
.section-team .icon-start-1 {
  right: -31%;
  bottom: 21%;
  max-width: 206px;
  width: 27%;
}
@media (max-width: 820px) {
  .section-team .icon-start-1 {
    right: 33%;
    bottom: -8%;
    max-width: 71px;
    width: 18.5%;
  }
}

.section-process .star_l {
  width: 14%;
  max-width: 187px;
  top: 24%;
  left: 4%;
  z-index: 3;
}
.section-process .star_r {
  width: 14%;
  max-width: 189px;
  top: 34%;
  right: 4%;
  z-index: 3;
}
.section-process__container {
  position: relative;
  margin-bottom: -460px;
  z-index: 2;
}
@media (max-width: 820px) {
  .section-process__container {
    margin-bottom: -480px;
  }
}
.section-process__content {
  width: min(846px, 100%);
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 820px) {
  .section-process__content {
    max-width: 390px;
  }
}
.section-process .c-content {
  width: 100%;
  padding: 16px 24px;
}
@media (max-width: 820px) {
  .section-process .c-content {
    padding: 16px;
  }
}
.section-process__step {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media (max-width: 820px) {
  .section-process__step {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto 40px auto;
  }
}
.section-process__step-arrw {
  width: 16px;
  opacity: 0;
}
@media (max-width: 820px) {
  .section-process__step-arrw {
    width: 6.5px;
    height: 12.124px;
    margin: 16px auto;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.section-process__step-item {
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 33.33333%;
  max-width: 199px;
  opacity: 0;
}
@media (max-width: 820px) {
  .section-process__step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: 100%;
    max-width: none;
    padding-left: 20px;
  }
}
.section-process__step-item .section-process__step-img {
  position: relative;
  width: 132px;
  margin: 0 auto 1px;
  background: url(../images/process/icon_halo.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 820px) {
  .section-process__step-item .section-process__step-img {
    width: 96px;
    margin: 0;
  }
}
.section-process__step-item .section-process__step-img.is-floating {
  -webkit-animation: float 3s 0s ease-out infinite;
          animation: float 3s 0s ease-out infinite;
}
.section-process__step-item .section-process__step-visual {
  display: block;
  width: 132px;
}
@media (max-width: 820px) {
  .section-process__step-item .section-process__step-visual {
    width: 100%;
  }
}
.section-process__step-item .icon-start {
  width: 17px;
}
.section-process__step-item:first-child .section-process__step-img {
  width: 119px;
  margin-bottom: 8px;
}
@media (max-width: 820px) {
  .section-process__step-item:first-child .section-process__step-img {
    width: 96px;
    margin: 0;
  }
}
.section-process__step-item:first-child .section-process__step-img .icon-start {
  right: -10%;
  top: 38%;
}
.section-process__step-item:first-child .section-process__step-visual {
  width: 119px;
}
@media (max-width: 820px) {
  .section-process__step-item:first-child .section-process__step-visual {
    width: 100%;
  }
}
.section-process__step-item:nth-child(3) .icon-start {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.section-process__step-item:nth-child(3) .is-floating {
  -webkit-animation: float-b 3s 0.3s ease-out infinite;
          animation: float-b 3s 0.3s ease-out infinite;
}
.section-process__step-item:nth-child(3) .section-process__step-img .icon-start {
  top: 38%;
  left: -2%;
}
.section-process__step-item:nth-child(5) .section-process__step-img .icon-start {
  right: -3%;
  top: 31%;
}
.section-process__step-num {
  display: inline-block;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.2) inset;
  margin-bottom: 8px;
}
@media (max-width: 820px) {
  .section-process__step-num {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 8px;
  }
}
.section-process__step-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
}
@media (max-width: 820px) {
  .section-process__step-title {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.32px;
  }
}
.section-process__step-box a {
  color: #FFFFFF;
}
@media (max-width: 820px) {
  .section-process__step-box {
    text-align: left;
  }
}
.section-process__title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
@media (max-width: 820px) {
  .section-process__title {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
  }
}
.section-process__list {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  padding-left: 16px;
}
.section-process__item {
  list-style: decimal;
}
.section-process__item:not(:last-child) {
  margin-bottom: 8px;
}
.section-process__list .section-process__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.section-process__glass {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-process__glass::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  background: url(../images/process/bg_glass.svg);
}
@media (max-width: 820px) {
  .section-process__glass::before {
    background: url(../images/process/bg_glass_m.svg);
  }
}
.section-process__glass::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(-40%, transparent), to(#000000));
  background: linear-gradient(to top, transparent 0%, transparent -40%, #000000 100%);
  height: 140%;
}
.section-process__aurora-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  pointer-events: none;
}