:root {
  --narrow-padding: 60px;
  --large-padding: 100px;
  --tablet-padding: 30px;
  --padding-120: 120px;
  --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 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Copperplatecc;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #062b31;
  text-align: center;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Copperplatecc;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #062b31;
  letter-spacing: .2em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Copperplatecc;
  font-size: 4rem;
  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;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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;
  margin-top: 10px;
  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_section {
  position: relative;
}

.wb_section.section-leadin {
  padding-top: 100px;
  padding-right: var(--narrow-padding);
  padding-left: var(--narrow-padding);
  text-align: center;
}

.wb_section.section-leadin.bg-green {
  background-color: #9fb7b9;
}

.wb_section.section-leadin.have-line {
  padding-bottom: 0;
  overflow: hidden;
}

.wb_section.section-leadin.clubhouse-section-2 {
  padding-bottom: 100px;
}

.wb_section.section-banner {
  padding-right: var(--narrow-padding);
  padding-bottom: 100px;
  padding-left: var(--narrow-padding);
  text-align: center;
}

.wb_section.section-liniks {
  text-align: center;
}

.wb_section.section-banner-small {
  padding-right: var(--large-padding);
  padding-bottom: 100px;
  padding-left: var(--large-padding);
  text-align: center;
}

.wb_section.section-2-col {
  text-align: center;
}

.wb_section.section-banner-full {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.wb_section.bg-green {
  background-color: #9fb7b9;
}

.wb_section.section-carousel {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.wb_section.section-carousel.bg-green {
  padding-bottom: 0;
}

.wb_section.section-vr-single {
  text-align: center;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.wb_section.section-vr-single.bg-green {
  padding-bottom: 100px;
}

.wb_section.section-central-vr {
  padding-right: var(--narrow-padding);
  padding-bottom: 100px;
  padding-left: var(--narrow-padding);
  text-align: center;
}

.wb_section.section-lcentral-4 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wb_section.section-central-5 {
  text-align: center;
}

.wb_section.section-master-3 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wb_section.bg-green2 {
  background-color: #31585d;
}

.wb_section.section-central-6, .wb_section.section-central-3 {
  text-align: center;
}

.wb_section.section-leadin-2 {
  padding: 100px var(--large-padding);
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.wb_section.section-leadin-2.bg-green {
  background-color: #9fb7b9;
}

.wb_section.section-leadin-2.have-line {
  padding-bottom: 0;
}

.wb_section.section-residence-7 {
  padding: 100px var(--padding-120) 150px;
  text-align: left;
  background-color: #0c2b30;
  justify-content: space-between;
  display: flex;
}

.wb_section.section-residence-7.bg-green {
  background-color: #9fb7b9;
}

.wb_section.section-residence-7.have-line {
  padding-bottom: 0;
}

.wb_section.section-master-4 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wb_section.section-gallery-1, .wb_section.section-virtualtour-1 {
  padding: 150px var(--large-padding) 100px;
  text-align: center;
}

.wb_section.section-master-1 {
  padding: 150px var(--large-padding) 0px;
  text-align: center;
}

.wb_section.section-vr-clubhouse {
  padding: 60px var(--padding-120) 100px;
  text-align: center;
}

.wb_section.section-vr-clubhouse.bg-green {
  padding-bottom: 100px;
}

.wb_section.section-vr-residence {
  padding: 60px var(--padding-120) 150px;
  text-align: left;
  background-color: #0c2b30;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wb_section.section-vr-residence.bg-green {
  background-color: #9fb7b9;
}

.wb_section.section-vr-residence.have-line {
  padding-bottom: 0;
}

.wb_section.section-vr-central {
  padding: 150px var(--padding-120) 100px;
  text-align: center;
}

.wb_section.section-vr-central.bg-green {
  padding-bottom: 100px;
}

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

.wb_section.section-3 {
  z-index: 1;
  margin-top: -5vw;
  padding-top: 10vw;
  padding-bottom: 150px;
}

.wb_section.section-2 {
  z-index: 0;
  background-color: #fff9ef;
  padding-top: 100px;
  padding-bottom: calc(20vw - 50px);
}

.wb_section.section-2.site2-scope {
  background-color: #063b4a;
}

.wb_footer {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  background-image: url('../images/footer_bg.webp');
  background-position: 50% 100%;
  background-size: auto 100%;
  margin-top: -60px;
  padding: 60px;
  position: relative;
}

.wb_footer.site2-scope {
  background-image: url('../images/footer_bg2.webp');
}

.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;
  inset: -5px -5px auto auto;
}

.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;
  place-items: flex-start 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: #333;
  margin-top: 0;
}

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

.wb_button-solid.ghost-button {
  color: #3b83f7;
  background-color: #0000;
  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;
}

.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: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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%;
  place-items: flex-start 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;
  place-items: start;
  display: grid;
}

.rl_footer3_component {
  background-color: #0000;
}

.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: 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 {
  color: #676767;
  text-align: justify;
  background-color: #01482e;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  display: none;
}

.wb_popup.disclaimer-popup.site2-scope {
  background-color: #063b4a;
}

.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 {
  display: none;
}

.wb_popup.sales-information, .wb_popup.disclaimer-scope {
  color: #fff;
  display: none;
}

.wb_popup.alert-popup {
  color: #676767;
  text-align: justify;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  display: none;
}

.wb_popup.alert-popup.active {
  display: none;
}

.popup_close {
  z-index: 0;
}

.popup_close.landing-disclaimer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  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;
}

.popup_close.height-auto {
  height: auto;
  position: relative;
}

.popup_close.alert-popup-scope {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  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;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
}

.wb_bg_img {
  opacity: 1;
  object-fit: cover;
  object-position: 10% 50%;
  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_bg_img.desktop {
  object-position: 50% 50%;
}

.wb_bg_img.desktop.pos-bottom {
  object-position: 50% 100%;
}

.wb_bg_img.mobile {
  object-position: 50% 50%;
  display: none;
}

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

.wb_popup_content.login {
  position: absolute;
}

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

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

.wb_width-default {
  text-align: center;
  flex: 1;
  width: 1380px;
  max-width: 100%;
  height: 0;
}

.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: #0000;
  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;
  display: flex;
}

.wb_language-list {
  justify-content: flex-start;
  align-items: center;
  margin: auto 20px auto 10px;
  padding-left: 0;
  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 {
  margin-right: 10px;
  font-size: 1.6rem;
}

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

.wb_language-list.main-menu {
  margin-top: 30px;
  font-size: 1.6rem;
}

.wb_language-list.main-menu.side-menu {
  display: none;
}

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

.wb_lanaguage-option {
  color: #01482e;
  margin-left: 10px;
  font-size: min(1vw, 26px);
  line-height: 1;
  text-decoration: none;
}

.wb_lanaguage-option.side-menu-scope {
  color: #fff;
}

.wb_lanaguage-option.site2-scope {
  color: #2d4759;
}

.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 {
  z-index: 10;
  color: #01482e;
  background-color: #0000;
  border-bottom-style: none;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  left: 0;
}

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

.wb_header_t1.wb_pad-global.wb_header.home {
  background-color: #0000;
}

.wb_header_t1.wb_pad-global.wb_header.header-transparent {
  background-color: #0000;
  position: absolute;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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%;
  padding-left: 20px;
  display: flex;
  position: static;
}

.rl_navbar3_container-2 {
  z-index: 10;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: flex-end stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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: #000;
  letter-spacing: .1em;
  background-color: #fff;
  font-size: 2.8rem;
  line-height: 1.6;
}

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

.wb_font-1.tag-line {
  letter-spacing: .2em;
  font-size: 4rem;
}

.wb_font-1.inner-title {
  letter-spacing: .2em;
  margin-bottom: 30px;
  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: 50%;
}

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

.wb_textbox-float.inner-page {
  padding-right: var(--narrow-padding);
  padding-left: var(--narrow-padding);
  text-align: left;
  position: absolute;
  top: auto;
}

.wb_textbox-float.inner-page.bottom-left {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 50px;
}

.wb_textbox-float.logo-wrapper {
  z-index: 11;
  width: 27vw;
  top: 40px;
  left: 3%;
}

.wb_textbox-float.tagline-wrapper {
  width: 39%;
  top: 50%;
  left: 8%;
}

.wb_textbox-float.tagline-wrapper.site2-scope {
  top: auto;
  bottom: 50%;
  left: 50%;
  transform: translate(-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: block;
  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: #0000;
  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;
}

.wb_language-list_item {
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.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: #0000;
}

.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: #0000;
  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: #0000;
  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;
  inset: auto 0 auto auto;
  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;
  inset: 7px 0 auto auto;
}

.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%;
  margin-left: 40px;
  margin-right: 40px;
}

.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: #0000;
}

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

.rl_navbar2_dropdown-list.w--open {
  background-color: #0000;
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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: #0000;
  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: #0000;
}

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

.wb_img-cover.mobile-only {
  display: none;
}

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

.caption {
  color: #fff;
  text-align: left;
  letter-spacing: .2em;
  margin-top: 19px;
  font-family: Copperplatecc;
}

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

.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: 1;
  width: 100%;
  height: 0;
  max-height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
}

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

.wb_scrollable-wrapper.wb_pad-global-copy.alert-popup-scope {
  padding-left: 0;
  padding-right: 0;
}

.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: #0000;
  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 #fff;
  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 #fff;
}

.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%;
  height: 100%;
  display: flex;
  position: absolute;
  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: center;
  align-items: center;
  width: 100%;
  height: 13.5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.slider-thumbnail-wrapper {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 19%;
  height: 100%;
  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 {
  height: 85%;
}

.slide-nav {
  display: none;
}

.bgm-toggle {
  background-color: #0000;
  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 {
  width: 100%;
  height: 100%;
}

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

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

.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: #0000;
}

.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;
  inset: auto 0% 0% auto;
}

.rl_navbar1_link-2 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  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;
  place-items: center 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;
}

.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: #0000;
}

.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: 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%;
  height: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.wb_popup_content-wrapper {
  background-color: #d7dad6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.wb_popup_content-wrapper.landing-disclaimer-scope {
  border-radius: 30px;
  width: 80vw;
  max-width: 1920px;
  height: 60vw;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.wb_popup_content-wrapper.landing-disclaimer-scope.site2-scope {
  opacity: .85;
  background-color: #fff;
}

.wb_popup_content-wrapper.lalert-popup-scope {
  background-color: #ffffffd9;
  width: 100%;
  height: 60vw;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

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

.wb_height-full-header-min.collateral {
  text-align: justify;
  background-color: #9fb7b9;
  padding: 100px 60px;
}

.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;
  place-content: space-between space-around;
  place-items: start stretch;
  display: grid;
}

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

.wb_toggle-disclaimer_toggle {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  padding: 5px 10px 5px 0;
  text-decoration: none;
  display: flex;
}

.wb_toggle-disclaimer_content-wrapper {
  z-index: 1;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wb_toggle-disclaimer_content-wrapper.wb_scrollable-wrapper {
  flex: 0 auto;
  max-height: 150px;
  display: block;
  overflow: hidden;
}

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

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

.wb_toggle-disclaimer_toggle_label {
  letter-spacing: .15em;
  text-transform: none;
  text-shadow: 0 1px 4px #00000080;
  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 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.wb_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_button-text {
  color: #000;
  background-color: #0000;
  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 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 100%;
  height: 0;
  display: flex;
}

.wb_width-landing-disclaimer.alert-popup-scope {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30vw;
  padding-left: 15vw;
  padding-right: 15vw;
}

.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 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 60px;
  display: flex;
}

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

.social-list {
  justify-content: flex-start;
  align-items: center;
  height: min(1.5vw, 30px);
  display: flex;
}

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

.social-link {
  height: 100%;
  margin-left: 10px;
}

.social-link.side-menu-scope {
  filter: brightness(0%) invert();
}

.icon {
  width: auto;
  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: #0000;
  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: #00000069;
  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;
}

.navigation-speaker {
  align-items: center;
  display: flex;
}

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

.menu-button {
  z-index: 101;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}

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

.dropdown {
  justify-content: flex-start;
}

.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: #0000;
  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: #0000;
}

.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: #0000;
  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: .22em;
  text-transform: uppercase;
  background-color: #062b31;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 2.4rem;
  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: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wb_bg_img-wrapper-2.vr {
  background-color: #000000b0;
}

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

.wb_popup_content-2 {
  background-color: #19442fb3;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  max-width: calc(100% - 40px);
  height: 100%;
  max-height: 600px;
  padding: 100px 60px 80px;
  display: flex;
  position: absolute;
}

.wb_popup_content-2.site2-scope {
  background-color: #063b4aa1;
}

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

.download-button {
  color: #fff;
  text-decoration: none;
}

.popup-heading {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.8rem;
}

.wb_popup_wrapper {
  z-index: 100;
  position: relative;
}

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

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

.landing-disclaimer-content {
  text-align: justify;
  letter-spacing: .05em;
  margin-bottom: 0;
}

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

.wb-footer-disclaimer {
  color: #c6c6c6;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

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

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

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

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

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

.wb_toggle-disclaimer-2 {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

.menu-list-submenu-wrapper {
  background-color: #062b31e6;
  padding: 30px;
}

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

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

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

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

.menu-list-parent-label {
  color: #fff;
  font-family: Copperplatecc;
  font-size: 1.1rem;
  position: relative;
}

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

.list {
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.menu-list-submenu {
  z-index: 20;
  flex-direction: column;
  flex: none;
  height: 0;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
}

.menu-list-item-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Copperplatecc;
  font-size: 1.1rem;
  display: flex;
  position: relative;
}

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

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

.menu-list-item.has-children {
  width: auto;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

.menu-list-item.main-item {
  text-align: left;
  width: auto;
  margin-left: 20px;
}

.wb_language-list_divider-2 {
  background-color: #fff;
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.wb-footer-contact {
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
  font-family: Copperplatecc;
  display: flex;
}

.wb_language-dropdown_button_indicator {
  width: 13px;
  margin-top: -2px;
  position: absolute;
  right: 10px;
}

.collateral-header {
  color: #31585d;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
}

.collateral-header-main {
  color: #31585d;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Copperplatecc;
  font-size: 2.5rem;
  font-weight: 600;
}

.collateral-list {
  color: #191919;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 0;
}

.collateral-list-item {
  text-align: center;
  margin-bottom: 20px;
}

.collateral-list-item-link {
  color: #000;
  text-align: center;
  text-decoration: underline;
}

.wb-footer-contact-item {
  margin-left: 30px;
  margin-right: 30px;
}

.paragraph-3 {
  text-align: justify;
}

.mobile-menu-list-wrapper {
  background-color: #062b31e6;
  margin-top: 50px;
  padding: 30px;
}

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

.disclaimer-content {
  color: #31585d;
  letter-spacing: .05em;
  margin-top: 30px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.paragraph-4 {
  letter-spacing: .05em;
  font-size: 1.1rem;
  font-weight: 300;
}

.wb_spacer_100h {
  flex: none;
  height: 100px;
}

.paragraph-7 {
  letter-spacing: .05em;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3;
}

.bgm-toggle-3 {
  background-color: #0000;
  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;
}

.bgm_toggle {
  background-color: #0000;
  background-image: url('../images/icon_speaker_close.png');
  background-position: 0 0;
  background-size: contain;
  width: 16px;
  height: 14px;
  margin-left: 30px;
  padding: 0;
}

.bgm_toggle.active {
  background-image: url('../images/icon_speaker_open.png');
}

.wb_section-disclaimer-indicator {
  filter: drop-shadow(-1px 1px 4px #00000080);
  width: 10px;
  margin-top: -1px;
  margin-right: 8px;
  position: relative;
  transform: rotate(-90deg);
}

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

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

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

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

.paragraph-8 {
  margin-bottom: 0;
}

.mobile-menu-logos {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 60px;
}

.link-with-image-in-menu {
  color: #fff;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.mobile-menu-contact {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  padding-right: 20px;
  font-family: Copperplatecc;
  display: flex;
}

.mobile-speaker {
  align-items: center;
  display: none;
}

.popup-logo {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.section_row {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_row.row-reverse.align-bottom {
  flex-direction: column-reverse;
  align-items: flex-end;
  margin-top: 200px;
}

.section_row.row-reverse.align-top.master-section--2 {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.section_row.row-reverse.peace {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.section_row.height-20vw {
  flex-direction: row;
}

.section_row._360-row {
  flex-direction: row;
  margin-bottom: 30px;
}

.section_row-col {
  width: 100%;
  position: relative;
}

.section_row-col.flex-extend {
  flex: 0 auto;
  width: auto;
}

.section_row-col.width-420 {
  padding: 50px var(--tablet-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_row-col.text-col {
  padding: 50px var(--tablet-padding);
}

.section_row-col.text-col.no-margin {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  display: flex;
}

.section_row-col.text-col.no-margin-2 {
  margin-left: 0;
  margin-right: 0;
}

.section_row-col.col-cnetral-1 {
  width: 50vw;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section_row-col.width-350 {
  padding: 50px var(--tablet-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_row-col.width-auto {
  width: auto;
  height: 100%;
}

.section_row-col._360-col {
  width: 49.5%;
}

.image-wrapper.width-55p {
  width: 55%;
}

.image-wrapper.width-80p {
  width: 80%;
  position: relative;
  top: 20vw;
}

.wb_img-width {
  width: 100%;
  height: auto;
}

.wb_img-width.max-50 {
  max-width: 50vw;
}

.text-wrapper {
  text-align: left;
}

.text-wrapper.width-300 {
  width: 300px;
}

.text-wrapper.font-color-3.width-50p {
  width: 50%;
  position: absolute;
  top: 60%;
  left: 15vw;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
}

.link {
  color: #000;
}

.section-title {
  text-align: center;
}

.section-title.width-300 {
  margin-bottom: 0;
}

.image-wrapper-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.image-wrapper-2.p1.wb_zoom-wrapper {
  position: absolute;
}

.image-wrapper-2.wb_zoom-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

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

.gallery-col {
  width: 50%;
  position: absolute;
  left: 45%;
}

.video-wrapper {
  height: 100%;
}

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

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

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

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

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

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

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

.swiper-wrapper {
  height: 100%;
}

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

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

.ratio-wraper.residence {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.img-cover.section-3-scope {
  object-position: 50% 0%;
}

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

.swiper-button-prev, .swiper-button-next {
  display: none;
}

.text-wrapper-carosel {
  padding: 50px var(--tablet-padding) 100px;
}

.heading-4 {
  color: #062b31;
  letter-spacing: .2em;
  margin-top: 0;
  font-family: Copperplatecc;
  font-size: 2rem;
}

.vr-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.vr-icon {
  width: 80px;
  height: 80px;
  position: absolute;
}

.vr-wrapper-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wb_width-narrow {
  text-align: center;
  flex: 1;
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.font-color-3 {
  color: #e2dac3;
}

.wb_background-color {
  background-color: #c2ccda;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.wb_background-color.bg-green2 {
  background-color: #31585d;
}

.wb_background-color.bg-green {
  background-color: #9fb7b9;
}

.wp_space-100 {
  width: 100%;
  height: 100px;
  position: relative;
}

.leadin-line, .leadin-line-2 {
  background-color: #000;
  width: 1px;
  height: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.width-300 {
  width: 300px;
}

.width-400 {
  width: 400px;
}

.section-residence-7-building {
  width: 33%;
  height: auto;
  position: absolute;
}

.section-residence-7-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vr-wrapper-ratio-1 {
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 4%;
  left: 0;
}

.vr-wrapper-ratio-2 {
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 39%;
  left: 0;
}

.vr-wrapper-ratio-3 {
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 20%;
  right: 0;
}

.vr-wrapper-ratio-4 {
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 55%;
  right: 0;
}

.width-500 {
  width: 500px;
  margin-bottom: 0;
}

.paragraph-9 {
  font-size: 1.4rem;
}

.hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.hamburger.menu-toggle {
  z-index: 10;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  left: 0;
}

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

.hamburger-top.site2-scope {
  background-color: #2d4759;
}

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

.hamburger-middle.site2-scope {
  color: #2d4759;
}

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

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

.hamburger-bottom.site2-scope {
  color: #2d4759;
}

.side-menu {
  z-index: 100;
  background-color: #01482e;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 420px;
  height: 100vh;
  padding-left: 80px;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(100%);
}

.side-menu-list-wrapper {
  background-color: #062b31e6;
  padding: 30px;
}

.side-menu-list-wrapper.main-menu {
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.side-menu-list-wrapper.sub-menu {
  display: none;
}

.side-menu-wrapper {
  align-items: flex-start;
  display: flex;
}

.side-menu-list-main {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-family: Copperplatecc;
  display: flex;
}

.menu-list-item-link-main {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  display: flex;
  position: relative;
}

.menu-list-item-link-main.header-scope {
  color: #01482e;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1vw;
}

.menu-list-item-link-main.header-scope.site2-scope {
  color: #2d4759;
}

.menu-logo-link {
  color: #fff;
  height: 100%;
  margin-right: 20px;
}

.menu-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 30px;
}

.main-menu-copyright {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

.page-title-2 {
  letter-spacing: .2em;
  font-size: 3rem;
}

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

.p4-video-popup-image-1 {
  height: 32vw;
}

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

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

.p4-video-image-text {
  width: auto;
  height: 15px;
}

.heading-7 {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.15;
  position: relative;
}

.video-popup-open {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-popup-open.gallery-link {
  align-items: center;
  display: flex;
}

.gallery-link {
  flex-direction: column;
  width: auto;
  height: 100%;
  display: flex;
}

.gallery-image {
  width: auto;
  height: 32vw;
}

._360-popup-open {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._360-popup-open.gallery-link {
  align-items: center;
  display: flex;
}

.section_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section_list-item {
  width: 100%;
  position: relative;
}

.section_list-item.flex-extend {
  flex: 0 auto;
  width: auto;
}

.section_list-item.width-420 {
  padding: 50px var(--tablet-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_list-item.text-col {
  padding: 50px var(--tablet-padding);
}

.section_list-item.text-col.no-margin, .section_list-item.text-col.no-margin-2 {
  margin-left: 0;
  margin-right: 0;
}

.section_list-item.width-350 {
  padding: 50px var(--tablet-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_list-item.width-auto {
  width: auto;
  height: 100%;
}

.section_list-item._360-item {
  width: 49.5%;
  margin-bottom: 30px;
}

.menu-list-item-link-img {
  height: 26px;
  margin-right: 10px;
}

.sub-title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 2rem;
}

.central_subhead, .central_paragraph {
  text-align: center;
}

.heading-8 {
  font-size: 5rem;
}

.column.column-left.landing-scope {
  align-items: center;
}

.column.column-right {
  align-items: flex-end;
  height: 100%;
}

.column.column-right.landing-scope {
  align-items: center;
}

.landing-pattern-desktop {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.logo-wrapper.landing-scope {
  width: 30vw;
}

.logo-wrapper.landing-disclaimer-scope {
  width: 30vw;
  max-width: 500px;
}

.logo-wrapper.footer-scope {
  width: 240px;
  margin: 90px auto 30px;
}

.logo-wrapper.footer-scope.site2-scope {
  width: 480px;
  max-width: 90%;
}

.logo-wrapper.developer-logo {
  width: 200px;
  margin: 20px auto 30px;
}

.wb_spacer_10w {
  flex: none;
  height: 50px;
}

.wb_button.landing-disclaimer-scope {
  color: #676767;
  margin-top: 50px;
}

.social-link-2 {
  height: 100%;
  margin-left: 20px;
}

.section-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.relative-wrapper {
  position: relative;
}

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

.sub-section-video {
  width: 100%;
}

.sub-section-booklet {
  margin-top: 100px;
}

.side-menu-footer {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.tabs-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  font-weight: 600;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  font-weight: 600;
}

.booklet-wrapper {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.booklet-download {
  color: #010000;
  background-color: #fff;
  border: 2px solid #00472e;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 30px;
  font-size: 2rem;
  display: inline-flex;
}

.booklet-download-icon {
  object-fit: contain;
  width: 28px;
  height: auto;
  margin-left: 10px;
}

.tab {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab.w--current {
  background-color: #0000;
  font-weight: 600;
}

.tab.site2-scope {
  color: #fff;
}

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

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

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

.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.p6_2, .section-content-row.p6_1 {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p4_1-carousel {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-wrapper.p6_3 {
  left: auto;
  right: 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;
}

.gallery-row {
  display: flex;
}

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

.gallery-row.p3.wb_zoom-wrapper.desktop {
  align-items: flex-start;
  height: auto;
  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;
}

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

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

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

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

.location-img-holder {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  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;
}

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

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

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

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

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

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

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

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

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

.wb_toggle-disclaimer_toggle-3 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #3b2815cc;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

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

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

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

.align-left {
  width: 100%;
}

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

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

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

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

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

.slider-navigation-2 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.expandable-toggle {
  display: none;
}

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

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

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

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

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

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

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

.text-extend {
  width: 140%;
}

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

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

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

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

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

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

.p8-carousel {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.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.wb_zoom-wrapper {
  width: 100%;
  height: 38vw;
  position: relative;
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

.heading-9 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-thumbnail-wrapper-2 {
  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-2:hover, .slider-thumbnail-wrapper-2.active {
  opacity: 1;
}

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

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

.wb_content-row-2 {
  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-2.first {
  border-top: 1px solid #bfb8ae;
  align-items: 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-image {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

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

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

.wb_toggle-disclaimer_content-wrapper-3 {
  z-index: 1;
  background-color: #3b2815cc;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  position: absolute;
  bottom: 110%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper {
  height: 30vw;
}

.tab-pane {
  padding-bottom: 50px;
}

.separate-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

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

.popup-close-button.popup-close {
  left: auto;
}

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

.wb_popup_close-copy {
  z-index: 0;
  background-image: url('../images/sales_bg.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

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

.wb_popup_close-copy.height-auto {
  height: auto;
  position: relative;
}

.section-2-pattern {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: -1px;
  left: 0;
}

.heading-11.site2-scope {
  color: #fff;
}

.popup-overlay {
  z-index: 0;
  background-image: url('../images/sales_bg.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-overlay.landing-disclaimer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  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;
}

.popup-overlay.height-auto {
  height: auto;
  position: relative;
}

.popup-overlay.popup-close.site2-scope {
  background-color: #fff;
  background-image: url('../images/sales_bg2.webp');
  background-size: cover;
}

.header-menu-list-main {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 68vw;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 15px;
  font-family: Copperplatecc;
  font-size: 1.6rem;
  display: none;
}

.wb_toggle-disclaimer-4 {
  z-index: 30;
  flex-flow: column;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wb_toggle-disclaimer_toggle-4 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 4px #000000b3;
  align-items: center;
  padding: 5px 10px 5px 0;
  text-decoration: none;
  display: flex;
}

.wb_toggle-disclaimer_content-wrapper-4 {
  z-index: 1;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wb_toggle-disclaimer_content-wrapper-4.wb_scrollable-wrapper {
  max-height: 150px;
}

.wb_toggle-disclaimer_content-4 {
  color: #fff;
  text-shadow: 0 1px 1px #000000b3;
  font-size: 1rem;
  line-height: 1.2;
}

.paragraph-11 {
  margin-bottom: 0;
}

.wb-footer-popup-disclaimer {
  color: #c6c6c6;
  text-align: center;
  font-size: 1.2rem;
}

.gradient-bottom.green {
  display: none;
}

@media screen and (min-width: 1280px) {
  h2 {
    color: #062b31;
    letter-spacing: .2em;
    font-family: Copperplatecc;
  }

  h3 {
    color: #062b31;
    margin-top: 0;
    font-family: Copperplatecc;
    font-size: 2rem;
    font-weight: 400;
  }

  .wb_nav-menu_wrapper-right {
    padding-right: 3%;
  }

  .wb_section.section-banner-small.bg-green2 {
    background-color: #31585d;
  }

  .wb_section.section-banner-full.padding-right-10 {
    padding-bottom: 0;
    padding-left: var(--large-padding);
  }

  .wb_section.bg-green {
    background-color: #9fb7b9;
  }

  .wb_section.section-carousel.bg-green {
    padding-bottom: 0;
  }

  .wb_section.section-lcentral-4 {
    padding-bottom: 50px;
  }

  .wb_section.section-central-5 {
    padding-right: var(--large-padding);
    padding-left: var(--large-padding);
  }

  .wb_section.section-master-3 {
    padding-bottom: 100px;
  }

  .wb_section.bg-green2 {
    background-color: #31585d;
  }

  .wb_section.section-central-6 {
    padding-right: var(--narrow-padding);
    padding-left: var(--narrow-padding);
  }

  .wb_section.section-central-3 {
    margin-top: 30px;
  }

  .wb_section.section-leadin-2, .wb_section.section-residence-7 {
    text-align: left;
    justify-content: space-between;
    display: flex;
  }

  .wb_section.section-master-4 {
    padding-bottom: 50px;
  }

  .wb_section.section-gallery-1.bg-green2, .wb_section.section-virtualtour-1.bg-green2, .wb_section.section-master-1.bg-green2 {
    background-color: #31585d;
  }

  .wb_section.section-vr-residence {
    text-align: left;
    justify-content: space-between;
    display: flex;
  }

  .wb_footer.site2-scope {
    background-size: cover;
  }

  .wb_language-list {
    margin-right: 0;
  }

  .wb_font-1.inner-title {
    position: absolute;
  }

  .wb_textbox-float.inner-page.center-title {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    display: none;
  }

  .wb_button-solid-2 {
    background-color: #062b31;
    line-height: 1;
  }

  .paragraph-4 {
    line-height: 1.3;
  }

  .wb_spacer_100h {
    width: 100%;
  }

  .section_row {
    flex-direction: row;
  }

  .section_row.row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .section_row.row-reverse.padding-right-10 {
    padding-right: 10%;
  }

  .section_row.row-reverse.align-bottom {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: 0;
  }

  .section_row.row-reverse.align-top, .section_row.row-reverse.align-top.master-section--2 {
    align-items: flex-start;
  }

  .section_row.row-reverse.peace {
    width: 100%;
  }

  .section_row.align-top {
    align-items: stretch;
  }

  .section_row.flex-align-right {
    justify-content: flex-end;
  }

  .section_row-col {
    width: 50%;
    position: relative;
  }

  .section_row-col.flex-extend {
    flex: 1;
  }

  .section_row-col.width-420 {
    margin-right: var(--narrow-padding);
    margin-left: var(--narrow-padding);
    width: 420px;
  }

  .section_row-col.width-420.text-col.padding-top-0 {
    padding-top: 0;
  }

  .section_row-col.text-col {
    margin-right: var(--narrow-padding);
    margin-left: var(--narrow-padding);
  }

  .section_row-col.text-col.no-margin {
    padding-left: 0;
    padding-right: 100px;
  }

  .section_row-col.text-col.no-margin-2 {
    padding-right: var(--large-padding);
    padding-bottom: 50px;
    padding-left: var(--large-padding);
  }

  .section_row-col.col-cnetral-1 {
    margin-right: var(--narrow-padding);
    width: 32vw;
  }

  .section_row-col.width-80p {
    width: 80vw;
  }

  .section_row-col.width-350 {
    margin-right: var(--narrow-padding);
    margin-left: var(--narrow-padding);
    width: 420px;
  }

  .section_row-col.width-350.text-col {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section_row-col.width-350.text-col.padding-top-0 {
    padding-top: 0;
  }

  .section_row-col.width-40p {
    padding-left: var(--large-padding);
  }

  .image-wrapper.width-55p {
    width: 55%;
  }

  .image-wrapper.width-80p {
    width: 80%;
    position: relative;
    top: 20vw;
  }

  .text-wrapper.master-text {
    color: #e2dac3;
  }

  .text-wrapper.font-color-3.width-50p {
    width: 50%;
    position: absolute;
    top: 80%;
    left: 15vw;
  }

  .section-title.width-300 {
    width: 300px;
  }

  .image-wrapper-2.p1.wb_zoom-wrapper {
    position: absolute;
  }

  .p1-carousel.swiper {
    position: relative;
  }

  .text-wrapper-carosel {
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
  }

  .heading-3 {
    color: #062b31;
    font-weight: 400;
  }

  .vr-icon {
    pointer-events: none;
  }

  .vr-wrapper-full {
    max-width: none;
  }

  .font-color-3 {
    color: #e2dac3;
  }

  .wp_space-100 {
    width: 100%;
    height: 100px;
  }

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

  .width-300, .width-400 {
    width: 300px;
  }

  .menu-list-item-link-main {
    font-size: 1rem;
  }

  .section_list-item {
    width: 50%;
    position: relative;
  }

  .section_list-item.flex-extend {
    flex: 1;
  }

  .section_list-item.width-420 {
    margin-right: var(--narrow-padding);
    margin-left: var(--narrow-padding);
    width: 420px;
  }

  .section_list-item.width-420.text-col.padding-top-0 {
    padding-top: 0;
  }

  .section_list-item.text-col {
    margin-right: var(--narrow-padding);
    margin-left: var(--narrow-padding);
  }

  .section_list-item.text-col.no-margin {
    padding-right: var(--large-padding);
    padding-left: 0;
  }

  .section_list-item.text-col.no-margin-2 {
    padding-right: var(--large-padding);
    padding-bottom: 0;
    padding-left: var(--large-padding);
  }

  .section_list-item.col-cnetral-1 {
    margin-right: var(--narrow-padding);
    width: 32vw;
  }

  .section_list-item.width-80p {
    width: 80vw;
  }

  .section_list-item.width-350 {
    margin-right: var(--narrow-padding);
    margin-left: var(--narrow-padding);
    width: 420px;
  }

  .section_list-item.width-350.text-col {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section_list-item.width-350.text-col.padding-top-0 {
    padding-top: 0;
  }

  .central_subhead {
    text-align: left;
  }

  .central_paragraph {
    text-align: left;
    position: relative;
  }

  .wb_spacer_10w {
    width: 100%;
  }

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

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

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

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

  .header-menu-list-main {
    width: 69vw;
    margin-top: 10px;
    padding-right: 3%;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    text-align: center;
  }

  .wb_footer.site2-scope {
    background-position: 50% 0;
  }

  .responsive-padder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wb_width-1, .wb_width-2 {
    width: 800px;
  }

  .wb_scrollable-wrapper {
    font-size: 1.6rem;
  }

  .wb_width-3 {
    width: 828px;
  }

  .wb_popup_content-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .popup-heading {
    font-size: 2.8rem;
  }

  .section_row-col.text-col {
    margin-right: var(--large-padding);
    margin-left: var(--large-padding);
  }

  .vr-wrapper {
    max-width: 800px;
  }

  .section_list-item.text-col {
    margin-right: var(--large-padding);
    margin-left: var(--large-padding);
  }

  .tab-link-tab-2.w--current, .tab-link-tab-1 {
    background-color: #0000;
  }

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

  .booklet-download {
    border: 2px solid #00472e;
    border-radius: 18px;
    margin-top: 10px;
    font-size: 2rem;
    display: inline-flex;
  }

  .booklet-download-icon {
    object-fit: contain;
    width: 28px;
    height: auto;
    margin-left: 10px;
  }

  .section-content-row.p5_1, .section-content-row.p5_2 {
    margin-top: 30px;
  }

  .section-content-row.p3 {
    align-items: center;
    margin-top: 30px;
  }

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

  .section-content-row.p2 {
    align-items: center;
    margin-top: 0;
  }

  .content-heading {
    font-size: 2.255rem;
  }

  .p4-video-popup-open-2 {
    line-height: 1.5;
  }

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

  .left-col.p2 {
    position: relative;
    top: auto;
  }

  .p3-map-wrapper.wb_zoom-wrapper {
    margin-top: 0;
  }

  .subsection-header {
    font-size: 2.8rem;
  }

  .gallery-col-2 {
    padding-bottom: 0;
  }

  .gallery-col-2.p5_2 {
    margin-top: 5vw;
  }

  .right-col.p3 {
    align-items: center;
  }

  .right-col.p2 {
    margin-top: -4vw;
  }

  .p5_2-legend {
    margin-right: 10vw;
  }

  .wb_toggle-disclaimer-3.p2 {
    margin-top: 0;
  }

  .p4-video-caption-3, .video-popup-open-2, .p4-video-popup-open-4 {
    line-height: 1.5;
  }
}

@media screen and (min-width: 1920px) {
  .wb_pad-global.flex-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wb_footer.site2-scope {
    margin-top: -4vw;
  }

  .popup_close.alert-popup-scope {
    width: 52px;
    height: 52px;
  }

  .wb_header_t1.wb_pad-global {
    height: 130px;
    position: sticky;
  }

  .wb_header_t1.wb_pad-global.wb_header.site2-scope {
    color: #2d4759;
  }

  .rl_navbar3_menu-2 {
    padding-left: 60px;
  }

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

  .menu-list-submenu-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-list-item.has-children {
    padding-right: 60px;
  }

  .wb_language-dropdown_button_indicator {
    right: 40px;
  }

  .mobile-menu-list-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wb_spacer_100h {
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.3;
  }

  .paragraph-6 {
    font-size: 1.1rem;
    font-weight: 300;
  }

  .section_row-col.width-420.text-col {
    width: 40%;
  }

  .vr-wrapper {
    max-width: 1024px;
  }

  .side-menu-list-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wb_spacer_10w {
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-content-row.p3, .dislcaimer-bottom-right-2.p4-2 {
    margin-top: 0;
  }

  .right-col.p2 {
    width: 31%;
  }

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

  .wb_toggle-disclaimer-3.p3 {
    margin-top: 0;
  }

  .p4-video-popup-open-4 {
    top: 79%;
  }

  .header-menu-list-main {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2rem;
  }

  .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;
    inset: auto 0% auto auto;
  }

  .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;
    margin-top: 20px;
  }

  .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: #0000;
  }

  .wb_section.section-leadin-2 {
    padding: 50px var(--tablet-padding) 100px;
    flex-direction: column;
  }

  .wb_section.section-residence-7, .wb_section.section-gallery-1, .wb_section.section-virtualtour-1, .wb_section.section-master-1, .wb_section.section-vr-residence {
    padding-right: var(--tablet-padding);
    padding-left: var(--tablet-padding);
  }

  .wb_footer {
    background-image: url('../images/footer_bg_tablet.webp');
    background-position: 50% 0;
    background-size: 100%;
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb_footer.site2-scope {
    background-image: url('../images/footer_bg_mobile2.webp');
    margin-top: -60px;
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .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 #1f202233;
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .popup_close.height-auto {
    height: 100vw;
  }

  .popup_close.alert-popup-scope {
    width: 26px;
    height: 26px;
    top: 15px;
    right: 15px;
  }

  .wb_bg_img.desktop {
    display: none;
  }

  .wb_bg_img.mobile {
    object-position: 50% 100%;
    display: block;
  }

  .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 {
    display: none;
  }

  .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, .wb_language-list.main-menu.side-menu {
    position: absolute;
    bottom: 30px;
  }

  .wb_language-list.side-menu-scope {
    margin-left: 0;
    display: flex;
  }

  .wb_lanaguage-option.side-menu-scope {
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
  }

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

  .wb_header_t1.wb_pad-global.wb_header {
    z-index: 100;
  }

  .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: #0000;
  }

  .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;
    grid-auto-columns: 1fr;
  }

  .wb_font-1 {
    font-size: 3rem;
  }

  .wb_font-1.inner-title {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }

  .wb_font-2 {
    font-size: 1.2rem;
  }

  .wb_textbox-float.wb_pad-global {
    bottom: 65%;
  }

  .wb_textbox-float.inner-page {
    padding-right: var(--tablet-padding);
    padding-left: var(--tablet-padding);
    bottom: 0;
  }

  .wb_textbox-float.logo-wrapper {
    width: 50vw;
    top: 5%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%);
  }

  .wb_textbox-float.tagline-wrapper {
    width: 65%;
    inset: auto auto 10% 50%;
    transform: translate(-50%);
  }

  .wb_textbox-float.tagline-wrapper.site2-scope {
    transform: translate(-50%);
  }

  .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_img-cover.desktop-only {
    display: none;
  }

  .wb_img-cover.mobile-only {
    display: block;
  }

  .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: 60vh;
  }

  .wb_scrollable-wrapper.wb_pad-global-copy.alert-popup-scope {
    font-size: 1.2rem;
  }

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

  .row {
    flex-flow: column;
  }

  .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: #0000;
  }

  .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;
    inset: auto 0% 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: 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: #0000;
  }

  .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 {
    place-content: center 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_popup_content-wrapper {
    max-height: 60vh;
  }

  .wb_popup_content-wrapper.landing-disclaimer-scope, .wb_popup_content-wrapper.lalert-popup-scope {
    height: 80vh;
    padding-top: 12vw;
    padding-bottom: 10vw;
  }

  .wb_height-full-header-min.collateral {
    padding: 80px 30px;
  }

  .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_button-text.logout {
    z-index: 12;
    position: absolute;
    top: 26px;
  }

  .wb_width-landing-disclaimer.alert-popup-scope {
    height: 100%;
  }

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

  .social-list {
    display: none;
  }

  .social-list.side-menu {
    position: absolute;
    bottom: 70px;
  }

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

  .social-link.side-menu-scope {
    margin-left: 0;
    margin-right: 10px;
  }

  .navigation-items {
    z-index: 2;
  }

  .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: #0000;
    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: #0000;
  }

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

  .navigation-speaker {
    display: flex;
  }

  .menu {
    z-index: 3;
  }

  .menu-button {
    z-index: 101;
    padding: 0;
  }

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

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

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

  .footer-row {
    grid-template-rows: minmax(25px, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(auto, 2.5fr) 1fr;
  }

  .menu-list-item.main-item {
    margin-left: 0;
  }

  .menu-list-item.menu-item-360 {
    display: none;
  }

  .wb_spacer_100h {
    height: 50px;
  }

  .paragraph-7 {
    text-align: left;
  }

  .bgm-toggle-3, .bgm_toggle {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .mobile-menu-logos {
    margin-left: 30px;
  }

  .popup-logo {
    z-index: 11;
  }

  .section_row.row-reverse.peace {
    width: 75vw;
  }

  .section_row.height-20vw {
    flex-direction: column;
  }

  .section_row-col.col-cnetral-1 {
    width: 75vw;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-title.width-300 {
    text-align: left;
    margin-bottom: 20px;
  }

  .ps-wrapper.ps-wrapper-fill-width {
    height: auto;
  }

  .ps-wrapper.p3 {
    object-fit: cover;
  }

  .swiper-pagination.p1 {
    text-align: center;
  }

  .vr-icon {
    width: 40px;
    height: 40px;
  }

  .width-500 {
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .side-menu {
    z-index: 100;
    border-radius: 0;
    justify-content: space-around;
    width: 100%;
    padding-left: 100px;
    transform: translate(100%);
  }

  .side-menu.site2-scope {
    background-color: #063b4a;
    transform: translate(100%);
  }

  .side-menu-wrapper {
    width: 100%;
  }

  .side-menu-list-main {
    padding-left: 0;
  }

  .p4-video-popup-image-1, .gallery-image {
    height: 40vw;
  }

  .column.column-left.landing-scope {
    height: 100%;
  }

  .logo-wrapper.landing-scope {
    width: 40vw;
  }

  .wb_spacer_10w {
    height: 50px;
  }

  .social-link-2 {
    margin-right: 20px;
  }

  .side-menu-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .booklet-wrapper {
    width: 360px;
  }

  .p3-pattern {
    display: none;
  }

  .section-content-row {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .section-content-row.p4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-content-row.p5_1 {
    align-items: flex-end;
    margin-top: 0;
  }

  .section-content-row.p5_2 {
    align-items: flex-start;
    margin-top: 0;
  }

  .section-content-row.p5_3, .section-content-row.p3, .section-content-row.p1 {
    margin-top: 0;
  }

  .section-content-row.p2 {
    flex-direction: column;
    margin-top: 0;
  }

  .p4-video-popup-open-2 {
    top: 82%;
  }

  .pin-number {
    width: 3vw;
    height: 3vw;
    font-size: 1.8vw;
  }

  .carousel-wrapper {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-right: 0;
  }

  .carousel-wrapper.p6_3 {
    margin-top: 0;
  }

  .next-section-button {
    position: relative;
    bottom: auto;
    right: auto;
  }

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

  .p7-booklet-wrapper.booklet-open {
    width: 40vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .map-pin-wrapper {
    font-size: 1.5vw;
  }

  .left-col.p2 {
    color: #3b2815;
    width: 100%;
    position: relative;
    top: auto;
  }

  .left-col.p3 {
    width: 100%;
  }

  .section-content-wrapper {
    overflow: auto;
  }

  .text-col.p2 {
    order: -1;
    margin-top: 0;
  }

  .text-col.p6_1 {
    order: -1;
    width: 100%;
    margin-left: auto;
  }

  .text-col.p4 {
    width: 100%;
    margin-right: 0%;
  }

  .text-col.p6_3 {
    width: 100%;
  }

  .text-col.p5_1 {
    width: 100%;
    margin-right: 0%;
  }

  .text-col.p1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
  }

  .subsection-header {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }

  .subsection-header.p2 {
    margin-bottom: 50px;
  }

  .gallery-col-2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 4vw;
    margin-right: 0;
  }

  .gallery-col-2.p5_2 {
    width: 100%;
    margin-top: 2vw;
    margin-left: 0;
  }

  .right-col.p4 {
    width: 100%;
    right: auto;
  }

  .right-col.p3 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: block;
  }

  .right-col.p2 {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    display: flex;
    right: auto;
  }

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

  .p5_2-legend {
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .image-wrapper-3.p3 {
    height: auto;
  }

  .image-wrapper-3.p3.last, .image-wrapper-3.p2.last {
    margin-right: 0;
  }

  .heading-9 {
    font-size: 1.2rem;
  }

  .p2-pattern {
    width: 100%;
    display: none;
  }

  .p2_map {
    width: 100%;
  }

  .p3-legned {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .wb_scrollable-wrapper-2 {
    max-height: none;
  }

  .p5_2-map-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .p4-video-popup-open-4 {
    top: 83%;
  }

  .p2-building-wrapper {
    margin-top: 20px;
    margin-bottom: 1vw;
  }

  .p4-video-image-text-2 {
    height: 1.2vw;
  }

  .swiper {
    height: 60vw;
  }

  .heading-10 {
    font-size: 2.4rem;
  }

  .wb_popup_close-copy.height-auto, .popup-overlay.height-auto {
    height: 100vw;
  }

  .header-menu-list-main {
    display: none;
  }

  .gradient-bottom {
    background-image: linear-gradient(0deg, #ffffffe6, #fff9 60%, #fff0);
    width: 100%;
    height: 20vh;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .gradient-bottom.green {
    background-image: linear-gradient(0deg, #1b5642, #1b564299 60%, #1b564200);
    display: block;
  }

  .gradient-bottom.green.site2-scope, .gradient-bottom.site2-scope {
    display: none;
  }
}

@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 {
    background-image: url('../images/footer_bg_mobile.webp');
  }

  .wb_footer.site2-scope {
    background-image: url('../images/footer_bg_mobile2.webp');
    background-size: cover;
  }

  .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.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.alert-popup-scope {
    padding-top: 0;
    padding-bottom: 0;
  }

  .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;
    padding-left: 20px;
  }

  .wb_language-list.header-nav-language.side-menu {
    display: flex;
    position: absolute;
    bottom: 30px;
  }

  .wb_language-list.main-menu {
    margin-top: 20px;
  }

  .wb_language-list.main-menu.side-menu {
    display: flex;
    position: absolute;
    bottom: 30px;
  }

  .wb_language-list.side-menu-scope {
    margin-bottom: 0;
  }

  .wb_lanaguage-option {
    font-size: 1.2rem;
  }

  .wb_lanaguage-option.side-menu {
    font-size: 1.6rem;
  }

  .wb_lanaguage-option.side-menu-scope {
    font-size: 2rem;
  }

  .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;
    padding-left: 10px;
  }

  .rl_navbar3_button-2 {
    padding: .25rem 1rem;
  }

  .rl_navbar3_logo-2 {
    height: 30px;
  }

  .rl_navbar3_menu-2 {
    align-items: center;
  }

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

  .link-with-image {
    margin-left: 0;
    margin-right: 0;
  }

  .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: #0000;
    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 {
    max-height: 80vh;
  }

  .wb_height-full-header-min.collateral {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .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_content {
    max-height: 50vh;
  }

  .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 {
    text-align: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .wb-logo-footer.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: #062b31e6;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-100%);
  }

  .bgm-toggle-2 {
    display: block;
  }

  .navigation-speaker {
    display: none;
  }

  .menu-button {
    display: flex;
  }

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

  .wb_footer_menu {
    justify-content: center;
    margin-top: 29px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

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

  .wb-footer-nav {
    text-align: center;
  }

  .footer-row {
    flex-direction: column-reverse;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: minmax(auto, 1fr);
    place-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 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .list {
    display: none;
  }

  .menu-list-item-link {
    opacity: .7;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .wb-footer-contact {
    flex-direction: column;
  }

  .wb-footer-contact-item {
    margin-bottom: 20px;
  }

  .mobile-menu-list-wrapper {
    background-color: #0000;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mobile-menu-list {
    align-items: flex-start;
  }

  .paragraph-7 {
    text-align: left;
  }

  .bgm-toggle-3, .bgm_toggle {
    display: block;
  }

  .bgm_toggle.e-menu {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-menu-logos {
    text-align: center;
    justify-content: flex-start;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .mobile-menu-logos.home {
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .link-with-image-in-menu {
    margin-left: 0;
    margin-right: 20px;
  }

  .mobile-menu-copyright {
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
    line-height: 1.5;
    display: flex;
  }

  .mobile-menu-contact {
    text-align: left;
    text-transform: uppercase;
    flex-direction: column;
    padding-right: 20px;
    font-family: Copperplatecc;
    display: flex;
  }

  .mobile-speaker {
    display: flex;
  }

  .mobile-menu-contact-link {
    margin-bottom: 10px;
  }

  .section_row, .section_row.height-20vw {
    flex-direction: column;
  }

  .section_row._360-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .section_row-col.width-auto {
    margin-bottom: 50px;
  }

  .section_row-col._360-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .wp_space-100.landing-popup {
    height: 20px;
  }

  .side-menu {
    border-left: 1px solid #000;
  }

  .side-menu.site2-scope {
    transform: translate(100%);
  }

  .side-menu-list-wrapper {
    background-color: #0000;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .side-menu-list-wrapper.main-menu {
    width: 50%;
    margin-top: 0;
  }

  .side-menu-list-wrapper.sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--tablet-padding);
    border-left: 1px solid #fff;
    width: 50%;
    margin-top: 0;
    display: flex;
  }

  .side-menu-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .side-menu-list-main {
    align-items: flex-start;
  }

  .menu-logo-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .menu-logo-wrapper {
    text-align: center;
    justify-content: flex-start;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .menu-logo-wrapper.home {
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .main-menu-copyright {
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
    padding-right: 20px;
    font-size: .8rem;
    line-height: 1.5;
    display: flex;
  }

  .page-title-2 {
    font-size: 2.6rem;
  }

  .p4-video-popup-image-1, .gallery-image {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .section_list-item.width-auto {
    margin-bottom: 50px;
  }

  .section_list-item._360-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .logo-wrapper.landing-scope, .logo-wrapper.landing-disclaimer-scope {
    width: 50vw;
  }

  .logo-wrapper.footer-scope {
    width: 200px;
  }

  .logo-wrapper.footer-scope.site2-scope {
    width: 300px;
  }

  .booklet-wrapper {
    width: 60%;
  }

  .booklet-download {
    font-size: 1.6rem;
  }

  .booklet-download-icon {
    width: 20px;
  }

  .section-content-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-heading {
    font-size: 2rem;
  }

  .p4-video-caption-2 {
    width: 100px;
    font-size: .8rem;
  }

  .p4-video-popup-open-2 {
    top: 85%;
  }

  .p4-mlp-title {
    height: 3vw;
  }

  .expandable-wrapper {
    height: 0;
    overflow: hidden;
  }

  .video-content {
    font-size: .7rem;
    line-height: 1.1;
  }

  .p7-booklet-wrapper.booklet-open {
    width: 80%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .dislcaimer-top-left.content-heading {
    font-size: 1.8rem;
  }

  .booklet-name {
    margin-top: 30px;
    font-size: 1.6rem;
  }

  .p4-video-caption-1-2 {
    font-size: .8rem;
  }

  .expandable-toggle {
    cursor: pointer;
    align-items: center;
    display: flex;
  }

  .wb_toggle-disclaimer_toggle_label-3 {
    font-size: 1rem;
  }

  .text-extend.video-content {
    width: 130%;
  }

  .p4-video-popup-open-1-2 {
    left: 0%;
  }

  .p4-img-wrapper.wb_zoom-wrapper {
    margin-top: 30px;
  }

  .heading-9 {
    font-size: 1.1rem;
  }

  .image-text-superscript.sup-large {
    font-size: 1rem;
  }

  .wb_toggle-disclaimer-3 {
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb_bg_img-wrapper-3 {
    display: none;
  }

  .image-4 {
    width: 10px;
    height: auto;
    margin-left: 2px;
  }

  .p4-video-caption-3 {
    font-size: .8rem;
  }

  .p7-booklet-row {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb_toggle-disclaimer_content-wrapper-3 {
    margin-bottom: 5px;
  }

  .wb_toggle-disclaimer_content-3 {
    max-height: 50vh;
  }

  .wb_toggle-disclaimer_content-3.wb_scrollable-content {
    max-width: none;
  }

  .wb_scrollable-wrapper-2 {
    max-height: 80vh;
  }

  .p5_2-legend-list {
    display: flex;
  }

  .wb_scrollable-content-2 {
    text-align: justify;
    font-size: 1.2rem;
  }

  .p4-video-popup-open-4 {
    right: 0%;
  }

  .p4-video-image-text-2 {
    height: 1.6vw;
  }

  .header-menu-list-main {
    align-items: flex-start;
  }

  .wb_toggle-disclaimer-4 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    left: 5%;
  }

  .wb_toggle-disclaimer_content-4 {
    max-height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1rem;
  }

  .wb_section.section-leadin.have-line {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wb_section.section-central-vr {
    padding-left: 20px;
    padding-right: 25px;
  }

  .wb_section.section-gallery-1, .wb_section.section-virtualtour-1, .wb_section.section-master-1 {
    padding-bottom: 50px;
  }

  .wb_footer {
    background-size: 100% 100%;
    padding-bottom: 50px;
    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 {
    display: none;
  }

  .popup_close.height-auto {
    height: 100vw;
  }

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

  .wb_header_t1.wb_pad-global.wb_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl_navbar3_logo-link-2 {
    flex-direction: column;
    align-items: center;
  }

  .rl_navbar3_container-2 {
    grid-auto-flow: row;
  }

  .wb_font-1 {
    font-size: 2.6rem;
  }

  .wb_font-1.tag-line, .wb_font-1.inner-title {
    margin-top: 20px;
    font-size: 3rem;
  }

  .wb_font-2 {
    font-size: 1rem;
  }

  .wb_textbox-float.logo-wrapper {
    width: 70vw;
    top: 12%;
  }

  .wb_textbox-float.tagline-wrapper {
    width: 80%;
  }

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

  .link-with-image {
    height: 10vw;
  }

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

  .wb_popup_content-wrapper {
    height: 80vh;
  }

  .wb_popup_content-wrapper.landing-disclaimer-scope, .wb_popup_content-wrapper.lalert-popup-scope {
    padding-top: 20vw;
  }

  .wb_height-full-header-min.collateral {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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_button-text.logout {
    z-index: 12;
    top: 25px;
    right: 15px;
  }

  .wb_button-text.header-login-button {
    font-size: .8rem;
  }

  .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-speaker {
    position: relative;
  }

  .menu {
    margin-left: auto;
  }

  .html-embed-4 {
    display: block;
  }

  .menu-button {
    flex: none;
    margin-right: 0;
  }

  .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 {
    font-size: 1rem;
  }

  .menu-list-item-link {
    white-space: normal;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .mobile-menu-list {
    max-width: 100%;
  }

  .disclaimer-content, .text-block-7 {
    text-align: left;
  }

  .link-with-image-in-menu {
    height: 10vw;
  }

  .mobile-speaker {
    position: relative;
  }

  .mobile-menu-contact-link {
    font-size: 1.2rem;
  }

  .popup-logo {
    flex-direction: column;
    align-items: center;
  }

  .popup-logo.w--current {
    height: auto;
  }

  .section_row.row-reverse.peace, .section_row-col.col-cnetral-1 {
    width: 85vw;
  }

  .wb_width-narrow.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_width-narrow.wb_pad-global.pad-header.pad-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wp_space-100.landing-popup {
    height: 20px;
  }

  .side-menu {
    width: 100vw;
  }

  .menu-logo-link {
    height: 10vw;
  }

  .page-title-2 {
    font-size: 2rem;
  }

  .logo-wrapper.landing-scope {
    width: 60vw;
  }

  .logo-wrapper.landing-disclaimer-scope {
    width: 50vw;
  }

  .logo-wrapper.footer-scope {
    width: 150px;
    margin-top: 50px;
  }

  .logo-wrapper.developer-logo {
    width: 150px;
  }

  .wb_spacer_10w {
    height: 30px;
  }

  .wb_button.landing-disclaimer-scope {
    margin-top: 30px;
  }

  .tabs-menu, .back-section-button {
    font-size: 1.2rem;
  }

  .section-content-row, .section-content-row.p2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dislcaimer-bottom-right-2 {
    font-size: .8rem;
  }

  .dislcaimer-bottom-right-2.gallery-row-caption {
    font-size: .6rem;
  }

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

  .dislcaimer-bottom-right-2.p4 {
    font-size: 1.5vw;
  }

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

  .p4-video-caption-2 {
    width: 80px;
    font-size: .7rem;
    line-height: 1.25;
  }

  .video-content {
    font-size: .6rem;
    line-height: 1.1;
  }

  .next-section-button {
    font-size: 1.2rem;
  }

  .p4-video-popup-open-3 {
    line-height: 1.25;
    top: 0%;
    right: -1%;
  }

  .location-img-holder {
    object-fit: fill;
    overflow: visible;
  }

  .p7-booklet-wrapper.booklet-open {
    width: 75%;
    margin-bottom: 0;
  }

  .dislcaimer-top-left.content-heading {
    font-size: 1.7rem;
  }

  .booklet-name {
    margin-top: 20px;
  }

  .p4-video-caption-1-2 {
    font-size: .7rem;
    line-height: 1.25;
  }

  .image-name-tag {
    font-size: .7rem;
  }

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

  .p7-booklet-item {
    margin-bottom: 5vw;
  }

  .back-button-arrow {
    height: 15px;
  }

  .heading-9 {
    margin-bottom: 2px;
    font-size: 1.8vw;
  }

  .image-text-superscript {
    font-size: 1vw;
  }

  .image-text-superscript.sup-large {
    font-size: 1.8vw;
  }

  .wb_toggle-disclaimer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wb_bg_img-wrapper-3.p2 {
    display: none;
  }

  .p4-video-caption-3 {
    width: 120%;
    font-size: .7rem;
  }

  .carousel-slide-caption {
    font-size: 1.2rem;
  }

  .p7-booklet-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p4-video-popup-open-4 {
    line-height: 1.25;
    right: 3%;
  }

  .next-button-arrow {
    height: 15px;
  }

  .wb_popup_close-copy.height-auto {
    height: 100vw;
  }

  .heading-11 {
    margin-bottom: 20px;
  }

  .popup-overlay.height-auto {
    height: 100vw;
  }
}

#w-node-d4b0fb82-05b6-7dec-b50e-ff2a702db48b-5da23640, #w-node-b881c587-ba44-7e81-efed-0306319821d1-319821bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74559d-5da23654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74559e-5da23654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455a0-5da23654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455a3-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455ae-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455b3-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455bb-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455c0-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455c8-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455cd-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455d5-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455da-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e2-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e3-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e9-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455f1-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455f6-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455fe-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745603-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74560b-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74560c-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745611-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74561d-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74562b-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745633-5da23654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745640-5da23654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745643-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74564b-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74564c-5da23654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74565e-5da23654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745661-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745678-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745679-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74567c-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74567f-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745682-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745685-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745688-5da23654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74568b-5da23654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74568e-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745696-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745697-5da23654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456b5-5da23654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456b8-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c0-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c1-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c9-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456d1-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456d2-5da23654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456da-5da23654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456dd-5da23654, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456f5-5da23654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80493518-e89c-af24-736d-243cb26ed7dc-5da23655, #w-node-a0cee36a-b127-a023-9e6d-f3444f8ca4d8-5da23656 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-db9d8b47-9caa-a8b4-e046-04b8818990fb-5da23657 {
  align-self: center;
}

#w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da23657 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-ebc8ac1d-eed3-9ef7-ba0b-73bcf52d48a8-5da23658 {
  align-self: center;
}

#w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da23658 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_7c5e6626-420c-d066-8d8a-0a2c2564e8a6-5da2366a {
  align-self: center;
}

#w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_0c9cf07b-8c6b-9306-6a5a-dd595ae67d6a-5da2366b {
  align-self: center;
}

#w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_52d0f094-da1b-bc5e-d9e9-7a61dfbc2b28-5da2366c {
  align-self: center;
}

#w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-ebc8ac1d-eed3-9ef7-ba0b-73bcf52d48a8-5da2366d {
  align-self: center;
}

#w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-d4b0fb82-05b6-7dec-b50e-ff2a702db48b-5da23640 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-b881c587-ba44-7e81-efed-0306319821c7-319821bd {
    place-self: center;
  }

  #w-node-b881c587-ba44-7e81-efed-0306319821d1-319821bd, #w-node-_80493518-e89c-af24-736d-243cb26ed7dc-5da23655, #w-node-a0cee36a-b127-a023-9e6d-f3444f8ca4d8-5da23656, #w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da23657, #w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da23658, #w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366a, #w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366b, #w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366c, #w-node-_021305e6-2010-5f1f-f077-aa86604e068c-5da2366d {
    grid-row: span 1 / span 1;
    justify-self: center;
  }
}


