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

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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: #4f4f36;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bodonimoda;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
  font-size: 1.3rem;
}

a {
  color: #3b2815;
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.rl_menu-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -10px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.rl-dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu.is-page-height-tablet {
  background-color: #fff;
  position: absolute;
  overflow: auto;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_dropdown-toggle {
  color: #000;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_menu-icon_line-top-2, .rl_menu-icon_line-bottom-2 {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.rl_menu-icon_line-middle-inner-2 {
  width: 4px;
  height: 0;
}

.rl_navbar1_link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.wb_nav-menu_wrapper-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.wb_nav-menu_wrapper-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wb_navbar-t1 {
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.rl_menu-icon_line-middle-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wb_pad-global {
  flex-direction: column;
  width: 100%;
  height: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.wb_pad-global.login {
  flex: 0 auto;
  height: auto;
}

.wb_footer {
  color: #fff;
  background-color: #7f6a53;
  padding: 20px 30px;
}

.wb_footer.swiper-slide.auto-height {
  padding-bottom: 100px;
}

.style-guide-color-wrap {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.light-color-background {
  background-color: #fff;
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: #727272;
}

.style-guide-color-wrap.white-background {
  background-color: #fff;
}

.style-guide-color-wrap.secondary-color-background {
  background-color: #89b6ff;
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: #ddd;
}

.style-guide-color-wrap.primary-color-background {
  background-color: #3b83f7;
}

.style-guide-popup-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.large-p {
  font-size: 22px;
  line-height: 28px;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 50px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.form-checkbox {
  width: 20px;
}

.section-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.light-text {
  color: #fff;
}

.container {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.form-field.form-select {
  background-color: #fff;
}

.style-guide-edit-wrap {
  opacity: .4;
  padding-top: 20px;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.wb_ul {
  padding-left: 15px;
}

.wp_fs {
  font-size: 14px;
  line-height: 18px;
}

.close-popup-button {
  color: #000;
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: -5px;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: stretch;
  padding-top: 10px;
  display: grid;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.wb_button-solid {
  background-color: #3b2815;
  min-width: 120px;
  margin-top: 0;
  padding: 6px 15px;
}

.wb_button-solid.form-submit {
  margin-top: 15px;
}

.wb_button-solid.ghost-button {
  color: #3b83f7;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #3b83f7;
}

.wb_button-solid.ghost-button.invese-ghost {
  color: #fff;
  border-color: #fff;
}

.wb_button-solid.inverse-button {
  color: #3b83f7;
  background-color: #fff;
}

.wb_button-solid.landing-disclaimer-enter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.popup-card {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.form-lable {
  margin-top: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.lynx-nav-link {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: #8979ec;
}

.rl_footer3_text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.main {
  margin-left: 0;
  margin-right: 0;
}

.main.cc-home-wrap {
  position: relative;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.responsive-padder {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 100px;
  font-weight: 700;
}

.footer {
  color: #e6e6e6;
  text-align: center;
  background-color: #474b36;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.footer.wb_pad-global {
  height: auto;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_footer3_legal-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_social-link {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.lynx-logo {
  width: 86px;
  height: 42px;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer3_line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer3_component {
  background-color: rgba(0, 0, 0, 0);
}

.rl-social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

._1200-flex-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  display: flex;
}

.rich-text-block {
  object-fit: fill;
  width: 100%;
  font-size: 16px;
}

.navigation {
  z-index: 12000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer_content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.rl-padding-section-medium-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.rl_footer3_credit-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.wb_smoothscroll_script {
  height: 0;
  position: absolute;
  left: -100vw;
}

.rl_footer3_link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  display: grid;
}

.rl-text-style-small-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.lynx-nav-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1f2022;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: #8979ec;
}

.wb_popup {
  z-index: 1000000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.wb_popup.disclaimer-popup {
  border-radius: 0;
  display: none;
}

.wb_popup.privacy-popup {
  display: none;
}

.wb_popup.vr-popup {
  border-radius: 0;
  padding: 60px;
  display: none;
}

.wb_popup.vr-popup.vr1 {
  z-index: 10000;
  display: none;
}

.wb_popup.vr-popup.vr1._1, .wb_popup.vr-popup.vr1._2, .wb_popup.vr-popup.vr1._3, .wb_popup.vr-popup.vr1.terms-of-use, .wb_popup.vr-popup.vr1.ingormation-of-vender, .wb_popup.vr-popup.vr1._7 {
  display: none;
}

.wb_popup.vr-popup.provacy-policy {
  z-index: 10000;
  display: none;
}

.wb_popup.vr-popup.provacy-policy._1, .wb_popup.vr-popup.provacy-policy._2, .wb_popup.vr-popup.provacy-policy._3, .wb_popup.vr-popup.provacy-policy.terms-of-use, .wb_popup.vr-popup.provacy-policy.ingormation-of-vender, .wb_popup.disclaimer-information, .wb_popup.notice {
  display: none;
}

.wb_bg_img-wrapper {
  z-index: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_bg_img-wrapper.landing-disclaimer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, .51);
  flex-direction: column;
  grid-template-rows: minmax(auto, 50px) auto minmax(auto, 50px);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wb_bg_img-wrapper.section_p1_background {
  background-color: #edeae3;
}

.wb_bg_img-wrapper.p2 {
  background-color: #ede9e2;
}

.wb_bg_img-wrapper.p5_2 {
  justify-content: center;
}

.wb_bg_img {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}

.wb_bg_img.wb_height-full {
  position: fixed;
  top: 0;
}

.wb_bg_img.center {
  flex: 1;
  height: 0%;
}

.wb_bg_img.size {
  height: 50px;
}

.wb_popup_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
}

.wb_popup_content.login {
  position: absolute;
}

.wb_popup_content.copyright {
  background-image: none;
}

.wb_popup_content.landing {
  background-color: #e3d9cf;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
}

.wb_popup_content.disclaimer {
  background-color: #e3d9cf;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  height: 50%;
  padding: 50px 30px;
}

.wp_space-30 {
  max-width: 40vw;
  height: 20px;
  position: relative;
}

.wb_width-default {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  width: 750px;
  max-width: 100%;
  display: flex;
}

.wb_width-default.wb_pad-global.pad-header {
  padding-top: 100px;
}

.wb_width-default.wb_pad-global.pad-header.pad-footer {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
}

.wb_button-hollow {
  color: #fff;
  letter-spacing: .2em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
}

.wb_button-hollow:hover {
  color: #fff;
  background-color: #000;
}

.wb_button-hollow.wb_font-2 {
  color: #fff;
  border-color: #fff;
  padding: 5px 15px;
}

.wb_button-hollow.wb_font-2.bgm-enable {
  color: #fff;
  border-color: #fff;
  display: inline-block;
}

.wb_button-hollow.wb_font-2.bgm-enable:hover {
  color: #fff;
}

.wb_button-hollow.wb_style_inverse {
  color: #fff;
  border-color: #fff;
}

.wb_button-hollow.wb_style_inverse:hover {
  color: #000;
  background-color: #fff;
}

.wb_button-hollow.logout {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Gillsans;
  position: fixed;
  top: 20px;
  right: 30px;
}

.wb_button-hollow.header-login-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.body {
  color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.wb_richtext-wrapper {
  text-align: justify;
  width: 100%;
  height: 50vh;
  line-height: 1.5;
  overflow: auto;
}

.wb_richtext-wrapper.landing-dislcaimer {
  margin-bottom: 30px;
}

.align-right {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.wb_language-list {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gillsans;
  display: flex;
}

.wb_language-list.inside {
  position: fixed;
  top: 60px;
  right: 68px;
}

.wb_language-list.center {
  text-align: center;
}

.wb_language-list.header-nav-language {
  font-size: 1.6rem;
}

.wb_language-list.header-nav-language.side-menu {
  display: none;
}

.wb_language-list.landing {
  z-index: 1;
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
}

.wb_language-list.in-landing-dsiclaimer {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wb_language-list.menu-bar {
  position: absolute;
  top: 10px;
  right: 20px;
}

.wb_divider-vertical {
  background-color: #000;
  width: 1px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.wb_lanaguage-option {
  color: #3b2815;
  line-height: 1;
  text-decoration: none;
}

.wb_lanaguage-option.in-landing-disclaimer {
  color: #3b2815;
}

.text-block {
  color: #474a35;
}

.image {
  width: 423px;
  max-width: 30vw;
  height: auto;
}

.wb_pad-default {
  padding-left: 30px;
  padding-right: 30px;
}

.wb_header_t1 {
  background-color: #fff;
  align-items: center;
  height: 100px;
  display: flex;
}

.wb_header_t1.wb_pad-global {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
}

.wb_header_t1.wb_pad-global.side_nav {
  z-index: 10;
  width: 320px;
  height: 100vh;
  position: relative;
}

.wb_header_t1.wb_pad-global.wb_header {
  background-color: #212430;
  border-bottom-style: none;
  display: flex;
  position: fixed;
}

.wb_header_t1.wb_pad-global.wb_header.temp {
  display: none;
  top: 109px;
}

.wb_header_t1.wb_pad-global.wb_header.home {
  background-color: rgba(0, 0, 0, 0);
}

.rl_navbar3_tablet-menu-button-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.wb_navbar_side_background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.rl_navbar3_logo-link-2 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.rl_navbar3_dropdown-toggle-2 {
  color: #000;
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_dropdown-link-2 {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link-2.w--current {
  color: #000;
}

.rl_navbar3_menu-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_navbar3_link-2 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar3_link-2.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl_navbar3_logo-link-menu-2 {
  padding-left: 0;
  display: none;
}

.rl_navbar3_menu-button-2 {
  padding: 0;
}

.rl_navbar3_logo-2 {
  height: 50px;
}

.rl_navbar3_menu-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.rl_navbar3_container-2 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_container-2.side_nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wb_h1 {
  font-size: 5rem;
  line-height: 1.2;
}

.wb_h2 {
  font-size: 4rem;
  line-height: 1.2;
}

.wb_h3 {
  font-size: 2.8rem;
  line-height: 1.2;
}

.wb_p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.body-2 {
  font-size: 10px;
}

.wb_style-default {
  display: none;
}

.body-3 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.wb_body {
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.wb_body.wb_font-0 {
  color: #3b2815;
  background-color: #edeae3;
  font-family: Noto Sans TC, sans-serif;
}

.wb_font-1 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.wb_font-1.tag-line {
  font-size: 4rem;
}

.wb_font-2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Gillsans;
  font-weight: 400;
}

.wb_script-default {
  display: none;
}

.div-block {
  z-index: 1;
  position: relative;
}

.wb_textbox-float {
  z-index: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 20%;
}

.wb_textbox-float.menu {
  top: 50%;
  transform: translate(0, -50%);
}

.wb_textbox-float.wb_pad-default {
  padding-left: 30px;
  padding-right: 30px;
}

.wb_textbox-float.wb_pad-global {
  height: auto;
  margin-top: 0;
  top: auto;
  bottom: 67%;
}

.wb_textbox-float.wb_pad-global.vertical-center {
  height: auto;
  top: 45%;
  transform: translate(0, -50%);
}

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

.wb_height-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wp_space-20 {
  height: 20px;
}

.wb_fs3 {
  font-size: 2.6rem;
}

.image-2 {
  width: auto;
  height: 74px;
}

.button-2, .link-block {
  position: relative;
}

.sales-information-button {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.sales-information-button.wb_font-1 {
  color: #474b36;
  -webkit-text-stroke-color: #eec06d;
  padding: 21px 62px;
  font-size: 1.4rem;
}

.sales-information-button.wb_font-1.sidebar {
  z-index: 11;
  text-align: center;
  background-color: #474a35;
  border-bottom-style: none;
  width: 100%;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sales-information-button.wb_font-1.sidenav {
  z-index: 13;
  color: #eec06d;
  border-bottom-style: none;
  font-size: 1.4rem;
}

.developer-logo {
  margin: 66px 20px;
  display: block;
  position: relative;
}

.footer-detail {
  color: #eec06d;
  font-size: 1.1rem;
  position: relative;
}

.sales-information-menu {
  z-index: 110;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.sales-information-menu.wb_nav_menu {
  display: none;
}

.sales-information-menu.wb_nav_menu.wb_height-full-max, .sales-information-menu.wb_nav_menu.wb_height-full-header {
  display: none;
  position: absolute;
}

.menu-header {
  color: #eec06d;
  letter-spacing: .1em;
  -webkit-text-stroke-color: #eec06d;
  text-transform: uppercase;
  border-bottom: 1px solid #eec06d;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-family: Bodonimoda;
  font-size: 2.2rem;
  display: inline-block;
}

.menu-header.no-content {
  border-bottom-style: none;
}

.menu-list {
  letter-spacing: .1em;
  max-height: 400px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Bodonimoda;
  overflow: auto;
}

.menu-list.vertical {
  max-height: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
}

.menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.menu-item.vertical {
  margin-bottom: 10px;
}

.text-block-2 {
  color: #eec06d;
  text-align: left;
  -webkit-text-stroke-color: #eec06d;
  text-transform: uppercase;
}

.text-block-2.center {
  color: #474b36;
  text-align: center;
  letter-spacing: .2em;
  padding: 21px 10px;
}

.link-block-2 {
  flex: 1;
  text-decoration: none;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
}

.image-3 {
  width: 60px;
  margin-top: 19px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.wb_width-50 {
  width: 50px;
}

.coming-soon {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.wb_fullscreen {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.input-block {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.input {
  letter-spacing: .1em;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #13110c;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gillsans;
  font-size: 1.6rem;
}

.input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
}

.input::placeholder {
  color: #13110c;
}

.toggle-password {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50px;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
  overflow: hidden;
}

.eye_inner {
  align-items: center;
  display: flex;
}

.eye_img {
  cursor: pointer;
  width: 50px;
  display: block;
}

.eye_img_close {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wb_width1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 575px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  width: 100%;
}

.relative {
  position: relative;
}

.show-hide-code {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
}

.show-password {
  background-color: #fff;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.show-password.w--current {
  display: none;
}

.eye-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 4px;
  display: flex;
}

.hide {
  display: none;
}

.wb_ol {
  padding-left: 15px;
}

.link-with-image {
  color: #fff;
  height: 100%;
}

.wb_barba_container {
  flex-direction: column;
  position: relative;
}

.wb_barba_container.layout_side_nav {
  flex-direction: row;
  display: flex;
}

.wb_content_wrapper {
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_menu.is-page-height-tablet {
  background-color: rgba(0, 0, 0, 0);
}

.rl_navbar2_dropdown-list {
  text-align: center;
  display: none;
  position: static;
  overflow: hidden;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-style: solid none;
  flex-direction: column;
  padding: 0 .5rem;
  display: flex;
  position: static;
}

.rl_navbar2_dropdown-list._w--open {
  position: static;
}

.rl_navbar2_dropdwn-toggle {
  color: #000;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdwn-toggle.side_nav {
  text-transform: uppercase;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 1rem;
  font-family: Bodonimoda;
  font-size: 1.6rem;
  display: flex;
}

.rl_navbar2_link-text.current-parent {
  font-weight: 700;
}

.rl_navbar2_menu-dropdown.side_nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_navbar2_link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_link.side_nav {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bodonimoda;
  font-size: 1.6rem;
}

.rl_navbar2_link.side_nav.w--current {
  font-family: Bodonimoda;
  font-weight: 700;
}

.rl_navbar2_dropdown-link {
  color: #000;
  text-align: center;
  padding: .5rem 1rem;
  font-family: Bodonimoda;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

.wb_navbar_side_nav {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 27%;
}

.wb_navbar_side_nav.is-page-height-tablet {
  background-color: rgba(0, 0, 0, 0);
}

.wb_navbar_side-logo {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 8%;
}

.wb_pad_all-default {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 60px;
}

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

.wb_imagewithcaption_wrapper.deisgn-content {
  width: 100%;
  max-width: 100%;
}

.wb_imagewithcaption_wrapper.deisgn-content.adjust-margni-top {
  margin-top: 8px;
}

.wb_width-1 {
  text-align: center;
  width: 570px;
  max-width: 100%;
}

.wb_img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-wrapper {
  padding: 10px 0;
}

.wb_header_side {
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  height: 100px;
  display: flex;
}

.wb_header_side.wb_pad-global {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
}

.wb_header_side.wb_pad-global.side_nav {
  z-index: 10;
  flex: none;
  width: 320px;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
}

.caption {
  color: #1d1d1b;
  text-align: center;
  margin-top: 19px;
}

.caption.swap {
  z-index: 0;
  opacity: 0;
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
}

.caption.swap.active {
  z-index: 10;
  opacity: 1;
  transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
}

.wb_videowithcaption_wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.wb_width-2 {
  text-align: center;
  width: 570px;
  max-width: 100%;
}

.wb_center_wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wb_center_wrapper.location_map {
  width: 113vh;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wb_img-contain {
  object-fit: contain;
  flex: 1;
  width: 100%;
  height: 0;
}

.wb_img-contain.mobile {
  display: none;
}

.wb_img-contain.mlp {
  max-width: 1220px;
}

.floorplan-header {
  color: #636467;
  text-transform: uppercase;
  font-family: Bodonimoda;
  font-size: 2.4rem;
}

.floorplan-title-divider {
  background-color: #636467;
  width: 80px;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.wb_img-default {
  object-fit: cover;
  width: 100%;
}

.wb_divider-horizontal {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-left: 3px;
  margin-right: 3px;
}

.align-center {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.landing-disclaimer-title {
  letter-spacing: .04em;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.wb_scrollable-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 0%;
  max-height: 30vh;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.wb_scrollable-wrapper.coming-soon-state {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wb_scrollable-content {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.2;
  overflow: hidden;
}

.landing-disclaimer-paragraph-large {
  text-align: justify;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.landing-disclaimer-paragraph-small {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.wp_space-50 {
  max-width: 40vw;
  height: 50px;
  position: relative;
}

.site-logo {
  width: 423px;
  max-width: 25vw;
}

.developers-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wb_height-full-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sales-information-nav {
  z-index: 1;
  background-color: #474b36;
  background-image: url('../images/background1.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu-list---horizontal {
  text-align: center;
  letter-spacing: .4em;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Bodonimoda;
  font-size: 1rem;
  display: flex;
}

.sales-information-button-wrapper {
  background-image: url('../images/background1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.sales-information-button-wrapper.sidenav {
  z-index: 11;
  background-image: url('../images/background2.jpg');
  position: absolute;
}

.sales-information-button-wrapper.sales-information {
  display: none;
}

.back-button-wrapper {
  background-color: #4f4f36;
  background-image: url('../images/background1.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.back-button {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.back-button.wb_font-1 {
  color: #474b36;
  -webkit-text-stroke-color: #eec06d;
  padding: 21px 62px;
  font-size: 1.4rem;
}

.back-button.wb_font-1.sidebar {
  z-index: 11;
  text-align: center;
  background-color: #474a35;
  border-bottom-style: none;
  width: 100%;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.back-button.wb_font-1.sidenav {
  border-bottom-style: none;
  font-size: 1.4rem;
}

.wb_height-full-min {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.design-header {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Bodonimoda;
  font-size: 2.4rem;
}

.design-header.lower-case {
  text-transform: none;
}

.wb_content-row {
  border-bottom: 1px solid #bfb8ae;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  display: flex;
}

.wb_content-row.first {
  border-top: 1px solid #bfb8ae;
  align-items: center;
}

.design-content-wide {
  text-align: justify;
  width: 177%;
  max-width: 100%;
  margin-left: 30px;
  font-size: 1.6rem;
}

.wb_img {
  height: auto;
}

.wb_font-3 {
  color: #9d9d9c;
  font-family: Athelas;
  font-weight: 400;
  line-height: 1.444;
}

.caption-title {
  color: #1d1d1b;
  letter-spacing: .1em;
  font-family: Athelas;
  font-weight: 400;
}

.caption-description {
  color: #9d9d9c;
  letter-spacing: .05em;
  font-family: Athelas;
  font-style: italic;
  font-weight: 400;
}

.design-content-even {
  text-align: justify;
  width: 95%;
  max-width: 100%;
  font-size: 1.6rem;
}

.wb_slider-with_thumbnail {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.wb_resolution_fix {
  width: 100%;
  margin-top: 0;
  padding-bottom: 83%;
  position: relative;
}

.slider-navigation {
  z-index: 10;
  grid-column-gap: 1.25%;
  grid-row-gap: 1.25%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.slider-navigation.default {
  z-index: 11;
  font-size: 500%;
}

.slider-thumbnail-wrapper {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 5px;
  transition: opacity .3s;
  display: flex;
}

.slider-thumbnail-wrapper:hover, .slider-thumbnail-wrapper.active {
  opacity: 1;
}

.slider-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wb_pad_all-1 {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 30px 160px;
}

.wb_width-3 {
  text-align: center;
  width: 774px;
  max-width: 100%;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.caption-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slide-nav {
  display: none;
}

.bgm-toggle {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/sound_button_1sound_button.png');
  background-position: 0 -18px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  padding: 0;
}

.bgm-toggle.active {
  background-image: url('../images/sound_button_1sound_button.png');
  background-position: 0 0;
  width: 22px;
}

.bgm-toggle.side_nav {
  background-image: url('../images/sound_button_1sound_button.png');
  position: fixed;
  top: 60px;
  right: 31px;
}

.bgm-toggle.header-nav-bgm {
  height: 19px;
}

.wb_bg_video-wrapper {
  z-index: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.wb_bg_video-wrapper.landing-disclaimer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: minmax(auto, 50px) auto minmax(auto, 50px);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.wb_pad_all-2 {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
}

.row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.developer-logo-image {
  width: auto;
  height: 74px;
}

.wb_language-dropdown-list {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gillsans;
  display: flex;
}

.wb_language-dropdown-list.inside {
  position: fixed;
  top: 60px;
  right: 68px;
}

.wb_language-dropdown-list.center {
  text-align: center;
}

.wb_language-dropdown {
  display: none;
  position: relative;
}

.wb_language-dropdown_button {
  color: #474a35;
}

.wb_language-dropdown-list-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gillsans;
  display: flex;
  position: absolute;
}

.wb_language-dropdown-list-wrapper.inside {
  position: fixed;
  top: 60px;
  right: 68px;
}

.wb_language-dropdown-list-wrapper.center {
  text-align: center;
}

.open-menu-listing {
  padding-top: 5%;
  padding-left: 5%;
}

.rl_menu-icon_line-top-3 {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.rl_navbar1_menu-button-2 {
  z-index: 11;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.rl_navbar1_menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.rl_menu-icon_line-bottom-3 {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.open_menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hide-show-menu {
  width: 300px;
  margin-bottom: 3%;
  margin-right: 3%;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_navbar1_link-2 {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link-2.w--current {
  color: #000;
}

.rl_menu-icon_line-middle-3 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.hide_show_menu {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.hide_show_menu.is-page-height-tablet {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.hide_show_menu.is-page-height-tablet.wb_backgroundcolor-0 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  display: none;
  overflow: hidden;
}

.rl_navbar1_logo-2 {
  text-align: center;
  width: auto;
  height: 100%;
}

.rl_navbar1_logo-2.max-width {
  width: 100%;
  height: auto;
}

.wb_header_t2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
  position: absolute;
}

.wb_header_t2.wb_pad-global.wb_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.wb_header_t2-container {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wb_header_t2-container.side_nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.wb_lanaguage-option-2 {
  text-decoration: none;
}

.developer-logo-link-block {
  height: 15px;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.wb_divider-vertical-2 {
  background-color: #000;
  width: 0;
  height: 0;
  margin: 20px 15px;
}

.wb_nav-menu_wrapper-left-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wb_fontcolor-2 {
  color: #fff;
}

.wb_fontcolor-2.wb_fontsize-1 {
  font-size: 1.6rem;
}

.wb_fontcolor-2.wb_fontsize-2 {
  font-size: 1.5rem;
}

.wb_language-list_divider {
  background-color: #3b2815;
  width: 1px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.wb_language-list_divider.in-landing-disclaimer {
  background-color: #3b2815;
}

.rl_navbar1_logo-link-2 {
  justify-content: center;
  align-items: center;
  height: 110px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.wb_language-list-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.developer-logo-2 {
  width: auto;
  max-width: none;
  height: 100%;
  font-size: 2rem;
  position: relative;
}

.rl_menu-icon_line-top-4 {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.rl_navbar1_menu-button-3 {
  z-index: 11;
  padding: 0;
}

.rl_navbar1_menu-button-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.rl_menu-icon_line-bottom-4 {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.rl_menu-icon_line-middle-4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.rl_navbar1_container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(272px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.rl_navbar1_logo-3 {
  text-align: center;
  width: auto;
  height: 100%;
}

.rl_navbar1_logo-3.max-width {
  width: 100%;
  height: auto;
}

.rl_menu-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -.5rem;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.wb_side_wrapper, .wb_side_wrapper.wb_height-full-max {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wb_side_logo {
  height: 80px;
}

.wb_width-privay {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 910px;
  max-width: 100%;
  height: 0;
  padding: 60px 45px 30px;
  display: flex;
}

.wb_pad-global-copy {
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.wb_popup_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wb_popup_content-wrapper.privacy {
  background-color: #f9f5f2;
  width: 630px;
  max-width: 100%;
  height: 240px;
}

.wb_fullscreen-full.login {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.wb_display-mobile {
  display: none;
}

.wb_display-desktop {
  display: block;
}

.page-title {
  color: #636467;
  text-transform: uppercase;
  font-family: Bodonimoda;
  font-size: 2.4rem;
}

.title-divider {
  background-color: #636467;
  width: 80px;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu-link-text {
  color: #eec06d;
  text-align: left;
  -webkit-text-stroke-color: #eec06d;
  text-transform: uppercase;
}

.menu-link-text.center {
  color: #eec06d;
  text-align: center;
  letter-spacing: .2em;
}

.wb_content-grid {
  justify-content: space-between;
  align-items: flex-start;
  width: 980px;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.wb_content-grid.wb_font-3 {
  grid-template-rows: .5fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-around;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.wb_toggle-disclaimer {
  z-index: 10;
  text-align: left;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  left: 0;
}

.wb_toggle-disclaimer.desktop.p3 {
  position: relative;
}

.wb_toggle-disclaimer.pos-abs {
  position: absolute;
  bottom: 20px;
}

.wb_toggle-disclaimer.p2, .wb_toggle-disclaimer.p3 {
  margin-top: 20px;
}

.wb_toggle-disclaimer.landing {
  position: absolute;
  bottom: 20px;
}

.wb_toggle-disclaimer_toggle {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(59, 40, 21, .8);
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.wb_toggle-disclaimer_content-wrapper {
  z-index: 1;
  background-color: rgba(59, 40, 21, .8);
  width: 100%;
  max-width: 500px;
  padding: 20px;
  position: absolute;
  bottom: 110%;
  overflow: hidden;
}

.wb_toggle-disclaimer_content {
  color: #fff;
  width: 100%;
  max-width: 500px;
  max-height: 150px;
  font-size: 1rem;
  line-height: 1.2;
  overflow: auto;
}

.wb_toggle-disclaimer_content.wb_scrollable-content {
  padding-right: 0;
}

.text-block-3 {
  font-size: 1.2rem;
  text-decoration: none;
}

.wb_toggle-disclaimer_toggle_label {
  letter-spacing: .15em;
  font-size: 1.2rem;
  text-decoration: none;
}

.wb_toggle-disclaimer_background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_toggle-disclaimer_toggle_indicator {
  margin-left: 5px;
}

.wb_button_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.link-block-3 {
  display: block;
}

.wb_bg {
  background-color: rgba(79, 79, 54, .9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_button-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2rem;
  text-decoration: underline;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
}

.wb_button-text.wb_font-2 {
  color: #4f4f36;
  border-color: #4f4f36;
  padding: 5px 15px;
}

.wb_button-text.wb_font-2.bgm-enable {
  display: inline-block;
}

.wb_button-text.wb_font-2.bgm-enable:hover {
  color: #fff;
}

.wb_button-text.wb_style_inverse {
  color: #fff;
  border-color: #fff;
}

.wb_button-text.wb_style_inverse:hover {
  color: #000;
  background-color: #fff;
}

.wb_button-text.logout {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Gillsans;
  position: fixed;
  top: 20px;
  right: 30px;
}

.wb_button-text.header-login-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.privacy-text {
  color: #4f4f36;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.2;
}

.wb_pad-global-copy-copy {
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wb_width-landing-disclaimer {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 1024px;
  max-width: 100%;
  display: flex;
}

.wb_gallery-accordion {
  display: none;
}

.menu-item-link {
  flex: 1;
  text-decoration: none;
}

.menu-nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.menu-nav-item.vertical {
  margin-bottom: 10px;
}

.menu-nav-item {
  padding-top: 0;
  padding-bottom: 0;
}

.wb_pad_all-gallery {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 30px 140px;
}

.wb_pad_all-location {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 20px 60px;
}

.floor-plan-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 6fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.floor-plan-menu {
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
}

.floor-plan-menu-item {
  justify-content: flex-start;
  display: flex;
}

.floor-plan-menu-item-link {
  color: #6d6d6d;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: italic;
  text-decoration: none;
}

.floor-plan-menu-item-link.active {
  font-weight: 700;
}

.text-block-4 {
  color: #868686;
}

.floor-plan-wrapper {
  flex: 1;
  position: relative;
}

.floor-plan-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.floor-plan-upper {
  flex: 1;
  display: flex;
}

.floor-plan-image-wrapper {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
}

.floor-plan-image-wrapper.active {
  opacity: 1;
}

.back-cross {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.wb-logo-footer-developers {
  z-index: 1;
  align-items: center;
  width: auto;
  height: 33px;
  font-size: 1rem;
  display: flex;
}

.wb_image_fill-height {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.social-list {
  height: 20px;
  display: flex;
}

.social-list.side-menu {
  display: none;
}

.social-link {
  height: 100%;
}

.icon {
  height: 100%;
  display: block;
}

.navigation-items {
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.icon-3 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.bgm-toggle-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/soundBTN_1soundBTN.png');
  background-position: 0 -18px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 20px;
  height: 20px;
  padding: 0;
}

.dropdown-list {
  letter-spacing: normal;
  background-color: #c1a7a7;
  font-size: 10px;
  line-height: 12px;
}

.dropdown-list.w--open {
  text-transform: none;
  background-color: rgba(0, 0, 0, .41);
  overflow: hidden;
}

.navigation-item {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 20px 16px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}

.navigation-item.w--current:hover {
  opacity: .8;
}

.navigation-item.w--current:active {
  opacity: .7;
}

.navigation-item.pulldown {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu {
  z-index: 0;
  margin-left: auto;
  position: relative;
}

.dropdown-button-text {
  letter-spacing: .1em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
}

.navigation-padder {
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.navigation-padder.mobile {
  display: none;
}

.rl_menu-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -.5rem;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.rl_menu-icon_line-top-5 {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.rl_menu-icon_line-middle-5 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.rl_menu-icon_line-bottom-5 {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.menu-dropdown-item {
  color: #fff;
  padding: 20px 16px 20px 0;
}

.menu-dropdown-item:hover {
  opacity: .9;
}

.menu-dropdown-item:active {
  opacity: .8;
}

.menu-dropdown-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.menu-dropdown-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.menu-dropdown-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-dropdown-item.pulldown {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 1.4rem;
}

.menu-dropdown-item.pulldown.first {
  padding-top: 30px;
}

.menu-dropdown-item.pulldown.lsat {
  padding-bottom: 30px;
}

.column-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.contact-detail-heading {
  color: #fff;
  text-align: left;
  letter-spacing: .05em;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.contact-detail-heading.form {
  margin-bottom: 30px;
}

.wb_fontsize_default {
  text-align: left;
}

.sapcer-20 {
  height: 20px;
}

.wb_fontsize_1 {
  text-align: left;
  font-size: 1.6rem;
}

.sapcer-30 {
  height: 30px;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.wb_form_checkbox_wrapper {
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

.space-wrapper {
  align-items: center;
  width: 32%;
  display: flex;
}

.radio-button {
  border: 1px #000;
  width: 15px;
  height: 15px;
}

.wb_form_wrapper {
  margin-bottom: 0;
}

.input-text {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #bbb9bc;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.input-text:focus {
  border-bottom-color: #cca467;
}

.input-text::placeholder {
  color: rgba(0, 0, 0, 0);
}

.wb_form_select_wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.wb_form_select_wrapper.first {
  margin-right: 10px;
}

.checkbox-button-label {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.2rem;
}

.wb_form {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  display: flex;
}

.wb_form_select-1 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #bbb9bc;
  border-bottom-style: solid;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.wb_form_textarea {
  color: #fff;
  background-color: #bebcc0;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  position: relative;
}

.wb_form_textarea::placeholder {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wb_form_radio_wrapper {
  align-items: center;
  margin-right: 50px;
  padding-left: 20px;
  display: flex;
}

.floating-label {
  z-index: 0;
  transition: bottom .2s, color .2s, font-size .2s;
  position: absolute;
  bottom: 14px;
  left: 0;
}

.wb_field_wrap {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.wb_field_wrap.first {
  padding-right: 10px;
}

.wb_button-solid-2 {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  margin-top: 0;
  padding: 9px 40px 6px;
  font-size: 1.7rem;
  display: inline-block;
}

.radio-button-label {
  margin-bottom: 0;
  padding-left: 10px;
}

.wb_form_label {
  text-align: left;
  width: 32%;
}

.wb_field_radio_group {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.contact-disclaimer {
  text-align: left;
}

.wb_field_select_group {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.wb_field_row {
  width: 100%;
  display: flex;
}

.wb_bg_img-wrapper-2 {
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_bg_img-wrapper-2.vr {
  background-color: rgba(0, 0, 0, .69);
}

.wb_popup_content-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 720px;
  display: flex;
}

.wb_popup_content-2 {
  background-color: #212430;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1024px;
  max-width: 90vw;
  height: 768px;
  max-height: 80vh;
  padding: 30px;
  display: flex;
  position: absolute;
}

.vr-iframe {
  width: 100%;
  height: 100%;
}

.row-label {
  letter-spacing: .2em;
}

.download-button {
  margin-left: 20px;
  text-decoration: underline;
}

.download-button.p5_2 {
  margin-left: 0;
  font-size: 1.4rem;
}

.popup-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wb_footer_menu {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.footer_divider {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-2 {
  margin-bottom: 0;
  line-height: 1.3;
}

.wb_field_wrap-2 {
  margin-bottom: 30px;
  position: relative;
}

.wb-footer-disclaimer {
  text-align: justify;
  margin-top: 50px;
  font-size: 1rem;
}

.wb-footer-nav {
  font-size: 1.1rem;
}

.footer-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(25px, 1fr) minmax(0, .5fr);
  grid-template-columns: minmax(auto, 5fr) 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  color: #fff;
  margin-right: 10px;
  text-decoration: underline;
}

.footer-others {
  font-size: 1rem;
}

.checkbox-field-link {
  text-decoration: underline;
}

.wb_toggle-disclaimer-2 {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.disclaimer-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.wb-footer-disclaimer-large {
  font-size: 2rem;
  line-height: 1.125;
}

.wb-footer-disclaimer-small {
  font-size: 1.5rem;
  line-height: 1.125;
}

.wb-logo-footer {
  text-align: center;
  height: 60px;
  margin-top: 50px;
}

.link-with-image-in-row {
  color: #fff;
  height: 100%;
  margin-left: 30px;
}

.div-block-5 {
  text-align: center;
  margin-top: 20px;
}

.text-block-7 {
  line-height: 2;
}

.wb_header_omt {
  z-index: 20;
  height: 40px;
  position: relative;
  overflow: visible;
}

.wb_header_omt.wb_header {
  width: 100%;
  position: absolute;
}

.list {
  background-color: #8a7761;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.menu-list-item {
  z-index: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: relative;
}

.menu-list-item.second {
  z-index: 1;
}

.menu-list-item.higer, .menu-list-item.higher {
  z-index: 2;
}

.menu-list-item.high {
  z-index: 1;
}

.menu-list-item.sub {
  justify-content: flex-start;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-list-item-background {
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15%;
}

.menu-list-item-background.last {
  background-color: #8a7761;
  width: 50vw;
  left: 0;
  right: auto;
}

.menu-list-item-background.second {
  background-image: url('../images/pattern_traffic_1.png');
  background-size: auto;
  width: 110%;
  right: -5%;
}

.menu-list-item-background.third {
  background-image: url('../images/pattern_school_1.png');
  background-position: 0 0;
  background-size: auto;
  width: 110%;
  right: -5%;
}

.menu-list-item-background.shorter {
  width: 110%;
  right: -5%;
}

.menu-list-item-background.first {
  background-color: #faa270;
  width: 50vw;
}

.menu-list-item-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-list-item-link.sub-link {
  justify-content: flex-start;
}

.menu-list-item-background-image {
  width: 100%;
  height: 100%;
}

.wb_textbox-float-copy {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  margin-top: -100px;
  display: flex;
  position: absolute;
}

.wb_textbox-float-copy.menu {
  top: 50%;
  transform: translate(0, -50%);
}

.wb_textbox-float-copy.wb_pad-default {
  padding-left: 30px;
  padding-right: 30px;
}

.wb_textbox-float-copy.wb_pad-global {
  height: auto;
  margin-top: 0;
  top: auto;
  bottom: 67%;
}

.wb_textbox-float-copy.wb_pad-global.vertical-center {
  height: auto;
  top: 45%;
  transform: translate(0, -50%);
}

.logo-wrapper {
  width: 100%;
  max-width: 500px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrapper.in-landing-disclaimer {
  max-width: 300px;
}

.landing_link {
  color: #3b2815;
  letter-spacing: .2em;
  margin-top: 10px;
  font-size: 2rem;
  text-decoration: underline;
}

.main-section-wrapper.swiper.wb_height-full {
  display: block;
  overflow: auto;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-wrapper.p1 {
  display: flex;
}

.wb_toggle-disclaimer_content-2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.wb_toggle-disclaimer_background-2 {
  z-index: 0;
  background-image: linear-gradient(to top, #4f4f36, rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_toggle-disclaimer-3 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wb_toggle-disclaimer_content-wrapper-2 {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wb_toggle-disclaimer_toggle-2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.top-right-menu {
  align-items: center;
  font-size: 2rem;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.phase-link {
  margin-right: 30px;
}

.sub-section-wrapper.swiper {
  width: 100%;
}

.swiper-slide {
  flex: none;
  width: 100%;
  position: relative;
}

.swiper-slide.red {
  background-color: red;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide.blue {
  background-color: #00f;
  width: 100vw;
  height: 100vh;
}

.swiper-slide.sub-section-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
}

.swiper-slide.sub-section-slide.collateral-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-slide.p1 {
  padding-left: 1px;
  padding-right: 1px;
}

.scroll-hint {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.scroll-hint-arrow {
  width: 90px;
  margin-bottom: 6px;
}

.scroll-hint-text {
  color: #736d67;
  letter-spacing: .2em;
  padding-left: .2em;
  font-size: 1.2rem;
}

.hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: -.5rem;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.hamburger.menu-toggle {
  z-index: 12;
}

.hamburger-top {
  background-color: #3b2815;
  width: 34px;
  height: 2px;
}

.hamburger-middle {
  background-color: #3b2815;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 2px;
  margin-top: 11px;
  margin-bottom: 11px;
  display: flex;
}

.hamburger-middle-inner {
  width: 4px;
  height: 0;
}

.hamburger-bottom {
  background-color: #3b2815;
  width: 34px;
  height: 2px;
}

.left-menu {
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 25px;
  left: 80px;
}

.side-menu {
  z-index: 11;
  color: #fff;
  background-color: #7f6b53;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100vh;
  font-size: 1.8rem;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%);
}

.swiper-scrollbar {
  height: auto;
}

.side-menu-nav-item {
  padding-top: 2px;
  padding-bottom: 2px;
}

.side-menu-nav-link {
  color: rgba(255, 255, 255, .6);
  font-size: 1.6rem;
}

.side-menu-heading {
  font-size: 2rem;
}

.side-menu-subheading {
  margin-bottom: 6px;
  font-size: 1.6rem;
  text-decoration: underline;
}

.subsection-header {
  text-align: center;
  letter-spacing: .2em;
  padding-left: .2em;
  font-size: 2.2rem;
  font-weight: 400;
  position: relative;
}

.row-sublabel {
  letter-spacing: .2em;
  font-size: 1.2rem;
}

.menu-list-parent-label {
  color: #fff;
  position: relative;
}

.menu-list-submenu {
  z-index: 20;
  text-align: left;
  background-color: #8a7761;
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 10%;
  overflow: hidden;
}

.submenu-list {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.menu-list-submenu-wrapper {
  padding: 30px;
}

.p1-pattern {
  width: 70%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.p2-pattern {
  object-fit: cover;
  object-position: 100% 50%;
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p2-building {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  right: 0;
}

.p3-pattern {
  object-fit: cover;
  object-position: 100% 0%;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p3-map {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: auto;
}

.p4-pattern-1 {
  object-fit: cover;
  object-position: 100% 0%;
  width: 75%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0;
}

.p4-pattern-1-copy {
  object-fit: cover;
  object-position: 100% 0%;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p4-pattern-2 {
  z-index: 2;
  object-fit: cover;
  object-position: 100% 0%;
  width: 38%;
  height: auto;
  position: absolute;
  top: 4%;
  right: 5%;
}

.p4-pattern-3 {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 0%;
  width: 49%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 32%;
}

.p4-rendering {
  z-index: 3;
  object-fit: cover;
  object-position: 100% 0%;
  width: 80%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 10%;
}

.p4-img-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 33vw;
  display: flex;
  position: absolute;
  right: 7%;
}

.p4-img-wrapper.landing-disclaimer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: minmax(auto, 50px) auto minmax(auto, 50px);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p4-img-wrapper.section_p1_background {
  background-color: #edeae3;
}

.p4-img-wrapper.wb_zoom-wrapper {
  width: 100%;
  height: 38vw;
  position: relative;
  right: auto;
}

.p4-video-popup-open-1 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
  position: absolute;
  top: 53%;
  left: 5%;
}

.play-button {
  opacity: .75;
  width: 30%;
  position: absolute;
}

.p4-video-popup-open-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 18%;
  line-height: 1.15;
  display: flex;
  position: absolute;
  top: 84%;
  left: 20%;
}

.p4-video-popup-open-3 {
  z-index: 3;
  border-top-left-radius: 3vw;
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
  position: absolute;
  top: 9%;
  right: -3%;
}

.p4-video-popup-open-4 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 18%;
  line-height: 1.15;
  display: flex;
  position: absolute;
  top: 84%;
  right: 3%;
}

.p5_2-map {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: auto;
  position: relative;
}

.p5_2-map-wrapper {
  width: 38%;
  margin-left: 4vw;
  position: relative;
  right: auto;
}

.dislcaimer-bottom-right {
  text-align: right;
  margin-top: 3px;
  font-size: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
}

.dislcaimer-bottom-right.p1 {
  text-align: right;
  font-size: 1.4rem;
  position: relative;
  top: auto;
}

.dislcaimer-bottom-right.p2 {
  font-size: 1rem;
  top: auto;
  bottom: 5px;
  right: 5px;
}

.dislcaimer-bottom-right.gallery-row-caption {
  font-size: 1rem;
  position: relative;
  top: auto;
  right: auto;
}

.dislcaimer-bottom-right.p3 {
  font-size: 1rem;
}

.dislcaimer-bottom-right.p4 {
  color: #fff;
  text-align: right;
  font-size: .8rem;
  top: auto;
  bottom: 0;
  right: 2px;
}

.dislcaimer-bottom-right.p4.align-left {
  text-align: left;
  left: 5px;
  right: auto;
}

.dislcaimer-bottom-right.p4-2 {
  text-align: right;
  margin-top: 20px;
  font-size: .8rem;
  position: relative;
  top: auto;
  right: auto;
}

.dislcaimer-bottom-right.p5_2 {
  position: relative;
  top: auto;
}

.dislcaimer-top-left {
  font-size: 1rem;
  position: absolute;
  top: 0%;
  left: 0;
}

.dislcaimer-top-left.content-heading {
  margin-bottom: -10px;
  position: relative;
}

.p7-booklet-wrapper {
  flex-direction: column;
  width: 40vh;
  margin-top: 5%;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.p7-booklet-wrapper.booklet-open {
  margin-top: 50px;
}

.booklet-cover {
  width: 100%;
  height: auto;
}

.booklet-open {
  color: #3b2815;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  font-size: 2rem;
}

.p1-content-wrapper {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.text-col {
  width: 35%;
  position: relative;
}

.text-col.p2 {
  width: 100%;
  margin-top: 30px;
}

.text-col.p4 {
  position: relative;
}

.text-col.p1 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 37%;
  display: flex;
  position: relative;
}

.text-col.p5_1 {
  position: relative;
  left: auto;
}

.text-col.p8 {
  position: relative;
  right: auto;
}

.text-col.p5_2 {
  margin-left: 15%;
}

.text-col.p5_1 {
  width: 37%;
  position: relative;
}

.text-col.p6_2, .text-col.p6_1 {
  width: 37%;
  margin-left: 3vw;
}

.text-col.p6_3 {
  width: 37%;
  position: relative;
  right: auto;
}

.gallery-col {
  width: 53%;
  margin-right: 2vw;
  padding-bottom: 40px;
  position: relative;
}

.gallery-col.p5_2 {
  width: 42%;
  margin-top: 4vw;
  margin-left: 9vw;
  position: relative;
  left: auto;
  right: auto;
}

.content-heading {
  letter-spacing: .4em;
  margin-bottom: 30px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.paragraph-3 {
  letter-spacing: .2em;
}

.p1-carousel.swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.swiper-pagination.p1 {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.video-wrapper {
  height: 100%;
}

.video-wrapper.p1 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 100%;
}

.image-wrapper.p1 {
  flex-direction: column;
  display: flex;
}

.image-wrapper.p2 {
  width: 100%;
  height: auto;
  margin-right: 10px;
  position: relative;
}

.image-wrapper.p2.first {
  margin-right: 10px;
}

.image-wrapper.p3 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.ratio-wraper {
  height: 0;
  padding-bottom: 59%;
  padding-right: 0;
  position: relative;
}

.youtube {
  flex: 1;
}

.img-cover {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.left-col {
  width: 35%;
  position: relative;
}

.left-col.p2 {
  color: #fff;
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.left-col.p3 {
  width: 48%;
  position: relative;
}

.p2_map {
  width: 48vw;
  max-width: none;
  height: auto;
  margin-top: 30px;
}

.gallery-row {
  display: flex;
}

.gallery-row.p2 {
  height: 10.5vw;
  position: absolute;
  bottom: 80px;
  right: 50px;
}

.gallery-row.p2.wb_zoom-wrapper {
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
  bottom: auto;
  right: auto;
}

.gallery-row.p3 {
  height: 8vw;
}

.gallery-row.p3.wb_zoom-wrapper.desktop {
  align-items: flex-start;
  height: auto;
  display: flex;
}

.gallery-row-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.gallery-row-image.p2 {
  width: 100%;
  height: auto;
}

.gallery-row-image.p3 {
  object-fit: cover;
  width: 100%;
  position: absolute;
}

.p2-building-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p3-legned {
  width: 86%;
  max-width: none;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p3-map-wrapper {
  width: 40%;
  position: absolute;
  right: 50px;
}

.p3-map-wrapper.wb_zoom-wrapper {
  width: 100%;
  margin-top: 67px;
  position: relative;
  right: auto;
}

.p5_2-legend {
  height: auto;
  margin-left: 6vw;
  position: relative;
  left: auto;
}

.ps-wrapper {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.ps-wrapper.p1 {
  flex: 1;
  height: 0%;
}

.ps-wrapper.p2 {
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  position: relative;
}

.ps-wrapper.p3 {
  width: auto;
  height: 0%;
  padding-bottom: 60%;
  display: block;
  position: relative;
}

.list-2 {
  padding-left: 25px;
}

.carousel-wrapper {
  width: 53%;
  margin-right: 2vw;
  position: relative;
}

.carousel-wrapper.p8 {
  margin-top: 50px;
  left: auto;
  right: auto;
}

.carousel-wrapper.p6_3 {
  left: auto;
  right: auto;
}

.wb_toggle-disclaimer_content-3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.wb_toggle-disclaimer_background-3 {
  z-index: 0;
  background-image: linear-gradient(to top, #4f4f36, rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_toggle-disclaimer-4 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wb_toggle-disclaimer_content-wrapper-3 {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-slide-main {
  width: 100%;
  height: 100%;
}

.carousel-slide-caption {
  text-align: right;
  margin-bottom: 10px;
}

.carousel-slide-caption.align-left {
  text-align: left;
}

.collateral-header-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50px;
}

.collateral--header {
  letter-spacing: .2em;
  padding-left: .2em;
  font-size: 2.8rem;
  font-weight: 400;
}

.subsection-header-copy {
  letter-spacing: .2em;
  padding-left: .2em;
  font-weight: 400;
  position: absolute;
  top: 50px;
}

.collateral-subheader {
  letter-spacing: .2em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: .2em;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
}

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

.html-embed-5 {
  flex: 1;
  width: 100%;
  height: 0%;
}

.left-menu-item {
  font-size: 2rem;
  line-height: 1;
  position: relative;
}

.list_divider {
  background-color: #3b2815;
  width: 1px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.list_divider.in-landing-disclaimer {
  background-color: #3b2815;
}

.ratio-wrapper {
  height: 0;
  padding-bottom: 60%;
  padding-right: 0;
  position: relative;
}

.ratio-wrapper.p5_1, .ratio-wrapper.p6_1 {
  padding-bottom: 78%;
  padding-right: 0;
}

.p5_1-gallery-1 {
  width: 47%;
  position: absolute;
  top: 10%;
  left: 0;
}

.p5_1-gallery-2 {
  width: 47%;
  position: absolute;
  top: 0;
  right: 3%;
}

.p5_1-gallery-3 {
  width: 48%;
  position: absolute;
  bottom: 1%;
  left: 2%;
}

.p5_1-gallery-4 {
  width: 48%;
  position: absolute;
  bottom: 9%;
  right: 0;
}

.p4_1-carousel {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.right-col {
  width: 40%;
  position: absolute;
  top: 0;
  right: 50px;
}

.right-col.p2 {
  width: 32%;
  margin-right: 4vw;
  position: relative;
  top: auto;
  right: 0;
}

.right-col.p3 {
  align-items: flex-start;
  width: 41%;
  height: 100%;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.right-col.p4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  display: flex;
  position: relative;
  right: 4vw;
}

.pswp-caption-content {
  z-index: 1;
  background-color: #773d3d;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.html-embed {
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.p4-mlp-title {
  z-index: 3;
  width: auto;
  height: 2vw;
  font-family: Vollkorn, serif;
  font-size: 4rem;
  font-weight: 400;
}

.p4-video-caption-1 {
  z-index: 10;
  font-size: 1rem;
  position: absolute;
  bottom: 110%;
  left: 0;
}

.heading-2 {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.15;
  position: relative;
}

.p4-video-popup-image-1 {
  border-top-right-radius: 3vw;
}

.p4-video-popup-image-2 {
  border-bottom-left-radius: 3vw;
}

.p4-video-caption-2 {
  z-index: 10;
  width: 150px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 110%;
}

.p4-video-caption-3 {
  z-index: 10;
  font-size: 1rem;
  line-height: 1.15;
  position: absolute;
  top: 110%;
  left: 0;
}

.p4-video-popup-image-3 {
  border-top-left-radius: 3vw;
}

.p4-video-popup-image-4 {
  border-bottom-right-radius: 3vw;
}

.p7-booklet-row {
  display: flex;
  position: relative;
}

.p4-video-image-text {
  width: auto;
  max-width: none;
  height: 1vw;
}

.p8-carousel {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.virtual-tour-indicator {
  position: absolute;
}

.wb_pad-global-2 {
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.popup-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.wb_width-landing-disclaimer-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 1024px;
  max-width: 100%;
  display: flex;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.wb_image_fill-width {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.next-section-button {
  z-index: 11;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.next-button-arrow {
  width: auto;
  height: 20px;
  margin-left: 10px;
}

.back-section-button {
  cursor: pointer;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.back-button-arrow {
  width: auto;
  height: 20px;
  margin-right: 10px;
  transform: rotate(180deg);
}

.dislcaimer-bottom-left {
  font-size: 1rem;
  position: absolute;
  top: 102%;
  left: 0;
}

.dislcaimer-bottom-left.p1 {
  text-align: right;
  font-size: 1.4rem;
  position: relative;
  top: auto;
}

.dislcaimer-bottom-left.p2 {
  margin-top: 10px;
  font-size: 1rem;
  position: relative;
  top: auto;
}

.dislcaimer-bottom-left.gallery-row-caption {
  text-align: left;
  font-size: 1rem;
}

.dislcaimer-bottom-left.p3 {
  font-size: 1rem;
}

.dislcaimer-bottom-left.p4 {
  text-align: right;
  top: auto;
  bottom: 20px;
  right: 20px;
}

.p4-video-image-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-text-superscript {
  text-align: right;
  font-size: .8rem;
  position: relative;
  top: -5px;
  right: 0;
}

.image-text-superscript.p1 {
  text-align: right;
  font-size: 1.4rem;
  position: relative;
  top: auto;
}

.image-text-superscript.p2 {
  font-size: 1rem;
  top: auto;
  bottom: 5px;
  right: 5px;
}

.image-text-superscript.gallery-row-caption, .image-text-superscript.p3 {
  font-size: 1rem;
}

.image-text-superscript.p4 {
  color: #fff;
  text-align: right;
  font-size: .8rem;
  top: auto;
  bottom: 5px;
  right: 5px;
}

.image-text-superscript.sup-large {
  font-size: 1.2rem;
  top: -10px;
  left: 5px;
}

.image-text-title-wrapper {
  z-index: 3;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 5%;
}

.coming-soon {
  text-align: center;
}

.image-name-tag-wrapper {
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.image-name-tag {
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  position: relative;
}

.image-name-tag-image {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.map-pin-wrapper {
  width: 100%;
  height: 100%;
  font-size: .8vw;
  position: absolute;
  top: 0;
  left: 0;
}

.map-pin {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-pin.second {
  top: 40%;
  left: 41%;
}

.pin-number {
  color: #fff;
  background-color: #8f7865;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  display: flex;
  position: absolute;
}

.location-img-holder {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.img_100w_100h {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.p5_2-legend-title {
  margin-top: 20px;
}

.p5_2-legend-list {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  grid-template: "." 1fr
  / minmax(max-content, 1fr) minmax(max-content, 1fr);
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.p5_2-legend-list-item {
  align-items: center;
  display: flex;
}

.p5_2-legend-list-item-index {
  color: #fff;
  background-color: #8f7865;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.notice-button {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  margin-right: 20px;
  display: flex;
}

.vr-disclaimer-wrapper {
  color: #fff;
  background-color: #28324b;
  width: 75%;
  padding: 50px 30px;
  position: absolute;
}

.wb-spacer-30 {
  width: 100%;
  height: 30px;
}

.wb_popup_content-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1024px;
  max-width: 90vw;
  height: 768px;
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.wb_button-hollow-2 {
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #000;
  border-radius: 40px;
  min-width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: PT Serif, serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
}

.wb_button-hollow-2:hover {
  color: #fff;
  background-color: #3d5081;
  border-color: #3d5081;
}

.wb_button-hollow-2.wb_style_inverse {
  color: #fff;
  border-color: #fff;
}

.wb_button-hollow-2.wb_style_inverse:hover {
  color: #000;
  background-color: #fff;
}

.wb_button-hollow-2.wb_style_inverse.small {
  font-size: 1.6rem;
}

.button-wrapper {
  text-align: center;
}

.booklet-name {
  color: #3b2815;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  font-size: 2rem;
}

.text-extend {
  width: 140%;
}

.section-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.section-content-row {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section-content-row.align-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.section-content-row.align-center.p1 {
  justify-content: space-between;
  margin-top: 50px;
}

.section-content-row.p2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.section-content-row.p5_2 {
  justify-content: center;
  margin-top: 50px;
  position: relative;
}

.section-content-row.p5_1 {
  margin-top: 30px;
  position: relative;
}

.section-content-row.p5_3 {
  margin-top: 30px;
}

.section-content-row.p6_1, .section-content-row.p6_2 {
  justify-content: center;
}

.section-content-row.p3 {
  align-items: flex-start;
  margin-top: 50px;
  padding-bottom: 20px;
}

.section-content-row.p1 {
  margin-top: 50px;
}

.expandable-toggle {
  display: none;
}

.video-popup-open {
  justify-content: center;
  align-items: center;
  line-height: 1.15;
  display: flex;
}

.align-left {
  width: 100%;
}

.slider-navigation-list {
  display: flex;
}

.video-content {
  font-size: .8rem;
}

.p7-booklet-item {
  text-align: center;
}

.popup-close-button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50px;
  right: 60px;
}

.popup-close-button.popup-close {
  z-index: 10;
  top: 20px;
  left: auto;
  right: 20px;
}

.cross-1 {
  transform-origin: 0 0;
  background-color: #fff;
  width: 41px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 29px)rotate(-45deg);
}

.cross-2 {
  transform-origin: 0 0;
  background-color: #fff;
  width: 41px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1.4rem;
  }

  .map-pin-wrapper {
    position: absolute;
  }

  .map-pin {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .map-pin.second {
    top: 41%;
    left: 41%;
  }

  .pin-number {
    color: #fff;
    position: absolute;
  }

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

@media screen and (min-width: 1440px) {
  .responsive-padder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wp_space-30 {
    height: 30px;
  }

  .wb_width-1, .wb_width-2 {
    width: 800px;
  }

  .wb_width-3 {
    width: 828px;
  }

  .wb_toggle-disclaimer.p2 {
    margin-top: 0;
  }

  .side-menu-nav-link {
    font-size: 1.8rem;
  }

  .side-menu-subheading {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .subsection-header {
    font-size: 2.8rem;
  }

  .p4-video-popup-open-2, .p4-video-popup-open-4 {
    line-height: 1.5;
  }

  .gallery-col {
    padding-bottom: 0;
  }

  .gallery-col.p5_2 {
    margin-top: 5vw;
  }

  .content-heading {
    font-size: 2.255rem;
  }

  .left-col.p2 {
    position: relative;
    top: auto;
  }

  .p3-map-wrapper.wb_zoom-wrapper {
    margin-top: 0;
  }

  .p5_2-legend {
    margin-right: 10vw;
  }

  .right-col.p2 {
    margin-top: -4vw;
  }

  .right-col.p3 {
    align-items: center;
  }

  .p4-video-caption-3 {
    line-height: 1.5;
  }

  .section-content-row.align-center.p1 {
    margin-top: 30px;
  }

  .section-content-row.p2 {
    align-items: center;
    margin-top: 0;
  }

  .section-content-row.p5_2, .section-content-row.p5_1 {
    margin-top: 30px;
  }

  .section-content-row.p3 {
    align-items: center;
    margin-top: 30px;
  }

  .section-content-row.p1 {
    margin-top: 30px;
  }

  .video-popup-open {
    line-height: 1.5;
  }

  .video-content {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .wb_pad-global.flex-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wb_language-list.landing {
    font-size: 1.6rem;
  }

  .wb_header_t1.wb_pad-global {
    height: 130px;
    position: -webkit-sticky;
    position: sticky;
  }

  .menu-item.vertical {
    margin-bottom: 20px;
  }

  .wb_pad_all-default {
    padding: 80px;
  }

  .wb_width-1, .wb_width-2 {
    width: 880px;
  }

  .sales-information-nav {
    padding: 0 60px;
  }

  .menu-list---horizontal {
    letter-spacing: .2em;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .wb_content-row.wb_font-3 {
    width: 1070px;
  }

  .design-content-wide, .design-content-even {
    font-size: 1.8rem;
  }

  .wb_resolution_fix {
    margin-top: 0;
  }

  .wb_pad_all-1 {
    padding: 80px;
  }

  .wb_width-3 {
    width: 100vh;
  }

  .wb_pad_all-2 {
    padding: 80px;
  }

  .wb_pad-global-copy.flex-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wb_popup_content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 740px;
  }

  .wb_content-grid.wb_font-3 {
    width: 1070px;
  }

  .wb_toggle-disclaimer.p2 {
    margin-top: -20px;
  }

  .wb_toggle-disclaimer.p3 {
    margin-top: 0;
  }

  .wb_pad-global-copy-copy.flex-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-nav-item.vertical {
    margin-bottom: 20px;
  }

  .wb_pad_all-gallery, .wb_pad_all-location {
    padding: 40px 80px;
  }

  .sc-only {
    font-family: Noto Sans TC, sans-serif;
  }

  .p4-video-popup-open-4 {
    top: 79%;
  }

  .dislcaimer-bottom-right.p4-2 {
    margin-top: 0;
  }

  .right-col.p2 {
    width: 31%;
  }

  .wb_pad-global-2.flex-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-content-row.p3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1.4rem;
  }

  .rl_menu-icon-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl-dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon_line-top-2, .rl_menu-icon_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .wb_nav-menu_wrapper-right {
    z-index: 0;
  }

  .rl_menu-icon_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .responsive-padder {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  ._1200-flex-container {
    margin-top: 20px;
  }

  .footer_content {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-padding-section-medium-3 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .lynx-menu-button {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .wb_popup_content.landing {
    height: 80%;
  }

  .wb_button-hollow.logout {
    z-index: 12;
    position: absolute;
    top: 26px;
  }

  .wb_richtext-wrapper {
    overflow: auto;
  }

  .wb_richtext-wrapper.landing-dislcaimer {
    height: 50vh;
  }

  .wb_language-list.inside {
    z-index: 12;
    position: absolute;
    top: 30px;
    left: 30px;
    right: auto;
  }

  .wb_language-list.header-nav-language {
    display: none;
  }

  .wb_language-list.header-nav-language.side-menu {
    display: flex;
    position: absolute;
    bottom: 30px;
  }

  .wb_language-list.menu-bar {
    display: none;
  }

  .rl_menu-icon3_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_tablet-menu-button-2 {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .wb_navbar_side_background {
    z-index: 0;
  }

  .rl_navbar3_logo-link-2 {
    z-index: 11;
  }

  .rl_navbar3_dropdown-toggle-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_menu-icon3-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_dropdown-link-2 {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar3_menu-dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_navbar3_link-2 {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_menu-icon3_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar3_logo-link-menu-2 {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_menu-button-2 {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_menu-icon3_line-top-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar3_logo-2 {
    object-fit: contain;
    width: auto;
  }

  .rl_navbar3_menu-2 {
    z-index: 1;
  }

  .rl_navbar3_container-2 {
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-columns: 1fr;
  }

  .wb_font-1 {
    font-size: 3rem;
  }

  .wb_font-2 {
    font-size: 1.2rem;
  }

  .wb_fs3.wb_font-2 {
    font-size: 2rem;
  }

  .wb_language-list_item.side-menu {
    margin-left: 0;
    margin-right: 20px;
  }

  .sales-information-menu.wb_nav_menu.wb_height-full-header {
    display: none;
  }

  .menu-header {
    font-size: 1.8rem;
  }

  .coming-soon {
    font-size: 4.2rem;
  }

  .wb_barba_container.layout_side_nav {
    flex-direction: column;
  }

  .wb_content_wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    padding: 0;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .rl_navbar2_dropdwn-toggle.side_nav {
    padding-right: 0;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    font-size: 16px;
  }

  .wb_navbar_side_nav {
    padding: 1rem 5% 2.5rem;
    top: 220px;
  }

  .wb_navbar_side_nav.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .wb_navbar_side-logo {
    top: 100px;
  }

  .wb_pad_all-default.designer {
    padding-top: 60px;
  }

  .wb_imagewithcaption_wrapper.deisgn-content.adjust-margni-top {
    text-align: center;
  }

  .wb_header_side.wb_pad-global {
    height: 70px;
  }

  .wb_header_side.wb_pad-global.side_nav {
    z-index: 12;
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .wb_videowithcaption_wrapper {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .wb_img-contain.mobile {
    display: block;
  }

  .wb_img-contain.desktop {
    display: none;
  }

  .floorplan-header {
    font-size: 2rem;
  }

  .floorplan-header.wb_display-mobile {
    text-align: center;
    font-size: 2rem;
  }

  .floorplan-title-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .floorplan-title-divider.wb_display-mobile {
    margin: 30px auto;
  }

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

  .sales-information-nav {
    display: none;
  }

  .sales-information-button-wrapper.sales-information {
    display: flex;
    position: absolute;
  }

  .back-button-wrapper {
    background-color: #474b36;
  }

  .design-header {
    font-size: 2rem;
  }

  .wb_content-row.wb_font-3 {
    flex-direction: column;
  }

  .design-content-wide {
    margin-left: 0;
  }

  .wb_font-3 {
    font-size: 1.2rem;
  }

  .design-content-even {
    order: 1;
    width: 100%;
  }

  .design-content-even.reverse {
    order: -1;
  }

  .wb_pad_all-1 {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .bgm-toggle.side_nav {
    position: absolute;
    top: 30px;
    left: 92px;
    right: auto;
  }

  .bgm-toggle.side_nav.active {
    z-index: 12;
    position: absolute;
    top: 30px;
    left: 92px;
    right: auto;
  }

  .open-menu-listing {
    padding-top: 30%;
    padding-left: 0%;
  }

  .rl_menu-icon_line-top-3 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_menu-icon_line-bottom-3 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-show-menu {
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .rl_navbar1_link-2 {
    text-align: center;
    width: auto;
    padding: .75rem 0;
  }

  .rl_menu-icon_line-middle-3 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hide_show_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .hide_show_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .hide_show_menu.is-page-height-tablet.wb_backgroundcolor-0 {
    background-color: #cca467;
  }

  .wb_header_t2 {
    height: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .wb_header_t2.wb_pad-global.wb_header {
    z-index: 10;
    background-color: #fff;
    background-image: url('../images/background1.jpg');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    height: 96px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

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

  .wb_divider-vertical-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .wb_nav-menu_wrapper-left-2 {
    z-index: 11;
    position: relative;
  }

  .wb_fontcolor-2.wb_fontsize-1 {
    font-size: 1.5rem;
  }

  .wb_fontcolor-2.wb_fontsize-2 {
    font-size: 1.4rem;
  }

  .rl_navbar1_logo-link-2 {
    height: 100px;
  }

  .rl_menu-icon_line-top-4 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_menu-icon_line-bottom-4 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-4 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_container-2 {
    align-content: center;
    justify-content: space-between;
  }

  .rl_menu-icon-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .wb_side_wrapper {
    z-index: 12;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
  }

  .wb_side_wrapper.wb_height-full-max {
    position: fixed;
  }

  .wb_side_logo {
    object-fit: contain;
    width: auto;
  }

  .wb_pad-global-copy {
    flex: 1;
    height: 0;
  }

  .wb_popup_content-wrapper {
    flex: 1;
    height: 0;
    max-height: 60vh;
  }

  .wb_display-mobile {
    display: block;
  }

  .wb_display-desktop {
    display: none;
  }

  .page-title {
    font-size: 2rem;
  }

  .page-title.wb_display-mobile {
    text-align: center;
    letter-spacing: .1em;
    font-size: 2rem;
  }

  .title-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .title-divider.wb_display-mobile {
    margin: 30px auto;
  }

  .wb_content-grid.wb_font-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .wb_toggle-disclaimer.mobile {
    margin-top: 20px;
    margin-bottom: -60px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: auto;
  }

  .wb_button-text.logout {
    z-index: 12;
    position: absolute;
    top: 26px;
  }

  .wb_width-landing-disclaimer {
    flex: 1;
    height: 0;
  }

  .wb_pad_all-gallery {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .wb_pad_all-location.designer {
    padding-top: 60px;
  }

  .floor-plan-grid {
    flex-flow: column wrap;
  }

  .floor-plan-menu-item-link {
    font-size: 1.6rem;
  }

  .floor-plan-detail {
    order: 1;
    margin-top: 40px;
  }

  .wb-logo-footer-developers {
    margin-left: 30px;
  }

  .social-list {
    display: none;
  }

  .social-list.side-menu {
    display: flex;
    position: absolute;
    bottom: 70px;
  }

  .navigation-items {
    z-index: 2;
    background-color: rgba(0, 0, 0, .85);
    width: 350px;
    height: 100vh;
    margin-left: auto;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: fixed;
  }

  .icon-3 {
    color: #fff;
    margin-right: 10px;
  }

  .bgm-toggle-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .dropdown-list {
    font-size: 10px;
  }

  .dropdown-list.w--open {
    letter-spacing: 1px;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    font-size: 10px;
    position: relative;
  }

  .navigation-item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .navigation-item.w--current {
    font-weight: 500;
  }

  .navigation-item.mobile:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item.pulldown {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .navigation-_flex_speaker {
    padding-left: 18px;
    display: flex;
  }

  .menu {
    z-index: 3;
  }

  .menu-button {
    z-index: 3;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-button-text {
    color: #fff;
    letter-spacing: .1em;
    margin-left: 0;
    font-size: 1.6rem;
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .navigation-padder {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-padder.mobile {
    display: block;
  }

  .navigation-padder.desktop {
    display: none;
  }

  .menu-icon {
    object-fit: fill;
    width: 100%;
    max-width: 70px;
    height: 100%;
    max-height: 70px;
    overflow: visible;
  }

  .rl_menu-icon-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top-5 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-5 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-bottom-5 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-dropdown-item {
    text-align: left;
    letter-spacing: .1em;
    text-transform: none;
    border: 1px #efefef;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .menu-dropdown-item.w--current {
    color: #646771;
    font-weight: 500;
  }

  .menu-dropdown-item.pulldown {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .column-left {
    width: 100%;
    height: auto;
  }

  .contact-detail-heading {
    text-align: center;
  }

  .contact-detail-heading.form {
    margin-top: 50px;
  }

  .wb_fontsize_1 {
    text-align: center;
  }

  .column-right {
    width: 100%;
  }

  .wb_form {
    align-items: center;
  }

  .wb_field_wrap.first {
    padding-right: 0;
  }

  .wb_field_row {
    flex-direction: column;
  }

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

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

  .footer-row {
    grid-template-rows: minmax(25px, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(auto, 2.5fr) 1fr;
  }

  .list {
    width: 100%;
    min-width: 768px;
  }

  .subsection-header {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }

  .subsection-header.p2 {
    margin-bottom: 50px;
  }

  .menu-list-submenu-wrapper {
    padding: 20px 17px;
  }

  .p2-pattern {
    width: 100%;
    display: none;
  }

  .p3-pattern {
    display: none;
  }

  .p4-img-wrapper.wb_zoom-wrapper {
    width: 100%;
    height: 64vw;
    right: auto;
  }

  .p4-video-popup-open-2 {
    top: 82%;
  }

  .p4-video-popup-open-4 {
    top: 83%;
  }

  .p5_2-map-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .p7-booklet-wrapper.booklet-open {
    width: 40vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-col.p2 {
    order: -1;
    margin-top: 0;
  }

  .text-col.p4 {
    width: 100%;
    margin-right: 0%;
  }

  .text-col.p1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
  }

  .text-col.p8 {
    width: 100%;
  }

  .text-col.p5_2 {
    width: 100%;
    margin-left: auto;
  }

  .text-col.p5_1 {
    width: 100%;
    margin-right: 0%;
  }

  .text-col.p6_2 {
    width: 100%;
    margin-left: auto;
  }

  .text-col.p6_1 {
    order: -1;
    width: 100%;
    margin-left: auto;
  }

  .text-col.p6_3 {
    width: 100%;
  }

  .gallery-col {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 4vw;
    margin-right: 0;
  }

  .gallery-col.p5_2 {
    width: 100%;
    margin-top: 2vw;
    margin-left: 0;
  }

  .swiper-pagination.p1 {
    text-align: center;
  }

  .image-wrapper.p2.last {
    margin-right: 0;
  }

  .image-wrapper.p3 {
    height: auto;
  }

  .image-wrapper.p3.last {
    margin-right: 0;
  }

  .left-col.p2 {
    color: #3b2815;
    width: 100%;
    position: relative;
    top: auto;
  }

  .left-col.p3, .p2_map {
    width: 100%;
  }

  .gallery-row.p3.wb_zoom-wrapper {
    width: 100%;
    height: auto;
  }

  .gallery-row.p3.wb_zoom-wrapper.mobile {
    margin-top: 50px;
    display: flex;
  }

  .gallery-row.p3.wb_zoom-wrapper.desktop {
    display: none;
  }

  .gallery-row-image.p3 {
    width: 100%;
    height: 100%;
  }

  .p2-building-wrapper {
    margin-top: 20px;
    margin-bottom: 1vw;
  }

  .p3-legned {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .p5_2-legend {
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .ps-wrapper.p3 {
    object-fit: cover;
  }

  .ps-wrapper.ps-wrapper-fill-width {
    height: auto;
  }

  .carousel-wrapper {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-right: 0;
  }

  .carousel-wrapper.p6_3 {
    margin-top: 0;
  }

  .right-col.p2 {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    display: flex;
    right: auto;
  }

  .right-col.p3 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: block;
  }

  .right-col.p4 {
    width: 100%;
    right: auto;
  }

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

  .html-embed.mobile {
    display: block;
  }

  .heading-2 {
    font-size: 1.2rem;
  }

  .p4-video-image-text {
    height: 1.2vw;
  }

  .wb_pad-global-2 {
    height: 0;
  }

  .div-block-6 {
    flex-direction: column;
    display: flex;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .next-section-button {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .map-pin-wrapper {
    font-size: 1.5vw;
  }

  .pin-number {
    width: 3vw;
    height: 3vw;
    font-size: 1.8vw;
  }

  .img_100w_100h {
    display: block;
  }

  .wb_button-hollow-2 {
    border-width: 1.5px;
    border-color: rgba(0, 0, 0, .7);
    font-size: 2rem;
  }

  .section-content-wrapper {
    overflow: auto;
  }

  .section-content-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .section-content-row.align-center {
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 50px;
  }

  .section-content-row.align-center.p1 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .section-content-row.p2 {
    flex-direction: column;
    margin-top: 0;
  }

  .section-content-row.p4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-content-row.p5_2 {
    align-items: flex-start;
    margin-top: 0;
  }

  .section-content-row.p5_1 {
    align-items: flex-end;
    margin-top: 0;
  }

  .section-content-row.p5_3 {
    margin-top: 0;
  }

  .section-content-row.p6_1, .section-content-row.p6_2 {
    justify-content: flex-start;
  }

  .section-content-row.p3, .section-content-row.p1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .wb_nav-menu_wrapper-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .wb_navbar-t1 {
    height: auto;
    min-height: 4rem;
  }

  .wb_pad-global.login {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wb_footer.swiper-slide.auto-height {
    padding-bottom: 50px;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .main {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  ._1200-flex-container {
    flex-direction: column;
  }

  .footer_content {
    padding-left: 0;
    padding-right: 0;
  }

  .rl-padding-section-medium-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .wb_bg_img-wrapper {
    display: none;
  }

  .wb_bg_img-wrapper.landing {
    display: block;
  }

  .wb_bg_img.center {
    flex: none;
    height: 500px;
  }

  .wb_bg_img.side, .wb_bg_img.size {
    flex: 1;
  }

  .wb_popup_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wb_popup_content.landing {
    height: 95%;
  }

  .wb_button-hollow {
    font-size: 1rem;
  }

  .wb_button-hollow.wb_font-2.bgm-enable {
    padding: 3px 10px;
  }

  .wb_button-hollow.header-login-button {
    margin-top: 25px;
  }

  .wb_language-list.inside {
    display: none;
  }

  .wb_language-list.header-nav-language {
    margin-top: 20px;
  }

  .wb_language-list.header-nav-language.side-menu {
    display: flex;
    position: absolute;
    bottom: 30px;
  }

  .wb_lanaguage-option {
    font-size: 1.2rem;
  }

  .wb_lanaguage-option.side-menu {
    font-size: 1.6rem;
  }

  .image {
    max-width: 30vw;
  }

  .wb_header_t1 {
    min-height: 4rem;
  }

  .wb_header_t1.wb_pad-global {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wb_header_t1.wb_pad-global.wb_header {
    height: 60px;
  }

  .rl_navbar3_button-2 {
    padding: .25rem 1rem;
  }

  .rl_navbar3_logo-2 {
    height: 30px;
  }

  .rl_navbar3_menu-2 {
    align-items: center;
  }

  .rl_navbar3_container-2 {
    align-items: start;
  }

  .wb_textbox-float.wb_pad-global.vertical-center {
    transform: translate(0, -50%);
  }

  .wb_textbox-float.wb_pad-global.vertical-center.color-brown {
    transform: none;
  }

  .image-2 {
    width: 200px;
  }

  .wb_language-list_item.side-menu {
    margin-left: 0;
    margin-right: 20px;
  }

  .menu-header {
    font-size: 1.4rem;
  }

  .menu-header.no-content {
    font-size: 1.8rem;
  }

  .menu-item {
    font-size: 1.2rem;
  }

  .text-block-2 {
    letter-spacing: .2em;
  }

  .link-block-2 {
    flex: 1;
  }

  .coming-soon {
    font-size: 3rem;
  }

  .rl_navbar2_dropdown-link {
    font-size: 12px;
  }

  .wb_navbar_side_nav {
    top: 200px;
  }

  .wb_pad_all-default {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb_header_side {
    min-height: 4rem;
  }

  .wb_header_side.wb_pad-global {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wb_videowithcaption_wrapper {
    margin-top: 60px;
  }

  .floorplan-header.wb_display-mobile {
    font-size: 1.6rem;
  }

  .wb_divider-horizontal {
    display: none;
  }

  .wb_divider-horizontal.language-mobile-divider {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .align-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .landing-disclaimer-title {
    width: 260px;
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .wb_scrollable-wrapper {
    max-height: 80vh;
  }

  .wb_scrollable-content {
    text-align: justify;
    font-size: 1.2rem;
  }

  .landing-disclaimer-paragraph-large {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.08;
  }

  .landing-disclaimer-paragraph-small {
    font-size: .7rem;
  }

  .wp_space-50.landing-popup {
    height: 20px;
  }

  .site-logo {
    max-width: 30vw;
  }

  .design-header {
    font-size: 1.6rem;
  }

  .wb_content-row.wb_font-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .caption-title, .wb_resolution_fix {
    display: none;
  }

  .wb_pad_all-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bgm-toggle.side_nav, .bgm-toggle.side_nav.active {
    left: 51px;
  }

  .bgm-toggle.header-nav-bgm {
    background-size: 18px 35px;
    width: 19px;
    height: 15px;
    margin-top: 25px;
    margin-left: 10px;
  }

  .bgm-toggle.header-nav-bgm.inside {
    margin-top: 3px;
  }

  .wb_pad_all-2 {
    padding-top: 40px;
  }

  .wb_language-dropdown-list {
    background-color: #d2d1cc;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .wb_language-dropdown-list.header-nav-language {
    margin-top: 20px;
  }

  .wb_language-dropdown {
    display: block;
  }

  .wb_language-dropdown.side-nav {
    z-index: 12;
    margin-top: 0;
    position: absolute;
    top: 25px;
    left: 30px;
  }

  .wb_language-dropdown.header-nav {
    margin-top: 19px;
    display: none;
  }

  .wb_language-dropdown_button {
    letter-spacing: .1em;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000;
    padding: 5px 3px 0;
    font-family: Gillsans;
    font-size: 1.2rem;
  }

  .wb_language-dropdown-list_item {
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .wb_language-dropdown-list-wrapper {
    background-color: #d2d1cc;
    flex-direction: column;
    justify-content: center;
    height: 0;
    margin-top: -1px;
    overflow: hidden;
  }

  .wb_language-dropdown-list-wrapper.header-nav-language {
    margin-top: 20px;
  }

  .open-menu-listing {
    padding-top: 40%;
  }

  .hide-show-menu {
    width: 200px;
  }

  .rl_navbar1_link-2 {
    font-size: 5rem;
  }

  .wb_header_t2.wb_pad-global.wb_header {
    height: 96px;
    padding: 0 30px;
  }

  .wb_header_t2-container {
    align-items: start;
  }

  .developer-logo-link-block {
    display: none;
  }

  .wb_divider-vertical-2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .wb_fontcolor-2.wb_fontsize-1 {
    font-size: 1.4rem;
  }

  .wb_fontcolor-2.wb_fontsize-2 {
    font-size: 1.3rem;
  }

  .rl_navbar1_logo-link-2 {
    height: 90px;
  }

  .rl_navbar1_container-2 {
    align-content: center;
  }

  .wb_side_logo {
    height: 63px;
  }

  .wb_pad-global-copy.login {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wb_popup_content-wrapper {
    flex: 1;
    max-height: 70vh;
  }

  .page-title.wb_display-mobile {
    font-size: 1.6rem;
  }

  .menu-link-text {
    letter-spacing: .2em;
  }

  .wb_content-grid.wb_font-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .wb_toggle-disclaimer {
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb_toggle-disclaimer_content-wrapper {
    margin-bottom: 5px;
  }

  .wb_toggle-disclaimer_content {
    max-height: 50vh;
  }

  .wb_toggle-disclaimer_content.wb_scrollable-content {
    max-width: none;
  }

  .wb_toggle-disclaimer_toggle_label {
    font-size: 1rem;
  }

  .wb_button-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .wb_button-text.wb_font-2.bgm-enable {
    padding: 3px 10px;
  }

  .wb_button-text.header-login-button {
    margin-top: 25px;
  }

  .wb_pad-global-copy-copy.login {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wb_gallery-accordion {
    display: block;
  }

  .wb_gallery-accordion_item {
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: height .5s;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .wb_gallery-accordion_item.active {
    height: 50vw;
  }

  .wb_gallery-accordion_image {
    object-fit: cover;
    width: 100%;
    position: absolute;
  }

  .wb_gallery-accordion_caption {
    color: #fff;
    position: absolute;
    bottom: 16px;
  }

  .menu-item-link {
    flex: 1;
  }

  .menu-nav-item {
    font-size: 1.2rem;
  }

  .wb_pad_all-gallery {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb_pad_all-location {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb-logo-footer-developers {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .wb-logo-footer-developers.home {
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .social-list {
    display: none;
  }

  .social-list.side-menu {
    display: flex;
    position: absolute;
    bottom: 80px;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, .85);
    width: 350px;
  }

  .bgm-toggle-2 {
    display: block;
  }

  .menu-button {
    width: 50px;
    height: 50px;
  }

  .navigation-padder.desktop {
    display: none;
  }

  .menu-icon {
    max-width: 70px;
  }

  .contact-detail-heading, .wb_fontsize_1 {
    text-align: center;
  }

  .wb_form_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wb_form {
    align-items: center;
  }

  .popup-heading {
    font-size: 2rem;
  }

  .wb_footer_menu {
    justify-content: center;
    margin-top: 29px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

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

  .wb-footer-disclaimer {
    margin-top: 30px;
  }

  .wb-footer-nav {
    text-align: center;
  }

  .footer-row {
    flex-direction: column-reverse;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: minmax(auto, 1fr);
    align-items: center;
    justify-items: center;
  }

  .footer-col {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-others {
    text-align: center;
    margin-top: 20px;
  }

  .wb_toggle-disclaimer-2 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    left: 5%;
  }

  .wb-footer-disclaimer-large {
    font-size: 1.4rem;
  }

  .wb-footer-disclaimer-small {
    font-size: 1.2rem;
  }

  .link-with-image-in-row {
    margin-right: 30px;
  }

  .text-block-7 {
    font-size: 1.2rem;
  }

  .menu-list-item.has-children {
    width: 200px;
  }

  .wb_textbox-float-copy.wb_pad-global.vertical-center {
    transform: translate(0, -50%);
  }

  .wb_textbox-float-copy.wb_pad-global.vertical-center.color-brown {
    transform: none;
  }

  .logo-wrapper {
    width: 60%;
  }

  .landing_link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.6rem;
  }

  .scroll-hint-arrow {
    width: 45px;
  }

  .scroll-hint-text {
    font-size: .8rem;
  }

  .left-menu {
    font-size: 1.2rem;
  }

  .p4-img-wrapper.wb_zoom-wrapper {
    margin-top: 30px;
  }

  .p4-video-popup-open-1 {
    left: 0%;
  }

  .p4-video-popup-open-2 {
    top: 85%;
  }

  .p4-video-popup-open-4 {
    right: 0%;
  }

  .dislcaimer-top-left.content-heading {
    font-size: 1.8rem;
  }

  .p7-booklet-wrapper.booklet-open {
    width: 80%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-heading {
    font-size: 2rem;
  }

  .left-menu-item {
    font-size: 1.2rem;
  }

  .p4-mlp-title {
    height: 3vw;
  }

  .p4-video-caption-1 {
    font-size: .8rem;
  }

  .heading-2 {
    font-size: 1.1rem;
  }

  .p4-video-caption-2 {
    width: 100px;
    font-size: .8rem;
  }

  .p4-video-caption-3 {
    font-size: .8rem;
  }

  .p7-booklet-row {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .p4-video-image-text {
    height: 1.6vw;
  }

  .wb_pad-global-2.login {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-6 {
    height: 0%;
    overflow: hidden;
  }

  .image-text-superscript.sup-large {
    font-size: 1rem;
  }

  .p5_2-legend-list {
    display: flex;
  }

  .wb_popup_content-3 {
    background-image: url('../images/background1.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .wb_button-hollow-2 {
    font-size: 1.8rem;
  }

  .booklet-name {
    margin-top: 30px;
    font-size: 1.6rem;
  }

  .text-extend.video-content {
    width: 130%;
  }

  .section-content-row, .section-content-row.align-center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .expandable-wrapper {
    height: 0;
    overflow: hidden;
  }

  .expandable-toggle {
    cursor: pointer;
    align-items: center;
    display: flex;
  }

  .image-4 {
    width: 10px;
    height: auto;
    margin-left: 2px;
  }

  .video-content {
    font-size: .7rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1rem;
  }

  .wb_footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .main.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .responsive-padder {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    background-position: 0 0;
    background-size: cover;
  }

  ._1200-flex-container {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer_content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-nav-buttons, .wb_bg_img-wrapper.p2 {
    display: none;
  }

  .wb_width-default.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_width-default.wb_pad-global.pad-header.pad-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wb_button-hollow.logout {
    z-index: 12;
    top: 25px;
    right: 15px;
  }

  .wb_button-hollow.header-login-button {
    font-size: .8rem;
  }

  .wb_lanaguage-option {
    font-size: 1.2rem;
  }

  .image {
    max-width: 50vw;
  }

  .rl_navbar3_logo-link-2 {
    flex-direction: column;
    align-items: center;
  }

  .rl_navbar3_container-2 {
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-flow: row;
  }

  .wb_font-1 {
    font-size: 2.6rem;
  }

  .wb_font-1.tag-line {
    margin-top: 20px;
    font-size: 3rem;
  }

  .wb_font-2 {
    font-size: 1rem;
  }

  .wb_fs3.wb_font-2 {
    font-size: 1.6rem;
  }

  .sales-information-button.wb_font-1, .wb_language-list_item {
    font-size: 1.2rem;
  }

  .sales-information-menu.wb_nav_menu.wb_height-full-header {
    display: none;
  }

  .menu-header {
    padding: 10px 20px;
    font-size: 1.2rem;
  }

  .menu-header.no-content {
    font-size: 1.1rem;
  }

  .menu-list.vertical {
    margin-top: 5px;
  }

  .menu-item {
    font-size: 1rem;
  }

  .menu-item.vertical {
    margin-bottom: 5px;
  }

  .text-block-2.center {
    font-size: .9rem;
  }

  .wb_width-50 {
    width: 30px;
  }

  .coming-soon {
    font-size: 2rem;
  }

  .rl_navbar2_link-text {
    font-size: 1.4rem;
  }

  .rl_navbar2_link.side_nav {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .rl_navbar2_dropdown-link {
    font-size: 10px;
  }

  .wb_navbar_side-logo {
    flex-direction: column;
    align-items: center;
  }

  .wb_pad_all-default {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_width-1.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_videowithcaption_wrapper {
    margin-top: 40px;
  }

  .wb_width-2.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .floorplan-header, .floorplan-header.wb_display-mobile {
    font-size: 1.6rem;
  }

  .floorplan-title-divider, .floorplan-title-divider.wb_display-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .landing-disclaimer-title, .landing-disclaimer-paragraph-large {
    margin-top: 0;
  }

  .wp_space-50.landing-popup {
    height: 20px;
  }

  .site-logo {
    max-width: 50vw;
  }

  .sales-information-button-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .back-button.wb_font-1 {
    font-size: 1.2rem;
  }

  .wb_font-3 {
    font-size: 1rem;
  }

  .wb_pad_all-1 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_width-3.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bgm-toggle.header-nav-bgm.active {
    background-position: 0 -1px;
  }

  .bgm-toggle.header-nav-bgm.outside {
    margin-top: 25px;
  }

  .wb_language-dropdown-list_item {
    font-size: 1.2rem;
  }

  .hide-show-menu {
    margin-bottom: 130px;
  }

  .rl_navbar1_link-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 4rem;
    line-height: 1.2;
  }

  .wb_header_t2.wb_pad-global.wb_header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_header_t2-container {
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-flow: row;
  }

  .wb_divider-vertical-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .rl_navbar1_logo-link-2 {
    height: 65px;
  }

  .rl_navbar1_container-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(80px, 1fr) minmax(0, 3.5fr) minmax(80px, 1fr);
  }

  .wb_width-privay.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_pad-global-copy {
    flex: 1;
    height: 0;
  }

  .page-title, .page-title.wb_display-mobile {
    font-size: 1.6rem;
  }

  .title-divider, .title-divider.wb_display-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu-link-text.center {
    font-size: .9rem;
  }

  .wb_toggle-disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wb_button-text.logout {
    z-index: 12;
    top: 25px;
    right: 15px;
  }

  .wb_button-text.header-login-button {
    font-size: .8rem;
  }

  .wb_width-landing-disclaimer {
    flex: 1;
    height: 0;
  }

  .wb_width-landing-disclaimer.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-nav-item {
    font-size: 1rem;
  }

  .menu-nav-item.vertical {
    margin-bottom: 5px;
  }

  .wb_pad_all-gallery, .wb_pad_all-location {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-items {
    width: 100vw;
  }

  .navigation-item {
    text-transform: none;
  }

  .navigation-_flex_speaker {
    position: relative;
  }

  .menu {
    margin-left: auto;
  }

  .html-embed-4 {
    display: block;
  }

  .menu-button {
    flex: none;
    width: 45px;
    height: 45px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .menu-icon {
    max-width: 70px;
  }

  .menu-dropdown-item {
    text-transform: none;
  }

  .wb_form_select_wrapper {
    width: auto;
    margin-right: 20px;
  }

  .wb_form_label {
    width: 100%;
  }

  .wb_field_radio_group {
    flex-direction: column;
  }

  .wb_field_select_group {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .wb-footer-disclaimer-large {
    font-size: 1.2rem;
  }

  .wb-footer-disclaimer-small, .text-block-7 {
    font-size: 1rem;
  }

  .top-right-menu {
    top: 25px;
    right: 15px;
  }

  .left-menu {
    font-size: 1.2rem;
    left: 70px;
  }

  .p4-video-popup-open-3 {
    line-height: 1.25;
    top: 0%;
    right: -1%;
  }

  .p4-video-popup-open-4 {
    line-height: 1.25;
    right: 3%;
  }

  .dislcaimer-bottom-right {
    font-size: .8rem;
  }

  .dislcaimer-bottom-right.p1 {
    font-size: 1rem;
  }

  .dislcaimer-bottom-right.gallery-row-caption {
    font-size: .6rem;
  }

  .dislcaimer-bottom-right.p3 {
    font-size: .8rem;
  }

  .dislcaimer-bottom-right.p4 {
    font-size: 1.5vw;
  }

  .dislcaimer-top-left.content-heading {
    font-size: 1.7rem;
  }

  .p7-booklet-wrapper.booklet-open {
    width: 75%;
    margin-bottom: 0;
  }

  .carousel-slide-caption, .left-menu-item {
    font-size: 1.2rem;
  }

  .p4-video-caption-1 {
    font-size: .7rem;
    line-height: 1.25;
  }

  .heading-2 {
    margin-bottom: 2px;
    font-size: 1.8vw;
  }

  .p4-video-caption-2 {
    width: 80px;
    font-size: .7rem;
    line-height: 1.25;
  }

  .p4-video-caption-3 {
    width: 120%;
    font-size: .7rem;
  }

  .p7-booklet-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wb_pad-global-2 {
    flex: 1;
  }

  .wb_width-landing-disclaimer-2 {
    flex: 1;
    height: 0;
  }

  .wb_width-landing-disclaimer-2.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .next-section-button {
    font-size: 1.2rem;
  }

  .next-button-arrow {
    height: 15px;
  }

  .back-section-button {
    font-size: 1.2rem;
  }

  .back-button-arrow {
    height: 15px;
  }

  .dislcaimer-bottom-left {
    font-size: .8rem;
  }

  .image-text-superscript {
    font-size: 1vw;
  }

  .image-text-superscript.sup-large {
    font-size: 1.8vw;
  }

  .image-name-tag {
    font-size: .7rem;
  }

  .location-img-holder {
    object-fit: fill;
    overflow: visible;
  }

  .img_100w_100h {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }

  .notice-button {
    height: 15px;
    margin-right: 10px;
  }

  .vr-disclaimer-wrapper {
    width: 90%;
  }

  .wb_button-hollow-2 {
    border-width: 1.75px;
    font-size: 1.6rem;
  }

  .booklet-name {
    margin-top: 20px;
  }

  .section-content-row, .section-content-row.align-center, .section-content-row.p2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-content {
    font-size: .6rem;
    line-height: 1.1;
  }

  .p7-booklet-item {
    margin-bottom: 5vw;
  }
}

#w-node-b881c587-ba44-7e81-efed-0306319821d1-319821bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74559d-71cdd8e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74559e-71cdd8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455a0-71cdd8e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455a3-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455ae-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455b3-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455bb-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455c0-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455c8-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455cd-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455d5-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455da-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e2-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e3-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e9-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455f1-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455f6-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455fe-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745603-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74560b-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74560c-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745611-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74561d-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74562b-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745633-71cdd8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745640-71cdd8e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745643-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74564b-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74564c-71cdd8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74565e-71cdd8e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745661-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745678-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745679-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74567c-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74567f-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745682-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745685-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745688-71cdd8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74568b-71cdd8e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74568e-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745696-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745697-71cdd8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456b5-71cdd8e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456b8-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c0-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c1-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c9-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456d1-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456d2-71cdd8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456da-71cdd8e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456dd-71cdd8e3, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456f5-71cdd8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_436bd419-f24d-9161-ae25-02773baacb85-fd4e25d4, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-6756bba4, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-314a4511, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-48d37cfe, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-e30a92bb, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-ff3b8a98, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-ff3b935d, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-8db818b7, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-a5ddd280, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-289dcfd2, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-d9c52467, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-836c4c7d, #w-node-_436bd419-f24d-9161-ae25-02773baacb85-502d67bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-b881c587-ba44-7e81-efed-0306319821c7-319821bd {
    align-self: center;
    justify-self: center;
  }

  #w-node-b881c587-ba44-7e81-efed-0306319821d1-319821bd {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-fd4e25d4 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-fd4e25d4 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-6756bba4 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-6756bba4 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-314a4511 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-314a4511 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-48d37cfe {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-48d37cfe {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-e30a92bb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-e30a92bb {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-ff3b8a98 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-ff3b8a98 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-ff3b935d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-ff3b935d {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-8db818b7 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-8db818b7 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-a5ddd280 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-a5ddd280 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-289dcfd2 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-289dcfd2 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-d9c52467 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-d9c52467 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-836c4c7d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-836c4c7d {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb7b-502d67bb {
    align-self: center;
    justify-self: center;
  }

  #w-node-_436bd419-f24d-9161-ae25-02773baacb85-502d67bb {
    grid-row: span 1 / span 1;
    justify-self: center;
  }
}


