:root {
  --white: white;
  --sec-bg-green-1: #0d3d01;
  --hero-bg-1: #224470;
  --sec-contact-bg: #113a04;
  --checked-value: #3898ec;
  --left-bar-decorated-line-1: #e4e4e4;
  --sidebar-bg-1: #ffd24ef0;
  --footer-text-1: #3a250f;
  --side-text-2: #99740b;
  --global-bg-2: #224471;
  --desktop-left-bg-1: #0f4103;
}

.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;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

a {
  text-decoration: underline;
}

.body-v1 {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-v1 {
  z-index: 1;
  background-color: var(--sec-bg-green-1);
  width: 100%;
  max-width: 720px;
  position: relative;
  overflow: hidden;
}

.section-v1.content-sec {
  padding-bottom: 31px;
}

.section-v1.hero-sec {
  background-color: var(--sec-bg-green-1);
  border-style: none;
  border-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.section-v1.gsap-trigger-hero, .section-v1.bg-green-1, .section-v1.gsap-trigger-s2, .section-v1.gsap-trigger-s1, .section-v1.gsap-trigger-s3, .section-v1.gsap-trigger-s4, .section-v1.gsap-trigger-s5, .section-v1.gsap-trigger-s6, .section-v1.gsap-trigger-s7, .section-v1.gsap-trigger-s8, .section-v1.gsap-trigger-s9, .section-v1.gsap-trigger-s10 {
  border-left: 20px solid #144e02;
  border-right: 20px solid #144e02;
  max-width: 720px;
}

.bg-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-img.hero-sec {
  object-fit: contain;
  object-fit: contain;
  background-color: #0d3d01;
  width: 100%;
  height: 100%;
}

.div-abs-content-img-wrapper {
  width: 100%;
  height: 100%;
}

.text-img.hero-sec {
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-mountain-img {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-sec-content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-text.abs-img {
  position: absolute;
  inset: 0% auto auto 0%;
}

.sec-pic-slider {
  width: 100%;
  height: auto;
}

.sec-pic-slide-item-wrapper {
  background-color: var(--hero-bg-1);
  width: 100%;
  height: 100%;
}

.slide-pic-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slide-pic-img.for-mobile {
  display: none;
}

.left-arrow {
  height: 100%;
}

.left-arrow.hidden {
  display: none;
}

.right-arrow {
  height: 50%;
}

.right-arrow.hidden {
  display: none;
}

.global-body-wrapper {
  z-index: 1;
  background-color: var(--sec-bg-green-1);
  background-image: url('../images/fullscreen-bg-12x-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  position: fixed;
  inset: 0%;
}

.section-wrapper {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.text-block {
  display: none;
}

.section-edm-contact {
  border: 1px #000;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: relative;
}

.section-edm-contact.sec-contact {
  background-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 0;
  display: block;
  overflow: hidden;
}

.section-edm-contact.sec-contact.hv2 {
  z-index: 2;
  background-color: var(--sec-contact-bg);
  border-left: 20px solid #144e02;
  border-right: 20px solid #144e02;
  max-width: 720px;
}

.div-error-message-style-v1 {
  color: #fff;
  text-align: center;
  background-color: #0000;
}

.image-55 {
  width: 100%;
}

.div-success-message-style-v1 {
  color: #024d97;
}

.div-success-message-style-v1.contact_from_submit_success {
  text-align: center;
  background-color: #0000;
}

.contact-form-checkbox-item-label-2 {
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #0000004d;
  padding-top: 5px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
}

.div-edm-contact-box {
  z-index: 10;
  background-color: var(--sec-contact-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -118px;
  display: flex;
  position: relative;
}

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

.contact-form-privacy-rich-text-block-style-v1 {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
}

.contact-form-privacy-rich-text-block-style-v1 h6 {
  color: var(--white);
  font-family: Noto Sans TC, sans-serif;
  font-weight: 300;
}

.contact-form-privacy-rich-text-block-style-v1 a {
  color: var(--white);
  font-weight: 300;
  display: inline;
}

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

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

.contact-from-submit-button {
  color: var(--hero-bg-1);
  text-align: center;
  letter-spacing: 5px;
  background-color: #0000;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 12px;
  width: 35%;
  max-width: 300px;
  margin-top: 30px;
  padding: 0 0 7%;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  box-shadow: 0 2px 8px #6ca2214d;
}

.div-contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: block;
}

.contact-from-lable-style-v1 {
  color: var(--white);
  letter-spacing: .5px;
  text-shadow: 0 1px 1px #0000004d;
  margin-top: 30px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.contact-form-checkbox-item {
  background-color: #fffffff2;
  border-color: #fff;
  width: 30px;
  height: 30px;
}

.contact-form-checkbox-item:active {
  background-color: var(--checked-value);
  color: var(--white);
}

.contact-form-text-field-style-v1 {
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
}

.desktop-cta-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 47px;
  padding-bottom: 6vh;
  display: flex;
  position: sticky;
  bottom: 0%;
}

.desktop-left-sidebar {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 98px;
  padding: 2px;
  display: flex;
  position: sticky;
  bottom: 1%;
  transform: translate(-20%);
}

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

.text-vrl._2024-01-15-1 {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

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

.text-span {
  color: var(--left-bar-decorated-line-1);
  display: inline-block;
}

.text-span.opacity-0 {
  opacity: 0;
}

.desktop-cta-item {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  transition: background-color .2s;
  overflow: hidden;
}

.desktop-cta-item:hover {
  background-color: var(--sidebar-bg-1);
}

.desktop-cta-item.cta-item {
  padding: 5px;
  transition: all .2s, background-color .2s;
  transform: scale(.9);
}

.desktop-cta-item.cta-item:hover {
  transform: scale(1);
}

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

.slide-nav {
  padding-top: 20px;
}

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

.decorated-m-img {
  position: absolute;
  inset: 0% auto auto 0%;
}

.html-embed {
  width: 0%;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.html-embed.hidden {
  display: none;
}

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

.text-span-3 {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.section-cta-menu-mobile.sec-cta-mobile {
  max-width: 100%;
  display: none;
}

.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;
}

.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;
}

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

.div-mobile-cta-item-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;
}

.html-embed---gtm {
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lightbox-for-desktop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.lightbox-img-for-desktop {
  width: 100%;
  height: 100%;
}

.icon-text.icon-search {
  color: #03030342;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  font-weight: 400;
  position: absolute;
  inset: auto 3% 20% auto;
}

.desktop-cta-phone-info {
  color: var(--white);
  width: auto;
  min-width: 100px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  display: none;
  position: absolute;
  bottom: 14%;
  left: 108%;
}

.div-footer-content-box {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.footer-text-1 {
  color: #ffffffc4;
  letter-spacing: 1px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 300;
}

.footer-link-box {
  color: #ffffffc4;
  text-decoration: none;
}

.video-box-wrapper {
  width: 100%;
  min-height: 300px;
  position: relative;
}

.div-yt-cover {
  background-image: url('../images/yt-video-thumbnail-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 34px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.html-embed-2 {
  width: 100%;
  height: 0;
  display: none;
}

.text-block-2 {
  color: var(--footer-text-1);
  text-align: center;
  font-size: 10px;
}

.footer-copyright-desktop {
  color: var(--white);
  padding-top: 3px;
  padding-bottom: 3px;
}

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

.footer-copyright-mobile {
  color: var(--white);
  display: none;
}

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

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

.title-box.sec-11-decorated-text-1 {
  top: 22%;
  transform: scale(1.5);
}

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

.title-img.sec-11-decorated-text-1 {
  opacity: 1;
}

.decorated-star-img.sec-2, .decorated-star-img.sec-3 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-3.no-pointer {
  top: 73%;
  left: 42.9%;
}

.decorated-star-img.sec-4-1 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-4-1.no-pointer {
  inset: 24% auto auto 0%;
}

.decorated-star-img.sec-4-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-4-2.no-pointer {
  top: 57%;
  left: 12.9%;
}

.decorated-star-img.sec-5-1 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-5-1.no-pointer {
  inset: 37% auto auto 39%;
}

.decorated-star-img.sec-5-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-5-2.no-pointer {
  inset: 60% auto auto 1%;
}

.decorated-star-img.sec-6-1 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-6-1.no-pointer {
  inset: -2% auto auto 41%;
}

.decorated-star-img.sec-9-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-9-2.no-pointer {
  top: 60%;
  left: 35.9%;
}

.decorated-star-img.sec-9-1 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-9-1.no-pointer {
  inset: 25% auto auto 13%;
}

.decorated-star-img.sec-10-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-10-2.no-pointer {
  top: 80%;
  left: 17.9%;
}

.decorated-star-img.sec-10-1 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-10-1.no-pointer {
  inset: 31% auto auto 33%;
}

.decorated-star-img.sec-11-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-11-2.no-pointer {
  width: 100%;
  height: 100%;
  inset: 65% auto auto 9%;
}

.decorated-star-img.sec-6-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-6-2.no-pointer {
  top: 65%;
  left: 2.9%;
}

.decorated-star-img.sec-7-1 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-7-1.no-pointer {
  inset: 13% auto auto 27%;
}

.decorated-star-img.sec-8-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-8-2.no-pointer {
  top: 59%;
  left: 43.9%;
}

.decorated-star-img.sec-8-1 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-8-1.no-pointer {
  inset: 1% auto auto 35%;
}

.decorated-star-img.sec-7-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-7-2.no-pointer {
  top: 58%;
  left: 18.9%;
}

.decorated-star-img.sec-2-2 {
  width: 25%;
  position: absolute;
  inset: 66% auto auto 15.9%;
}

.decorated-star-img.sec-2-2.no-pointer {
  width: 100%;
  height: 100%;
  inset: -6% auto auto -35%;
}

.decorated-star-img.sec-hero {
  width: 25%;
  position: absolute;
  inset: -1% auto auto 36%;
}

.slider-box {
  width: 100%;
}

.slider-box.hidden {
  display: none;
}

.slider-box.add-margin {
  margin-top: 10px;
}

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

.slide-item {
  background-color: var(--sec-bg-green-1);
  width: 100%;
  height: 100%;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.hotspot {
  opacity: .55;
  background-color: #91141bba;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 70.5% auto auto 59.6%;
  transform: scale(.6);
}

.hotspot.basecamp-sec-8.no-pointer {
  top: 49%;
  left: 23.9%;
}

.link-to-phone-box {
  cursor: pointer;
  width: 55%;
  height: 11%;
  position: absolute;
  inset: 67.8% auto auto 22.5%;
}

.hidden {
  display: none;
}

.div-empty-box {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.layer-scene-hero {
  width: 100%;
  height: 100%;
}

.layer-scene-hero-bypass, .hotspot-item-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hotspot-item-2.basecamp-sec-8.no-pointer {
  top: 49%;
  left: 23.9%;
}

.contact-budget-radio-btn-label {
  color: var(--white);
  padding-top: 5px;
  padding-left: 10px;
}

.contact-budget {
  margin-top: 5px;
  font-size: 16px;
}

.contact-budget-radio-btn {
  background-color: var(--white);
  width: 25px;
  height: 25px;
}

.contact-budget-radio-btn:active {
  border-width: 4px;
  border-color: var(--white);
  background-color: var(--checked-value);
}

.contact-budget-radio-btn.w--redirected-checked {
  border-color: var(--white);
  background-color: var(--checked-value);
}

.footer-link-out {
  color: #f1f1f1;
  -webkit-text-stroke-color: var(--footer-text-1);
  text-decoration: none;
}

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

.contact-form-success-img {
  border: 1px solid #d8d8d8;
  width: 100%;
}

.decorated-box-bird-2-v1 {
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto auto -1% -1%;
}

.decorated-img-for-bird-2 {
  width: 100%;
}

.decorated-box-bird-1-v1 {
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.decorated-img-for-bird-1 {
  filter: brightness(76%);
  width: 100%;
}

.decorated-start-box {
  position: relative;
}

.contact-form-checkbox-item-label-3 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #0000004d;
  padding-top: 5px;
  padding-left: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-3 {
  color: #3a250f;
  text-align: center;
  font-size: 10px;
}

.contact-from-submit-button-2 {
  color: #224470;
  text-align: center;
  letter-spacing: 5px;
  background-color: #0000;
  background-image: url('../images/submit-btn-14x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38%;
  max-width: 300px;
  margin-top: 30px;
  padding: 0 0 7%;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
}

.section-v1-2 {
  z-index: 1;
  background-color: #69a021;
  width: 100%;
  max-width: 720px;
  position: relative;
  overflow: hidden;
}

.footer-copyright-desktop-2 {
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.contact-from-label-style-v1-2 {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 0 1px 1px #0000004d;
  margin-top: 30px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.contact-from-label-style-v1-2.contact-time-label, .contact-from-label-style-v1-2.contact-living-area-label {
  font-family: Open Sans, sans-serif;
}

.div-edm-contact-box-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.contact-form-privacy-rich-text-block-style-v1-2 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
}

.contact-form-checkbox-item-2 {
  background-color: #fffffff2;
  border-color: #fff;
  width: 30px;
  height: 30px;
}

.contact-form-checkbox-item-2:active {
  color: #fff;
  background-color: #3898ec;
}

.section-v1-2-copy {
  z-index: 1;
  background-color: #69a021;
  width: 100%;
  max-width: 720px;
  position: relative;
  overflow: hidden;
}

.contact-form-select-field-style-v1 {
  height: 50px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.link-2 {
  color: #fdc;
  font-weight: 400;
}

.heading, .heading-2, .heading-3 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.desktop-left-sidebar-2 {
  z-index: 10;
  opacity: .88;
  background-color: #6aac12;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  position: sticky;
  bottom: 50%;
  box-shadow: 0 14px 0 -2px #fffffff0;
}

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

.text-span-5 {
  color: #e4e4e4;
  display: inline-block;
}

.text-span-5.opacity-0 {
  opacity: 0;
}

.text-en-mixed-2 {
  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;
}

.desktop-cta-img {
  padding: 2px;
}

.desktop-cta-link-box {
  border-radius: 10px;
  transition: all .3s;
}

.desktop-cta-link-box:hover {
  background-image: linear-gradient(#2e900680, #2e900680);
  transform: scale(1.2);
}

.desktop-cta-decorated-img-v1 {
  background-color: #1a530c;
  width: 180px;
  max-width: 180px;
  margin-left: 90px;
  padding: 2px;
}

.desktop-cta-telepohone-box {
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  margin-left: 90px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  display: flex;
}

.desktop-cta-telepohone-box.hidden {
  display: none;
}

.desktop-cta-telepohone-box-icon {
  filter: invert();
  width: 20px;
  height: 20px;
}

.desktop-cta-telepohone-box-text {
  color: #fff;
  letter-spacing: 3px;
  margin-left: 5px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.desktop-cta-telepohone-box-link-box-wrapper {
  border: 1px #000;
  border-bottom: 2px solid #0000;
  width: 100%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.desktop-cta-telepohone-box-link-box-wrapper:hover {
  border: 1px #000;
  border-bottom: 2px solid #5b5f13;
  text-decoration: none;
}

.link-to-privacy {
  color: #f3f5db;
  text-decoration: underline;
}

.sec-11-bottom-box-v1 {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .bg-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bg-img.hero-sec {
    height: auto;
  }

  .contact-from-submit-button {
    background-image: none;
    background-position: 50%;
    background-size: contain;
  }

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

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

  .section-cta-menu-mobile.sec-cta-mobile {
    max-width: 80%;
  }

  .footer-link-box {
    color: #ffffffc4;
    text-decoration: none;
  }

  .slider-box {
    width: 100%;
  }

  .desktop-left-sidebar-2 {
    background-color: #6aac12;
  }

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

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

  .desktop-cta-telepohone-box-text {
    letter-spacing: 1px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .section-v1 {
    max-width: 100%;
  }

  .section-v1.content-sec.youtube-video-sec {
    padding-bottom: 0;
  }

  .section-v1.hero-sec {
    border-style: none;
    border-width: 0;
  }

  .section-v1.gsap-trigger-hero, .section-v1.bg-green-1, .section-v1.gsap-trigger-s2, .section-v1.gsap-trigger-s1, .section-v1.gsap-trigger-s3, .section-v1.gsap-trigger-s4, .section-v1.gsap-trigger-s5, .section-v1.gsap-trigger-s6, .section-v1.gsap-trigger-s7, .section-v1.gsap-trigger-s8, .section-v1.gsap-trigger-s9, .section-v1.gsap-trigger-s10 {
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
  }

  .div-abs-logo-mountain-wrapper {
    width: 100%;
  }

  .logo-mountain-img {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .slide-pic-img.for-mobile {
    display: block;
  }

  .section-wrapper {
    min-height: 100vh;
    max-height: none;
  }

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

  .section-edm-contact.sec-contact {
    overflow: hidden;
  }

  .section-edm-contact.sec-contact.hv2 {
    background-color: var(--sec-contact-bg);
  }

  .div-edm-contact-box {
    margin-bottom: 10px;
  }

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

  .contact-from-submit-button {
    border-radius: 0;
    font-weight: 900;
  }

  .desktop-cta-wrapper, .desktop-left-sidebar {
    display: none;
  }

  .section-cta-menu-mobile.sec-cta-mobile {
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
    position: sticky;
    bottom: 0;
  }

  .section-cta-menu-mobile.sec-cta-mobile.hidden {
    display: none;
  }

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

  .div-cta-element.cta-v2 {
    background-color: #0000;
    width: auto;
    max-width: 20%;
    height: auto;
    margin: 0;
  }

  .div-cta-element.cta-v2.hidden {
    height: auto;
    margin: 0;
  }

  .div-mobile-cta-item-box {
    color: var(--sec-bg-green-1);
    background-color: #0000;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .div-cta-icon-box.cta-v2 {
    width: 80%;
    height: 100%;
  }

  .lightbox-for-desktop {
    display: none;
  }

  .div-footer-content-box {
    align-items: center;
    padding-left: 0;
  }

  .video-box-wrapper {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-2 {
    color: #d8d8d8;
    font-size: 10px;
  }

  .footer-copyright-desktop {
    color: #a6a6a6;
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    text-decoration: none;
    display: none;
  }

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

  .footer-copyright-mobile {
    color: #d8d8d8;
    text-align: center;
    padding-top: 0;
    font-size: 12px;
    text-decoration: none;
    display: block;
  }

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

  .div-empty-box {
    align-items: center;
    padding-left: 0;
  }

  .footer-link-out {
    color: #dabe9f;
    text-decoration: none;
  }

  .text-block-3 {
    color: #d8d8d8;
    font-size: 10px;
  }

  .contact-from-submit-button-2 {
    border-radius: 0;
    font-weight: 900;
  }

  .section-v1-2 {
    max-width: 100%;
  }

  .footer-copyright-desktop-2 {
    color: #a6a6a6;
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    text-decoration: none;
    display: none;
  }

  .div-edm-contact-box-2 {
    margin-bottom: 10px;
  }

  .section-v1-2-copy {
    max-width: 100%;
  }

  .desktop-left-sidebar-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-v1.content-sec.youtube-video-sec {
    padding-bottom: 0;
  }

  .section-wrapper {
    max-height: none;
  }

  .div-edm-contact-box {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-from-submit-button {
    font-weight: 900;
  }

  .html-embed {
    width: 100%;
    height: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

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

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

  .text-block-2 {
    text-align: center;
  }

  .footer-copyright-desktop {
    color: #a6a6a6;
    padding-top: 24px;
  }

  .link {
    text-decoration: none;
  }

  .footer-copyright-mobile {
    color: #a6a6a6;
  }

  .footer-link-out {
    text-decoration: none;
  }

  .text-block-3 {
    text-align: center;
  }

  .contact-from-submit-button-2 {
    font-weight: 900;
  }

  .footer-copyright-desktop-2 {
    color: #a6a6a6;
    padding-top: 24px;
  }

  .div-edm-contact-box-2 {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 479px) {
  .section-v1.content-sec {
    margin-bottom: 30px;
  }

  .section-v1.content-sec.youtube-video-sec {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-wrapper {
    max-height: none;
  }

  .link-block-2 {
    padding: 5px;
  }

  .section-edm-contact {
    overflow: hidden;
  }

  .section-edm-contact.sec-contact {
    border-bottom-style: none;
  }

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

  .div-edm-contact-box {
    border-color: #1d1b38;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-top: -72px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-from-submit-button {
    box-shadow: none;
    text-align: center;
    background-position: 50%;
    background-size: contain;
    width: 250px;
    max-width: 90vw;
    height: 100px;
    margin-top: 10px;
    padding-bottom: 0%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

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

  .contact-from-lable-style-v1 {
    font-size: 14px;
  }

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

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

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

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

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

  .div-cta-element.cta-v2 {
    max-width: 25%;
  }

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

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

  .div-cta-icon-box.cta-v2 {
    width: 90%;
  }

  .div-footer-content-box {
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
    font-size: 12px;
  }

  .title-img.desc-text {
    transform: translate(4%)scale(1.1);
  }

  .slide-image {
    height: 100%;
  }

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

  .div-empty-box {
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
    font-size: 12px;
    position: relative;
  }

  .contact-form-error-img-box {
    padding: 5px;
  }

  .decorated-img-for-bird-2.desc-text, .decorated-img-for-bird-1.desc-text {
    transform: translate(4%)scale(1.1);
  }

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

  .contact-from-submit-button-2 {
    box-shadow: none;
    text-align: center;
    background-position: 50%;
    background-size: contain;
    width: 250px;
    max-width: 90vw;
    height: 100px;
    margin-top: 10px;
    padding-bottom: 0%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .contact-from-label-style-v1-2 {
    font-size: 14px;
  }

  .div-edm-contact-box-2 {
    border-color: #1d1b38;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}


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