:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-kai-pilger-1341279.jpg'), url('../images/pexels-kai-pilger-1341279.jpg');
  background-position: 50%, 0 0;
  background-size: cover, 100%;
  background-attachment: fixed, scroll;
  background-clip: border-box;
}

.container {
  display: flex;
}

.navbar {
  background-color: #fff;
}

.nav-link {
  display: inline-block;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.nav-menu-right {
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #c6c6c6;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
}

.mainnavdiv {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  display: flex;
}

.aboutusbutton {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(255, 255, 255, 0);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.aboutusbutton:hover {
  color: #e0792b;
}

.contactusbutton {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(255, 255, 255, 0);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contactusbutton:hover {
  color: #e0792b;
}

.englishbutton {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(255, 255, 255, 0);
  border-right: 1px solid #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.chinesebutton {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(255, 255, 255, 0);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.chinesebutton:hover {
  color: #e0792b;
}

.languagediv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 50%;
}

.container-5 {
  flex: 0 auto;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.image-2 {
  max-width: 50%;
  margin-top: 150px;
  margin-bottom: 0;
}

.heading {
  color: rgba(255, 255, 255, .93);
  text-align: center;
  margin-top: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  position: relative;
}

.section {
  object-fit: fill;
  height: 100%;
  min-height: 100%;
  margin-bottom: 25%;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr .25fr 6fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  color: rgba(255, 255, 255, .93);
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.aboutusheading {
  color: rgba(255, 255, 255, .93);
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns {
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: rgba(255, 255, 255, .93);
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.section-2 {
  margin-bottom: 0;
  padding-bottom: 250px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
}

.column {
  flex-flow: column;
  display: flex;
}

.image-3 {
  justify-content: center;
  max-width: none;
  display: inline-flex;
}

.link {
  color: rgba(255, 255, 255, .93);
  letter-spacing: 1.5px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.section-3 {
  padding-bottom: 180px;
}

.paragraph {
  color: rgba(255, 255, 255, .93);
  text-indent: 0;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-5 {
  margin-bottom: 25px;
}

.submit-button {
  color: rgba(255, 255, 255, .93);
  background-color: #dc6c14;
  border-radius: 5px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.field-label {
  color: rgba(255, 255, 255, .93);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-field {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(20, 21, 24, .53);
  border: 1px solid #6d6d6e;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 20px;
}

.text-field:hover {
  background-color: rgba(20, 21, 24, .9);
  border-width: 1.5px;
  border-color: gray;
}

.text-field-2 {
  color: rgba(255, 255, 255, .93);
  object-fit: fill;
  background-color: rgba(20, 21, 24, .53);
  border: 1px solid #6d6d6e;
  border-radius: 5px;
  height: 125px;
  margin-bottom: 40px;
  overflow: visible;
}

.text-field-2:hover {
  background-color: rgba(20, 21, 24, .9);
  border-width: 1.5px;
  border-color: gray;
}

.text-field-3 {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(20, 21, 24, .53);
  border: 1px solid #6d6d6e;
  border-radius: 5px;
  height: 55px;
}

.text-field-3:hover {
  background-color: rgba(20, 21, 24, .9);
  border-width: 1.5px;
  border-color: gray;
}

.container-8 {
  flex-flow: column;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.text-block {
  color: rgba(255, 255, 255, .93);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.image-4 {
  margin-bottom: 20px;
}

.container-9 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.nav-link-3 {
  flex: 0 auto;
  order: 0;
}

.div-block-8 {
  flex: auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  flex: 0 auto;
  display: flex;
}

.div-block-10 {
  display: flex;
}

.languagediv-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar-2 {
  z-index: 0;
  background-color: rgba(19, 19, 22, 0);
  margin-top: 0;
  padding-top: 50px;
}

.chinesebutton-eng {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(255, 255, 255, 0);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.chinesebutton-eng:hover {
  color: rgba(255, 255, 255, .93);
}

.englishbutton-chi {
  color: rgba(255, 255, 255, .93);
  background-color: rgba(255, 255, 255, 0);
  border-right: 1px solid #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.englishbutton-chi:hover {
  color: #e0792b;
}

.textarea {
  background-color: rgba(20, 21, 24, .53);
  height: 125px;
}

.textarea-2 {
  color: rgba(255, 255, 255, .93);
  -webkit-text-stroke-color: rgba(255, 255, 255, .93);
  resize: none;
  background-color: rgba(20, 21, 24, .53);
  border: 1px solid #6d6d6e;
  border-radius: 5px;
  height: auto;
  min-height: 125px;
}

.textarea-2:hover {
  background-color: rgba(20, 21, 24, .9);
  border-width: 1.5px;
  border-color: gray;
}

.modal-overlay {
  background-image: url('../images/pexels-kai-pilger-1341279.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0; /* Start as invisible */
    transition: opacity 0.3s ease; /* Smooth transition for the overlay */
}

.modal-content {
  background-color: rgba(255, 255, 255, .78);
  padding: 100px;
  opacity: 0; 
  transition: opacity 0.3s ease;
}

.container-12 {
  justify-content: center;
  display: flex;
}

.paragraph-2 {
  color: #dc6c14;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.heading-4 {
  color: #dc6c13;
  font-size: 76px;
}

.image-5 {
  margin-right: 30px;
}

.modal-close-button {
  color: rgba(255, 255, 255, .78);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 150px;
  left: auto;
  right: 125px;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-2 {
    margin-bottom: 0;
  }

  .container-7 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .navbar-2 {
    margin-top: 50px;
    padding-top: 0;
  }

  .icon {
    justify-content: flex-end;
    display: flex;
  }

  .container-11 {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .mainnavdiv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-2 {
    margin-bottom: 0;
  }

  .modal-content {
    padding: 40px 35px;
    opacity: 0; 
    transition: opacity 0.3s ease;
  }

  .paragraph-2 {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-4 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .mainnavdiv {
    flex-flow: wrap;
    align-items: center;
  }

  .contactusbutton {
    font-size: 16px;
  }

  .heading {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
  }

  .container-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .aboutusheading {
    text-align: left;
    font-size: 25px;
  }

  .heading-3 {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph {
    text-align: left;
    font-size: 19px;
  }

  .text-block {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-3 {
    flex-flow: column;
    display: flex;
  }

  .languagediv-copy {
    position: static;
  }

  .navbar-2 {
    margin-top: 0;
  }

  .icon {
    color: #fff;
    text-align: left;
    justify-content: flex-end;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    display: flex;
  }

  .container-11 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .modal-content {
    padding: 50px 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .container-12 {
    flex-flow: column;
    align-items: center;
  }

  .paragraph-2 {
    padding-left: 0;
  }

  .heading-4 {
    margin-top: 0;
  }

  .image-5 {
    margin-right: 0;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}