@font-face {
  font-family: Gillsans;
  src: url('../fonts/gillsans.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Athelas;
  src: url('../fonts/athelas-regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Athelas;
  src: url('../fonts/Athelas-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bodonimoda;
  src: url('../fonts/BodoniModa_9pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sangbleu Sans;
  src: url('../fonts/sangbleu-sans-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigcaslonfb;
  src: url('../fonts/BigCaslonFB-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bigcaslonfb;
  src: url('../fonts/BigCaslonFB-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigcaslonfb;
  src: url('../fonts/BigCaslonFB-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigcaslonfb;
  src: url('../fonts/BigCaslonFB-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bigcaslonfb;
  src: url('../fonts/BigCaslonFB-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Copperplatecc;
  src: url('../fonts/CopperplateCC-Heavy.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --narrow-padding: 60px;
  --large-padding: 100px;
  --tablet-padding: 30px;
  --padding-120: 120px;
  --body-text: Gillsans, sans-serif;
  --white: white;
  --black: black;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #062b31;
  text-align: left;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-family: Copperplatecc, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: #062b31;
  letter-spacing: .2em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Copperplatecc, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bodonimoda, sans-serif;
  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 {
  letter-spacing: .05em;
  margin-bottom: 20px;
  font-weight: 300;
}

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

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

li {
  letter-spacing: .05em;
  font-size: 1.8rem;
}

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

.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: 150px var(--padding-120);
  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.nobannerhead {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.wb_footer {
  color: #fff;
  background-color: #062b31;
  padding: 50px 60px 100px;
  position: relative;
}

.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;
  opacity: 0;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.wb_popup.disclaimer-popup {
  color: #fff;
  background-color: #062b31;
  border-radius: 0;
  display: none;
}

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

.wb_popup.vr-popup {
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  border-radius: 0;
  padding: 60px;
  display: flex;
}

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

.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.disclaimer-popup-2 {
  color: #fff;
  background-color: #062b31;
  border-radius: 0;
  display: none;
}

.section-banner-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

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

.section-banner-wrapper.height-auto {
  height: auto;
  position: relative;
}

.section-banner-wrapper._70vh {
  height: 58vh;
  position: relative;
  overflow: hidden;
}

.section-banner-wrapper.tablet, .section-banner-wrapper.mobile {
  display: none;
}

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

.wb_popup_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  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;
  border-style: solid;
  border-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, sans-serif;
  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 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gillsans, sans-serif;
  display: flex;
}

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

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

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

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

.wb_language-list.main-menu {
  margin-top: 20px;
  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: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}

.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: 1000;
  background-color: #062b31;
  border-bottom-style: none;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
}

.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_logo-2.mobile-only {
  display: none;
}

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

.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-family: Open Sans, sans-serif;
  font-size: 2.1rem;
  line-height: 1.6;
}

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

.wb_font-1.tag-line {
  letter-spacing: .2em;
}

.wb_font-1.inner-title {
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: 30px;
  font-size: 4rem;
}

.wb_font-2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Gillsans, sans-serif;
  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 {
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 50px;
}

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

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

.wp_space-20 {
  height: 20px;
}

.wb_fs3 {
  font-size: 2.6rem;
}

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

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

.sales-information-button {
  background-color: #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;
}

.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, sans-serif;
  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, sans-serif;
  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 {
  color: #fff;
}

.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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  font-size: 1.6rem;
}

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

.rl_navbar2_dropdown-link {
  color: #000;
  text-align: center;
  padding: .5rem 1rem;
  font-family: Bodonimoda, sans-serif;
  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%;
}

.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: center;
  letter-spacing: .2em;
  margin-top: 19px;
  font-family: Copperplatecc, sans-serif;
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.floorplan-header {
  color: #636467;
  text-transform: uppercase;
  font-family: Bodonimoda, sans-serif;
  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 {
  color: #fff;
  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;
  position: relative;
  overflow: hidden;
}

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

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

.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 {
  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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  font-weight: 400;
  line-height: 1.444;
}

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

.caption-description {
  color: #9d9d9c;
  letter-spacing: .05em;
  font-family: Athelas, sans-serif;
  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;
  display: flex;
}

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

.wb_language-dropdown-list {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gillsans, sans-serif;
  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, sans-serif;
  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%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

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

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

.wb_height-full-header-min.collateral {
  text-align: justify;
  padding: 100px 60px;
  position: relative;
}

.wb_display-mobile {
  display: none;
}

.wb_display-desktop {
  display: block;
}

.page-title {
  color: #636467;
  text-transform: uppercase;
  font-family: Bodonimoda, sans-serif;
  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;
  text-shadow: 0 1px 4px #000000b3;
  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 {
  max-height: 150px;
}

.wb_toggle-disclaimer_content {
  color: #fff;
  text-shadow: 0 1px 1px #000000b3;
  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;
  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 {
  background-color: #4f4f36e6;
  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, sans-serif;
  position: fixed;
  top: 20px;
  right: 30px;
}

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

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

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

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

.wb_gallery-accordion {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wb-logo-footer {
  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 {
  height: 20px;
  display: flex;
}

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

.social-link {
  height: 100%;
}

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

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

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

.bgm-toggle-2 {
  background-color: #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: 2000;
  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;
  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;
  width: 100%;
  height: 100%;
  max-height: 720px;
  display: flex;
}

.wb_popup_content-wrapper-2.vr {
  max-height: none;
}

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

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

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

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

.wb_popup_wrapper {
  z-index: 2000;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.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 {
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3;
}

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

.wb-footer-disclaimer {
  text-align: center;
  font-size: 1rem;
}

.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: 30;
  flex-flow: column;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color .5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wb_toggle-disclaimer-2.active {
  background-color: #00000080;
}

.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, sans-serif;
  font-size: 1.1rem;
  position: relative;
}

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

.list {
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  padding-right: 8px;
  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-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-family: Copperplatecc, sans-serif;
  font-size: 1.1rem;
  display: flex;
  position: relative;
}

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

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

.menu-list-item.has-children {
  width: auto;
  height: 100%;
  padding-left: 20px;
  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;
}

.menu-list-item.menu-item-360 {
  width: auto;
  margin-right: 10px;
}

.menu-list-item.menu-item-360-mobile {
  width: 185px;
}

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

.wb-footer-contact {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
  font-family: Copperplatecc, sans-serif;
  display: flex;
}

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

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

.collateral-header-main {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Copperplatecc, sans-serif;
  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 {
  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: #fff;
  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 {
  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 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  padding-right: 20px;
  font-family: Copperplatecc, sans-serif;
  display: flex;
}

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

.mobile-menu-contact-link {
  font-size: 1.4rem;
}

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

.section_grid_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-stroke-color: #949494;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

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

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

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

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

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

.section_grid_row._2-3 {
  grid-template-columns: 2fr 3fr;
}

.section_grid_row.gallery {
  align-items: start;
}

.section_grid_row._6-4 {
  grid-template-columns: 3fr 2fr;
}

.section_grid_row._3-1 {
  grid-template-columns: 3fr 1fr;
}

.section_grid_row._3-2 {
  grid-template-columns: 3fr 2fr;
}

.section_grid_row._20gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

.section_row-col.gallery {
  height: 100px;
}

.image-wrapper {
  object-fit: fill;
  position: relative;
  overflow: hidden;
}

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

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

.image-wrapper.map {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-wrapper.flex-wrapper.clubhouse_vr {
  height: 17vw;
}

.image-wrapper.mlp {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.with-1800px {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.siganture {
  height: 450px;
  margin-top: 0;
}

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

.image-wrapper._3tab {
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.text-wrapper.center.max1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.link {
  color: #000;
}

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

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

.section-title.font-white {
  color: #fff;
}

.section-title.ricecolor {
  color: #e2dac3;
}

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

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

.p1-carousel.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  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, sans-serif;
  font-size: 2rem;
}

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

.vr-icon {
  z-index: 11;
  width: 35%;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  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 {
  z-index: -10;
  background-color: #31585d;
}

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

.wb_background-color.white {
  background-color: #fff;
}

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

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

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

.leadin-line.rice-color {
  background-color: #e2dac3;
}

.leadin-line.transparent {
  background-color: #0000;
}

.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;
  padding-bottom: 30px;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0;
}

.vr-wrapper-ratio-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 55%;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  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: #fff;
  width: 34px;
  height: 2px;
}

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

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

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

.side-menu {
  z-index: 100;
  padding-left: var(--narrow-padding);
  background-color: #062b31fa;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translate(-100%);
}

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

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

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

.side-menu-wrapper {
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.side-menu-list-main {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-family: Copperplatecc, sans-serif;
  font-size: 4.8rem;
  display: flex;
}

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

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

.menu-logo-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-top: 30px;
  display: flex;
}

.main-menu-copyright {
  color: #fff;
  letter-spacing: .1em;
  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;
  inset: auto;
}

.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;
  display: flex;
  position: relative;
}

._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 {
  margin-right: 10px;
}

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

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

.footer_contact {
  font-size: 1.8rem;
}

.padder_15percent {
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
}

.img_100x100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.img_100x100.gallery {
  object-fit: contain;
}

.padder_40px {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.padder_40px.master {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.spacer_30h {
  width: 100%;
  height: 30px;
}

.image-wrapper-gallery {
  justify-content: center;
  align-items: center;
  height: 25vw;
  display: flex;
  position: relative;
}

.section_flex_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

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

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

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

.section_flex_row._4-6 {
  grid-template-columns: 1fr 1.2fr;
}

.section_flex_row.gallery {
  align-items: start;
}

.disclaimer {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  position: relative;
}

.disclaimer.photo {
  margin-top: 8px;
}

.disclaimer.photo.inside {
  color: #fff;
}

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

.photo-disclaimer-wrapper {
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 15px;
}

.photo-disclaimer-wrapper.inside {
  z-index: 20;
  opacity: .9;
  color: #fff;
  position: absolute;
  inset: auto auto 0% 0%;
}

.photo-disclaimer-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.photo-caption {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.list-2 {
  padding-left: 0;
  font-size: 2.2rem;
  font-weight: 300;
  list-style-type: none;
}

.hairline {
  background-color: #929292;
  height: 2px;
}

.thinline_2nd {
  background-color: #96b0b4;
  height: 5px;
  margin-top: 2px;
}

.doubleline {
  margin-bottom: 30px;
  overflow: hidden;
}

.heading-9 {
  margin-bottom: 0;
}

.section-banner-text {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-text-paragraph {
  color: #fff;
  font-weight: 400;
}

.black-dim {
  z-index: 1;
  opacity: .15;
  mix-blend-mode: multiply;
  background-color: #1f2025;
  position: absolute;
  inset: 0%;
}

.vr-description {
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.vr-description.inside {
  z-index: 20;
  color: #fff;
  position: absolute;
  inset: auto auto 0% 0%;
}

.vr-description.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.vr-description.clubhouse-scope {
  text-align: center;
}

.vr-description.clubhouse-scope.white {
  color: #fff;
}

.spacer_10h {
  height: 10px;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.slide-nav-2 {
  margin-bottom: 5px;
  padding-bottom: 30px;
  font-size: 1.8rem;
}

.home-style-wrapper {
  z-index: 10;
  background-color: #ffffffa6;
  max-width: 25vw;
  margin: 60px;
  padding: 30px 40px;
  display: none;
  position: absolute;
  inset: 20% 0% auto auto;
}

.paragraph-10 {
  position: relative;
}

.home-style-heading {
  font-size: 2.2rem;
}

.home-style-paragraph {
  letter-spacing: .02em;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.45;
}

.home-style-paragraph.font-color-black {
  color: #000;
  margin-bottom: 0;
}

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

.mask-2 {
  position: absolute;
}

.home-style-image-wrapper {
  position: relative;
  overflow: hidden;
}

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

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

.home-style-image-wrapper.map {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-style-image-wrapper.flex-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-style-image-wrapper.mlp {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.spacer_50h {
  width: 100%;
  height: 50px;
}

.quote {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Copperplatecc, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}

.siganture {
  height: auto;
  margin-top: 20px;
}

.signature-wrapper {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11, .font-white {
  color: #fff;
}

.font-white.center {
  text-align: center;
}

.font-white.center.remark {
  font-size: 1.5rem;
}

.quote-author {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Copperplatecc, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

.spacer_20h {
  width: 100%;
  height: 20px;
}

.siganture-projects-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

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

.master-tab {
  font-family: Copperplatecc, sans-serif;
  font-size: 1.5rem;
}

.tab-block {
  text-align: center;
  background-color: #cbc8c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 60px;
  margin-left: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-block.w--current {
  color: #fff;
  background-color: #31585d;
}

.signature-flex-block {
  width: 675px;
}

.signature-description {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.signature-description.inside {
  z-index: 20;
  color: #fff;
  position: absolute;
  inset: auto auto 0% 0%;
}

.signature-description.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.tagline {
  letter-spacing: .3em;
  font-size: 6rem;
}

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

.pattern {
  align-self: flex-start;
  width: 33.3333vw;
  margin-right: auto;
  position: fixed;
  inset: 0% auto auto 0%;
}

.pattern.menu {
  inset: 0% 0% auto auto;
}

.side-menu-footer {
  padding-bottom: 70px;
}

.smart-living-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: center start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.smart-living-inside-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 100px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
}

.smart-icon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
}

.smart-text-wrapper {
  padding-right: 0;
}

.smart-text {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.3;
}

.smart-title {
  letter-spacing: .03em;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.vr-360-icon-wrapper {
  width: 28px;
  height: 28px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  position: relative;
}

.vr-360-icon {
  display: block;
  position: absolute;
  inset: 0%;
}

.vr-360-icon.circle {
  inset: 0%;
}

.image-caption {
  z-index: 40;
  text-align: left;
  background-color: #0000;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-caption.raise {
  width: auto;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-caption-wrapper {
  object-fit: cover;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}

.image-caption-heading {
  color: #fff;
  text-align: left;
  letter-spacing: .02em;
  text-shadow: 0 1px 4px #000000b3;
  cursor: pointer;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.image-caption-disclaimer {
  color: #fffc;
  text-align: left;
  letter-spacing: .04em;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25;
  display: block;
}

.image-caption-disclaimer-wrapper {
  max-height: 200px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  position: relative;
  overflow: auto;
}

.bottom_disclaimer_x {
  color: #000;
  text-align: left;
  letter-spacing: .04em;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25;
  display: block;
}

.list-item-2 {
  list-style-type: decimal;
}

.bottom_disclaimer {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.25;
  list-style-type: decimal;
}

.bottom_disclaimer_list {
  padding-left: 15px;
}

.hairline-1px {
  background-color: #929292;
  height: 2px;
}

.spacer_80h, .spacer_60h {
  width: 100%;
  height: 60px;
}

.superscript_link {
  color: #000;
}

.superscript_link.white {
  color: #fff;
}

.superscript_link.rice {
  color: #e2dac3;
}

.info-icon-wrapper {
  width: 26px;
  height: 28px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  position: relative;
}

.info-icon {
  display: block;
  position: absolute;
  inset: 0%;
}

.info-icon.circle {
  inset: 0%;
}

.top_button {
  z-index: 2000;
  opacity: .75;
  position: fixed;
  inset: auto 40px 100px auto;
}

.top_icon_img {
  width: 50px;
  height: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.homekv_tagline {
  letter-spacing: .3em;
  font-size: 6rem;
}

.homekv_tagline.letter1 {
  display: inline-flex;
}

.homekv_tagline.blank {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
}

.homekv_tagline.letter2, .homekv_tagline.letter3, .homekv_tagline.letter4, .homekv_tagline.letter5, .homekv_tagline.letter6, .homekv_tagline.letter7, .homekv_tagline.letter8, .homekv_tagline.letter9, .homekv_tagline.letter10, .homekv_tagline.letter11, .homekv_tagline.letter12, .homekv_tagline.letter13, .homekv_tagline.letter14, .homekv_tagline.letter15, .homekv_tagline.letter16, .homekv_tagline.letter17 {
  display: inline-flex;
}

.homekv_tagline_flex_block {
  display: inline-block;
}

.homekv_tagline_flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.superscript {
  color: #fff;
}

.map-wrapper {
  position: relative;
}

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

.building-item {
  transform-origin: 50% 100%;
  width: 6%;
  position: absolute;
  top: 29%;
  left: 34.5%;
}

.building-item.b1 {
  perspective-origin: 50%;
  transform-origin: 0 100%;
  left: 35%;
}

.building-item.b2 {
  width: 6.5%;
  top: 60.5%;
  left: 46.3%;
}

.building-item.b3 {
  width: 10%;
  top: 51%;
  left: 50.4%;
}

.building-item.b4 {
  width: 3.5%;
  top: 28%;
  left: 56.8%;
}

.building-item.b5 {
  width: 2.5%;
  top: 32%;
  left: 53.2%;
}

.building-item.b6 {
  width: 3.9%;
  top: 37.5%;
  left: 59.3%;
}

.building-item.b7 {
  width: 4%;
  top: 29.3%;
  left: 61%;
}

.building-item.b8 {
  width: 1.5%;
  top: 16%;
  left: 55%;
}

.building-item.b9 {
  width: 4%;
  top: 15.4%;
  left: 45%;
}

.building-item.b10 {
  width: 3.6%;
  top: 54.7%;
  left: 65.2%;
}

.residence-tabs-content {
  background-color: #31585d;
}

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

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

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

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

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

.map_list_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.map_list_bullet {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.map_list_text {
  font-family: var(--body-text);
  letter-spacing: .05em;
  font-size: 1.9rem;
  display: inline-block;
}

.image-wrapper-bullet {
  object-fit: fill;
  background-color: #43575e;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: background-color .5s ease-out;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(45deg);
}

.image-wrapper-bullet:hover {
  background-color: #7aaaa0;
}

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

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

.image-wrapper-bullet.map {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-wrapper-bullet.flex-wrapper.clubhouse_vr {
  height: 17vw;
}

.image-wrapper-bullet.mlp {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper-bullet.with-1800px {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper-bullet.siganture {
  height: 450px;
  margin-top: 0;
}

.image-wrapper-bullet.vr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper-bullet._3tab {
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.bullet_number {
  z-index: 2;
  pointer-events: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Copperplatecc, sans-serif;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.map_list_locator {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}

.map_list_locator.point-1 {
  top: 57.5%;
  left: 55.5%;
}

.map_list_locator.point-2 {
  top: 68%;
  left: 49.5%;
}

.map_list_locator.point-3 {
  top: 23%;
  left: 47.3%;
}

.map_list_locator.point-4 {
  top: 25%;
  left: 57%;
}

.map_list_locator.point-6 {
  top: 36.5%;
  left: 63%;
}

.map_list_locator.point-5 {
  top: 36.5%;
  left: 58.5%;
}

.map_list_locator.point-7 {
  top: 41%;
  left: 53%;
}

.map_list_locator.point-8 {
  top: 41%;
  left: 56%;
}

.map_list_locator.point-9 {
  top: 44%;
  left: 61.2%;
}

.map_list_locator.point-10 {
  top: 62.5%;
  left: 67%;
}

.bullet_popup {
  opacity: 0;
  background-color: #43575e;
  padding: 5px 10px;
  transition: opacity .5s ease-out;
  display: block;
  position: absolute;
  left: 120%;
  right: auto;
}

.bullet_popup.align-left {
  left: auto;
  right: 110%;
}

.bullet_popup_bkg {
  width: 330px;
  height: 28px;
}

.bullet_popup_text {
  font-family: var(--body-text);
  color: #fff;
  text-align: left;
  letter-spacing: .05em;
  white-space: pre;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.image-4 {
  display: inline;
}

.div-block-5 {
  flex-flow: wrap;
  display: flex;
}

.image-5 {
  display: inline;
}

.section-building-wrapper {
  position: absolute;
}

.section-residence-7-building-img {
  height: auto;
}

.building-disclaimer {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

.image-caption-building {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-shadow: 0 1px 4px #000000b3;
  cursor: pointer;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.ratio-wrapper-home {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.home-style-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.home-style-image-wrapper-2.map {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.home-style-image-wrapper-2.mlp {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.img_100x100-height {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin: auto;
  position: relative;
}

.img_100x100-height.gallery {
  object-fit: contain;
}

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

  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  li {
    font-size: 1.6rem;
  }

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

  .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.have-line {
    padding-top: 80px;
  }

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

  .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 {
    padding-right: var(--tablet-padding);
    padding-left: var(--tablet-padding);
  }

  .wb_section.section-vr-residence {
    padding: 100px var(--tablet-padding);
  }

  .wb_section.section-vr-central {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wb_section.nobannerhead {
    margin-top: 80px;
  }

  .wb_footer {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .section-banner-wrapper.height-auto, .section-banner-wrapper._70vh {
    height: 100vw;
  }

  .section-banner-wrapper.desktop {
    display: none;
  }

  .section-banner-wrapper.tablet {
    display: flex;
  }

  .wb_bg_img.mobile {
    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.inside {
    z-index: 12;
    position: absolute;
    top: 30px;
    left: 30px;
    right: auto;
  }

  .wb_language-list.header-nav-language.side-menu, .wb_language-list.main-menu.side-menu {
    position: absolute;
    bottom: 30px;
  }

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

  .rl_navbar3_tablet-menu-button-2 {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .wb_navbar_side_background {
    z-index: 0;
  }

  .rl_navbar3_logo-link-2 {
    z-index: 11;
  }

  .rl_navbar3_dropdown-toggle-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

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

  .rl_navbar3_dropdown-link-2 {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar3_menu-dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_navbar3_link-2 {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_menu-icon3_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar3_logo-link-menu-2 {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_menu-button-2 {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button-2.w--open {
    background-color: #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 max-content 1fr;
    grid-auto-columns: 1fr;
  }

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

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

  .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_fs3.wb_font-2 {
    font-size: 2rem;
  }

  .wb_language-list_item.side-menu {
    margin-left: 0;
    margin-right: 20px;
  }

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

  .menu-header {
    font-size: 1.8rem;
  }

  .coming-soon {
    font-size: 4.2rem;
  }

  .wb_barba_container.layout_side_nav {
    flex-direction: column;
  }

  .wb_content_wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    padding: 0;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .rl_navbar2_dropdwn-toggle.side_nav {
    padding-right: 0;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    font-size: 16px;
  }

  .wb_navbar_side_nav {
    padding: 1rem 5% 2.5rem;
    top: 220px;
  }

  .wb_navbar_side_nav.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .wb_navbar_side-logo {
    top: 100px;
  }

  .wb_pad_all-default.designer {
    padding-top: 60px;
  }

  .wb_imagewithcaption_wrapper.deisgn-content.adjust-margni-top {
    text-align: center;
  }

  .wb_header_side.wb_pad-global {
    height: 70px;
  }

  .wb_header_side.wb_pad-global.side_nav {
    z-index: 12;
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .caption {
    font-size: 1.5rem;
  }

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

  .sales-information-nav {
    display: none;
  }

  .sales-information-button-wrapper.sales-information {
    display: flex;
    position: absolute;
  }

  .back-button-wrapper {
    background-color: #474b36;
  }

  .design-header {
    font-size: 2rem;
  }

  .wb_content-row.wb_font-3 {
    flex-direction: column;
  }

  .design-content-wide {
    margin-left: 0;
  }

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

  .design-content-even {
    order: 1;
    width: 100%;
  }

  .design-content-even.reverse {
    order: -1;
  }

  .wb_pad_all-1 {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .bgm-toggle.side_nav {
    position: absolute;
    top: 30px;
    left: 92px;
    right: auto;
  }

  .bgm-toggle.side_nav.active {
    z-index: 12;
    position: absolute;
    top: 30px;
    left: 92px;
    right: auto;
  }

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

  .rl_menu-icon_line-top-3 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-button-2.w--open {
    background-color: #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_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_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;
  }

  .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 {
    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_button-solid-2 {
    font-size: 1.2rem;
  }

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

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

  .menu-list-item.menu-item-360 {
    width: 60px;
  }

  .menu-list-item.menu-item-360-mobile {
    width: 80px;
    display: block;
  }

  .wb-footer-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .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_grid_row {
    flex-direction: column;
  }

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

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

  .section_grid_row._6-4.map {
    grid-template-columns: 3fr;
  }

  .section_grid_row.master {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

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

  .section_row-col.gallery {
    height: auto;
  }

  .image-wrapper.mlp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper.siganture {
    height: 240px;
  }

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

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

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

  .spacer_100h {
    height: 80px;
  }

  .leadin-line.transparent {
    margin-top: 40px;
  }

  .vr-wrapper-ratio-1 {
    top: -1%;
  }

  .vr-wrapper-ratio-2 {
    top: 48%;
  }

  .vr-wrapper-ratio-4 {
    top: 40%;
  }

  .width-500 {
    width: 100%;
  }

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

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

  .page-title-2 {
    font-size: 2.5rem;
  }

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

  .footer_contact {
    font-size: 1.4rem;
  }

  .padder_15percent {
    padding-left: 12%;
    padding-right: 12%;
  }

  .padder_15percent.map {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .padder_15percent.master {
    padding: 40px 0% 40px 0;
  }

  .padder_40px {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .disclaimer.photo {
    font-size: .85rem;
  }

  .photo-disclaimer-wrapper.inside {
    opacity: .7;
  }

  .photo-caption {
    font-size: 1rem;
  }

  .vr-description {
    font-size: 1.4rem;
  }

  .slider-2 {
    height: 80vw;
  }

  .slide-nav-2 {
    font-size: 1.5rem;
  }

  .home-style-image-wrapper {
    height: 100%;
  }

  .quote {
    font-size: 1.5rem;
  }

  .signature-wrapper {
    width: 250px;
  }

  .quote-author {
    font-size: 1.2rem;
  }

  .master-tab {
    font-size: 1.4rem;
  }

  .tagline {
    font-size: 5rem;
  }

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

  .pattern {
    width: 40vw;
    height: auto;
  }

  .smart-living-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    align-items: start;
  }

  .smart-living-inside-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(0, auto) 1fr;
    align-content: start;
    align-items: start;
  }

  .smart-text-wrapper {
    padding-left: 0;
  }

  .smart-text {
    font-size: 1.5rem;
  }

  .smart-title {
    font-size: 1.7rem;
  }

  .image-caption.raise {
    margin-bottom: 52px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-caption-disclaimer-wrapper {
    max-height: 100px;
  }

  .menu_vr_text {
    display: none;
  }

  .info-icon-wrapper {
    width: 27px;
    height: 27px;
    margin-right: 0;
  }

  .top_button {
    bottom: 40px;
    right: 30px;
  }

  .wb_button-hollow-2 {
    border-width: 1.5px;
    border-color: #000000b3;
    font-size: 2rem;
  }

  .homekv_tagline {
    font-size: 5rem;
  }

  .homekv_tagline_flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-wrapper-bullet {
    width: 16px;
    height: 16px;
  }

  .image-wrapper-bullet.mlp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper-bullet.siganture {
    height: 240px;
  }

  .bullet_number {
    font-size: .8rem;
    line-height: 1;
  }

  .home-style-image-wrapper-2 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }

  p {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .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_section.section-leadin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wb_section.section-leadin.have-line {
    padding-top: 70px;
  }

  .wb_section.section-banner-full.padding-right-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wb_section.section-residence-7 {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wb_section.section-gallery-1 {
    padding-top: 100px;
  }

  .wb_section.section-vr-residence {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wb_section.nobannerhead {
    margin-top: 60px;
  }

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

  .section-banner-wrapper.desktop {
    display: flex;
  }

  .section-banner-wrapper.tablet {
    display: none;
  }

  .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_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_lanaguage-option {
    font-size: 1.2rem;
  }

  .wb_lanaguage-option.side-menu {
    font-size: 1.6rem;
  }

  .image {
    max-width: 30vw;
  }

  .wb_header_t1 {
    min-height: 4rem;
  }

  .wb_header_t1.wb_pad-global {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wb_header_t1.wb_pad-global.wb_header {
    height: 60px;
    padding-left: 10px;
  }

  .rl_navbar3_button-2 {
    padding: .25rem 1rem;
  }

  .rl_navbar3_logo-2 {
    height: 30px;
  }

  .rl_navbar3_logo-2.desktop-only {
    height: 35px;
  }

  .rl_navbar3_menu-2 {
    align-items: center;
    padding-left: 10px;
  }

  .rl_navbar3_container-2 {
    align-items: start;
  }

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

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

  .caption {
    font-size: 1.6rem;
  }

  .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, sans-serif;
    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 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    left: 5%;
  }

  .menu-list-parent-label {
    text-align: right;
    width: 92px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .list {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-list-item-link {
    clear: both;
    opacity: .8;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
  }

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

  .wb-footer-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    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: justify;
  }

  .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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    text-transform: uppercase;
    flex-direction: column;
    padding-right: 20px;
    font-family: Copperplatecc, sans-serif;
    display: flex;
  }

  .mobile-speaker {
    display: flex;
  }

  .mobile-menu-contact-link {
    font-size: 1.2rem;
  }

  .section_grid_row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section_grid_row._360-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .section_grid_row._2-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .section_grid_row._6-4 {
    grid-template-columns: 3fr;
  }

  .section_grid_row._3-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section_grid_row._20gap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section_row-col.width-auto {
    margin-bottom: 50px;
  }

  .section_row-col._360-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .image-wrapper.flex-wrapper.clubhouse_vr {
    height: 50vw;
  }

  .image-wrapper.orientation {
    height: 100vw;
  }

  .p1-carousel.swiper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer_100h {
    height: 80px;
  }

  .spacer_100h.landing-popup {
    height: 20px;
  }

  .leadin-line.transparent {
    margin-top: 30px;
  }

  .vr-wrapper-ratio-1 {
    top: -15%;
  }

  .hamburger-top, .hamburger-middle, .hamburger-bottom {
    background-color: #fff;
  }

  .side-menu {
    padding-right: var(--tablet-padding);
    padding-left: var(--tablet-padding);
    border-left: 1px solid #000;
  }

  .side-menu-list-wrapper {
    background-color: #0000;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .side-menu-list-wrapper.main-menu {
    margin-top: 0;
    padding-bottom: 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: none;
  }

  .side-menu-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .side-menu-list-main {
    align-items: flex-start;
    font-size: 1.8rem;
  }

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

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

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

  .vr-sub-title {
    font-size: 1.8rem;
  }

  .padder_15percent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padder_15percent.map {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padder_40px.master {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper-gallery {
    height: 40vw;
  }

  .image-wrapper-gallery.book {
    height: 68vw;
  }

  .section_flex_row {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-direction: column;
  }

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

  .section_flex_row._360-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .disclaimer.photo {
    font-size: .8rem;
  }

  .photo-disclaimer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .photo-disclaimer-wrapper.inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-caption {
    font-size: .9rem;
    line-height: 1.2;
  }

  .doubleline {
    margin-bottom: 20px;
  }

  .vr-description {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .siganture-projects-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .master-tab {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .signature-description {
    font-size: 1.6rem;
  }

  .tagline {
    font-size: 4rem;
  }

  .signature-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pattern {
    width: 40vw;
  }

  .smart-living-grid {
    grid-template-rows: minmax(auto, auto);
  }

  .smart-living-inside-grid {
    grid-template-columns: minmax(0, auto);
  }

  .smart-icon-wrapper {
    margin-left: -15px;
  }

  .smart-text {
    font-size: 1.4rem;
  }

  .smart-title {
    font-size: 1.6rem;
  }

  .vr-360-icon-wrapper {
    width: 24px;
    height: 24px;
  }

  .image-caption-disclaimer-wrapper {
    max-height: 80px;
  }

  .info-icon-wrapper {
    opacity: .8;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }

  .top_button {
    bottom: 20px;
  }

  .top_icon_img {
    width: 40px;
    height: 40px;
  }

  .wb_popup_content-3 {
    background-image: url('../images/background1.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .wb_button-hollow-2 {
    font-size: 1.8rem;
  }

  .homekv_tagline {
    font-size: 4rem;
  }

  .popup-close-button.popup-close {
    top: 15px;
  }

  .image-wrapper-bullet.flex-wrapper.clubhouse_vr {
    height: 50vw;
  }

  .image-wrapper-bullet.orientation {
    height: 100vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  p, li {
    font-size: 1.5rem;
  }

  .wb_section.section-leadin {
    padding-top: 80px;
  }

  .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_section.section-vr-residence {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .wb_section.section-vr-central {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .wb_footer {
    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, .wb_popup.disclaimer-popup {
    display: none;
  }

  .wb_popup.disclaimer-popup-2 {
    display: block;
  }

  .section-banner-wrapper.height-auto, .section-banner-wrapper._70vh {
    height: 100vw;
  }

  .section-banner-wrapper.desktop {
    display: none;
  }

  .section-banner-wrapper.mobile {
    display: flex;
  }

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

  .rl_navbar3_logo-link-2 {
    flex-direction: column;
    align-items: center;
  }

  .rl_navbar3_logo-2.desktop-only {
    display: none;
  }

  .rl_navbar3_logo-2.mobile-only {
    height: 42px;
    display: inline-flex;
  }

  .rl_navbar3_menu-2 {
    width: 100%;
  }

  .rl_navbar3_container-2 {
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-flow: row;
  }

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

  .wb_font-1.tag-line {
    margin-top: 20px;
    font-size: 3rem;
  }

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

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

  .wb_fs3.wb_font-2 {
    font-size: 1.6rem;
  }

  .sales-information-button.wb_font-1, .wb_language-list_item {
    font-size: 1.2rem;
  }

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

  .menu-header {
    padding: 10px 20px;
    font-size: 1.2rem;
  }

  .menu-header.no-content {
    font-size: 1.1rem;
  }

  .menu-list.vertical {
    margin-top: 5px;
  }

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

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

  .text-block-2.center {
    font-size: .9rem;
  }

  .wb_width-50 {
    width: 30px;
  }

  .coming-soon {
    font-size: 2rem;
  }

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

  .caption {
    font-size: 1.4rem;
  }

  .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_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 {
    flex: 1;
    height: 0;
  }

  .wb_width-landing-disclaimer.wb_pad-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-nav-item {
    font-size: 1rem;
  }

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

  .wb_pad_all-gallery, .wb_pad_all-location {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb-logo-footer {
    margin-bottom: 40px;
  }

  .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_button-solid-2 {
    margin-top: 10px;
  }

  .wb_form_label {
    width: 100%;
  }

  .wb_field_radio_group {
    flex-direction: column;
  }

  .wb_field_select_group {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .menu-list-parent-label {
    width: 74px;
    font-size: .8rem;
  }

  .list {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-list-submenu {
    margin-right: -10px;
  }

  .menu-list-item-link {
    white-space: normal;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .menu-list-item.has-children {
    width: 40px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-list-item.menu-item-360 {
    width: 40px;
    margin-right: 5px;
  }

  .wb_language-dropdown_button_indicator {
    width: 8px;
    inset: auto 0% 12px auto;
  }

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

  .popup-logo {
    flex-direction: column;
    align-items: center;
  }

  .popup-logo.w--current {
    height: auto;
  }

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

  .spacer_100h.landing-popup {
    height: 20px;
  }

  .leadin-line.transparent {
    margin-top: 20px;
  }

  .vr-wrapper-ratio-1 {
    top: -30%;
  }

  .vr-wrapper-ratio-2 {
    top: 55%;
  }

  .side-menu {
    width: 100vw;
  }

  .side-menu-list-main {
    font-size: 1.6rem;
  }

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

  .menu-logo-link {
    height: 10vw;
  }

  .page-title-2 {
    font-size: 1.8rem;
  }

  .vr-sub-title {
    font-size: 1.4rem;
  }

  .vr-sub-title.residence {
    margin-bottom: 80px;
  }

  .footer_contact {
    font-size: 1.2rem;
  }

  .image-wrapper-gallery.book {
    height: 80vw;
  }

  .section_flex_row.row-reverse.peace {
    width: 85vw;
  }

  .disclaimer {
    z-index: 100;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 80vh;
    margin-top: 0;
    padding: 40px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .photo-caption {
    font-size: .85rem;
  }

  .vr-description {
    font-size: 1rem;
    line-height: 1.3;
  }

  .slide-nav-2 {
    margin-bottom: -5px;
    font-size: 1.4rem;
  }

  .quote {
    font-size: 1.4rem;
  }

  .signature-wrapper {
    font-size: 2.5rem;
  }

  .quote-author {
    font-size: 1.15rem;
  }

  .master-tab {
    font-size: 1rem;
  }

  .signature-flex-block {
    width: auto;
  }

  .signature-description {
    font-size: 1.4rem;
  }

  .tagline {
    font-size: 3rem;
  }

  .signature-title {
    font-size: 1.8rem;
  }

  .pattern {
    width: 40vw;
  }

  .smart-living-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .smart-living-inside-grid {
    grid-template-columns: minmax(0, auto) 1fr;
  }

  .smart-text {
    font-size: 1.3rem;
  }

  .smart-title {
    font-size: 1.5rem;
  }

  .vr-360-icon-wrapper {
    margin-right: 0;
  }

  .image-caption.raise {
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-caption-wrapper {
    overflow: auto;
  }

  .image-caption-disclaimer, .bottom_disclaimer_x, .bottom_disclaimer {
    font-size: 1rem;
    line-height: 1.2;
  }

  .top_button.w--current {
    bottom: 20px;
    right: 20px;
  }

  .top_icon_img {
    width: 35px;
    height: 35px;
  }

  .vr-disclaimer-wrapper {
    width: 90%;
  }

  .wb_button-hollow-2 {
    border-width: 1.75px;
    font-size: 1.6rem;
  }

  .homekv_tagline {
    font-size: 3rem;
  }
}

#w-node-_56ef5545-a5e1-e866-9714-abf8f81b224e-f81b223e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_259d426f-336e-2f1a-19d5-4bb17332a3bd-7332a34c {
  align-self: center;
}

#w-node-bb0df0dc-a551-b7a5-e847-864a4c38c874-45c22ea6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e00c569-dd13-68e8-29db-4dc503ccfb02-45c22ea6, #w-node-_03ea7203-4e09-0caf-dac8-4acf22b4caa3-45c22ea6, #w-node-c49033dd-19fb-3731-2c64-0f1c4e02f507-45c22ea6, #w-node-ef546b73-f45d-2e33-5819-15efe142a0bb-45c22ea6, #w-node-_7ff0a817-d6e2-473c-6698-41c4918dc8ca-45c22ea6, #w-node-_7ff0a817-d6e2-473c-6698-41c4918dc8dc-45c22ea6, #w-node-_7ff0a817-d6e2-473c-6698-41c4918dc8ef-45c22ea6, #w-node-_7ff0a817-d6e2-473c-6698-41c4918dc902-45c22ea6, #w-node-_7ff0a817-d6e2-473c-6698-41c4918dc910-45c22ea6, #w-node-_7ff0a817-d6e2-473c-6698-41c4918dc91e-45c22ea6 {
  place-self: center start;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74559d-45c22ea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74559e-45c22ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455a0-45c22ea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455a3-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455ae-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455b3-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455bb-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455c0-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455c8-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455cd-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455d5-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455da-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e2-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e3-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455e9-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455f1-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455f6-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7455fe-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745603-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74560b-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74560c-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745611-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74561d-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74562b-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745633-45c22ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745640-45c22ea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745643-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74564b-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74564c-45c22ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74565e-45c22ea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d745661-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745678-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745679-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74567c-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d74567f-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745682-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745685-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745688-45c22ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74568b-45c22ea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d74568e-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745696-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d745697-45c22ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456b5-45c22ea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456b8-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c0-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c1-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456c9-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456d1-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456d2-45c22ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456da-45c22ea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456dd-45c22ea9, #w-node-_73c75bf6-4f8b-02de-fe0b-88533d7456f5-45c22ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c11a250b-546e-7a86-5584-a87dc799b38d-45c22e87, #w-node-_52750be8-7840-0a32-30f7-766a89652494-45c22e87 {
    order: -9999;
  }

  #w-node-_56ef5545-a5e1-e866-9714-abf8f81b224e-f81b223e {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_52750be8-7840-0a32-30f7-766a89652494-45c22e8e, #w-node-f4a1db95-fbaf-3acd-89e5-e90abcd4841d-45c22e8f, #w-node-_3e2d63fd-1bdd-e7bf-ec05-0557ed7f6084-45c22ea6 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Gillsans';
  src: url('../fonts/gillsans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Athelas';
  src: url('../fonts/athelas-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda';
  src: url('../fonts/BodoniModa_9pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sangbleu Sans';
  src: url('../fonts/sangbleu-sans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigcaslonfb';
  src: url('../fonts/BigCaslonFB-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bigcaslonfb';
  src: url('../fonts/BigCaslonFB-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigcaslonfb';
  src: url('../fonts/BigCaslonFB-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigcaslonfb';
  src: url('../fonts/BigCaslonFB-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bigcaslonfb';
  src: url('../fonts/BigCaslonFB-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplatecc';
  src: url('../fonts/CopperplateCC-Heavy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}