@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "fitbutler";
  src: url("../fonts/fitbutler.eot?jrns4s");
  src: url("../fonts/fitbutler.eot?jrns4s#iefix") format("embedded-opentype"), url("../fonts/fitbutler.ttf?jrns4s") format("truetype"), url("../fonts/fitbutler.woff?jrns4s") format("woff"), url("../fonts/fitbutler.svg?jrns4s#fitbutler") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fitbutler";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-chart-bar:before {
  content: ""; }

.icon-chart-square-bar:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-check-circle:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-clipboard-list:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-collection:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-document-duplicate:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-paper-clip:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-tick-circle:before {
  content: ""; }

.icon-wallet:before {
  content: ""; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body {
  font-family: "Roboto", "Noto Sans TC", -apple-system, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100dvh; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

section {
  overflow: hidden; }

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px; }

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  /* iOS 長按選單 */ }

a,
button {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
  -o-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear; }

.btn {
  gap: 0.5rem; }

.btn-sm {
  font-size: 0.875rem;
  line-height: 1.2; }

.btn-lg {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500; }

.btn.btn-rounded {
  border-radius: 3rem; }

.btn-link {
  color: #d7196f; }
  .btn-link.btn-primary {
    color: #d7196f; }
    @media (hover: hover) {
      .btn-link.btn-primary:hover {
        color: #c01663; } }
  .btn-link.btn-white {
    color: #ffffff; }
    @media (hover: hover) {
      .btn-link.btn-white:hover {
        color: #d7196f; } }

.btn-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem; }
  .btn-dropdown::after {
    content: "";
    display: block;
    margin: -0.125rem 0;
    font-size: 1.25rem;
    font-family: "fitbutler";
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .btn-dropdown.btn-white {
    color: #ffffff; }
  .btn-dropdown.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (hover: hover) {
    .btn-dropdown:hover::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }

.btn-filled {
  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: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.5rem; }
  .btn-filled.btn-primary {
    color: #ffffff;
    background-color: #d7196f; }
    @media (hover: hover) {
      .btn-filled.btn-primary:hover {
        color: #ffffff;
        background-color: #a4104d; } }
  .btn-filled.btn-lg {
    padding: 1rem 1.5rem; }
    .btn-filled.btn-lg.btn-wide {
      padding-left: 2.25rem;
      padding-right: 2.25rem; }

.btn-outlined {
  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: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.5rem;
  border: 1px solid; }
  .btn-outlined.btn-gray {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
    .btn-outlined.btn-gray.active {
      color: #ffffff;
      border-color: #ffffff; }
    @media (hover: hover) {
      .btn-outlined.btn-gray:hover {
        color: #ffffff;
        border-color: #ffffff; } }
  .btn-outlined.btn-white {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4); }
    @media (hover: hover) {
      .btn-outlined.btn-white:hover {
        color: #ffffff;
        border-color: #ffffff; } }
    .btn-outlined.btn-white.active {
      color: #ffffff;
      background-color: #d7196f;
      border-color: #d7196f; }
      @media (hover: hover) {
        .btn-outlined.btn-white.active:hover {
          border-color: #a4104d; } }

.anchor {
  position: relative;
  top: -4.25rem; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --gutter-x: 1rem; }

@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    --gutter-x: 2.5rem; } }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--gutter-x, 1.25rem);
  padding-left: var(--gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    --max-width: 540px;
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    --max-width: 720px;
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    --max-width: 960px;
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    --max-width: 1140px;
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --max-width: 1320px;
    max-width: 1320px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 10; }
  @media (max-width: 991.98px) {
    header {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }
  header .container-fluid, header .container-sm, header .container-md, header .container-lg, header .container-xl, header .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem; }
    @media (min-width: 992px) {
      header .container-fluid, header .container-sm, header .container-md, header .container-lg, header .container-xl, header .container-xxl {
        display: grid;
        grid-template-columns: 9.125rem auto 9.125rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  header .logo img {
    width: 7.5rem; }
    @media (min-width: 992px) {
      header .logo img {
        width: 9.125rem; } }
  header .btn-reservation {
    margin-left: auto;
    font-weight: 500; }

.btn-hamburger {
  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;
  width: 1.5rem;
  aspect-ratio: 1/1;
  z-index: 0; }
  @media (min-width: 992px) {
    .btn-hamburger {
      display: none; } }
  .btn-hamburger-checkbox {
    display: none; }
    .btn-hamburger-checkbox + label {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative;
      display: inline-block;
      width: 1.125rem;
      height: 0.875rem;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border: 0 solid transparent;
      z-index: 1050;
      line-height: 0.875rem;
      white-space: nowrap;
      background: transparent;
      border-radius: 0; }
      .btn-hamburger-checkbox + label span {
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-top: 1px;
        -webkit-transition: color 0.25s;
        -o-transition: color 0.25s;
        transition: color 0.25s;
        margin-left: 0; }
        .btn-hamburger-checkbox + label span::before, .btn-hamburger-checkbox + label span::after {
          content: "";
          display: inline-block;
          min-width: 10px;
          width: 0.225rem; }
      .btn-hamburger-checkbox + label i, .btn-hamburger-checkbox + label::before, .btn-hamburger-checkbox + label::after {
        position: absolute;
        left: 0;
        display: block;
        will-change: transform, background-color;
        width: 1.125rem;
        height: 0.125rem;
        border-radius: 0;
        -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
        transition: background-color 0.25s, -webkit-transform 0.25s;
        -o-transition: transform 0.25s, background-color 0.25s;
        transition: transform 0.25s, background-color 0.25s;
        transition: transform 0.25s, background-color 0.25s, -webkit-transform 0.25s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        outline: 1px solid transparent; }
      .btn-hamburger-checkbox + label i {
        top: 0.375rem;
        font-size: 0;
        color: transparent;
        line-height: 0; }
      .btn-hamburger-checkbox + label::before, .btn-hamburger-checkbox + label::after {
        content: ""; }
      .btn-hamburger-checkbox + label::before {
        top: 0; }
      .btn-hamburger-checkbox + label::after {
        bottom: 0; }
      .btn-hamburger-checkbox + label:hover {
        cursor: pointer; }
    .btn-hamburger-checkbox:checked + label i {
      -webkit-transform: scaleX(0.001);
          -ms-transform: scaleX(0.001);
              transform: scaleX(0.001); }
    .btn-hamburger-checkbox:checked + label::before {
      -webkit-transform: translateY(0.375rem) rotate(45deg);
          -ms-transform: translateY(0.375rem) rotate(45deg);
              transform: translateY(0.375rem) rotate(45deg); }
    .btn-hamburger-checkbox:checked + label::after {
      -webkit-transform: translateY(-0.375rem) rotate(-45deg);
          -ms-transform: translateY(-0.375rem) rotate(-45deg);
              transform: translateY(-0.375rem) rotate(-45deg); }
    .btn-hamburger-checkbox + label i, .btn-hamburger-checkbox + label::before, .btn-hamburger-checkbox + label::after {
      background-color: #ffffff; }

@media (min-width: 992px) {
  nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    overflow: initial !important; } }

@media (max-width: 991.98px) {
  nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    overflow: hidden; } }

nav .btn-hamburger {
  margin-left: auto; }

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }
  @media (max-width: 991.98px) {
    .nav-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      padding: 2.25rem; } }
  .nav-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav-wrap a {
    display: block; }
  @media (min-width: 992px) {
    .nav-wrap a,
    .nav-wrap button {
      font-size: 0.875rem; } }
  .nav-wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (min-width: 992px) {
      .nav-wrap > ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 991.98px) {
      .nav-wrap > ul {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        padding-top: 1.125rem;
        overflow-y: auto; } }
    .nav-wrap > ul > li {
      position: relative;
      width: 100%; }
      @media (hover: hover) {
        .nav-wrap > ul > li:hover .btn-dropdown::after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .nav-wrap > ul > li:hover ul {
          opacity: 1;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
          pointer-events: all; } }
      .nav-wrap > ul > li > button:not(.btn-reservation),
      .nav-wrap > ul > li > a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        padding: 1.125rem;
        text-align: center; }
        @media (min-width: 992px) {
          .nav-wrap > ul > li > button:not(.btn-reservation),
          .nav-wrap > ul > li > a {
            padding: 1.5625rem 0.75rem; } }
    .nav-wrap > ul ul {
      display: none;
      position: relative;
      padding-bottom: 0.75rem; }
      @media (min-width: 992px) {
        .nav-wrap > ul ul {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          height: auto !important;
          overflow: initial !important;
          position: absolute;
          top: 100%;
          left: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0.75rem 0;
          background-color: #000000;
          opacity: 0;
          -webkit-transform: translate(0, -1rem);
              -ms-transform: translate(0, -1rem);
                  transform: translate(0, -1rem);
          pointer-events: none;
          -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear !important;
          transition: opacity 0.3s linear, -webkit-transform 0.3s linear !important;
          -o-transition: opacity 0.3s linear, transform 0.3s linear !important;
          transition: opacity 0.3s linear, transform 0.3s linear !important;
          transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear !important; } }
      .nav-wrap > ul ul li + li {
        margin-top: 0.75rem; }
        @media (min-width: 992px) {
          .nav-wrap > ul ul li + li {
            margin-top: 0; } }
      .nav-wrap > ul ul a {
        padding: 0.375rem;
        text-align: center; }
        @media (min-width: 992px) {
          .nav-wrap > ul ul a {
            padding: 0.75rem 1.5rem;
            text-align: left; } }
  .nav-wrap .btn-reservation {
    margin-top: 1.125rem;
    width: 100%; }
    @media (min-width: 992px) {
      .nav-wrap .btn-reservation {
        display: none; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: white;
  background-color: #000000; }
  @media (min-width: 768px) {
    footer {
      gap: 3.75rem;
      padding-top: 5rem; } }
  footer .toast {
    position: fixed;
    bottom: 6.25rem;
    left: 50%;
    margin-top: -1.4375rem;
    margin-left: -4.875rem;
    z-index: 9; }
    @media (min-width: 992px) {
      footer .toast {
        position: absolute;
        top: 0;
        bottom: auto; } }
  footer .container-master {
    position: relative;
    display: grid;
    gap: 1.5rem; }
    @media (min-width: 992px) {
      footer .container-master {
        grid-template-columns: 35fr 40fr;
        gap: 2.5rem; } }
    @media (min-width: 1200px) {
      footer .container-master {
        grid-template-columns: 44fr 35fr;
        gap: 3.75rem; } }
  footer .container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem; }
    @media (min-width: 768px) {
      footer .container-content {
        padding-top: 2.25rem; } }
    @media (min-width: 992px) {
      footer .container-content {
        grid-area: 1 / 1 / 2 / 2; } }
    footer .container-content .title {
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.4; }
      @media (min-width: 992px) {
        footer .container-content .title {
          font-size: 2.5rem; } }
      footer .container-content .title h2,
      footer .container-content .title h3 {
        margin-top: 0;
        margin-bottom: 0;
        display: block;
        font-size: inherit;
        font-weight: inherit; }
      footer .container-content .title em {
        color: #d7196f;
        font-style: normal; }
    footer .container-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .container-content ul.feature-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 0.5rem;
        font-size: 1.125rem;
        line-height: 1.4; }
        footer .container-content ul.feature-list li::before {
          content: "";
          display: block;
          font-size: 1.375rem;
          font-family: "fitbutler";
          line-height: 1;
          opacity: 0.5; }
        footer .container-content ul.feature-list li + li {
          margin-top: 0.75rem; }
      footer .container-content ul.avatar-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        footer .container-content ul.avatar-list li {
          width: 2.875rem;
          aspect-ratio: 1/1;
          border: 1px solid white;
          border-radius: 50%;
          overflow: hidden; }
          footer .container-content ul.avatar-list li + li {
            margin-left: -0.75rem; }
        footer .container-content ul.avatar-list img {
          display: block;
          width: 100%; }
  @media (min-width: 992px) {
    footer .container-form {
      grid-area: 1 / 2 / 3 / 3; } }
  footer .container-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding: 2.25rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #2d2d2d; }
    @media (min-width: 768px) {
      footer .container-form-wrap {
        padding: 2.25rem; } }
  footer .form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    font-size: 500;
    line-height: 1.4;
    text-align: center; }
    footer .form-header .title {
      font-size: 1.5rem;
      font-weight: 500; }
    footer .form-header .description {
      font-size: 1.125rem; }
  footer .form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 0.75rem; }
    footer .form-body .input-cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; }
      @media (max-width: 991.98px) {
        footer .form-body .input-cols {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (min-width: 992px) {
        footer .form-body .input-cols .input-group {
          width: calc((100% - 1rem) / 2); } }
    footer .form-body label {
      display: block;
      padding-left: 1rem;
      margin-bottom: 0.5rem;
      font-size: 0.875rem;
      line-height: 1.2; }
      footer .form-body label em {
        color: #d7196f;
        font-style: normal; }
    footer .form-body input {
      display: block;
      width: 100%;
      padding: 0.75rem 1rem;
      color: white;
      font-size: 1rem;
      line-height: 1.2;
      background-color: #151515;
      border: 1px solid #2d2d2d;
      border-radius: 0.5rem; }
      footer .form-body input.error, footer .form-body input.valid-error {
        border-color: #d7196f; }
      footer .form-body input.valid-error + .error-msg {
        height: auto;
        opacity: 1;
        -webkit-user-select: auto;
           -moz-user-select: auto;
            -ms-user-select: auto;
                user-select: auto;
        pointer-events: all;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
    footer .form-body .error-msg {
      margin-top: 0.25rem;
      height: 0;
      color: #d7196f;
      font-size: 0.875rem;
      line-height: 1.2;
      opacity: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      -webkit-transform: translateY(0.25rem);
          -ms-transform: translateY(0.25rem);
              transform: translateY(0.25rem);
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
    footer .form-body button {
      margin-top: 1.25rem; }
  @media (min-width: 768px) {
    footer .container-company {
      margin-top: auto;
      padding-bottom: 2.25rem; } }
  @media (min-width: 992px) {
    footer .container-company {
      grid-area: 2 / 1 / 3 / 2; } }
  footer .container-company .logo-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem; }
    footer .container-company .logo-group img {
      height: 2.375rem; }
    footer .container-company .logo-group span {
      display: block;
      padding-top: 0.5625rem;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.3; }
  footer .container-company .slogan {
    margin-top: 0.25rem;
    color: #d7196f;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em; }
  footer .container-company ul {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem; }
    footer .container-company ul a {
      display: block;
      font-size: 1.75rem; }
  footer .container-copyright {
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: center;
    opacity: 0.6; }

/* =====================================
    dropdown-group 基本框架
===================================== */
.dropdown-group {
  position: relative;
  width: 100%; }

/* =====================================
    dropdown-selected 未展開時的主框
===================================== */
.dropdown-selected {
  background: #151515;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

/* 展開中（有 .open 時） */
/* 已選取（有值時） */
.dropdown-group.has-value .dropdown-selected {
  color: #ffffff; }

/* 必選但未選取 */
.dropdown-group.required:not(.has-value) .dropdown-selected.error {
  border-color: #d7196f; }

/* 箭頭符號 */
.dropdown-selected::after {
  content: "";
  display: block;
  margin: -0.0625rem 0;
  color: #787878;
  font-size: 1.25rem;
  font-family: "fitbutler";
  line-height: 1;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s, -webkit-transform 0.2s; }

/* 展開時箭頭翻轉 */
/* =====================================
    dropdown-list 下拉清單
===================================== */
.dropdown-list {
  position: absolute;
  left: 0;
  right: 0;
  background: #151515;
  border: 1px solid #2d2d2d;
  border-radius: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  /* 用 opacity 控制顯示 */
  z-index: 20;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  /* 隱藏時不可點擊 */
  -webkit-transform: scaleY(0.8);
      -ms-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease, -webkit-transform 0.25s ease; }

/* 向下展開狀態 */
.dropdown-group.open.direction-down .dropdown-list {
  top: calc(100% + 0.5625rem);
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

/* 向上展開狀態 */
.dropdown-group.open.direction-up .dropdown-list {
  bottom: calc(100% + 0.5625rem);
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

/* =====================================
    dropdown-item 每一項
===================================== */
.dropdown-item {
  padding: 0.75rem 1rem 0.8125rem;
  color: white;
  font-size: 1rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background 0.15s, color 0.15s;
  -o-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s; }
  .dropdown-item + .dropdown-item {
    border-top: 1px solid #2d2d2d; }

/* hover 狀態 */
.dropdown-item:hover,
.dropdown-item.selected {
  background: #2d2d2d;
  color: #ffffff; }

.toast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.5rem;
  color: #000000;
  background-color: var(--bg-color, #ecf7ec);
  border-radius: 0.375rem;
  border: 1px solid var(--border-color, #3bb346);
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
  .toast.toast-success {
    --border-color: #3bb346;
    --bg-color: #ecf7ec;
    --icon-color: #3bb346; }
  .toast.toast-error {
    --border-color: #d7196f;
    --bg-color: #fdf2f7;
    --icon-color: #d7196f; }
  .toast.show-msg {
    opacity: 1;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .toast .prepend-icon {
    display: block;
    color: var(--icon-color, #3bb346);
    font-size: 1.25rem; }
  .toast span.text-box {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286; }
  .toast button {
    padding: 0.125rem 0.25rem;
    border-width: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .toast button .icon {
      display: block;
      font-size: 1rem; }

/* Slider */
.slick-loading .slick-list {
  background: #ffffff url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  margin: 2.5rem 0 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.25rem;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: "slick";
  font-size: 0.375rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000000; }

.icon-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  @media (min-width: 992px) {
    .icon-content-list {
      gap: 2.5rem; } }
  @media (max-width: 991.98px) {
    .icon-content-list {
      margin-left: auto;
      margin-right: auto; } }
  .icon-content-list li,
  .icon-content-list .icon-content-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.5rem 1rem;
    color: #000000;
    line-height: 1.4; }
    .gap-x-0.icon-content-list li, .icon-content-list .icon-content-item {
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; }
    .gap-0.icon-content-list li, .icon-content-list .icon-content-item {
      gap: 0; }
    .icon-content-list li .icon,
    .icon-content-list .icon-content-item .icon {
      grid-area: 1 / 1 / 3 / 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;
      width: 3rem;
      color: #48b4c4;
      font-size: 1.5rem;
      background-color: #daf0f3;
      border-radius: 50%;
      aspect-ratio: 1/1; }
    .icon-content-list li h3,
    .icon-content-list li .item-title,
    .icon-content-list .icon-content-item h3,
    .icon-content-list .icon-content-item .item-title {
      grid-area: 1 / 2 / 2 / 3;
      font-size: 1.5rem;
      font-weight: 500; }
    .icon-content-list li p,
    .icon-content-list li .item-description,
    .icon-content-list .icon-content-item p,
    .icon-content-list .icon-content-item .item-description {
      grid-area: 2 / 2 / 3 / 3;
      color: #787878;
      font-size: 1.125rem;
      font-weight: 400; }
  .icon-content-list a.icon-content-item:hover {
    border-color: rgba(218, 240, 243, 0.5);
    background-color: rgba(218, 240, 243, 0.25); }
  .icon-content-list .brand-list {
    grid-area: 3 / 2 / 4 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.5rem; }
    .icon-content-list .brand-list img {
      display: block;
      height: 2.5rem; }

.section-header {
  margin-bottom: 2.5rem; }
  .section-header h2, .section-header .h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .section-header h2, .section-header .h2 {
        font-size: 2.5rem; } }
    .section-header h2 span, .section-header .h2 span {
      color: #d7196f; }
  .section-header .title-description {
    margin-top: 0.75rem;
    color: #787878;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4; }

.section-svg-background {
  position: relative;
  background-color: #000000; }
  .section-svg-background .svg-background-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 213.9949109415vw;
    aspect-ratio: 841/791;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    overflow: hidden; }
    @media (min-width: 992px) {
      .section-svg-background .svg-background-item {
        width: 52.5625rem; } }
  .section-svg-background svg {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 220vw;
    height: auto;
    -webkit-transform: translate(-17.5%, -60%);
        -ms-transform: translate(-17.5%, -60%);
            transform: translate(-17.5%, -60%); }
    @media (min-width: 768px) {
      .section-svg-background svg {
        width: 100vw;
        -webkit-transform: translate(30%, -62.5%);
            -ms-transform: translate(30%, -62.5%);
                transform: translate(30%, -62.5%); } }
    @media (min-width: 992px) {
      .section-svg-background svg {
        left: auto;
        right: 0;
        width: 52.5625rem; } }

.homepage-hero-banner {
  height: 100dvh;
  background-color: #000000; }
  .homepage-hero-banner .slick-content {
    position: absolute; }
  .homepage-hero-banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-top: 4.125rem;
    color: white;
    font-weight: 500;
    line-height: 1.4;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }

.hero-banner-fade .slick-slide {
  position: relative; }
  .hero-banner-fade .slick-slide::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6; }
  .hero-banner-fade .slick-slide img {
    width: 100vw;
    height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover; }

.hero-banner-content {
  width: 100%; }
  .hero-banner-content .title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 500;
    pointer-events: auto; }
    @media (min-width: 992px) {
      .hero-banner-content .title {
        font-size: 3rem; } }
    @media (max-width: 991.98px) {
      .hero-banner-content .title {
        letter-spacing: -0.01em; } }
  .hero-banner-content .description {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    pointer-events: auto; }
    @media (min-width: 992px) {
      .hero-banner-content .description {
        max-width: 34.375rem; } }
    @media (max-width: 991.98px) {
      .hero-banner-content .description {
        letter-spacing: -0.01em; } }
  .hero-banner-content .btn {
    margin-top: 2.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    pointer-events: auto; }

.hero-banner-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 3.75rem; }
  .hero-banner-controls .btn {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    white-space: nowrap;
    pointer-events: auto; }
    .hero-banner-controls .btn h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: inherit;
      font-weight: 400; }

.marquee-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .marquee-group[data-direction="right"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.marquee-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.marquee-item {
  padding: 0.5rem 1.125rem; }
  .marquee-item img {
    display: block;
    width: auto;
    height: 3.75rem;
    border-width: 0;
    outline: 0; }

.homepage-feature {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .homepage-feature {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .homepage-feature .section-header {
    text-align: center; }
  .homepage-feature .feature-list {
    display: grid;
    gap: 1.5rem;
    margin: 0 0 2.5rem;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .homepage-feature .feature-list {
        grid-template-columns: repeat(3, 1fr); } }
    .homepage-feature .feature-list li {
      text-align: center;
      border: 1px solid #e4e4e4;
      background-color: #f9f9f9;
      border-radius: 1rem; }
    .homepage-feature .feature-list .item-header {
      padding: 2.5rem 2.25rem 0; }
    .homepage-feature .feature-list h3 {
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.4; }
    .homepage-feature .feature-list p {
      color: #787878;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.4; }
    .homepage-feature .feature-list img {
      display: block;
      width: 100%; }

.homepage-advantage {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .homepage-advantage {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .homepage-advantage .container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.25rem; }
    @media (min-width: 992px) {
      .homepage-advantage .container {
        grid-template-columns: 56fr 48fr;
        grid-template-rows: repeat(2, auto); } }
    @media (min-width: 1200px) {
      .homepage-advantage .container {
        grid-template-columns: 71fr 48fr; } }
  @media (min-width: 992px) {
    .homepage-advantage .section-header {
      grid-area: 1 / 2 / 2 / 3; } }
  @media (max-width: 991.98px) {
    .homepage-advantage .section-header {
      text-align: center; } }
  .homepage-advantage .advantage-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .homepage-advantage .advantage-content {
        grid-area: 2 / 2 / 3 / 3; } }
  .homepage-advantage .advantage-image {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .homepage-advantage .advantage-image {
        grid-area: 1 / 1 / 3 / 2;
        margin-bottom: 0; } }
    .homepage-advantage .advantage-image img {
      display: block;
      width: 100%; }
      @media (min-width: 992px) {
        .homepage-advantage .advantage-image img {
          max-width: 38.875rem;
          width: 90%; } }
  @media (max-width: 991.98px) {
    .homepage-advantage .btn-group {
      margin-left: auto;
      margin-right: auto; } }

.homepage-experience {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #f9f9f9; }
  @media (min-width: 992px) {
    .homepage-experience {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  @media (max-width: 991.98px) {
    .homepage-experience .container {
      max-width: none;
      overflow: hidden; } }
  .homepage-experience .section-header {
    text-align: center; }
  .homepage-experience .experience-content {
    position: relative; }
  .homepage-experience .experience-video {
    width: var(--max-width, 100%);
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .homepage-experience .experience-video {
        width: 50%; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .homepage-experience .experience-video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      .homepage-experience .experience-video {
        width: 11.625rem;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      .homepage-experience .experience-video {
        width: 15.625rem; } }
    @media (min-width: 1400px) {
      .homepage-experience .experience-video {
        width: 19.625rem; } }
  .homepage-experience video {
    display: block;
    width: 100%;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    -webkit-mask-image: url("/assets/images/phone-mask.svg");
            mask-image: url("/assets/images/phone-mask.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
    @media (min-width: 992px) {
      .homepage-experience video {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 991.98px) {
    .homepage-experience .slick-experience {
      margin-top: 2.5rem;
      margin-left: -1rem;
      margin-right: -1rem;
      width: calc(100% - 2rem); }
      .homepage-experience .slick-experience .slick-dots {
        padding-left: 3rem; }
      .homepage-experience .slick-experience .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
      .homepage-experience .slick-experience .slick-list {
        overflow: visible; }
      .homepage-experience .slick-experience .slick-slide {
        float: none;
        height: auto;
        padding-right: 0.5rem; }
        .homepage-experience .slick-experience .slick-slide > div {
          height: 100%; } }
  @media (min-width: 992px) {
    .homepage-experience .slick-experience {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1.5rem 16.625rem; } }
  @media (min-width: 1200px) {
    .homepage-experience .slick-experience {
      gap: 1.5rem 20.625rem;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media (min-width: 1400px) {
    .homepage-experience .slick-experience {
      gap: 1.5rem 24.625rem; } }
  .homepage-experience .exp-item {
    display: grid !important;
    grid-template-columns: 2rem auto;
    grid-template-rows: repeat(3, auto);
    gap: 0.5rem;
    padding: 1.25rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05); }
    @media (max-width: 991.98px) {
      .homepage-experience .exp-item {
        height: 100%; } }
    @media (min-width: 992px) {
      .homepage-experience .exp-item {
        width: 16.75rem; } }
    @media (min-width: 1200px) {
      .homepage-experience .exp-item {
        width: 20.75rem; } }
    @media (min-width: 1400px) {
      .homepage-experience .exp-item {
        width: 22.75rem; } }
    @media (min-width: 992px) {
      .homepage-experience .exp-item:nth-child(1) {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .homepage-experience .exp-item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .homepage-experience .exp-item:nth-child(3) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .homepage-experience .exp-item:nth-child(4) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .homepage-experience .exp-item:nth-child(5) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .homepage-experience .exp-item:nth-child(6) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; } }
    @media (min-width: 992px) {
      .homepage-experience .exp-item:nth-child(2), .homepage-experience .exp-item:nth-child(4), .homepage-experience .exp-item:nth-child(6) {
        margin-left: auto; } }
    @media (min-width: 992px) {
      .homepage-experience .exp-item:nth-child(1), .homepage-experience .exp-item:nth-child(3), .homepage-experience .exp-item:nth-child(5) {
        margin-right: auto; } }
    .homepage-experience .exp-item .item-avatar {
      grid-area: 1 / 1 / 2 / 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;
      width: 2rem;
      color: #ffffff;
      background-color: #48b4c4;
      border-radius: 50%;
      aspect-ratio: 1/1; }
    .homepage-experience .exp-item .item-info {
      grid-area: 1 / 2 / 2 / 3; }
      .homepage-experience .exp-item .item-info .info-name {
        font-size: 0.875rem;
        line-height: 1rem; }
      .homepage-experience .exp-item .item-info .info-time {
        margin-top: 0.125rem;
        color: #787878;
        font-size: 0.75rem;
        line-height: 0.875rem; }
    .homepage-experience .exp-item .item-star-list {
      grid-area: 2 / 1 / 3 / 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fd0;
      font-size: 0.75rem; }
    .homepage-experience .exp-item .item-opinion {
      grid-area: 3 / 1 / 4 / 3;
      font-size: 0.875rem;
      line-height: 1.2; }

.homepage-stan {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .homepage-stan {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .homepage-stan .container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.25rem; }
    @media (min-width: 992px) {
      .homepage-stan .container {
        grid-template-columns: 48fr 56fr;
        grid-template-rows: repeat(2, auto); } }
    @media (min-width: 1200px) {
      .homepage-stan .container {
        grid-template-columns: 55fr 79fr; } }
  @media (min-width: 992px) {
    .homepage-stan .section-header {
      grid-area: 1 / 1 / 2 / 2; } }
  @media (max-width: 991.98px) {
    .homepage-stan .section-header {
      text-align: center; } }
  .homepage-stan .stan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .homepage-stan .stan-content {
        grid-area: 2 / 1 / 3 / 2; } }
  .homepage-stan .stan-image {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .homepage-stan .stan-image {
        grid-area: 1 / 2 / 3 / 3;
        margin-bottom: 0; } }
    .homepage-stan .stan-image img {
      display: block;
      width: 100%; }
  @media (max-width: 991.98px) {
    .homepage-stan .btn-filled {
      margin-left: auto;
      margin-right: auto; } }

.homepage-plan {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  color: white; }
  .homepage-plan .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    z-index: 1; }
  .homepage-plan .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4; }
  .homepage-plan .plan-list {
    display: grid;
    gap: 1.5rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .homepage-plan .plan-list {
        grid-template-columns: repeat(3, 1fr); } }
    .homepage-plan .plan-list li {
      padding: 1.5rem;
      background-color: #151515;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 0.5rem; }
    .homepage-plan .plan-list i.icon {
      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;
      width: 3rem;
      font-size: 1.5rem;
      aspect-ratio: 1/1;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 50%; }
    .homepage-plan .plan-list .plan-name {
      margin-top: 0.75rem;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.4; }
    .homepage-plan .plan-list .plan-description {
      margin-top: 0.5rem;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.4; }

.homepage-deposit {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .homepage-deposit {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .homepage-deposit .container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.25rem; }
    @media (min-width: 992px) {
      .homepage-deposit .container {
        grid-template-columns: 56fr 48fr;
        grid-template-rows: repeat(2, auto); } }
    @media (min-width: 1200px) {
      .homepage-deposit .container {
        grid-template-columns: 71fr 48fr; } }
  @media (min-width: 992px) {
    .homepage-deposit .section-header {
      grid-area: 1 / 2 / 2 / 3; } }
  @media (max-width: 991.98px) {
    .homepage-deposit .section-header {
      text-align: center; } }
  .homepage-deposit .deposit-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .homepage-deposit .deposit-content {
        grid-area: 2 / 2 / 3 / 3; } }
  .homepage-deposit .deposit-image {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .homepage-deposit .deposit-image {
        grid-area: 1 / 1 / 3 / 2;
        margin-bottom: 0; } }
    .homepage-deposit .deposit-image img {
      display: block;
      width: 100%; }
  @media (max-width: 991.98px) {
    .homepage-deposit .btn-filled {
      margin-left: auto;
      margin-right: auto; } }

.homepage-automation {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .homepage-automation .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: none;
      padding-left: calc((100% - var(--max-width, 100%)) / 2);
      padding-right: 0; } }
  .homepage-automation .section-header {
    width: 100%; }
    @media (max-width: 991.98px) {
      .homepage-automation .section-header {
        text-align: center; } }
  .homepage-automation .automation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 992px) {
      .homepage-automation .automation-content {
        width: 33.75rem;
        padding-right: 2.5rem; } }
    .homepage-automation .automation-content .btn-filled {
      margin-top: 2.5rem; }
      @media (max-width: 991.98px) {
        .homepage-automation .automation-content .btn-filled {
          margin-left: auto;
          margin-right: auto; } }
  .homepage-automation .automation-marquee {
    position: relative;
    left: 50%;
    width: 100vw;
    margin: 2.5rem 0 0;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 992px) {
      .homepage-automation .automation-marquee {
        position: static;
        left: 0;
        width: calc(100% - 31.25rem);
        margin: 0;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }
  .homepage-automation .marquee-automation-item {
    padding-right: 1rem; }
    .homepage-automation .marquee-automation-item img {
      display: block;
      height: 28.125rem;
      border-radius: 0.5rem; }
      @media (min-width: 992px) {
        .homepage-automation .marquee-automation-item img {
          height: 31.25rem; } }

.homepage-line {
  padding-top: 3.75rem;
  background-color: #f9f9f9; }
  @media (min-width: 992px) {
    .homepage-line {
      padding-top: 7.5rem; } }
  @media (min-width: 992px) {
    .homepage-line .container {
      display: grid;
      grid-template-columns: 7fr 5fr;
      gap: 2.5rem; } }
  @media (max-width: 991.98px) {
    .homepage-line .section-header {
      text-align: center; } }
  .homepage-line img {
    display: block;
    width: 100%; }
  .homepage-line .line-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .homepage-line .line-content {
        padding-top: 3.75rem;
        margin-bottom: 0; } }
  .homepage-line .line-grid {
    display: grid;
    grid-template-columns: 3.25rem auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem 1rem; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .homepage-line .line-grid {
        max-width: 27rem;
        margin-left: auto;
        margin-right: auto; } }
    .homepage-line .line-grid img {
      grid-area: 1 / 1 / 3 / 2; }
    .homepage-line .line-grid .line-title {
      grid-area: 1 / 2 / 2 / 3;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 2.125rem; }
      .homepage-line .line-grid .line-title span {
        color: #06c755; }
    .homepage-line .line-grid .line-description {
      grid-area: 2 / 2 / 3 / 3;
      color: #787878;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5rem; }

.page-product {
  padding-top: 4.125rem; }

.productpage-hero-banner {
  padding-top: 3.25rem;
  padding-bottom: 5.75rem;
  text-align: center;
  overflow: initial; }
  @media (min-width: 992px) {
    .productpage-hero-banner {
      padding-top: 5.75rem;
      padding-bottom: 0; } }
  .productpage-hero-banner .container {
    position: relative;
    z-index: 1; }
  .productpage-hero-banner .product-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none; }
  .productpage-hero-banner .btn-outlined {
    padding: 1rem 1.5rem;
    gap: 0.75rem; }
    .productpage-hero-banner .btn-outlined i.icon {
      font-size: 1.5rem; }
  .productpage-hero-banner h1 {
    margin-top: 3.75rem;
    margin-bottom: 0;
    color: white;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .productpage-hero-banner h1 {
        font-size: 3rem; } }
    .productpage-hero-banner h1 span {
      color: #d7196f; }
  .productpage-hero-banner p {
    margin-top: 0.75rem;
    margin-bottom: 0;
    color: white;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .productpage-hero-banner p {
        font-size: 1.5rem; } }
  .productpage-hero-banner img {
    margin-top: 2.5rem;
    width: 100%; }
    @media (min-width: 992px) {
      .productpage-hero-banner img {
        margin-top: 3.75rem;
        margin-bottom: -5.75rem; } }

.productpage-course {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .productpage-course {
      padding-top: 7.5rem; } }
  .productpage-course .container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .productpage-course .container {
        gap: 0 2.5rem;
        grid-template-columns: 56fr 48fr; } }
    @media (min-width: 1200px) {
      .productpage-course .container {
        gap: 0 5rem;
        grid-template-columns: 70fr 46fr; } }
  @media (min-width: 992px) {
    .productpage-course .section-header {
      grid-area: 1 / 2 / 2 / 3;
      align-self: end; } }
  @media (max-width: 991.98px) {
    .productpage-course .section-header {
      text-align: center; } }
  .productpage-course .course-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-course .course-content {
        grid-area: 2 / 2 / 3 / 3;
        align-self: self-start; } }
  .productpage-course .course-image {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-course .course-image {
        grid-area: 1 / 1 / 3 / 2;
        margin-bottom: 0; } }
    .productpage-course .course-image img {
      display: block;
      width: 100%; }

.productpage-reserve {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #f9f9f9; }
  @media (min-width: 992px) {
    .productpage-reserve {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-reserve .section-header {
    text-align: center; }
  .productpage-reserve .slick-reserve-list {
    line-height: 1.4;
    text-align: center; }
    @media (min-width: 992px) {
      .productpage-reserve .slick-reserve-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem 0; } }
    .productpage-reserve .slick-reserve-list .reserve-item:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    .productpage-reserve .slick-reserve-list .reserve-item:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .productpage-reserve .slick-reserve-list .reserve-item:nth-child(3) {
      grid-area: 1 / 3 / 2 / 4; }
    .productpage-reserve .slick-reserve-list .reserve-item:nth-child(4) {
      grid-area: 2 / 1 / 3 / 2; }
    .productpage-reserve .slick-reserve-list .reserve-item:nth-child(5) {
      grid-area: 2 / 2 / 3 / 3; }
    .productpage-reserve .slick-reserve-list .reserve-item:nth-child(6) {
      grid-area: 2 / 3 / 3 / 4; }
    .productpage-reserve .slick-reserve-list .reserve-item img {
      width: 100%; }
    .productpage-reserve .slick-reserve-list .reserve-item .reserve-title {
      margin-top: 1.5rem;
      font-size: 1.5rem;
      font-weight: 500; }
    .productpage-reserve .slick-reserve-list .reserve-item .reserve-description {
      margin-top: 0.5rem;
      color: #787878;
      font-size: 0.875rem;
      font-weight: 400; }

.productpage-contract {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .productpage-contract {
      padding-top: 7.5rem; } }
  .productpage-contract .container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .productpage-contract .container {
        gap: 0 2.5rem;
        grid-template-columns: 56fr 48fr; } }
    @media (min-width: 1200px) {
      .productpage-contract .container {
        grid-template-columns: 7fr 5fr; } }
  @media (min-width: 992px) {
    .productpage-contract .section-header {
      grid-area: 1 / 2 / 2 / 3;
      align-self: end; } }
  @media (max-width: 991.98px) {
    .productpage-contract .section-header {
      text-align: center; } }
  .productpage-contract .contract-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-contract .contract-content {
        grid-area: 2 / 2 / 3 / 3;
        align-self: self-start; } }
  .productpage-contract .contract-image {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-contract .contract-image {
        grid-area: 1 / 1 / 3 / 2;
        margin-bottom: 0; } }
    .productpage-contract .contract-image img {
      display: block;
      width: 100%; }

.productpage-receipt {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #f9f9f9; }
  @media (min-width: 992px) {
    .productpage-receipt {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-receipt .section-header {
    text-align: center;
    text-wrap: pretty; }
  .productpage-receipt .receipt-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.4;
    text-align: center; }
  .productpage-receipt .receipt-title {
    font-size: 1.5rem;
    font-weight: 500; }
  .productpage-receipt .receipt-description {
    color: #787878;
    font-size: 1.125rem;
    font-weight: 400; }
  .productpage-receipt img {
    width: 100%; }

.productpage-experience {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .productpage-experience {
      padding-top: 7.5rem;
      padding-bottom: 0; } }
  .productpage-experience .container {
    display: grid;
    gap: 0 1.25rem; }
    @media (min-width: 992px) {
      .productpage-experience .container {
        grid-template-columns: 48fr 52fr;
        grid-template-rows: auto 1fr;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end; } }
    @media (min-width: 1200px) {
      .productpage-experience .container {
        grid-template-columns: 55fr 79fr;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
  @media (min-width: 992px) {
    .productpage-experience .section-header {
      grid-area: 1 / 1 / 2 / 2; } }
  @media (min-width: 1200px) {
    .productpage-experience .section-header {
      margin-top: 2.5rem; } }
  @media (max-width: 991.98px) {
    .productpage-experience .section-header {
      text-align: center; } }
  .productpage-experience .experience-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-experience .experience-content {
        grid-area: 2 / 1 / 3 / 2;
        margin-bottom: 2.5rem; } }
    @media (min-width: 1200px) {
      .productpage-experience .experience-content {
        margin-bottom: 0; } }
  .productpage-experience .experience-image {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-experience .experience-image {
        grid-area: 1 / 2 / 3 / 3;
        margin-bottom: 0; } }
    .productpage-experience .experience-image img {
      display: block;
      width: 100%; }
  @media (max-width: 991.98px) {
    .productpage-experience .btn-filled {
      margin-left: auto;
      margin-right: auto; } }

.productpage-continue {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #f9f9f9; }
  @media (min-width: 992px) {
    .productpage-continue {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .productpage-continue .section-header {
    text-align: center; }
  .productpage-continue .continue-list {
    display: grid;
    gap: 1rem; }
    @media (min-width: 992px) {
      .productpage-continue .continue-list {
        grid-template-columns: repeat(3, 1fr); } }
  .productpage-continue .continue-item {
    gap: 0.25rem 1rem;
    padding: 1.5rem;
    background: white;
    border: 1px solid #e4e4e4;
    border-radius: 1rem; }

.productpage-roles {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .productpage-roles {
      padding-top: 12.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-roles .section-header {
    text-align: center; }
  .productpage-roles ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .productpage-roles ul.role-list {
      display: grid;
      gap: 1.5rem;
      text-align: center; }
      @media (min-width: 768px) {
        .productpage-roles ul.role-list {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 992px) {
        .productpage-roles ul.role-list {
          grid-template-columns: repeat(4, 1fr); } }
      .productpage-roles ul.role-list img {
        display: block;
        width: 100%;
        border-radius: 0.75rem; }
      .productpage-roles ul.role-list .item-title {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.4; }
      .productpage-roles ul.role-list .item-available {
        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;
        gap: 0.375rem;
        margin-top: 0.5rem;
        color: #787878;
        font-size: 1rem;
        line-height: 1.2; }
        .productpage-roles ul.role-list .item-available::before {
          content: "";
          font-family: "fitbutler";
          font-size: 1.25rem; }

[class*="productpage-img-"] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    [class*="productpage-img-"] {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  [class*="productpage-img-"].productpage-safety, [class*="productpage-img-"].productpage-course-status {
    background-color: #f9f9f9; }
  [class*="productpage-img-"] .container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      [class*="productpage-img-"] .container-image {
        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;
        aspect-ratio: 7/5; } }
    @media (max-width: 991.98px) {
      [class*="productpage-img-"] .container {
        text-align: center; } }
  [class*="productpage-img-"] img {
    width: 100%; }
  @media (max-width: 991.98px) {
    [class*="productpage-img-"] .icon-content-list li {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 992px) {
  .productpage-img-left .container {
    grid-template-columns: 70fr 50fr; }
    .productpage-img-left .container-image {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .productpage-img-left .container-body {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

@media (min-width: 992px) {
  .productpage-img-right .container {
    grid-template-columns: 50fr 70fr; }
    .productpage-img-right .container-image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .productpage-img-right .container-body {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

.productpage-profile {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  text-align: center; }
  @media (min-width: 992px) {
    .productpage-profile {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-profile .icon-content-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .productpage-profile .profile-gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin: 2.5rem 0 0;
    padding: 0;
    list-style: none; }
    .productpage-profile .profile-gender img {
      display: block;
      max-width: 26.25rem;
      width: 100%;
      -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1); }

.productpage-reconciliation {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  text-align: center; }
  @media (min-width: 992px) {
    .productpage-reconciliation {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-reconciliation .container {
    display: grid;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-reconciliation .container {
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 991.98px) {
    .productpage-reconciliation .section-header {
      margin-bottom: 1.5rem; } }
  .productpage-reconciliation .icon-content-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .productpage-reconciliation img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .productpage-reconciliation img {
        width: auto;
        height: 21.875rem;
        margin-top: 2.5rem; } }

.productpage-admission {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .productpage-admission {
      padding-top: 12.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-admission .section-header {
    text-align: center; }
  .productpage-admission .admission-list {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem 3.75rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .productpage-admission .admission-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .productpage-admission .admission-list {
        grid-template-columns: repeat(2, 21.875rem); } }
  .productpage-admission .admission-item {
    line-height: 1.4;
    text-align: center; }
    .productpage-admission .admission-item img {
      width: 100%; }
    .productpage-admission .admission-item .item-title {
      margin-top: 1rem;
      font-size: 1.5rem;
      font-weight: 500; }
    .productpage-admission .admission-item .item-description {
      margin-top: 0.5rem;
      color: #787878;
      font-size: 1.125rem;
      font-weight: 400; }

.productpage-overview {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #f9f9f9; }
  @media (min-width: 992px) {
    .productpage-overview {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-overview .container {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .productpage-overview .container {
        gap: 0 2.5rem;
        grid-template-columns: 56fr 48fr; } }
    @media (min-width: 1200px) {
      .productpage-overview .container {
        grid-template-columns: 7fr 5fr; } }
  @media (min-width: 992px) {
    .productpage-overview .section-header {
      grid-area: 1 / 2 / 2 / 3;
      align-self: end; } }
  @media (max-width: 991.98px) {
    .productpage-overview .section-header {
      text-align: center; } }
  .productpage-overview .overview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-overview .overview-content {
        grid-area: 2 / 2 / 3 / 3;
        align-self: self-start; } }
  .productpage-overview .overview-image {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .productpage-overview .overview-image {
        grid-area: 1 / 1 / 3 / 2;
        margin-bottom: 0; } }
    .productpage-overview .overview-image img {
      display: block;
      width: 100%; }

.productpage-remote {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  text-align: center; }
  @media (min-width: 992px) {
    .productpage-remote {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .productpage-remote .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .productpage-remote .icon-content-list {
    margin-bottom: 2.5rem; }
    .productpage-remote .icon-content-list li {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .productpage-remote .remote-image img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .productpage-remote .remote-image img {
        width: auto;
        height: 38.125rem; } }
  .productpage-remote .btn-filled {
    margin-top: 2.5rem; }

.page-plan {
  padding-top: 4.25rem;
  background-color: #000000; }
  .page-plan h1 {
    position: absolute;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    overflow: hidden; }

.mega-plan-table {
  position: relative;
  padding-top: 1.5rem;
  color: white;
  overflow: initial;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .mega-plan-table.mega-plan-table-desktop {
      display: none; } }
  @media (min-width: 992px) {
    .mega-plan-table.mega-plan-table-mobile {
      display: none; } }
  .mega-plan-table .master-title {
    margin: 1.25rem 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center; }
    @media (min-width: 992px) {
      .mega-plan-table .master-title {
        margin: 1.5rem 0;
        font-size: 2.5rem;
        text-align: left; } }
  .mega-plan-table .table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mega-plan-table .item-label {
    width: 58%;
    padding-right: 1.25rem; }
    @media (min-width: 576px) {
      .mega-plan-table .item-label {
        width: calc(var(--max-width, 100%) * 58 / 100); } }
    @media (min-width: 992px) {
      .mega-plan-table .item-label {
        background-color: #000000; } }
    @media (min-width: 1200px) {
      .mega-plan-table .item-label {
        width: 23.125rem; } }
    @media (max-width: 1199.98px) {
      .mega-plan-table .item-label br {
        display: none; } }
  .mega-plan-table .item-plan-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 42%; }
    @media (max-width: 991.98px) {
      .mega-plan-table .item-plan-group-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 300%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateX(calc(var(--active-index) * -33.3333%));
            -ms-transform: translateX(calc(var(--active-index) * -33.3333%));
                transform: translateX(calc(var(--active-index) * -33.3333%)); } }
    @media (min-width: 576px) {
      .mega-plan-table .item-plan-group {
        width: calc(var(--max-width, 100%) * 42 / 100); } }
    @media (min-width: 992px) {
      .mega-plan-table .item-plan-group {
        gap: 1rem;
        width: calc(100% - 14rem); } }
    @media (min-width: 1200px) {
      .mega-plan-table .item-plan-group {
        width: calc(100% - 23.125rem); } }

.mega-plan-table-sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 5.375rem;
  left: 0;
  z-index: 1; }
  @media (min-width: 992px) {
    .mega-plan-table-sticky-header {
      top: 4.125rem;
      padding-bottom: 1.875rem;
      border-top: 1.875rem solid transparent;
      -webkit-transition: border-color 0.1s;
      -o-transition: border-color 0.1s;
      transition: border-color 0.1s; }
      .mega-plan-table-sticky-header.scrolling {
        border-color: #000000; } }
  @media (max-width: 991.98px) {
    .mega-plan-table-sticky-header {
      background-color: #151515;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 0.5rem;
      overflow: hidden; }
      .mega-plan-table-sticky-header .item-plan-group {
        width: 100%; } }
  .mega-plan-table-sticky-header .plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    color: white;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .mega-plan-table-sticky-header .plan-item {
        gap: 0.5rem;
        padding: 1.5rem;
        background-color: #151515;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0.5rem; } }
    @media (max-width: 991.98px) {
      .mega-plan-table-sticky-header .plan-item {
        border-bottom: 1px solid transparent; }
        .mega-plan-table-sticky-header .plan-item.active {
          color: #d7196f;
          border-bottom-color: #d7196f; } }
  .mega-plan-table-sticky-header h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4; }
  .mega-plan-table-sticky-header p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2; }
  .mega-plan-table-sticky-header .btn-filled {
    margin-top: 0.5rem; }

.mega-plan-table-content {
  margin-top: 0.625rem; }
  .mega-plan-table-mobile .mega-plan-table-content .item-plan-group {
    display: block;
    overflow: hidden; }
  .mega-plan-table-content .table-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .mega-plan-table-content .table-item:last-child {
      border-bottom-width: 0; }
  .mega-plan-table-content .label-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4; }
  .mega-plan-table-content .label-description {
    margin-top: 0.5rem;
    color: #787878;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2; }
  .mega-plan-table-content .plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center; }
    .mega-plan-table-content .plan-item i.icon {
      font-size: 1.25rem; }
      .mega-plan-table-content .plan-item i.icon.icon-minus {
        opacity: 0.4; }

/*# sourceMappingURL=index.css.map */
