:root {
  --highlight-yellow: #fff25e;
  --white-smoke: whitesmoke;
  --white: white;
  --light-grey: #ccc;
  --white-2: black;
  --grey: #878787;
  --firebrick: #c9002b;
  --bg-edm-blue-dark: #1d1b38;
  --bg-edm-primary-blue: #024d97;
  --hero-bg-desktop: #1b2448;
  --body-bg-1: #1b2448;
  --contact-form-bg: #063f6d;
  --bg-full: #082f4e;
  --hero-bg-top-white: #fbfdff;
  --hsinyeh-logo-color: #272262;
  --edm-eb-hero-text-1: #004c93;
  --slider-desc-box: #9eb3be;
  --p2-body-bg: #0c1f43;
  --sec-1-slider-mask: #9fb3be;
  --message-box-border: #d2b980;
  --bg-edm-blue: #2b294e;
  --border-color-phase-1: #ffffff8a;
  --v2-sec-border: #cd8951;
  --body-bg-midnight-blue: #0c1f43e6;
  --slider-navi: #0c1f4399;
  --slider-navi-2: #bd9159;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: var(--highlight-yellow);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 40px;
  font-family: Noto Sans TC, sans-serif;
}

.section-style-guide {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  box-shadow: 1px 1px 3px #000;
}

.section-style-guide-heading-wrapper {
  align-self: stretch;
  width: 20%;
  height: 100%;
}

.section-style-guide-content-wrapper {
  background-color: var(--white);
  box-shadow: 1px 1px 12px 0 var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 1300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 38px;
  transition: background-color .4s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.section-style-guide-heading {
  margin-top: 61px;
}

.default-rich-text-block h2 {
  font-family: Noto Sans TC, sans-serif;
}

.heading {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 700;
  position: static;
}

.colors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.style-guide-color-item {
  color: var(--white);
}

.color-item-primary-bg {
  background-color: var(--white-smoke);
  width: 150px;
  height: 150px;
}

.color-item-text {
  color: var(--white-2);
}

.color-item-primary-bg-white {
  width: 150px;
  height: 150px;
}

.color-item-primary-bg-light-grey {
  background-color: var(--light-grey);
  width: 150px;
  height: 150px;
}

.color-item-primary-bg-black {
  background-color: var(--white-2);
  width: 150px;
  height: 150px;
}

.color-item-primary-drak-grey {
  background-color: var(--grey);
  width: 150px;
  height: 150px;
}

.color-item-primary-bg-firebrick {
  background-color: var(--firebrick);
  width: 150px;
  height: 150px;
}

.button-primary {
  border: 1px solid var(--light-grey);
  color: var(--white-2);
  background-color: #0000;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans TC, sans-serif;
}

.button-primary-bold {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans TC, sans-serif;
  transition: all .475s cubic-bezier(.68, -.55, .265, 1.55);
}

.button-primary-bold:hover {
  background-color: var(--white-2);
  transform: none;
}

.slide_link {
  color: var(--white);
  align-items: center;
  margin: 10px;
  font-family: Noto Sans TC, sans-serif;
  display: flex;
}

.card-button {
  border: 1px solid var(--grey);
  color: var(--grey);
  background-color: #fff9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_link_image {
  max-width: 30%;
  display: block;
}

.link_text {
  color: var(--firebrick);
  letter-spacing: 1px;
  margin: 5px;
  text-decoration: none;
}

.slide_link_v2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 10px;
  display: flex;
}

.slide_link_decorated_line {
  background-color: var(--white-2);
  width: 30px;
  height: 2px;
}

.slide_link_v2_text {
  color: var(--white-2);
  font-family: Noto Sans TC, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  text-decoration: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.section.section-privacy {
  width: 100%;
  padding: 0;
  display: block;
}

.contact-form-block {
  margin-left: 10%;
  margin-right: 10%;
}

.div-contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-bottom: 65px;
  padding: 2% 5% 5%;
  position: relative;
}

.div-contact-form-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -18%;
  margin-left: -27%;
}

.contact-form-lable {
  color: var(--white-smoke);
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-form-text-field {
  background-color: var(--white);
  color: #0a2617;
  letter-spacing: 1px;
  border-radius: 5px;
  height: 60px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-from-submit-button {
  color: var(--bg-edm-blue-dark);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  background-image: url('../images/submit-btn-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  transition: all .3s;
  display: inline-block;
}

.contact-from-submit-button:hover {
  filter: drop-shadow(0 2px 20px #946c43);
}

.contact-form-checkbox {
  border: 0 #000;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
  display: flex;
}

.contact-form-checkbox-item {
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.contact-form-checkbox-item:active, .contact-form-checkbox-item:focus-visible, .contact-form-checkbox-item[data-wf-focus-visible], .contact-form-checkbox-item.w--redirected-checked {
  background-color: #3898ec;
}

.contact-form-checkbox-item-label {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
}

.contact-form-privacy-rich-text-block {
  color: var(--white-smoke);
  font-family: Noto Sans TC, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.contact-form-privacy-rich-text-block h6 {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.contact-form-privacy-rich-text-block a {
  color: #e4be9d;
  text-decoration: underline;
}

.privacy-subtitle, .privacy-title {
  color: var(--white-2);
}

.div-block {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-weight: 700;
}

.link-block {
  text-align: center;
  text-decoration: none;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  line-height: 22px;
}

.div-success-message {
  color: var(--bg-edm-primary-blue);
}

.div-success-message.contact_from_submit_success {
  background-color: #d2b98054;
  padding: 0;
}

.div-error-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 0;
  font-family: Noto Sans TC, sans-serif;
}

.section-edm {
  background-color: var(--hero-bg-desktop);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-edm.sec-2 {
  max-width: 100%;
  margin-top: 10px;
  display: none;
}

.section-edm.footer {
  background-color: var(--contact-form-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 11%;
  margin-bottom: 0;
  display: none;
}

.body-edm {
  background-color: var(--contact-form-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-edm-eb-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-edm-eb-slide.sec-2 {
  z-index: 2;
  position: relative;
}

.slider {
  width: 100%;
  height: 100%;
  max-height: 100vw;
}

.div-chaper-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}

.div-edm-eb-sec-2-title {
  width: 100%;
  position: absolute;
  top: 14%;
}

.image-mw100 {
  width: 100%;
  display: block;
  position: relative;
}

.image-bg.sec-2 {
  width: 100%;
}

.section-full-width-absolute {
  background-color: var(--contact-form-bg);
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-full-width {
  background-color: var(--bg-full);
  border-bottom: 1px solid #0000008a;
  border-left: 1px solid #0000008a;
  border-right: 1px solid #0000008a;
  width: 100%;
  min-height: 100vh;
  position: static;
}

.div-edm-eb-sec-2-subtitle {
  width: 100%;
  display: flex;
  position: absolute;
  top: 32%;
  right: auto;
}

.div-w34--mw34 {
  background-color: #fff25e73;
  width: 34%;
  max-width: 34%;
  height: 100%;
  position: relative;
}

.div-mw66 {
  max-width: 66%;
  position: relative;
}

.image-w50--mw50 {
  width: 60%;
  max-width: 60%;
  position: relative;
  top: -17%;
  right: -3%;
}

.div-edm-eb-sec-2-description {
  width: 100%;
  display: flex;
  position: absolute;
  top: 55%;
}

.div-block-27 {
  width: 34%;
  max-width: 34%;
  position: relative;
}

.div-block-28 {
  max-width: 66%;
  position: relative;
}

.image-53 {
  width: 80%;
  max-width: 80%;
  position: relative;
  top: 18%;
  right: 14%;
}

.image-slide {
  object-fit: contain;
  width: 100%;
}

.mask {
  background-color: #1b2448;
}

.edm-contact-form-box {
  background-color: var(--contact-form-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-from-heading-title {
  color: var(--light-grey);
  text-align: left;
  letter-spacing: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  position: static;
  inset: 0% auto auto 6%;
}

.slide-nav-2 {
  display: none;
}

.div-slide-title {
  background-color: var(--hero-bg-top-white);
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

.slide-image-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.div-edm-eb-footer {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.div-fontawesome {
  color: var(--white);
  width: 30%;
  font-family: "Fa brands 400", sans-serif;
}

.cta-fb-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.font-awesome-icon {
  background-color: #1778f2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 68px;
  line-height: 58px;
  display: none;
}

.facebook-text {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.facebook-text-description {
  color: var(--hero-bg-top-white);
  text-align: left;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.div-block-29 {
  text-align: center;
  margin-top: -11px;
}

.div-block-30 {
  text-align: center;
  padding-top: 8px;
}

.image-54 {
  max-width: 50%;
  display: none;
}

.div-footer-branding {
  text-align: center;
}

.footer-edm-eb-text-hsinyeh {
  color: var(--white-smoke);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
}

.footer-edm-eb-text-hsinyeh.copyright {
  font-size: 12px;
}

.footer-edm-eb-hoyodigital {
  color: var(--white-smoke);
  font-size: 10px;
  font-weight: 300;
  position: static;
  inset: auto auto 0% 0%;
}

.link_to_hoyodigital {
  text-decoration: none;
  position: static;
  inset: auto auto 0% 0%;
}

.link {
  color: var(--highlight-yellow);
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h2-seo-text {
  color: var(--hero-bg-top-white);
}

.h3-seo-text {
  color: var(--white-smoke);
  font-size: 18px;
}

.div-seo-wrapper {
  z-index: 10;
  background-color: var(--hero-bg-desktop);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.container-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.footprint_contact_form {
  width: 80%;
}

.footprint_contact_form_grid {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.heading-_footprint {
  color: var(--highlight-yellow);
  text-align: center;
  margin-top: 20px;
  padding-top: .1em;
  padding-bottom: .1em;
  font-size: 58px;
}

.footprint_note {
  color: var(--white);
  letter-spacing: 1px;
  padding: 1.3em;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.div_footprint_contact_form {
  padding: 2em;
}

.submit-button {
  background-color: #262262;
  width: 30%;
  height: 58px;
  margin-top: 8px;
  font-size: 18px;
}

.text-block {
  padding-top: 23px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.div-success-message-footprint {
  background-color: #0000;
}

.div-block-33 {
  border: 10px solid var(--bg-edm-blue-dark);
  background-color: var(--highlight-yellow);
  width: 50%;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-error-message-footprint {
  color: var(--highlight-yellow);
  text-align: center;
  background-color: #ff0037;
}

.text-block-2 {
  padding-bottom: 25px;
}

.text-field {
  background-color: var(--white);
  height: 5em;
  font-size: 16px;
}

.text-field-2, .select-field {
  height: 5em;
  font-size: 16px;
}

.body-2 {
  background-color: var(--hsinyeh-logo-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-55 {
  margin-top: 25px;
  margin-bottom: 5px;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--highlight-yellow);
}

.footer-text-footprint {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding-top: .1em;
  padding-bottom: .1em;
  font-size: 18px;
}

.div-block-36 {
  text-align: center;
  margin-top: -2%;
}

.success-time {
  color: var(--bg-edm-primary-blue);
  margin-top: 10px;
  font-size: 28px;
}

.success-date {
  color: var(--bg-edm-primary-blue);
  margin-top: 25px;
  font-size: 28px;
}

.text-cta-icon-subtitle {
  color: #000;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-cta-icon-subtitle.cta-v2 {
  color: #fff;
  font-size: 14px;
}

.div-cta-element {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 140px;
  margin: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-cta-element.w--current {
  text-decoration: none;
}

.div-cta-element.cta-v2 {
  background-color: #0000;
}

.div-cta-element.cta-link-box-desktop {
  background-color: #0000;
  width: auto;
  height: auto;
  margin: 0;
  transition: all .3s;
}

.div-cta-element.cta-link-box-desktop:hover {
  background-color: #522c17;
}

.div-cta-element.cta-v2 {
  background-color: #0000;
  width: 25%;
  height: 60px;
}

.div-cta-element.cta-for-desktop {
  background-color: #0000;
  width: 25%;
  max-width: none;
  height: auto;
  margin: 0;
}

.div-cta-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}

.div-cta-icon-box {
  background-color: #0000;
  width: 48px;
  height: 48px;
}

.div-cta-icon-box.cta-btn-desktop-box, .div-cta-icon-box.cta-btn-box-desktop, .div-cta-icon-box.for-desktop {
  width: 60px;
  height: 60px;
}

.div-cta-icon-box.cta-desktop-v1 {
  width: 80px;
  height: auto;
  transition: transform .2s;
}

.div-cta-icon-box.cta-desktop-v1:hover {
  transform: scale(1.05);
}

.section-cta-menu-mobile {
  width: 100%;
  max-width: 1280px;
  position: relative;
  overflow: hidden;
}

.section-cta-menu-mobile.sec-cta-mobile {
  z-index: 10;
  text-align: center;
  background-color: #090e18;
  max-width: 720px;
  display: block;
  position: relative;
  bottom: 0;
}

.text-cta-icon-title {
  letter-spacing: 1px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.section-edm-contact-form {
  background-color: var(--hero-bg-desktop);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-edm-contact-form.sec-contact {
  z-index: 100;
  box-shadow: none;
  background-color: #0000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.embed-css {
  display: none;
}

.section-edm-phase-1 {
  background-color: var(--hero-bg-desktop);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-edm-phase-1.sec-1 {
  background-color: var(--white);
  border-width: 0 1px 1px;
  max-width: 100%;
}

.contact-from-heading-title-image {
  width: 100%;
  height: 100%;
}

.image-bg-absolute-mounntain.mountain-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-bg-absolute-mounntain.mountain-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-phase-1-heading-image-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-span-11 {
  letter-spacing: 1px;
}

.div-social-link-box-bottom {
  background-color: var(--contact-form-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 28px;
  display: flex;
}

.div-social-link-box-bottom.v2021-12-22 {
  background-color: #181f3b;
}

.phase-1-heading-image {
  background-color: var(--white);
  padding-top: 0;
}

.phase-1-heading-image.logo {
  padding-top: 37px;
}

.phase-1-heading-title-image-box {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-bg-mountain-base.mountain-1 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.contact-form-success-text {
  letter-spacing: 1px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  display: none;
}

.contact-form-error-text {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cta-phone-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-phone-link.hidden {
  display: none;
}

.container-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-phase-2 {
  background-color: #8c532e;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sec-v2.hero-section {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-v2.content-section {
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-v2.contact-form-section {
  background-image: url('../images/contact-form-bg-12x-100.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-v2.video-section {
  width: 100%;
  max-width: 720px;
}

.sec-v2.video-section.big-screen {
  max-width: 1280px;
}

.sec-v2.desktop-sec-contact {
  z-index: 11;
  background-color: #704228;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.bg-box-v1 {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg-box-v1.for-sf1 {
  background-color: #0000;
  background-image: url('../images/sf1-bg-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-v3 {
  width: 100%;
  height: 100%;
}

.text-img-v3 {
  width: 100%;
  height: auto;
}

.text-img-v3.reveal-image {
  height: 100%;
}

.text-img-box-v2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-img-box-v2.hidden {
  display: none;
}

.v2-text-absolute-img {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.global-bg-absolute-fixed-box {
  opacity: .83;
  background-image: url('../images/sec-1-desktop-bg-12x-100.jpg'), linear-gradient(#83563e, #83563e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.carousel-box-v2 {
  width: 100%;
  height: 100%;
}

.slider-v2 {
  background-color: #0c1e42;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-img-box-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-content-v2 {
  width: 100%;
  height: 100%;
}

.icon, .icon-2 {
  color: var(--edm-eb-hero-text-1);
}

.slidenavindicator.hidden {
  display: none;
}

.slidenavindicator.with-multi-desc-box {
  bottom: 42px;
}

.html-embed {
  display: none;
}

.slider-desc-box {
  background-color: var(--slider-desc-box);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
}

.slider-desc-box.dark-style-1 {
  background-color: var(--p2-body-bg);
  justify-content: flex-start;
  padding-top: 15px;
}

.slider-desc-box.with-multi-desc-box {
  justify-content: flex-start;
  padding-top: 15px;
}

.slider-desc-text-v2 {
  z-index: 999;
  color: var(--hero-bg-top-white);
  text-align: center;
  letter-spacing: 2px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  position: relative;
}

.slider-nav-button-v2.hidden {
  display: none;
}

.mask-v2.dark-bg {
  background-color: var(--p2-body-bg);
}

.sec-1-slider-mask, .sec-2-slider-mask, .sec-3-slider-mask {
  background-color: var(--sec-1-slider-mask);
}

.div-contact-form-v2 {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.div-cta-box-v2021-12-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 35px;
  display: grid;
}

.success-contact-form-message {
  border: 1px solid var(--message-box-border);
  width: 100%;
}

.image-57 {
  width: 100%;
  max-width: 320px;
}

.iframe-video-box {
  z-index: 10;
  background-image: url('../images/h14-video-thumb-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.html-embed-2 {
  width: 100%;
}

.video {
  width: 100%;
  height: 100%;
}

.embed-video-1 {
  z-index: 10;
  position: relative;
}

.embed-video {
  width: 98%;
  height: auto;
}

.s-d-v1 {
  width: 100%;
}

.swiper-wrap-v1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.s-d-slider-v1 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.s-d-slider-item-v1, .s-d-slider-img-box-v1, .s-d-slider-img-v1 {
  width: 100%;
  height: 100%;
}

.s-d-slider-desc-box {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.s-d-slider-desc-box.hidden {
  display: none;
}

.s-d-slider-mask-v1 {
  z-index: 1;
}

.slide-nav-3 {
  z-index: 3;
}

.s-d-heading-wrapper-v1, .s-d-heading-content-block {
  width: 100%;
  position: relative;
}

.s-d-heading-bg-img-1 {
  width: 100%;
}

.s-d-heading-desc-img-1 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.s-d-pic-wrapper-v1 {
  position: relative;
}

.s-d-pic-content-block {
  width: 100%;
  position: relative;
}

.s-d-content-wrapper-v1 {
  position: relative;
}

.s-d-content-block {
  width: 100%;
  position: relative;
}

.swiper-wrap-v2 {
  width: 60%;
  position: absolute;
  inset: 47% 0% auto auto;
  transform: translate(0%, -50%);
}

.s-d-slider-v2 {
  width: 100%;
  height: 100%;
}

.slider-img-v2 {
  width: 100%;
}

.desktop-company-logo-box {
  width: 15vw;
  height: auto;
  position: absolute;
  inset: 8% 25% auto auto;
}

.desktop-company-logo-img {
  width: 100%;
}

.sec-contact-v1.hero-section {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 100vh;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-contact-v1.content-section {
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-contact-v1.contact-form-section {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.sec-contact-v1.video-section {
  width: 100%;
  max-width: 720px;
}

.sec-contact-v1.video-section.big-screen {
  max-width: 1280px;
}

.sec-contact-bg-box-v1 {
  background-image: linear-gradient(#a26e3c, #a26e3c);
  width: 100%;
  height: auto;
  position: relative;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.sec-contact-bg-img-v1 {
  width: 100%;
  height: 100%;
}

.desktop-contact-form-button-control-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 29px;
  display: flex;
}

.cta-img-desktop {
  width: 100%;
}

.footer-desktop-v1-2022-12-28 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 28px;
  display: flex;
}

.footer-desktop-v1-2022-12-28.v2021-12-22 {
  background-color: #181f3b;
}

.div-footer-branding-desktop-2022-12-28 {
  text-align: center;
}

.sec-edm-v1.hero-section {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  position: relative;
}

.sec-edm-v1.content-section {
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-edm-v1.contact-form-section {
  background-image: url('../images/contact-form-bg-12x-100.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-edm-v1.video-section {
  width: 100%;
  max-width: 720px;
}

.sec-edm-v1.video-section.big-screen {
  max-width: 1280px;
}

.sec-edm-v1.desktop-sec-contact {
  background-color: #2c1a10;
  background-image: url('../images/sec-contact-desktop-bg-12x-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.sec-edm-v1.sec-17 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-top: -22px;
  position: relative;
}

.sec-edm-v1.sec-18 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-top: -126px;
  position: relative;
}

.sec-edm-v1.sec-19 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-top: -78px;
  position: relative;
}

.sec-edm-v1.general-section-v1 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  position: relative;
}

.sec-edm-v1.general-section-v2025-03-17 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.desktop-icon-pull-down-box {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto 6% 50%;
  transform: translate(-50%)rotate(90deg);
}

.desktop-icon-pull-down-img {
  filter: invert(51%);
  width: 100%;
}

.mobile-icon-pull-down-box {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.mobile-icon-pull-down-img {
  filter: invert(87%);
  width: 100%;
  transform: rotate(90deg);
}

.effect-text-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effect-text-img, .effect-text-overlay-img {
  width: 100%;
}

.mobile-pic-wrapper {
  width: 100%;
  position: relative;
}

.mobile-pic-img-v1 {
  width: 100%;
  height: 100%;
}

.text-img-box-v3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-img-box-v3.hidden {
  display: none;
}

.mobile-decorated-img-box-sec-2-1 {
  width: 100%;
  position: absolute;
  inset: -17% auto auto 0%;
}

.footer-pic-img-v1 {
  width: 100%;
  height: 100%;
}

.mobile-slide-wrapper {
  position: relative;
}

.mobile-slide-wrapper.for-sec-9 {
  z-index: 2;
  position: relative;
}

.mobile-slide-element {
  width: 100%;
  height: 100%;
}

.mobile-slide-element.for-sec-9 {
  z-index: 1;
}

.mobile-slide-item-v1 {
  width: 100%;
  height: 100%;
}

.mask-2 {
  width: 100%;
}

.mobile-slide-pic-img-v1 {
  width: 100%;
  height: 100%;
}

.sec-contact-bg-box-v1-copy {
  width: 100%;
  height: auto;
  position: relative;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.mobile-decorated-img-box-for-sec-contact-v1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mobile-decorated-img-for-sec-contact-v1 {
  width: 100%;
}

.fixed-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fixed-bg.bg-gradient-v1 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.decorated-box-with-box-shadow {
  box-shadow: none;
  background-color: #fff0;
  width: 100%;
  max-width: 720px;
  height: 100vh;
}

.floating-cta-btn-v1 {
  z-index: 11;
  opacity: 1;
  background-color: #804e2f;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  height: auto;
  padding: 5px;
  display: block;
  position: fixed;
  bottom: 50%;
  transform: translate(-98%);
  box-shadow: 0 13px 0 -9px #c97c4b;
}

.text-vrl {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 300;
}

.text-span-12 {
  color: #11233a;
  display: inline-block;
}

.text-en-mixed {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.global-mobile-sec-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-img-icon-v1 {
  width: 100%;
  height: 100%;
}

.slide-navi-btn {
  color: #e5e1deb3;
  transform: scale(1.2);
}

.slide-navigation {
  width: 100%;
  height: 100px;
  margin-bottom: -43px;
}

.slide-navigation.hidden {
  display: none;
}

.sec-contact-v2.hero-section {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-contact-v2.content-section {
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-contact-v2.contact-form-section {
  background-image: url('../images/contact-form-bg-12x-100.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-contact-v2.video-section {
  width: 100%;
  max-width: 720px;
}

.sec-contact-v2.video-section.big-screen {
  max-width: 1280px;
}

.sec-contact-v2.template-v1 {
  z-index: 11;
  background-color: #0a2617;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: auto;
  position: relative;
}

.sec-contact-v2.for-sec-contact {
  z-index: 11;
  background-color: #0a2617;
  background-image: url('../images/sec-contact-bg-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: auto;
  position: relative;
}

.pull-down-image-box {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto auto 33% 50%;
  transform: translate(-50%);
}

.pull-down-image-box.for-public-version {
  width: 30px;
  height: 30px;
  bottom: 16%;
}

.pull-down-img {
  filter: invert(80%);
  width: 95%;
  height: auto;
}

.fixed-bg-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fixed-bg-img-v1 {
  opacity: .04;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fixed-bg-img-v1.gsap-desktop-bg-img {
  /* opacity: .41; */
  opacity: 1;
}

.select-field-2 {
  height: 60px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-form-select-field {
  background-color: var(--white);
  color: #0a2617;
  letter-spacing: 1px;
  border-radius: 5px;
  height: 60px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.mask-for-slider-v2 {
  width: 100%;
}

.floating-cta-btn-reserve {
  z-index: 10;
  box-shadow: none;
  opacity: 1;
  outline-offset: 0px;
  outline: 30px dashed #ba9171;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  height: auto;
  padding: 5px;
  display: block;
  position: fixed;
  top: 10%;
  bottom: auto;
  transform: translate(-98%);
}

.floating-cta-btn-reserve.w--current {
  outline-offset: 0px;
  outline: 3px dashed #d8ae8d;
  box-shadow: 0 13px 0 -9px #5f4935;
}

.floating-cta-btn-fb {
  z-index: 10;
  opacity: 1;
  background-color: #804e2f;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  height: auto;
  padding: 5px;
  display: block;
  position: fixed;
  top: 18%;
  transform: translate(-98%);
  box-shadow: 0 13px 0 -9px #c97c4b;
}

.contact-form-error-img {
  width: 100%;
  max-width: 100%;
}

.body-phase-2-vip-booking-20230103v1 {
  background-color: #8c532e;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-phase-2-vip-booking-20230321 {
  background-color: #0a2617;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-decorated-img-box-line-v1 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -19% auto auto 0%;
}

.mobile-decorated-img-box-line-v1.hidden {
  display: none;
}

.bg-box-v3 {
  z-index: 2;
  width: 100%;
  position: relative;
  overflow: visible;
}

.left-arrow-slide-nav.hidden, .right-arrow-slide-nav.hidden {
  display: none;
}

.mobile-decorated-img-box-line-v1-for-sec-7 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -7% auto auto 0%;
}

.mobile-decorated-img-box-line-v1-for-sec-7.hidden {
  display: none;
}

.mobile-bg-box-v3-2023-05-04 {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: visible;
}

.mobile-bg-box-v3-2023-05-04.for-sec-9 {
  margin-top: -13%;
}

.mobile-bg-box-v3-2023-05-04.for-sec-10 {
  margin-top: -23%;
}

.mobile-decorated-img-box-line-v2-for-sec-9 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto -89% 0%;
}

.mobile-decorated-img-box-line-v2-for-sec-9.hidden {
  display: none;
}

.mobile-slide-element-for-sec-9 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mobile-slide-element-for-sec-9.for-sec-9 {
  z-index: 1;
}

.mobile-slide-wrapper-for-sec-9 {
  z-index: 1;
  position: relative;
}

.mobile-slide-wrapper-for-sec-9.for-sec-9 {
  z-index: 2;
  position: relative;
}

.mobile-decorated-img-box-line-v1-for-sec-13 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -7% auto auto 0%;
}

.mobile-decorated-img-box-line-v1-for-sec-13.hidden {
  display: none;
}

.sec-contact-bg-box-v1-2023-05-04 {
  background-image: url('../images/sec-contact-bg-1.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  position: relative;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.fixed-bg-img-box-effect-box {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-back-to-page {
  text-align: center;
  letter-spacing: 1px;
  background-color: #0a60b4;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.footer-edm-eb-hoyodigital-2 {
  color: #f5f5f5;
  font-size: 10px;
  font-weight: 300;
  position: static;
  inset: auto auto 0% 0%;
}

.footer-edm-eb-text-hsinyeh-2 {
  color: #f5f5f5;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}

.footer-edm-eb-text-hsinyeh-2.copyright {
  font-size: 12px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.div-cta-box-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.text-span-13 {
  letter-spacing: 1px;
}

.link_to_hoyodigital-2 {
  text-decoration: none;
  position: static;
  inset: auto auto 0% 0%;
}

.div-footer-branding-v2 {
  text-align: center;
}

.video-box {
  width: 100%;
}

.iframe-video-box-v2 {
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.floating-cta-btn-video {
  z-index: 10;
  opacity: 1;
  background-color: #804e2f;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  height: auto;
  padding: 5px 10px;
  display: block;
  position: fixed;
  top: 26%;
  transform: translate(-98%);
  box-shadow: 0 13px 0 -9px #c97c4b;
}

.floating-img-icon-v2 {
  width: 100%;
  height: 100%;
}

.decorated-bg-video-v1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.decorated-bg-video-v1.hidden, .hidden-control {
  display: none;
}

.radio-button-field-v1 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  display: flex;
}

.contact-form-radio-btn-v1 {
  background-color: #fff;
  border: 3px solid #fff;
  width: 20px;
  height: 20px;
}

.contact-form-radio-btn-v1.w--redirected-checked {
  background-color: #3898ec;
  border-width: 3px;
  border-color: #fff;
}

.contact-form-radio-button-label-1 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 9px;
  padding-top: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.code-embed, .svg-heading-text-all-s1 {
  width: 100%;
}

.sky-map-box {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  min-height: 600px;
  position: relative;
  box-shadow: 0 0 19px -5px #092a19;
}

.sky-map-img-v1 {
  width: auto;
  max-width: 1920px;
  height: 88vh;
  position: absolute;
}

.sky-map-img-v1.no-pointer {
  height: 80vh;
  display: inline-block;
  top: 0;
  overflow: visible;
}

.decorated-text-box-v2024-04-10-skymap-v1 {
  width: 100%;
  height: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

.move-icon-box-decorated-2 {
  width: 100px;
  height: 100px;
  position: sticky;
  inset: 100% 0% auto 50%;
  transform: translate(-50%, 10%);
}

.image-decorated-move-icon-v1 {
  filter: sepia();
  width: 100%;
  position: static;
}

.sec-contact-img-box-v1 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.sec-contact-img-box-v1.hidden {
  display: none;
}

.row-img-box-v1 {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 2px;
  display: grid;
  position: relative;
}

.row-img-box-v1.hidden {
  display: none;
}

.row-img-box-v2 {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 2px;
  display: grid;
  position: relative;
}

.row-img-box-v2.hidden {
  display: none;
}

.slider-element {
  width: 100%;
  height: 100%;
}

.slider-element.multi-pic-slider.sec-3, .slider-element.multi-pic-slider.v2025-03-17 {
  background-color: #0000;
  height: auto;
}

.slide-nav-4 {
  opacity: 0;
  font-size: 10px;
}

.right-arrow-4 {
  filter: brightness(300%);
  mix-blend-mode: color-dodge;
  overflow: visible;
}

.slide-image-v1 {
  object-fit: contain;
}

.slide-image-v1.no-pointer, .mask-v3 {
  width: 100%;
}

.icon-6 {
  color: #929292;
  font-size: 18px;
}

.slide-item-sec-3-v1 {
  width: 100%;
  position: relative;
}

.icon-5 {
  color: #929292;
  font-size: 18px;
}

.left-arrow-4 {
  filter: brightness(300%);
  mix-blend-mode: color-dodge;
  overflow: visible;
}

.slider-box-sec-3-v2 {
  background-color: #1d297a;
  width: 100%;
  position: relative;
}

.cta-mobile-item-img.cta-desktop-v1 {
  width: 100%;
}

.div-mobile-cta-item-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}

.div-mobile-cta-item-box.for-desktop {
  background-color: #0000;
  background-image: url('../images/cta-bg-1.svg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.section-cta-menu-desktop {
  width: 100%;
  max-width: 1280px;
  position: relative;
  overflow: hidden;
}

.section-cta-menu-desktop.sec-cta-desktop {
  z-index: 20;
  max-width: 720px;
  display: block;
  position: fixed;
  bottom: 0;
}

.cta-decorated-line {
  opacity: .52;
  background-color: #fff;
  background-color: #090e18;
  width: 1px;
  height: 60px;
}

.contact-form-text-field-style-v1 {
  color: #0a2617;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bg-box-v2025-03-17 {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: visible;
}

.bg-box-v2025-03-17.for-sf1 {
  background-color: #0000;
  background-image: url('../images/sf1-bg-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.decorated-img-box-v2025-03-17 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.decorated-img-box-v2025-03-17.hidden {
  display: none;
}

.decorated-img-box-v2025-03-17.gsap-animation-decorated-pic-v1 {
  z-index: 2;
  top: -1%;
}

.decorated-img-box-v2025-03-17.m-s7 {
  top: -.5%;
}

.text-img-box-v2025-03-17 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-img-box-v2025-03-17.hidden {
  display: none;
}

.text-img-box-v2025-03-17.decorated-img-box-v2025-03-17 {
  z-index: 2;
}

.bg-img-v2025-03-17 {
  width: 100%;
  height: 100%;
}

.text-img-v2025-03-17 {
  width: 100%;
  height: auto;
}

.text-img-v2025-03-17.reveal-image {
  height: 100%;
}

.sec-edm-v2025-03-17.hero-section {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  position: relative;
}

.sec-edm-v2025-03-17.content-section {
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-edm-v2025-03-17.contact-form-section {
  background-image: url('../images/contact-form-bg-12x-100.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 236px 18px #cd89517a;
}

.sec-edm-v2025-03-17.video-section {
  width: 100%;
  max-width: 720px;
}

.sec-edm-v2025-03-17.video-section.big-screen {
  max-width: 1280px;
}

.sec-edm-v2025-03-17.desktop-sec-contact {
  background-color: #2c1a10;
  background-image: url('../images/sec-contact-desktop-bg-12x-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.sec-edm-v2025-03-17.sec-17 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-top: -22px;
  position: relative;
}

.sec-edm-v2025-03-17.sec-18 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-top: -126px;
  position: relative;
}

.sec-edm-v2025-03-17.sec-19 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-top: -78px;
  position: relative;
}

.sec-edm-v2025-03-17.general-section-v1 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  position: relative;
}

.sec-edm-v2025-03-17.general-section-v2025-03-17 {
  z-index: 10;
  width: 100%;
  max-width: 720px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-box-v2025-03-17 {
  z-index: 1;
  background-color: #1d297a;
  width: 100%;
  position: relative;
}

.mask-v2025-03-17 {
  width: 100%;
}

.left-arrow-v2025-03-17, .right-arrow-v2025-03-17 {
  z-index: 2;
  filter: brightness(300%);
  mix-blend-mode: color-dodge;
  overflow: visible;
}

.slide-nav-v2025-03-17 {
  opacity: 1;
  font-size: 30px;
  inset: auto 4% 0% auto;
}

.icon-for-slider-v2025-03-17, .icon-5-copy {
  color: #929292;
  font-size: 18px;
}

.slide-item-v2025-03-17 {
  width: 100%;
  position: relative;
}

.slide-image-v2025-03-17 {
  object-fit: contain;
}

.slide-image-v2025-03-17.no-pointer {
  width: 100%;
}

.decorated-img-sec-contact-v2025-03-20 {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.decorated-img-sec-contact-v2025-03-20.reveal-image {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .section-edm.sec-2, .section-edm.footer, .section-cta-menu-mobile.sec-cta-mobile {
    max-width: 80%;
  }

  .section-cta-menu-mobile.sec-cta-mobile {
    max-width: 720px;
  }

  .section-edm-contact-form.sec-contact, .section-edm-phase-1.sec-1 {
    max-width: 80%;
  }

  .text-vrl {
    opacity: 1;
    color: #fff;
    text-shadow: 1px 1px 6px #010101;
  }

  .text-en-mixed {
    text-shadow: 1px 0 6px #000;
  }
}

@media screen and (min-width: 1440px) {
  .section-edm.footer {
    background-color: var(--contact-form-bg);
    margin-top: 15%;
  }

  .body-edm {
    max-width: 1440px;
  }

  .section-full-width-absolute {
    display: block;
  }

  .div-full-width {
    inset: 0% auto auto 0%;
  }

  .floating-cta-btn-reserve:hover {
    transform: none;
  }

  .decorated-img-box-v2025-03-17 {
    z-index: 1;
  }

  .decorated-img-box-v2025-03-17.gsap-animation-decorated-pic-v1 {
    top: 0%;
  }

  .text-img-box-v2025-03-17.decorated-img-box-v2025-03-17 {
    z-index: 2;
  }

  .text-img-box-v2025-03-17.decorated-img-box-v2025-03-17.gsap-animation-decorated-pic-v1 {
    top: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .section-edm {
    background-color: var(--body-bg-1);
    margin-bottom: -34px;
    padding-bottom: 0;
  }

  .section-edm.footer {
    margin-top: 24%;
  }

  .body-edm {
    background-color: var(--body-bg-1);
  }

  .footprint_contact_form {
    text-align: left;
    width: 60%;
  }

  .footprint_note {
    font-size: 18px;
    line-height: 24px;
  }

  .body-2 {
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 18px;
  }

  .div-block-37, .div-block-38, .div-block-39 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-edm-contact-form, .section-edm-phase-1 {
    background-color: var(--body-bg-1);
    margin-bottom: -34px;
    padding-bottom: 0;
  }

  .iframe-video-box {
    z-index: 10;
    height: 100%;
  }

  .swiper-wrap-v1 {
    position: relative;
  }

  .s-d-slider-desc-box {
    inset: 0% auto auto 0%;
  }

  .s-d-slider-desc-box.hidden {
    display: none;
  }

  .swiper-wrap-v2 {
    top: 47%;
  }

  .sec-contact-v2.template-v1, .sec-contact-v2.for-sec-contact {
    min-height: auto;
  }

  .fixed-bg-img-v1.gsap-desktop-bg-img {
    position: relative;
  }

  .iframe-video-box-v2 {
    z-index: 12;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .div-contact-form {
    max-width: 80%;
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .contact-form-text-field {
    height: 50px;
  }

  .contact-form-checkbox {
    padding-top: 10px;
  }

  .section-edm {
    display: block;
  }

  .section-edm.sec-2 {
    max-width: 100%;
    margin-top: 10px;
  }

  .section-edm.footer {
    background-color: #0c3445;
    margin-top: 0%;
    padding-top: 5%;
    padding-bottom: 3%;
  }

  .body-edm {
    max-width: 100%;
  }

  .div-full-width {
    position: static;
  }

  .div-edm-eb-sec-2-description {
    top: 64%;
  }

  .image-53 {
    top: -38%;
    right: 16%;
  }

  .contact-from-heading-title {
    font-size: 16px;
  }

  .slide-image-text {
    font-size: 16px;
    line-height: 30px;
  }

  .submit-button {
    text-align: center;
    width: 30%;
    height: 58px;
    margin-top: 17px;
    font-size: 18px;
  }

  .div-block-33 {
    width: 100%;
  }

  .image-55 {
    margin-top: 1%;
  }

  .footer-text-footprint {
    margin-top: -3px;
  }

  .success-time, .success-date {
    font-size: 26px;
  }

  .text-cta-icon-subtitle.cta-v2 {
    color: #ffffffd9;
    margin-top: 9px;
    margin-bottom: 2px;
    font-size: 12px;
  }

  .div-cta-element.cta-link-box-desktop, .div-cta-element.cta-link-box-desktop:hover {
    background-color: #0000;
  }

  .div-cta-element.cta-v2 {
    background-color: #0000;
    width: 25%;
    height: 70px;
  }

  .div-cta-element.cta-for-desktop {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
  }

  .div-cta-box {
    background-color: #0c1e42;
    width: 100%;
    height: 80px;
    overflow: hidden;
  }

  .div-cta-icon-box.cta-v2 {
    width: 30px;
    height: 35px;
    padding-top: 6px;
  }

  .div-cta-icon-box.cta-btn-desktop-box, .div-cta-icon-box.cta-btn-box-desktop {
    width: 35px;
    height: 35px;
    padding-top: 6px;
  }

  .div-cta-icon-box.for-desktop:hover {
    background-color: #612909;
  }

  .div-cta-icon-box.cta-desktop-v1 {
    text-align: center;
    width: 80%;
    height: auto;
  }

  .section-cta-menu-mobile.sec-cta-mobile {
    z-index: 100;
    z-index: 10;
    background-color: #090e18;
    justify-content: center;
    align-items: center;
    display: block;
    position: sticky;
    bottom: 0;
  }

  .section-edm-contact-form {
    display: block;
  }

  .section-edm-contact-form.sec-contact {
    max-width: 100%;
  }

  .embed-css {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .section-edm-phase-1 {
    display: block;
  }

  .section-edm-phase-1.sec-1 {
    max-width: 100%;
  }

  .div-social-link-box-bottom.v2021-12-22 {
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .sec-v2.hero-section {
    min-height: auto;
    display: none;
  }

  .sec-v2.content-section, .sec-v2.contact-form-section {
    min-height: auto;
  }

  .sec-v2.desktop-sec-contact {
    background-image: none;
    position: relative;
  }

  .div-contact-form-v2 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .div-cta-box-v2021-12-22 {
    display: none;
  }

  .sec-contact-v1.hero-section, .sec-contact-v1.content-section, .sec-contact-v1.contact-form-section {
    min-height: auto;
  }

  .sec-contact-bg-box-v1 {
    background-image: url('../images/sec-contact-bg-22x-100.jpg'), linear-gradient(#a26e3c, #a26e3c);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .footer-desktop-v1-2022-12-28.v2021-12-22 {
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .sec-edm-v1.hero-section {
    min-height: auto;
    display: block;
  }

  .sec-edm-v1.content-section, .sec-edm-v1.contact-form-section, .sec-edm-v1.desktop-sec-contact {
    min-height: auto;
  }

  .sec-edm-v1.sec-17, .sec-edm-v1.sec-18, .sec-edm-v1.sec-19, .sec-edm-v1.general-section-v1, .sec-edm-v1.general-section-v2025-03-17 {
    min-height: auto;
    display: block;
  }

  .mobile-icon-pull-down-box {
    width: 50px;
    height: 50px;
    bottom: 0%;
    transform: translate(-50%);
  }

  .mobile-icon-pull-down-img {
    filter: invert(87%);
    transform: rotate(90deg);
  }

  .effect-text-img-wrapper {
    display: flex;
  }

  .effect-text-img-box {
    position: relative;
    overflow: hidden;
  }

  .effect-text-overlay-img {
    position: absolute;
    inset: 0% auto auto 0%;
    transform: translate(-300px);
  }

  .mobile-pic-wrapper {
    position: relative;
  }

  .mobile-decorated-img-box-sec-2-1 {
    width: 100%;
    height: auto;
    position: absolute;
    inset: -17% auto auto 0%;
  }

  .mobile-decorated-img-sec-2-1 {
    width: 100%;
  }

  .fotter-pic-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-slide-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .mobile-slide-element, .mobile-slide-item-v1 {
    width: 100%;
    height: 100%;
  }

  .mask-2 {
    width: 100%;
  }

  .mobile-slide-pic-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .sec-contact-bg-box-v1-copy {
    background-image: url('../images/sec-contact-bg-22x-100_1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-decorated-img-box-for-sec-contact-v1 {
    width: 100vw;
    height: 30px;
    inset: auto auto 0% 0%;
    overflow: hidden;
  }

  .floating-cta-btn-v1 {
    display: none;
  }

  .sec-contact-v2.hero-section {
    min-height: auto;
    display: none;
  }

  .sec-contact-v2.content-section, .sec-contact-v2.contact-form-section {
    min-height: auto;
  }

  .sec-contact-v2.template-v1 {
    background-image: none;
    position: relative;
  }

  .sec-contact-v2.for-sec-contact {
    position: relative;
  }

  .contact-form-select-field {
    height: 50px;
  }

  .mask-for-slider-v2 {
    width: 100%;
  }

  .floating-cta-btn-reserve, .floating-cta-btn-fb {
    display: none;
  }

  .mobile-slide-element-for-sec-9 {
    width: 100%;
    height: 100%;
  }

  .mobile-slide-wrapper-for-sec-9 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .footer-edm-eb-text-hsinyeh-2 {
    margin-bottom: 13px;
  }

  .div-cta-box-2 {
    width: 100%;
    height: 80px;
    overflow: hidden;
  }

  .div-footer-branding-v2.for-va {
    background-color: #0000;
  }

  .floating-cta-btn-video {
    display: none;
  }

  .slide-nav-4 {
    inset: auto 0% 0%;
  }

  .cta-mobile-item-img {
    object-fit: contain;
    width: 100%;
    max-width: 80px;
  }

  .div-mobile-cta-item-box {
    color: #fff;
    background-color: #0000;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .div-mobile-cta-item-box.for-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #233263;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-cta-menu-desktop.sec-cta-desktop {
    justify-content: center;
    align-items: center;
  }

  .sec-edm-v2025-03-17.hero-section {
    min-height: auto;
    display: block;
  }

  .sec-edm-v2025-03-17.content-section, .sec-edm-v2025-03-17.contact-form-section, .sec-edm-v2025-03-17.desktop-sec-contact {
    min-height: auto;
  }

  .sec-edm-v2025-03-17.sec-17, .sec-edm-v2025-03-17.sec-18, .sec-edm-v2025-03-17.sec-19, .sec-edm-v2025-03-17.general-section-v1, .sec-edm-v2025-03-17.general-section-v2025-03-17 {
    min-height: auto;
    display: block;
  }

  .slide-nav-v2025-03-17 {
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .contact-form-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-contact-form {
    max-width: 80%;
    padding-top: 30px;
  }

  .section-edm.footer {
    margin-top: 0%;
  }

  .body-edm {
    max-width: 100%;
  }

  .slider {
    display: block;
  }

  .edm-contact-form-box {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-from-heading-title {
    line-height: 34px;
    position: static;
  }

  .slide-image-text {
    font-size: 14px;
    line-height: 24px;
  }

  .div-fontawesome {
    border-radius: 100%;
  }

  .h2-seo-text {
    font-size: 18px;
  }

  .h3-seo-text {
    font-size: 14px;
  }

  .footprint_contact_form {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-_footprint {
    margin-top: 33px;
  }

  .div-block-32 {
    margin-top: -14px;
    margin-bottom: 0;
  }

  .div_footprint_contact_form {
    padding-bottom: 0;
  }

  .submit-button {
    width: 100%;
    height: 58px;
    margin-top: 10px;
    margin-bottom: 26px;
    padding-top: 0;
  }

  .div-success-message-footprint {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    width: 100%;
  }

  .div-block-35 {
    text-align: center;
  }

  .image-55 {
    margin-top: 0%;
  }

  .footer-text-footprint {
    margin-top: -10px;
    font-size: 14px;
  }

  .success-time, .success-date {
    font-size: 20px;
  }

  .div-cta-box {
    width: 100%;
  }

  .div-cta-icon-box.cta-desktop-v1 {
    padding-bottom: 0;
  }

  .phase-1-heading-image.logo {
    padding-top: 23px;
  }

  .sec-v2.content-section, .sec-v2.contact-form-section {
    box-shadow: none;
  }

  .div-contact-form-v2 {
    max-width: 80%;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sec-contact-v1.content-section, .sec-contact-v1.contact-form-section, .sec-edm-v1.content-section, .sec-edm-v1.contact-form-section {
    box-shadow: none;
  }

  .sec-edm-v1.sec-18, .sec-edm-v1.sec-19 {
    margin-top: -110px;
  }

  .effect-text-img-wrapper {
    flex-direction: row;
  }

  .fixed-bg.bg-gradient-v1 {
    display: none;
  }

  .floating-cta-btn-v1 {
    transform: translate(0%);
  }

  .sec-contact-v2.content-section, .sec-contact-v2.contact-form-section {
    box-shadow: none;
  }

  .floating-cta-btn-reserve, .floating-cta-btn-fb {
    transform: translate(0%);
  }

  .body-phase-2-vip-booking-20230321 {
    background-color: #0a2617;
  }

  .sec-contact-bg-box-v1-2023-05-04 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-edm-eb-text-hsinyeh-2 {
    margin-bottom: 16px;
  }

  .div-cta-box-2 {
    width: 100%;
  }

  .div-footer-branding-v2 {
    margin-top: 20px;
  }

  .div-footer-branding-v2.for-va {
    margin-top: 0;
  }

  .floating-cta-btn-video {
    transform: translate(0%);
  }

  .contact-form-radio-button-label-1 {
    font-size: 14px;
  }

  .sky-map-box {
    height: 80vh;
    min-height: auto;
    max-height: 80vh;
  }

  .sky-map-img-v1 {
    position: relative;
  }

  .sky-map-img-v1.no-pointer {
    height: 102vh;
    min-height: 1080px;
  }

  .slide-nav-4 {
    inset: auto 0% 0%;
  }

  .div-mobile-cta-item-box {
    width: 100%;
  }

  .section-cta-menu-desktop.sec-cta-desktop {
    bottom: 0;
  }

  .sec-edm-v2025-03-17.content-section, .sec-edm-v2025-03-17.contact-form-section {
    box-shadow: none;
  }

  .sec-edm-v2025-03-17.sec-18, .sec-edm-v2025-03-17.sec-19 {
    margin-top: -110px;
  }

  .slide-nav-v2025-03-17 {
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 28px;
  }

  ol {
    padding-left: 29px;
  }

  .section-style-guide {
    flex-direction: column;
    overflow: hidden;
  }

  .section-style-guide-heading-wrapper {
    align-self: stretch;
    width: 100%;
  }

  .section-style-guide-content-wrapper {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-style-guide-heading {
    padding-left: 15px;
    padding-right: 0;
  }

  .default-rich-text-block {
    margin: 10px;
  }

  .default-rich-text-block h2 {
    margin-bottom: 29px;
    font-weight: 500;
  }

  .default-rich-text-block h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .default-rich-text-block p {
    margin-bottom: 20px;
  }

  .unordered-list-wrapper, .ordered-list-wrapper {
    padding-right: 10px;
  }

  .colors-grid {
    grid-template-columns: 1fr;
  }

  .color-item-primary-bg, .color-item-primary-bg-white, .color-item-primary-bg-light-grey, .color-item-primary-bg-black, .color-item-primary-drak-grey, .color-item-primary-bg-firebrick {
    width: 80vw;
  }

  .section-style-guide-color-gird-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .contact-form-block {
    padding-top: 0;
  }

  .div-contact-form {
    max-width: 90%;
    padding-top: 0;
  }

  .div-contact-form-heading {
    flex-direction: column;
    align-items: center;
    margin-left: -37vw;
  }

  .contact-form-lable {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .contact-form-text-field {
    font-size: 16px;
  }

  .contact-from-submit-button {
    width: 100%;
    height: 60px;
  }

  .contact-from-submit-button:hover {
    box-shadow: 0 8px 8px -10px #bc916e;
  }

  .contact-form-checkbox {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 3px;
  }

  .contact-form-checkbox-item-label {
    font-size: 18px;
  }

  .section-edm {
    display: block;
  }

  .section-edm.sec-2 {
    max-width: 100%;
    margin-top: 10px;
  }

  .body-edm {
    max-width: 100%;
  }

  .div-edm-eb-slide {
    display: flex;
  }

  .div-chaper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .div-edm-eb-sec-2-title {
    background-color: #0000;
    width: 100%;
  }

  .image-mw100 {
    width: 100%;
  }

  .edm-contact-form-box {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-from-heading-title {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: -5px;
    font-size: 14px;
    font-weight: 400;
    position: static;
  }

  .slide-image-text {
    font-size: 12px;
    line-height: 24px;
  }

  .footprint_contact_form {
    width: 100%;
    height: 100%;
    margin-top: 26px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-_footprint {
    font-size: 32px;
    line-height: 34px;
  }

  .footprint_note {
    font-size: 12px;
    line-height: 18px;
  }

  .div_footprint_contact_form {
    padding: 0;
  }

  .submit-button {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    height: 58px;
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    font-weight: 400;
  }

  .text-block {
    padding-top: 16px;
  }

  .div-success-message-footprint {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    width: 100%;
  }

  .div-block-35 {
    text-align: center;
  }

  .text-field, .text-field-2 {
    border: 1px solid var(--white-2);
    border-radius: 0;
  }

  .select-field {
    border: 1px solid #000;
    border-radius: 0;
    line-height: 30px;
  }

  .body-2 {
    background-color: #5294b5;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .image-55 {
    margin-top: 0;
    margin-bottom: -7px;
  }

  .footer-text-footprint {
    margin-top: -41px;
    font-size: 16px;
    line-height: 34px;
  }

  .success-time {
    margin-top: 6px;
    font-weight: 700;
  }

  .success-date {
    font-weight: 700;
  }

  .text-cta-icon-subtitle {
    margin-top: 0;
  }

  .text-cta-icon-subtitle.cta-v2 {
    font-size: 12px;
    line-height: 14px;
  }

  .div-cta-element.cta-for-desktop {
    padding: 5px;
  }

  .div-cta-box {
    width: 100%;
  }

  .div-cta-icon-box {
    width: 38px;
  }

  .div-cta-icon-box.for-desktop {
    width: 60px;
    height: 60px;
  }

  .div-cta-icon-box.cta-desktop-v1 {
    text-align: center;
    width: 80%;
    height: auto;
  }

  .section-edm-contact-form {
    display: block;
  }

  .section-edm-contact-form.sec-contact {
    border: 0 solid #0000;
    border-radius: 0;
    max-width: 100%;
  }

  .section-edm-phase-1 {
    display: block;
  }

  .section-edm-phase-1.sec-1 {
    max-width: 100%;
  }

  .phase-1-heading-image.logo {
    padding-top: 17px;
  }

  .contact-form-success-text {
    font-size: 22px;
    line-height: 38px;
  }

  .contact-form-error-text {
    font-size: 16px;
  }

  .body-phase-2 {
    flex-direction: column;
  }

  .sec-v2.contact-form-section {
    background-image: url('../images/contact-form-bg-12x-100.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-box-v1.contact-form {
    display: none;
  }

  .slider-desc-text-v2 {
    font-size: 13px;
  }

  .div-contact-form-v2 {
    max-width: 90%;
    padding-top: 20px;
  }

  .sec-contact-v1.contact-form-section {
    background-image: url('../images/contact-form-bg-12x-100.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sec-contact-bg-box-v1.contact-form {
    display: none;
  }

  .desktop-contact-form-button-control-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .sec-edm-v1.hero-section {
    width: 100vw;
  }

  .sec-edm-v1.contact-form-section {
    background-image: url('../images/contact-form-bg-12x-100.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sec-edm-v1.sec-17 {
    width: 100vw;
  }

  .sec-edm-v1.sec-18, .sec-edm-v1.sec-19 {
    width: 100vw;
    margin-top: -64px;
  }

  .sec-edm-v1.general-section-v1, .sec-edm-v1.general-section-v2025-03-17 {
    width: 100vw;
  }

  .mobile-icon-pull-down-box {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    inset: auto auto 0% 50%;
  }

  .mobile-icon-pull-down-img {
    transform: rotate(90deg);
  }

  .sec-contact-bg-box-v1-copy.contact-form {
    display: none;
  }

  .mobile-decorated-img-box-for-sec-contact-v1 {
    inset: auto auto -69% 0%;
  }

  .global-mobile-sec-wrapper {
    width: 100%;
  }

  .slide-navigation {
    height: 17vw;
  }

  .sec-contact-v2.contact-form-section {
    background-image: url('../images/contact-form-bg-12x-100.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contact-form-select-field {
    font-size: 16px;
  }

  .body-phase-2-vip-booking-20230103v1, .body-phase-2-vip-booking-20230321 {
    flex-direction: column;
  }

  .bg-box-v3.contact-form, .mobile-bg-box-v3-2023-05-04.contact-form, .sec-contact-bg-box-v1-2023-05-04.contact-form {
    display: none;
  }

  .footer-edm-eb-text-hsinyeh-2 {
    font-size: 12px;
    display: none;
  }

  .footer-edm-eb-text-hsinyeh-2.copyright {
    display: none;
  }

  .div-cta-box-2 {
    width: 100%;
  }

  .contact-form-radio-button-label-1 {
    font-size: 18px;
  }

  .sky-map-box {
    height: 80vh;
    min-height: auto;
  }

  .sky-map-img-v1.no-pointer {
    min-height: auto;
  }

  .slide-nav-4 {
    inset: auto 0% 0%;
  }

  .slide-image-v1 {
    height: 100%;
  }

  .icon-6 {
    color: #929292;
    margin-right: 10px;
  }

  .slide-item-sec-3-v1 {
    width: 100%;
  }

  .icon-5 {
    color: #929292;
    margin-left: 10px;
  }

  .cta-mobile-item-img {
    width: 80%;
  }

  .div-mobile-cta-item-box {
    width: 100%;
  }

  .div-mobile-cta-item-box.for-desktop {
    grid-column-gap: 0px;
    max-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-cta-menu-desktop.sec-cta-desktop {
    bottom: 0;
  }

  .cta-decorated-line {
    height: 40px;
  }

  .contact-form-text-field-style-v1 {
    font-size: 16px;
  }

  .bg-box-v2025-03-17.contact-form {
    display: none;
  }

  .sec-edm-v2025-03-17.hero-section {
    width: 100vw;
  }

  .sec-edm-v2025-03-17.contact-form-section {
    background-image: url('../images/contact-form-bg-12x-100.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sec-edm-v2025-03-17.sec-17 {
    width: 100vw;
  }

  .sec-edm-v2025-03-17.sec-18, .sec-edm-v2025-03-17.sec-19 {
    width: 100vw;
    margin-top: -64px;
  }

  .sec-edm-v2025-03-17.general-section-v1, .sec-edm-v2025-03-17.general-section-v2025-03-17 {
    width: 100vw;
  }

  .slide-nav-v2025-03-17 {
    inset: auto 0% 0%;
  }

  .icon-for-slider-v2025-03-17 {
    color: #929292;
    margin-right: 10px;
  }

  .icon-5-copy {
    color: #929292;
    margin-left: 10px;
  }

  .slide-item-v2025-03-17 {
    width: 100%;
  }

  .slide-image-v2025-03-17 {
    height: 100%;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}