.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Optima, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl_navbar1_link {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-family: Optima, sans-serif;
  font-size: 3rem;
  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;
}

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

.wb_navbar-t1 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 0;
  display: flex;
  position: relative;
}

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

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

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

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  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;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.wb_header.wb_pad-global {
  z-index: 1000;
  width: 100%;
  background-color: rgba(46, 43, 43, .92);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wb_main {
  flex-direction: column;
  display: flex;
  position: relative;
}

.wb_pad-global {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.wb_section {
  position: relative;
}

.style-guide-color-wrap {
  height: 100px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  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: #7d797f;
}

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

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

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

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

.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;
  cursor: pointer;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-style: normal;
  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.wb_pad-global, .style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.wb_fontsize-0 {
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.wb_fontsize-0.fontcolor-white {
  color: #fff;
}

.wb_fontsize-0.fontcolor-white.textalign-left {
  text-align: left;
}

.wb_fontsize-0.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.wb_fontsize-0.fontcolor-white-copy {
  color: #fff;
}

.wb_fontsize-0.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.wb_fontsize-0.align-left {
  text-align: left;
  margin-right: auto;
  font-size: 2.4rem;
  font-style: normal;
}

.wb_fontsize-0.white {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
}

.wb_fontsize-0.align-center-white {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  position: relative;
}

.wb_fontsize-0.align-center-white.nickname {
  margin-top: 10px;
  font-size: 2.2rem;
}

.wb_fontsize-0.align-center-white.roomname {
  max-width: 450px;
  line-height: 1.2;
}

.wb_fontsize-0.captial-letter {
  text-transform: uppercase;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  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;
}

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

.form-checkbox {
  width: 20px;
}

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

.light-text {
  color: #fff;
}

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

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

.style-guide-edit-wrap {
  opacity: .4;
}

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

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

.list {
  padding-left: 15px;
}

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

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

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

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

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

.button {
  background-color: #3b83f7;
  margin-top: 0;
}

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

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

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

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

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

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

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

.paragraph-light {
  color: #000;
  text-align: left;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-light.detail-special {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-style: normal;
}

.footer {
  color: #e6e6e6;
  text-align: justify;
  background-color: #7d797f;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.half-box-right {
  width: 50%;
  background-color: #ccc;
  margin-left: 2px;
  margin-right: auto;
  overflow: hidden;
}

.full-width-container {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dropdown-list.w--open {
  text-transform: none;
  background-color: #f3f3f3;
  margin-top: 0;
  overflow: hidden;
}

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

.logo-link {
  z-index: 1;
  height: auto;
  max-height: none;
  overflow: visible;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

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

.footer-credit {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  line-height: 18px;
}

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

.detail-date-tag {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.detail-date-tag.whitetext {
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

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

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

.italic-text {
  font-style: normal;
}

.footer-disclaimer-contact {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.navigation-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-disclaimer {
  max-width: 720.3px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bitter, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
}

.detail-page-heading {
  margin: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.detail-page-heading.whitetext {
  width: 70%;
  color: #fff;
  text-align: left;
  margin-left: 0;
  font-size: 45px;
  line-height: 55px;
  position: static;
}

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

.gradient {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
}

.footer-contact {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.footer-contact.bold {
  font-weight: 600;
}

.footer-logo-img {
  max-width: 150px;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.logo-image {
  display: inline-block;
  position: relative;
}

.container-2 {
  height: 100%;
  max-width: 100%;
  min-height: 0%;
  object-fit: fill;
  position: relative;
}

.menu {
  z-index: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._1200-container-inside-image {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: auto;
}

.footer-logo {
  text-align: right;
}

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

.half-box-left {
  width: 50%;
  background-color: #ccc;
  margin-left: auto;
  margin-right: 2px;
  overflow: hidden;
}

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

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

.navigation-items {
  width: 100%;
  max-width: 1200px;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer {
  width: 20px;
  height: 10px;
}

.navigation-item {
  opacity: 1;
  color: #b7bcd1;
  letter-spacing: 0;
  padding: 20px 16px;
  font-family: Lato, sans-serif;
  transition: color .2s;
}

.navigation-item:hover {
  color: #fff;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

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

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

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

.footer-contacts {
  width: 100%;
  max-width: 960px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: flex;
}

.detail-image-detail {
  height: 70vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  background-position: 0 0;
  position: relative;
  overflow: hidden;
}

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

.navigation-padder {
  display: inline-block;
}

.inside-image-padder {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-7 {
  z-index: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.rich-text-block {
  width: 100%;
  object-fit: fill;
  font-family: Optima, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-padding-global-3 {
  position: relative;
  overflow: hidden;
}

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

.rl_footer3_logo-link {
  width: 180px;
  float: none;
  margin-top: 60px;
  padding-left: 0;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.rl_footer3_top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

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

.wb_pad-large {
  padding-left: 60px;
  padding-right: 60px;
}

.wb_style-global {
  display: none;
}

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

.link {
  color: #000;
  text-decoration: underline;
}

.wb_ol {
  padding-left: 15px;
}

.style-guide-grid-2 {
  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-hollow {
  color: #000;
  letter-spacing: .2em;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
}

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

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

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

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

.wb_font-0 {
  font-family: Optima, sans-serif;
}

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

.wb_ul {
  padding-left: 15px;
}

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

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

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

.wb_button-solid {
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  background-color: #cca467;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 9px 40px 6px;
  font-size: 1.7rem;
  display: inline-block;
}

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

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

.wb_button-solid.align-bottom {
  display: none;
  position: absolute;
  bottom: 50px;
}

.wb_button-solid.white-button {
  color: #333;
  background-color: #fff;
}

.wb_button-solid.contact-us-button {
  margin-top: 40px;
}

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

.wb_body.wb_font-0 {
  font-size: 2.2rem;
}

.paragraph {
  font-size: 2rem;
  line-height: 1.4;
}

.heading {
  line-height: 1.25;
}

.wb_fontsize-1 {
  font-size: 2.4rem;
  line-height: 1.5;
}

.paragraph-2 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.wb_backgroundcolor-0 {
  background-color: #cca467;
}

.wrapper {
  padding: 20px;
}

.no-spacing {
  margin-bottom: 0;
}

.wb_backgroundcolor-1 {
  background-color: #dbdbdd;
}

.wb_fontcolor-0 {
  color: #666;
}

.wb_fontcolor-1 {
  color: #333;
}

.wb_fontcolor-2 {
  color: #fff;
}

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

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

.wb_script_styleguide {
  display: none;
}

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

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

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

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

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

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

.rl_navbar3_logo-2 {
  height: 80px;
}

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

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

.rl_navbar3_menu-background-2 {
  display: none;
  position: static;
}

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

.wb_bg_img {
  z-index: -2000;
  width: 100%;
  height: 100%;
  opacity: .8;
  object-fit: cover;
  font-size: 1rem;
  position: relative;
}

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

.wb_textbox-float.wb_pad-global {
  top: 53%;
  bottom: auto;
  transform: translate(0, -50%);
}

.wb_textbox-float.wb_pad-global.for-third-cut {
  margin-top: auto;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.wb_textbox-float.wb_pad-global.unit-page {
  top: 48%;
}

.wb_height-full {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wb_fs3 {
  font-size: 2.6rem;
}

.wb_bg_img-wrapper {
  z-index: -20000;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wp_space-20 {
  height: 20px;
}

.wb_script-default {
  display: none;
}

.heading-2 {
  font-weight: 400;
}

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

.button-2 {
  position: absolute;
  bottom: 50px;
}

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

.wb_pad-0 {
  padding: 0 60px;
}

.wb_pad-0.align-center {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

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

.wb_spacer-60 {
  width: 100%;
  height: 40px;
}

.wb_width-0 {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wb_width-0._1600 {
  width: 1200px;
}

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

.brand-star {
  width: 120px;
  height: 120px;
}

.wb_styleguide_title, .wb_styleguide_section_title {
  font-family: Montserrat, sans-serif;
}

.wb_style-custom {
  display: none;
}

.building_wb_flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.color_block1 {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  background-color: #cca467;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.color_block1.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.color_block1.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.color_block1.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_width-full {
  width: 100%;
  max-width: 100%;
}

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

.auto-resize-img-holder {
  width: 90%;
  opacity: .7;
  mix-blend-mode: multiply;
}

.auto-resize-img-holder.multiply {
  mix-blend-mode: multiply;
}

.auto-resize-img-holder.multiply.opacity_50 {
  opacity: .4;
}

.image_overlay_black-20 {
  background-color: #000;
}

.link-block {
  height: 16px;
  margin-bottom: 0;
}

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

.color_block1-copy {
  width: 100%;
  height: 850px;
  background-color: #cca467;
  flex-direction: column;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.color_block1-copy.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.color_block1-copy.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.color_block1-copy.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.color_block2 {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  background-color: #bebebe;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.color_block2.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.color_block2.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.color_block2.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.color_block3 {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  background-color: #e5e5e5;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.color_block3.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.color_block3.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.color_block3.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_wb_fontsize-1-3-small {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.building_wb_fontsize-1-3-small.fontcolor-white {
  color: #fff;
}

.building_wb_fontsize-1-3-small.fontcolor-white.textalign-left {
  text-align: left;
}

.building_wb_fontsize-1-3-small.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.building_wb_fontsize-1-3-small.fontcolor-white-copy {
  color: #fff;
}

.building_wb_fontsize-1-3-small.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.building_wb_fontsize-1-3-small.align-left {
  width: 100%;
  text-align: left;
  font-size: 2rem;
}

.building_wb_fontsize-1-3-small.white {
  color: #fff;
  font-size: 1.8rem;
}

.building_wb_fontsize-1-3-small.align-center-white {
  color: #fff;
  font-size: 3rem;
  position: relative;
}

.wb_flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.img_block {
  width: 100%;
  height: 800px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img_block.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.img_block.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.img_block.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.auto-resize-img-holder-round {
  width: 100%;
  height: 65vh;
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: contain;
  border-radius: 30px;
  overflow: hidden;
}

.auto-resize-img-holder-round.multiply {
  mix-blend-mode: multiply;
}

.auto-resize-img-holder-round.multiply.opacity_50 {
  opacity: .4;
}

.wb_spacer-20 {
  width: 100%;
  height: 20px;
}

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

.slider {
  width: 100%;
  height: 70vw;
  max-height: 90vh;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.wb_flex-2_footer {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.wb_flex-2_footer.justify {
  justify-content: space-between;
}

.footer-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-block.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.footer-block.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.footer-block.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_footer_paragraph {
  width: 100%;
  color: #666;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

.wb_footer_paragraph.fontcolor-white {
  color: #fff;
}

.wb_footer_paragraph.fontcolor-white.textalign-left {
  text-align: left;
}

.wb_footer_paragraph.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.wb_footer_paragraph.fontcolor-white-copy {
  color: #fff;
}

.wb_footer_paragraph.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.wb_footer_paragraph.align-left {
  width: 100%;
  text-align: left;
}

.wb_footer_paragraph.white {
  color: #fff;
  line-height: 1.8;
}

.wb_footer_header {
  width: 100%;
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
}

.wb_footer_header.fontcolor-white {
  color: #fff;
}

.wb_footer_header.fontcolor-white.textalign-left {
  text-align: left;
}

.wb_footer_header.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.wb_footer_header.fontcolor-white-copy {
  color: #fff;
}

.wb_footer_header.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.wb_footer_header.align-left {
  text-align: left;
  font-style: normal;
}

.wb_footer_header.white {
  color: #fff;
}

.wb_footer_tiitle_italic {
  width: 100%;
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.2;
}

.wb_footer_tiitle_italic.fontcolor-white {
  color: #fff;
}

.wb_footer_tiitle_italic.fontcolor-white.textalign-left {
  text-align: left;
}

.wb_footer_tiitle_italic.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.wb_footer_tiitle_italic.fontcolor-white-copy {
  color: #fff;
}

.wb_footer_tiitle_italic.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.wb_footer_tiitle_italic.align-left {
  text-align: left;
  font-style: normal;
}

.wb_spacer-15 {
  width: 100%;
  height: 15px;
}

.wb_footer_tnc {
  width: 100%;
  opacity: .7;
  color: #666;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.wb_footer_tnc.fontcolor-white {
  color: #fff;
}

.wb_footer_tnc.fontcolor-white.textalign-left {
  text-align: left;
}

.wb_footer_tnc.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.wb_footer_tnc.fontcolor-white-copy {
  color: #fff;
}

.wb_footer_tnc.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.wb_footer_tnc.align-left {
  width: 100%;
  text-align: left;
}

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

.wb_spacer-90 {
  height: 90px;
}

.footer_before {
  background-color: #dbdbdd;
}

.footer_stars {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer_stars_holder {
  width: 100%;
  direction: rtl;
  margin-top: 60px;
  position: relative;
}

.footer_starline {
  width: 100%;
  max-width: none;
}

.building_starline_holder {
  direction: rtl;
  object-fit: fill;
  overflow: hidden;
}

.wb_footer_contact {
  width: 100%;
  opacity: .8;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
}

.wb_footer_contact.fontcolor-white {
  color: #fff;
}

.wb_footer_contact.fontcolor-white.textalign-left {
  text-align: left;
}

.wb_footer_contact.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.wb_footer_contact.fontcolor-white-copy {
  color: #fff;
}

.wb_footer_contact.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.wb_footer_contact.align-left {
  width: 100%;
  text-align: left;
}

.wb_footer_contact.white {
  color: #fff;
  line-height: 1.8;
}

.wb_flex-2_footer_before {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer-before-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 10%;
  display: flex;
}

.footer-before-block.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.footer-before-block.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.footer-before-block.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_flex-2_footer_vertical {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

.kv_lead_star {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 0;
}

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

.apartment_color_block1 {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  object-fit: fill;
  background-color: #cca467;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.apartment_color_block1.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.apartment_color_block1.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.apartment_color_block1.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.apartment_color_block2 {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  background-color: #bababa;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 60px;
  display: flex;
}

.apartment_color_block2.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.apartment_color_block2.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.apartment_color_block2.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.apartment_color_block3 {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  background-color: #cca467;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px;
  display: none;
}

.apartment_color_block3.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.apartment_color_block3.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.apartment_color_block3.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.apartment-img-holder {
  height: 80%;
  opacity: .54;
  mix-blend-mode: multiply;
  margin-top: auto;
  margin-bottom: auto;
}

.apartment-img-holder.multiply {
  mix-blend-mode: multiply;
}

.apartment-img-holder.multiply.opacity_50 {
  opacity: .4;
}

.wb_flex-1-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-5 {
  text-transform: none;
  font-size: 2.4rem;
}

.apartment_color_block4 {
  width: 66%;
  height: 64vh;
  min-height: 750px;
  background-color: #cca367;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 20px;
  display: flex;
}

.apartment_color_block4.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.apartment_color_block4.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.apartment_color_block4.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.apartment_color_block5 {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  object-fit: fill;
  background-color: #bababa;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.apartment_color_block5.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.apartment_color_block5.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.apartment_color_block5.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_width-0-1200 {
  width: 1200px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wb_width-0-1200._1600 {
  width: 1200px;
}

.wb_width-0-1200.align-left {
  text-align: left;
}

.apartment-img {
  width: 100%;
  height: 600px;
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  overflow: hidden;
}

.apartment-img.multiply {
  mix-blend-mode: multiply;
}

.apartment-img.multiply.opacity_50 {
  opacity: .4;
}

.apartment_img_block1 {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  background-color: #000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.apartment_img_block1.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.apartment_img_block1.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.apartment_img_block1.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_spacer-120 {
  height: 120px;
}

.apartment_img_block2 {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  background-color: #000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.apartment_img_block2.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.apartment_img_block2.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.apartment_img_block2.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_spacer-30-copy {
  width: 100%;
  height: 30px;
}

.building_color_block3 {
  width: 100%;
  height: 120vh;
  min-height: 1050px;
  background-color: #cca467;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 4% 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.building_color_block3.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block3.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block3.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block2 {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  background-color: #bababa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 4%;
  display: flex;
}

.building_color_block2.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block2.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block2.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block1 {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  background-color: #cca467;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.building_color_block1.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block1.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block1.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_fontsize-0-copy {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.8rem;
  line-height: 1.5;
}

.wb_fontsize-0-copy.fontcolor-white {
  color: #fff;
}

.wb_fontsize-0-copy.fontcolor-white.textalign-left {
  text-align: left;
}

.wb_fontsize-0-copy.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.wb_fontsize-0-copy.fontcolor-white-copy {
  color: #fff;
}

.wb_fontsize-0-copy.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.wb_fontsize-0-copy.align-left {
  text-align: left;
  font-style: normal;
}

.wb_fontsize-0-copy.white {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
}

.wb_fontsize-0-copy.align-center-white {
  color: #fff;
  font-size: 3.6rem;
}

.building_fontsize-0 {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.4;
}

.building_fontsize-0.fontcolor-white {
  color: #fff;
}

.building_fontsize-0.fontcolor-white.textalign-left {
  text-align: left;
}

.building_fontsize-0.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.building_fontsize-0.fontcolor-white-copy {
  color: #fff;
}

.building_fontsize-0.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.building_fontsize-0.align-left {
  text-align: left;
  font-style: normal;
}

.building_fontsize-0.white {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
}

.building_fontsize-0.align-center-white {
  color: #fff;
  font-size: 3.6rem;
}

.building_fontsize-0-smaller {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.building_fontsize-0-smaller.fontcolor-white {
  color: #fff;
}

.building_fontsize-0-smaller.fontcolor-white.textalign-left {
  text-align: left;
}

.building_fontsize-0-smaller.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.building_fontsize-0-smaller.fontcolor-white-copy {
  color: #fff;
}

.building_fontsize-0-smaller.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.building_fontsize-0-smaller.align-left {
  width: 100%;
  text-align: left;
}

.building_fontsize-0-smaller.white {
  color: #fff;
}

.building_fontsize-0-smaller.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.building-text-group {
  width: 100%;
  position: relative;
}

.building-img-group {
  height: 100%;
}

.building-img-holder {
  height: 100%;
  opacity: .54;
  mix-blend-mode: multiply;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.building-img-holder.multiply {
  mix-blend-mode: multiply;
}

.building-img-holder.multiply.opacity_50 {
  opacity: .4;
}

.building-img-holder2 {
  height: 100%;
  opacity: .54;
  mix-blend-mode: multiply;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 60px;
  position: relative;
}

.building-img-holder2.multiply {
  mix-blend-mode: multiply;
}

.building-img-holder2.multiply.opacity_50 {
  opacity: .4;
}

.building_color_block1-copy {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  background-color: #cca467;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  display: flex;
}

.building_color_block1-copy.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block1-copy.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block1-copy.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block4 {
  width: 100%;
  height: 100vh;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.building_color_block4.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block4.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block4.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_fontsize-0_black {
  width: 100%;
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.3;
}

.building_fontsize-0_black.fontcolor-white {
  color: #fff;
}

.building_fontsize-0_black.fontcolor-white.textalign-left {
  text-align: left;
}

.building_fontsize-0_black.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.building_fontsize-0_black.fontcolor-white-copy {
  color: #fff;
}

.building_fontsize-0_black.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.building_fontsize-0_black.align-left {
  text-align: left;
  font-style: normal;
}

.building_fontsize-0_black.white {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
}

.building_fontsize-0_black.align-center-white {
  color: #fff;
  font-size: 3.6rem;
}

.building_fontsize-0-smaller_black {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.building_fontsize-0-smaller_black.fontcolor-white {
  color: #fff;
}

.building_fontsize-0-smaller_black.fontcolor-white.textalign-left {
  text-align: left;
}

.building_fontsize-0-smaller_black.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.building_fontsize-0-smaller_black.fontcolor-white-copy {
  color: #fff;
}

.building_fontsize-0-smaller_black.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.building_fontsize-0-smaller_black.align-left {
  width: 100%;
  text-align: left;
}

.building_fontsize-0-smaller_black.white {
  color: #fff;
}

.building_fontsize-0-smaller_black.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.footer_starline_holder-copy {
  direction: rtl;
  object-fit: fill;
  overflow: hidden;
}

.building_wb_fontsize-1-3 {
  width: 100%;
  max-width: 800px;
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.5;
}

.building_wb_fontsize-1-3.fontcolor-white {
  color: #fff;
}

.building_wb_fontsize-1-3.fontcolor-white.textalign-left {
  text-align: left;
}

.building_wb_fontsize-1-3.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.building_wb_fontsize-1-3.fontcolor-white-copy {
  color: #fff;
}

.building_wb_fontsize-1-3.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.building_wb_fontsize-1-3.align-left {
  text-align: left;
  font-style: normal;
}

.building_wb_fontsize-1-3.white {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
}

.building_wb_fontsize-1-3.align-center-white {
  color: #fff;
  font-size: 3.6rem;
}

.building_color_block5 {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  background-color: #cca467;
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.building_color_block5.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block5.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block5.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block6 {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  background-color: #dbdbdd;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.building_color_block6.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block6.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block6.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block7 {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  background-color: #cca467;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.building_color_block7.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block7.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block7.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block1-copy {
  width: 100%;
  height: 64vh;
  min-height: 750px;
  background-color: #cca467;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  display: flex;
}

.building_color_block1-copy.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block1-copy.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block1-copy.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block8 {
  width: 100%;
  height: 300px;
  min-height: 750px;
  background-color: #bababa;
  background-image: url('../images/DIrector-Anahita.jpg');
  background-position: 100%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  display: flex;
}

.building_color_block8.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block8.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block8.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.building_color_block9 {
  width: 100%;
  height: 300px;
  min-height: 750px;
  background-color: #bababa;
  background-image: url('../images/DIrector-Sean.jpg');
  background-position: 100%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 4%;
  display: flex;
}

.building_color_block9.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.building_color_block9.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.building_color_block9.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.wb_spacer-240change {
  height: 240px;
}

.wb_spacer-200 {
  height: 200px;
}

.privacy-policy-rich-text {
  width: 100%;
  object-fit: fill;
  font-family: Optima, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.privacy-wb_width-0-1200 {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  margin: 200px auto 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.privacy-wb_width-0-1200._1600 {
  width: 1200px;
}

.privacy-wb_width-0-1200.align-left {
  text-align: left;
}

.wb_height-half {
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block {
  width: 33vw;
  height: 33vh;
  background-color: #cca467;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.wb_flex-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.location_wb_flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.location_color_block1 {
  width: 100%;
  background-color: #cca467;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.location_color_block1.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.location_color_block1.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.location_color_block1.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.location_color_block2 {
  width: 100%;
  background-color: #bababa;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location_color_block2.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.location_color_block2.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.location_color_block2.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

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

.location-img-holder.multiply {
  mix-blend-mode: multiply;
}

.location-img-holder.multiply.opacity_50 {
  opacity: .4;
}

.location-map-text-group {
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  padding: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location_fontsize-0-smaller {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.location_fontsize-0-smaller.fontcolor-white {
  color: #fff;
}

.location_fontsize-0-smaller.fontcolor-white.textalign-left {
  text-align: left;
}

.location_fontsize-0-smaller.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.location_fontsize-0-smaller.fontcolor-white-copy {
  color: #fff;
}

.location_fontsize-0-smaller.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.location_fontsize-0-smaller.align-left {
  width: 100%;
  text-align: left;
}

.location_fontsize-0-smaller.white {
  color: #fff;
}

.location_fontsize-0-smaller.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.location_fontsize-0 {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 3.6rem;
  line-height: 1.5;
}

.location_fontsize-0.fontcolor-white {
  color: #fff;
}

.location_fontsize-0.fontcolor-white.textalign-left {
  text-align: left;
}

.location_fontsize-0.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.location_fontsize-0.fontcolor-white-copy {
  color: #fff;
}

.location_fontsize-0.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.location_fontsize-0.align-left {
  text-align: left;
  font-style: normal;
}

.location_fontsize-0.white {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
}

.location_fontsize-0.align-center-white {
  color: #fff;
  font-size: 3.6rem;
}

.location_dot_img {
  width: 40px;
}

.grid {
  grid-template-columns: 1fr 1fr;
}

.transportation_column {
  margin-bottom: 10px;
  line-height: 1.2px;
  display: flex;
}

.transportation_column1 {
  padding-left: 0;
  line-height: 1.2px;
}

.transportation_grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.transportation-block {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 40px 20px 40px 40px;
}

.transportation_title {
  color: #847d82;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.transportation_title.fontcolor-white {
  color: #fff;
}

.transportation_title.fontcolor-white.textalign-left {
  text-align: left;
}

.transportation_title.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.transportation_title.fontcolor-white-copy {
  color: #fff;
}

.transportation_title.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.transportation_title.align-left {
  width: 100%;
  text-align: left;
}

.transportation_title.white {
  color: #fff;
}

.transportation_title.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.transportation_item {
  color: #847d82;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.transportation_item.fontcolor-white {
  color: #fff;
}

.transportation_item.fontcolor-white.textalign-left {
  text-align: left;
}

.transportation_item.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.transportation_item.fontcolor-white-copy {
  color: #fff;
}

.transportation_item.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.transportation_item.align-left {
  width: 100%;
  text-align: left;
}

.transportation_item.white {
  color: #fff;
}

.transportation_item.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.transportation_min {
  color: #d5af8a;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.transportation_min.fontcolor-white {
  color: #fff;
}

.transportation_min.fontcolor-white.textalign-left {
  text-align: left;
}

.transportation_min.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.transportation_min.fontcolor-white-copy {
  color: #fff;
}

.transportation_min.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.transportation_min.align-left {
  width: 100%;
  text-align: left;
}

.transportation_min.white {
  color: #fff;
}

.transportation_min.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.service_wb_flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.service_color_block1 {
  width: 65%;
  height: 32vw;
  max-height: 750px;
  min-height: 750px;
  background-color: #cca467;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service_color_block1.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.service_color_block1.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.service_color_block1.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.service_color_block2 {
  width: 100%;
  height: 32vw;
  max-height: 750px;
  min-height: 750px;
  background-color: #bababa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service_color_block2.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.service_color_block2.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.service_color_block2.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.service_grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.service-block-1 {
  background-color: #e2ebf1;
  border-radius: 50px 0 0 50px;
  padding: 40px 20px 60px 40px;
}

.service_title {
  color: #847d82;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.service_title.fontcolor-white {
  color: #fff;
}

.service_title.fontcolor-white.textalign-left {
  text-align: left;
}

.service_title.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.service_title.fontcolor-white-copy {
  color: #fff;
}

.service_title.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.service_title.align-left {
  width: 100%;
  text-align: left;
}

.service_title.white {
  color: #fff;
}

.service_title.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.service_column {
  margin-bottom: 10px;
  line-height: 1.2px;
  display: flex;
}

.service_title_big {
  color: #daa463;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.service_title_big.fontcolor-white {
  color: #fff;
}

.service_title_big.fontcolor-white.textalign-left {
  text-align: left;
}

.service_title_big.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.service_title_big.fontcolor-white-copy {
  color: #fff;
}

.service_title_big.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.service_title_big.align-left {
  width: 100%;
  text-align: left;
}

.service_title_big.white {
  color: #fff;
}

.service_title_big.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.service_column1 {
  width: 100%;
  padding-left: 0;
  line-height: 1.2px;
}

.transportation_min-copy {
  color: #d5af8a;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.transportation_min-copy.fontcolor-white {
  color: #fff;
}

.transportation_min-copy.fontcolor-white.textalign-left {
  text-align: left;
}

.transportation_min-copy.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.transportation_min-copy.fontcolor-white-copy {
  color: #fff;
}

.transportation_min-copy.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.transportation_min-copy.align-left {
  width: 100%;
  text-align: left;
}

.transportation_min-copy.white {
  color: #fff;
}

.transportation_min-copy.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.service_min {
  color: #847d82;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.service_min.fontcolor-white {
  color: #fff;
}

.service_min.fontcolor-white.textalign-left {
  text-align: left;
}

.service_min.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.service_min.fontcolor-white-copy {
  color: #fff;
}

.service_min.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.service_min.align-left {
  width: 100%;
  text-align: left;
}

.service_min.white {
  color: #fff;
}

.service_min.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.service_item {
  color: #847d82;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.service_item.fontcolor-white {
  color: #fff;
}

.service_item.fontcolor-white.textalign-left {
  text-align: left;
}

.service_item.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.service_item.fontcolor-white-copy {
  color: #fff;
}

.service_item.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.service_item.align-left {
  width: 100%;
  text-align: left;
}

.service_item.white {
  color: #fff;
}

.service_item.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.service-block-2 {
  background-color: #f8f8f8;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 40px 20px 60px 40px;
}

.service-flex-2 {
  display: flex;
}

.wb_spacer-service {
  width: 100%;
  height: 30px;
}

.wb_spacer-starline {
  width: 100%;
  height: 5px;
}

.body-bkg {
  background-color: #fff;
}

.offer_grid {
  max-width: 1600px;
  grid-column-gap: 48px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.offer-block {
  background-color: #f6f6f6;
  border-bottom-right-radius: 100px;
  padding: 40px 40px 100px;
}

.transportation_title-copy {
  color: #847d82;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.transportation_title-copy.fontcolor-white {
  color: #fff;
}

.transportation_title-copy.fontcolor-white.textalign-left {
  text-align: left;
}

.transportation_title-copy.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.transportation_title-copy.fontcolor-white-copy {
  color: #fff;
}

.transportation_title-copy.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.transportation_title-copy.align-left {
  width: 100%;
  text-align: left;
}

.transportation_title-copy.white {
  color: #fff;
}

.transportation_title-copy.align-center-white {
  color: #fff;
  font-size: 3rem;
}

.offer-detail {
  width: 100%;
  height: 100%;
  max-width: 450px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.offer-detail.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.offer-detail.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.offer-detail.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.homepage-leadin {
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
}

.homepage-leadin.fontcolor-white {
  color: #fff;
}

.homepage-leadin.fontcolor-white.textalign-left {
  text-align: left;
}

.homepage-leadin.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.homepage-leadin.fontcolor-white-copy {
  color: #fff;
}

.homepage-leadin.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.homepage-leadin.align-left {
  text-align: left;
  font-style: normal;
}

.homepage-leadin.white {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
}

.homepage-leadin.align-center-white {
  color: #fff;
  font-size: 3.6rem;
}

.heading-home-kv {
  font-size: 6.4rem;
}

.homepage-subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 3rem;
  font-style: italic;
  line-height: 1.5;
}

.homepage-subtitle.fontcolor-white {
  color: #fff;
}

.homepage-subtitle.fontcolor-white.textalign-left {
  text-align: left;
}

.homepage-subtitle.fontcolor-white.textalign-left.smaller-font {
  font-size: 2rem;
}

.homepage-subtitle.fontcolor-white-copy {
  color: #fff;
}

.homepage-subtitle.fontcolor-white-copy.textalign-left {
  text-align: left;
}

.homepage-subtitle.align-left {
  text-align: left;
  font-style: normal;
}

.homepage-subtitle.white {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
}

.homepage-subtitle.align-center-white {
  color: #fff;
  font-size: 3.6rem;
}

.section-subheading {
  font-size: 3rem;
}

.wb_height-third {
  height: 410px;
  background-color: #daa463;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.room_wb_flex-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.room_color_block1 {
  width: 50%;
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.room_color_block1.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.room_color_block1.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.room_color_block1.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.location_color_block2-copy {
  width: 100%;
  background-color: #bababa;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location_color_block2-copy.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.location_color_block2-copy.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.location_color_block2-copy.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.room_color_block2 {
  width: 50%;
  background-color: #bababa;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.room_color_block2.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.room_color_block2.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.room_color_block2.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

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

.room-img-holder-copy.multiply {
  mix-blend-mode: multiply;
}

.room-img-holder-copy.multiply.opacity_50 {
  opacity: .4;
}

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

.room-img-holder.multiply {
  mix-blend-mode: multiply;
}

.room-img-holder.multiply.opacity_50 {
  opacity: .4;
}

.room_fontsize-0_gold-copy {
  color: #daa463;
}

.div-block-2 {
  position: relative;
}

.columns {
  width: 100%;
  height: 100%;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2, .link-block-3 {
  width: 100%;
  text-decoration: none;
}

.room-link-subhead {
  position: relative;
}

.contact-image-1 {
  width: 100%;
  height: 100%;
}

.wb_width-full-contact1 {
  width: 100%;
  max-width: 100%;
}

.wb_width-full-contact2, .wb_width-full-contact3 {
  width: 100%;
  max-width: 100%;
  display: none;
}

.img_100w_100h_fill {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.img_100w_100h_fill.room {
  opacity: .8;
}

.paragraph-3 {
  position: relative;
}

.wb_form_wrapper {
  background-color: #d9d9db;
  margin-bottom: 0;
  padding: 60px;
}

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

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

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

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

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

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

.wb_form {
  width: 960px;
  max-width: 100%;
  color: gray;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

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

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

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

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

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

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

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

.wb_form_select_wrapper {
  width: 32%;
}

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

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

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

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

.wb_spacer-apartment {
  height: 90px;
}

.home_room_type {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_room_type.homepage_block1 {
  background-color: #cca467;
  border-bottom-right-radius: 50px;
}

.home_room_type.homepage_block2 {
  background-color: #dbdbdd;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.home_room_type.homepage_block3 {
  background-color: #dbdbdd;
  border-bottom-left-radius: 50px;
}

.location-slider {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

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

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

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

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

.section-subheader {
  font-style: italic;
  font-weight: 400;
}

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

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

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

.checkbox {
  margin-top: 6px;
}

.text-wrap-limitator-720 {
  width: 100%;
  max-width: 550px;
}

.text-wrap-limitator-720.left-align {
  margin-left: auto;
  margin-right: auto;
}

.text-wrap-limitator-600 {
  width: 100%;
  max-width: 420px;
}

.wb_width-0-800 {
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wb_width-0-800._1600 {
  width: 1200px;
}

.wb_width-0-800.align-left {
  text-align: left;
}

.floorplan-disclaimer {
  font-size: 1.6rem;
}

.floorplan-wrapper {
  position: relative;
}

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

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

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

.unit-slider {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.unit-slider-mask {
  width: 100%;
  height: 100%;
}

.img_100x100_cover {
  width: 100%;
  height: 100%;
  margin: auto;
}

.zoom-icon {
  width: 100%;
  height: 100%;
}

.legends_text {
  width: 100%;
  opacity: 1;
  color: #32343b;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.all_legends {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.legends_flex_float {
  z-index: 1;
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.legends_text_wrapper {
  width: 100%;
  min-width: 400px;
}

.wb_zoom-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.legends_flex_block {
  width: 100%;
  grid-column-gap: 20px;
  display: flex;
}

.legend {
  width: 18px;
  height: 18px;
  background-color: #a16343;
}

.legend.green {
  background-color: #2a8c8b;
}

.compass {
  z-index: 1;
  width: 40px;
  mix-blend-mode: multiply;
  position: absolute;
  top: auto;
  bottom: 62px;
  left: auto;
  right: 460px;
}

.zoom-button {
  z-index: 1;
  width: 80px;
  position: absolute;
  top: auto;
  bottom: 120px;
  left: auto;
  right: 0;
}

.floorplan-image {
  width: 100%;
  height: auto;
}

.room-subheading {
  text-transform: none;
  margin-top: 10px;
  font-size: 3rem;
}

.div-block-3 {
  background-color: #000;
}

.hanging-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #cca467;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.hanging-button.download {
  background-color: #666;
  margin-top: 20px;
}

.hanging-button.book-tour {
  color: #333;
  background-color: #e2ebf1;
  margin-top: 20px;
}

.text-block-2 {
  transform: rotate(0);
}

.hanging-button-icon {
  width: 20px;
  margin-bottom: 10px;
}

.hanging-button-text {
  line-height: 1;
  transform: rotate(0);
}

.hanging-button-wrappers {
  position: absolute;
  top: 25vh;
  left: 0;
}

@media screen and (min-width: 1280px) {
  .wb_header.wb_pad-global {
    background-color: rgba(30, 30, 30, .92);
  }

  .wb_fontsize-0 {
    padding-right: 0;
    font-size: 2rem;
  }

  .wb_fontsize-0.white {
    font-size: 2.8rem;
  }

  .wb_width-0 {
    width: 100%;
    max-width: 920px;
  }

  .brand-star {
    width: 120px;
    height: 120px;
  }

  .color_block1 {
    height: 60vh;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .auto-resize-img-holder {
    width: 80%;
  }

  .color_block2 {
    height: 60vh;
    justify-content: center;
    padding: 20px 0;
  }

  .color_block3 {
    justify-content: center;
    padding: 20px 0;
  }

  .building_wb_fontsize-1-3-small {
    max-width: 660px;
    font-size: 2rem;
  }

  .building_wb_fontsize-1-3-small.align-left {
    max-width: none;
    text-align: left;
    font-size: 2rem;
  }

  .building_wb_fontsize-1-3-small.white, .wb_footer_paragraph {
    font-size: 2rem;
  }

  .wb_footer_tiitle_italic {
    font-size: 2.8rem;
  }

  .kv_lead_star {
    width: 120px;
    height: 120px;
  }

  .apartment_color_block3 {
    display: none;
  }

  .building_color_block2 {
    background-color: #e6e7eb;
  }

  .building_color_block1 {
    overflow: hidden;
  }

  .building_fontsize-0 {
    color: #333;
    font-size: 2.8rem;
  }

  .building_fontsize-0-smaller {
    color: #333;
    font-size: 2rem;
  }

  .building_fontsize-0_black {
    font-size: 2.8rem;
  }

  .building_fontsize-0-smaller_black {
    font-size: 2rem;
  }

  .building_wb_fontsize-1-3 {
    max-width: 660px;
    font-size: 2.8rem;
  }

  .building_color_block5 {
    display: block;
  }

  .building_color_block6 {
    background-color: #e6e7eb;
  }

  .building_color_block7 {
    min-height: 60vh;
    display: none;
  }

  .location_fontsize-0-smaller, .transportation_item, .transportation_min {
    font-size: 2rem;
  }

  .service_title_big {
    letter-spacing: 2px;
  }

  .service_item {
    font-size: 1.8rem;
  }

  .service-flex-2 {
    width: 100%;
  }

  .wb_spacer-service {
    height: 25px;
  }

  .offer-detail {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage-leadin {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

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

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

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

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

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

  .text-wrap-limitator-720 {
    width: 80%;
    max-width: 960px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-wrap-limitator-720.left-align {
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap-limitator-600 {
    width: 85%;
    max-width: 600px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .zoom-wrapper {
    position: absolute;
  }

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

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

@media screen and (max-width: 991px) {
  .rl_menu-icon-3 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl-dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .rl_navbar1_logo-link {
    height: 80px;
  }

  .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 {
    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;
    text-align: center;
    padding: .75rem 0;
    font-size: 3rem;
  }

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

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

  .wb_header.wb_pad-global {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wb_fontsize-0.fontcolor-white.textalign-left {
    text-align: center;
  }

  .wb_fontsize-0.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .wb_fontsize-0.align-left {
    font-size: 2.4rem;
  }

  .footer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-width-container {
    height: 440px;
  }

  .dropdown-list {
    font-size: 10px;
  }

  .dropdown-list.w--open {
    width: 100%;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 10px;
  }

  .footer_content {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link {
    height: 80px;
    position: absolute;
  }

  .logo-link.w--current {
    object-fit: fill;
    position: absolute;
  }

  .footer-credit {
    text-align: center;
  }

  .menu-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 0;
    position: relative;
  }

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

  .footer-disclaimer-contact {
    text-align: center;
    margin-top: 40px;
  }

  .navigation-wrap {
    flex-direction: row;
    padding: 10px 0;
    position: relative;
  }

  .footer-disclaimer {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .detail-page-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .detail-page-heading.whitetext {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
  }

  .responsive-padder {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-img {
    text-align: center;
    margin-right: auto;
  }

  .dropdown {
    width: 100%;
    text-align: center;
  }

  .logo-image {
    width: auto;
    height: 100%;
    object-fit: fill;
  }

  .menu-icon {
    width: 100%;
    height: 100%;
    max-height: 70px;
    object-fit: fill;
    overflow: visible;
  }

  .menu {
    margin-left: auto;
    margin-right: 0;
  }

  ._1200-flex-container {
    margin-top: 20px;
  }

  .navigation-items {
    width: 100vw;
    background-color: #fff;
    margin-left: auto;
  }

  .navigation-item {
    width: 100%;
    color: #000;
    text-align: center;
    border: 1px solid #efefef;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .detail-image-detail {
    height: 45vw;
    background-position: 0 0, 50%;
    background-size: auto, 100vw;
    background-attachment: scroll, scroll;
  }

  .dropdown-button-text {
    margin-left: 20px;
  }

  .navigation-padder {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inside-image-padder {
    margin-top: auto;
    padding-top: 0;
    bottom: 20px;
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .lynx-menu-button {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

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

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl_footer3_logo-link {
    margin-top: 50px;
  }

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

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .wb_divider-vertical {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rl_navbar3_menu-2 {
    z-index: 1;
  }

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

  .rl_navbar3_logo-2 {
    height: 60px;
  }

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

  .rl_navbar3_menu-background-2 {
    z-index: 0;
  }

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

  .wb_pad-0 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .building_wb_flex-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .color_block1 {
    height: 80vw;
    min-height: 300px;
    border-radius: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .wb_width-full {
    position: relative;
  }

  .img_100w_100h {
    display: block;
  }

  .auto-resize-img-holder {
    height: 300px;
  }

  .auto-resize-img-holder.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .color_block1-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color_block2 {
    height: 80vw;
    min-height: 300px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .color_block3 {
    height: 80vw;
    min-height: 300px;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
  }

  .building_wb_fontsize-1-3-small {
    font-size: 1.8rem;
  }

  .building_wb_fontsize-1-3-small.fontcolor-white.textalign-left {
    text-align: center;
  }

  .building_wb_fontsize-1-3-small.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .building_wb_fontsize-1-3-small.align-left {
    font-size: 2.2rem;
  }

  .wb_flex-2 {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .img_block {
    height: 700px;
    padding-bottom: 60px;
    position: relative;
  }

  .auto-resize-img-holder-round {
    height: 75vw;
  }

  .auto-resize-img-holder-round.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .carousel_img {
    object-fit: cover;
    overflow: hidden;
  }

  .slider {
    width: auto;
    height: 90vw;
    max-height: 60vh;
    margin-left: auto;
    margin-right: auto;
  }

  .wb_flex-2_footer {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .footer-block {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .wb_footer_paragraph.fontcolor-white.textalign-left {
    text-align: center;
  }

  .wb_footer_paragraph.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .wb_footer_paragraph.align-left {
    font-size: 2rem;
  }

  .wb_footer_header.fontcolor-white.textalign-left {
    text-align: center;
  }

  .wb_footer_header.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .wb_footer_tiitle_italic.fontcolor-white.textalign-left {
    text-align: center;
  }

  .wb_footer_tiitle_italic.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .wb_footer_tnc.fontcolor-white.textalign-left {
    text-align: center;
  }

  .wb_footer_tnc.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .wb_footer_tnc.align-left {
    font-size: 2rem;
  }

  .wb_spacer-90 {
    height: 70px;
  }

  .footer_stars {
    width: 200%;
    height: 200%;
    max-width: none;
  }

  .footer_stars_holder {
    direction: rtl;
    margin-top: 100px;
  }

  .wb_footer_contact {
    font-size: 1.8rem;
  }

  .wb_footer_contact.fontcolor-white.textalign-left {
    text-align: center;
  }

  .wb_footer_contact.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .wb_footer_contact.align-left {
    font-size: 2rem;
  }

  .wb_flex-2_footer_before {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .footer-before-block {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .wb_flex-2_footer_vertical {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .rl_navbar1_logo-link-copy {
    height: 100px;
    height: 100px;
  }

  .hide-show-menu {
    width: 180px;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .kv_lead_star {
    width: 100px;
    height: 100px;
  }

  .section-heading {
    font-size: 4.5rem;
  }

  .section-heading.room {
    max-width: 530px;
  }

  .apartment_color_block1 {
    height: 70vw;
    min-height: 200px;
    border-radius: 50px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .apartment_color_block2 {
    height: 80vw;
    min-height: 300px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .apartment_color_block3 {
    height: 80vw;
    min-height: 300px;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .apartment-img-holder {
    height: 300px;
  }

  .apartment-img-holder.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .wb_flex-1-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .apartment_color_block4 {
    width: 100%;
    height: 80vw;
    min-height: 300px;
    border-radius: 50px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .apartment_color_block5 {
    height: 70vw;
    min-height: 200px;
    border-radius: 50px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .apartment-img {
    height: 500px;
  }

  .apartment-img.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .apartment_img_block1 {
    height: 70vw;
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
  }

  .wb_spacer-120 {
    height: 100px;
  }

  .apartment_img_block2 {
    height: 70vw;
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
  }

  .wb_spacer-30-copy {
    height: 20px;
  }

  .building_color_block3 {
    height: 100%;
    min-height: 100vh;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .building_color_block2 {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .building_color_block1 {
    height: 80vw;
    min-height: 300px;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .wb_fontsize-0-copy {
    font-size: 2.4rem;
  }

  .wb_fontsize-0-copy.fontcolor-white.textalign-left {
    text-align: center;
  }

  .wb_fontsize-0-copy.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .building_fontsize-0.fontcolor-white.textalign-left {
    text-align: center;
  }

  .building_fontsize-0.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .building_fontsize-0-smaller.fontcolor-white.textalign-left {
    text-align: center;
  }

  .building_fontsize-0-smaller.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .building_fontsize-0-smaller.align-left {
    font-size: 2rem;
  }

  .building-img-holder.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .building-img-holder2 {
    height: 100%;
    margin-right: 30px;
  }

  .building-img-holder2.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .building_color_block1-copy {
    height: 80vw;
    min-height: 300px;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .building_color_block4 {
    height: 100%;
    min-height: 0;
    border-radius: 50px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .building_fontsize-0_black.fontcolor-white.textalign-left {
    text-align: center;
  }

  .building_fontsize-0_black.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .building_fontsize-0-smaller_black {
    font-size: 1.8rem;
  }

  .building_fontsize-0-smaller_black.fontcolor-white.textalign-left {
    text-align: center;
  }

  .building_fontsize-0-smaller_black.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .building_fontsize-0-smaller_black.align-left {
    font-size: 2rem;
  }

  .building_wb_fontsize-1-3.fontcolor-white.textalign-left {
    text-align: center;
  }

  .building_wb_fontsize-1-3.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .building_color_block5 {
    width: 100%;
    height: 100%;
    min-height: 70vw;
    border-radius: 50px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .building_color_block6 {
    height: 80vw;
    min-height: 300px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .building_color_block7 {
    width: 100%;
    height: 100%;
    min-height: 70vw;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .building_color_block1-copy {
    height: 80vw;
    min-height: 300px;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .building_color_block8 {
    height: 490px;
    min-height: 0;
    object-fit: contain;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .building_color_block9 {
    height: 490px;
    min-height: 0;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .wb_spacer-240change {
    height: 100px;
  }

  .privacy-wb_width-0-1200 {
    width: 100%;
    margin-top: 170px;
  }

  .wb_flex-2-copy {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .location_wb_flex-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .location_color_block1 {
    height: 80vw;
    min-height: 300px;
    object-fit: contain;
    border-radius: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .location_color_block2 {
    height: 600px;
    border-radius: 50px;
    position: relative;
  }

  .location-img-holder.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .location_fontsize-0-smaller.fontcolor-white.textalign-left {
    text-align: center;
  }

  .location_fontsize-0-smaller.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .location_fontsize-0-smaller.align-left {
    font-size: 2rem;
  }

  .location_fontsize-0.fontcolor-white.textalign-left {
    text-align: center;
  }

  .location_fontsize-0.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .transportation_column {
    display: flex;
  }

  .transportation_grid {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .transportation-block {
    padding-left: 20px;
  }

  .transportation_title.fontcolor-white.textalign-left {
    text-align: center;
  }

  .transportation_title.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .transportation_title.align-left {
    font-size: 2rem;
  }

  .transportation_item {
    width: 100%;
    font-size: 1.8rem;
  }

  .transportation_item.fontcolor-white.textalign-left {
    text-align: center;
  }

  .transportation_item.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .transportation_item.align-left {
    font-size: 2rem;
  }

  .transportation_min {
    font-size: 1.8rem;
  }

  .transportation_min.fontcolor-white.textalign-left {
    text-align: center;
  }

  .transportation_min.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .transportation_min.align-left {
    font-size: 2rem;
  }

  .service_wb_flex-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .service_color_block1 {
    height: 40vw;
    max-height: 750px;
    min-height: 300px;
    object-fit: contain;
    border-radius: 0 50px 50px 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .service_color_block2 {
    height: 40vw;
    min-height: 300px;
    border-radius: 50px 0 0 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .service_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-block-1 {
    padding-left: 20px;
  }

  .service_title.fontcolor-white.textalign-left {
    text-align: center;
  }

  .service_title.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .service_title.align-left {
    font-size: 2rem;
  }

  .service_column {
    display: flex;
  }

  .service_title_big.fontcolor-white.textalign-left {
    text-align: center;
  }

  .service_title_big.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .service_title_big.align-left {
    font-size: 2rem;
  }

  .transportation_min-copy {
    font-size: 1.8rem;
  }

  .transportation_min-copy.fontcolor-white.textalign-left {
    text-align: center;
  }

  .transportation_min-copy.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .transportation_min-copy.align-left {
    font-size: 2rem;
  }

  .service_min {
    font-size: 1.8rem;
  }

  .service_min.fontcolor-white.textalign-left {
    text-align: center;
  }

  .service_min.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .service_min.align-left {
    font-size: 2rem;
  }

  .service_item {
    width: 100%;
    font-size: 1.8rem;
  }

  .service_item.fontcolor-white.textalign-left {
    text-align: center;
  }

  .service_item.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .service_item.align-left {
    font-size: 2rem;
  }

  .service-block-2 {
    padding-left: 20px;
  }

  .service-flex-2 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .wb_spacer-service, .wb_spacer-starline {
    height: 20px;
  }

  .offer_grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .offer-block {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .transportation_title-copy.fontcolor-white.textalign-left {
    text-align: center;
  }

  .transportation_title-copy.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .transportation_title-copy.align-left {
    font-size: 2rem;
  }

  .offer-detail {
    height: 100%;
    position: relative;
  }

  .homepage-leadin.fontcolor-white.textalign-left {
    text-align: center;
  }

  .homepage-leadin.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .heading-home-kv {
    font-size: 6rem;
  }

  .homepage-subtitle {
    font-size: 2.4rem;
  }

  .homepage-subtitle.fontcolor-white.textalign-left {
    text-align: center;
  }

  .homepage-subtitle.fontcolor-white.textalign-left.smaller-font {
    font-size: 0;
  }

  .wb_height-third {
    height: 400px;
  }

  .room_wb_flex-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .room_color_block1 {
    width: 100%;
    height: 80vw;
    min-height: 300px;
    object-fit: contain;
    border-radius: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .location_color_block2-copy {
    height: 600px;
    border-radius: 50px;
    position: relative;
  }

  .room_color_block2 {
    width: 100%;
    height: 600px;
    border-radius: 50px;
    position: relative;
  }

  .room-img-holder-copy.multiply.opacity_50, .room-img-holder.multiply.opacity_50 {
    object-fit: fill;
    overflow: hidden;
  }

  .columns {
    width: 600px;
    max-width: none;
    display: block;
  }

  .wb_width-full-contact1 {
    display: none;
    position: relative;
  }

  .wb_width-full-contact2 {
    display: block;
    position: relative;
  }

  .wb_width-full-contact3 {
    position: relative;
  }

  .img_100w_100h_fill {
    display: block;
  }

  .wb_spacer-apartment {
    height: 20px;
  }

  .home_room_type {
    height: 700px;
    padding-bottom: 60px;
    position: relative;
  }

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

  .text-wrap-limitator-720, .text-wrap-limitator-600 {
    max-width: 550px;
  }

  .zoom-wrapper {
    font-size: 1.5vw;
  }

  .unit-slider {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .legends_text_wrapper {
    min-width: 320px;
  }

  .wb_zoom-wrapper.mlp {
    width: 100%;
    height: 100vw;
  }

  .compass {
    width: 58px;
    bottom: 160px;
    right: 0;
  }

  .zoom-button {
    width: 58px;
  }

  .room-subheading {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar1_link {
    font-size: 2.8rem;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .wb_fontsize-0.align-left {
    font-size: 2.2rem;
  }

  .wb_fontsize-0.align-center-white {
    font-size: 2.8rem;
  }

  .paragraph-light {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .full-width-container {
    height: 350px;
  }

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

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

  .menu-button {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .detail-page-heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .detail-page-heading.whitetext {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }

  ._1200-flex-container {
    flex-direction: column;
  }

  .spacer {
    display: block;
  }

  .footer-contacts {
    flex-direction: column;
  }

  .detail-image-detail {
    height: 55vw;
    background-size: auto, 750px;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_logo-link {
    margin-top: 20px;
  }

  .rl_footer3_line-divider {
    display: none;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .wb_button-hollow {
    padding: 6px 10px;
    font-size: 1rem;
  }

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

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

  .wb_divider-vertical {
    margin-left: 8px;
    margin-right: 8px;
  }

  .rl_navbar3_logo-2 {
    height: 40px;
  }

  .wb_header_t1 {
    min-height: 4rem;
  }

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

  .wb_pad-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color_block1 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 4.5rem;
  }

  .developer-logo-link-block {
    display: none;
  }

  .color_block3 {
    height: 100vw;
    min-height: 400px;
  }

  .building_wb_fontsize-1-3-small.align-left {
    font-size: 1.8rem;
  }

  .slider {
    max-height: 50vh;
  }

  .footer_stars {
    width: 300%;
  }

  .wb_footer_contact {
    font-size: 1.4rem;
  }

  .footer-before-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_navbar1_logo-link-copy {
    height: 90px;
    height: 90px;
  }

  .hide-show-menu {
    width: 160px;
  }

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

  .kv_lead_star {
    width: 90px;
    height: 90px;
  }

  .section-heading {
    font-size: 4rem;
  }

  .apartment_color_block1 {
    height: 70vh;
    min-height: 0;
  }

  .apartment_color_block2 {
    height: 100%;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .apartment_color_block3 {
    height: 100vw;
    min-height: 400px;
  }

  .apartment_color_block4 {
    height: 100%;
    min-height: 600px;
    padding-top: 60px;
  }

  .apartment_color_block5 {
    height: 70vh;
    min-height: 0;
  }

  .apartment_img_block1, .apartment_img_block2 {
    height: 80vh;
  }

  .building_color_block2 {
    height: 100%;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .building_color_block1 {
    height: 100vw;
    min-height: 400px;
  }

  .building-img-group {
    display: none;
  }

  .building_color_block1-copy {
    height: 100vw;
    min-height: 400px;
  }

  .building_color_block4 {
    height: 100%;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .building_color_block5 {
    width: 100%;
    height: 100%;
    min-height: 70vh;
  }

  .building_color_block6 {
    height: 100%;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .building_color_block7 {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    display: block;
  }

  .building_color_block1-copy {
    height: 100vw;
    min-height: 400px;
  }

  .building_color_block8 {
    height: 300px;
  }

  .building_color_block9 {
    height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .privacy-wb_width-0-1200 {
    margin-top: 160px;
  }

  .location_color_block1 {
    height: 100vw;
    min-height: 400px;
  }

  .location_color_block2 {
    height: 600px;
  }

  .location_fontsize-0-smaller {
    font-size: 2.2rem;
  }

  .transportation_column {
    display: flex;
  }

  .transportation_grid {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .transportation_title {
    font-size: 2.2rem;
  }

  .transportation_item, .transportation_min {
    font-size: 1.8rem;
  }

  .service_color_block2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service_grid {
    grid-row-gap: 26px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service_title {
    font-size: 2.2rem;
  }

  .service_column {
    display: flex;
  }

  .service_title_big {
    font-size: 2.2rem;
  }

  .transportation_min-copy, .service_min, .service_item {
    font-size: 1.8rem;
  }

  .offer_grid {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .transportation_title-copy {
    font-size: 2.2rem;
  }

  .offer-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepage-leadin {
    font-size: 1.8rem;
  }

  .heading-home-kv {
    font-size: 5.5rem;
  }

  .section-subheading {
    font-size: 3rem;
  }

  .wb_height-third {
    height: 340px;
  }

  .room_color_block1 {
    height: 100%;
    padding: 60px 0 40px;
  }

  .location_color_block2-copy, .room_color_block2 {
    height: 600px;
  }

  .columns {
    width: 100%;
  }

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

  .heading-6, .heading-8 {
    font-size: 2.8rem;
  }

  .text-wrap-limitator-720, .text-wrap-limitator-600 {
    max-width: 450px;
  }

  .legends_text {
    font-size: 13px;
    line-height: 20px;
  }

  .legends_flex_float {
    bottom: 11%;
    right: 7%;
  }

  .legends_text_wrapper {
    min-width: 292px;
  }

  .wb_zoom-wrapper.mlp {
    height: 120vw;
  }

  .legends_flex_block {
    grid-column-gap: 15px;
  }

  .legend {
    margin-top: 1px;
  }

  .compass, .zoom-button {
    width: 50px;
  }

  .room-subheading {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 479px) {
  .rl_navbar1_logo-link {
    height: 65px;
  }

  .rl_navbar1_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .wb_navbar-t1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rl_navbar1_container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(80px, 1fr) minmax(0, 3.5fr) minmax(80px, 1fr);
  }

  .wb_fontsize-0 {
    text-align: center;
    padding-right: 0;
    font-size: 1.6rem;
  }

  .wb_fontsize-0.align-left, .wb_fontsize-0.white {
    font-size: 2.1rem;
  }

  .wb_fontsize-0.align-center-white {
    font-size: 2.6rem;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .paragraph-light {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-light.detail-special {
    width: 100%;
  }

  .half-box-right {
    width: 100%;
    height: 300px;
    flex-direction: column;
    margin-top: 2px;
    margin-left: auto;
  }

  .full-width-container {
    height: 280px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link {
    height: 70px;
  }

  .footer-credit {
    text-align: center;
  }

  .menu-button {
    width: 55px;
    height: 55px;
    flex: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .detail-date-tag {
    font-size: 10px;
  }

  .detail-date-tag.whitetext {
    margin-top: 10px;
  }

  .main.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-disclaimer-contact {
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
  }

  .footer-disclaimer {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .detail-page-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .detail-page-heading.whitetext {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .responsive-padder {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-img {
    width: 100%;
  }

  .menu {
    margin-left: auto;
  }

  .half-box-left {
    width: 100%;
    height: 300px;
    flex-direction: column;
    margin-bottom: 2px;
    margin-right: auto;
  }

  ._1200-flex-container {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation-item:hover, .navigation-item:active, .navigation-item.w--current {
    color: #000;
  }

  .detail-image-detail {
    height: 60vw;
    background-position: 0 0, 50%;
    background-size: auto, auto 120%;
    background-attachment: scroll, scroll;
    overflow: visible;
  }

  .inside-image-padder {
    margin-left: auto;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rl_footer3_logo-link {
    width: 130px;
  }

  .rl_footer3_line-divider {
    display: none;
  }

  .style-guide-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .wb_font-1.tag-line {
    margin-top: 20px;
  }

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

  .wb_divider-vertical {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .rl_navbar3_logo-2 {
    height: 40px;
  }

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

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

  .wb_pad-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wb_spacer-60 {
    height: 50px;
  }

  .color_block1 {
    height: 120vw;
    min-height: 120vw;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img_100w_100h {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }

  .auto-resize-img-holder {
    height: 80vw;
    object-fit: fill;
    overflow: visible;
  }

  .auto-resize-img-holder.multiply.opacity_50 {
    height: auto;
  }

  .heading-4 {
    font-size: 3.5rem;
  }

  .color_block2, .color_block3 {
    height: 120vw;
    min-height: 120vw;
  }

  .building_wb_fontsize-1-3-small, .building_wb_fontsize-1-3-small.align-left, .building_wb_fontsize-1-3-small.white {
    font-size: 1.6rem;
  }

  .wb_flex-2 {
    flex-direction: column;
  }

  .img_block {
    height: 165vw;
  }

  .auto-resize-img-holder-round {
    height: 100vw;
  }

  .auto-resize-img-holder-round.multiply.opacity_50 {
    height: auto;
  }

  .slider {
    height: 400px;
    max-height: 40vh;
  }

  .footer-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wb_footer_paragraph {
    font-size: 1.6rem;
  }

  .wb_footer_header {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .wb_footer_tiitle_italic {
    font-size: 2.1rem;
  }

  .wb_footer_tnc {
    font-size: .8rem;
  }

  .wb_spacer-90 {
    height: 70px;
  }

  .footer_stars {
    width: 450%;
  }

  .wb_footer_contact {
    font-size: 1.6rem;
  }

  .footer-before-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .open_menu {
    justify-content: center;
    display: flex;
  }

  .rl_navbar1_logo-link-copy {
    height: 65px;
    height: 65px;
  }

  .hide-show-menu {
    width: 120px;
    margin-bottom: 20%;
  }

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

  .kv_lead_star {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-heading {
    font-size: 3.5rem;
  }

  .apartment_color_block1 {
    height: 70vw;
    min-height: 0;
    padding: 20px 10px;
  }

  .apartment_color_block2 {
    min-height: 70vh;
  }

  .apartment_color_block3 {
    min-height: 650px;
  }

  .apartment-img-holder {
    height: 450px;
    object-fit: fill;
    overflow: visible;
  }

  .apartment-img-holder.multiply.opacity_50 {
    height: auto;
  }

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

  .apartment_color_block4 {
    min-height: 70vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .apartment_color_block5 {
    height: 70vw;
    min-height: 0;
  }

  .apartment-img {
    height: 450px;
  }

  .apartment-img.multiply.opacity_50 {
    height: auto;
  }

  .apartment_img_block1 {
    height: 70vw;
  }

  .wb_spacer-120 {
    height: 90px;
  }

  .apartment_img_block2 {
    height: 70vw;
  }

  .building_color_block3 {
    background-position: 37%;
  }

  .building_color_block2 {
    min-height: 70vw;
  }

  .building_color_block1 {
    height: 100%;
    min-height: 70vw;
  }

  .wb_fontsize-0-copy {
    font-size: 2.2rem;
  }

  .building_fontsize-0 {
    font-size: 2.1rem;
  }

  .building_fontsize-0-smaller {
    font-size: 1.6rem;
  }

  .building-img-holder {
    height: 70vh;
    object-fit: fill;
    overflow: visible;
  }

  .building-img-holder.multiply.opacity_50 {
    height: auto;
  }

  .building-img-holder2 {
    height: 450px;
    object-fit: fill;
    overflow: visible;
  }

  .building-img-holder2.multiply.opacity_50 {
    height: auto;
  }

  .building_color_block1-copy {
    min-height: 650px;
  }

  .building_color_block4 {
    min-height: 650px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .building_fontsize-0_black {
    font-size: 2.1rem;
  }

  .building_fontsize-0-smaller_black {
    font-size: 1.6rem;
  }

  .building_wb_fontsize-1-3 {
    font-size: 2.1rem;
  }

  .building_color_block5 {
    width: 100%;
    height: 70vw;
    min-height: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .building_color_block6 {
    min-height: 70vw;
  }

  .building_color_block7 {
    width: 100%;
    height: 70vw;
    min-height: 200px;
    display: block;
  }

  .building_color_block1-copy {
    min-height: 650px;
  }

  .building_color_block8, .building_color_block9 {
    height: 290px;
  }

  .privacy-wb_width-0-1200 {
    margin-top: 130px;
  }

  .location_color_block2 {
    height: 400px;
  }

  .location-img-holder {
    object-fit: fill;
    overflow: visible;
  }

  .location-img-holder.multiply.opacity_50 {
    height: auto;
  }

  .location-map-text-group {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .location_fontsize-0-smaller {
    font-size: 1.6rem;
  }

  .location_fontsize-0 {
    font-size: 2.1rem;
  }

  .transportation_grid {
    grid-row-gap: 23px;
  }

  .transportation-block {
    padding: 30px 15px;
  }

  .transportation_title {
    font-size: 2.1rem;
  }

  .transportation_item, .transportation_min {
    font-size: 1.6rem;
  }

  .service_wb_flex-2 {
    flex-direction: column;
  }

  .service_color_block1 {
    width: 100%;
  }

  .service_grid {
    grid-row-gap: 23px;
  }

  .service-block-1 {
    padding: 30px 20px;
  }

  .service_title {
    font-size: 2.1rem;
    line-height: 1;
  }

  .service_title_big {
    font-size: 2.2rem;
  }

  .service_item {
    font-size: 1.6rem;
  }

  .service-block-2 {
    padding: 30px 20px;
  }

  .service-flex-2 {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .wb_spacer-service, .wb_spacer-starline {
    height: 15px;
  }

  .offer_grid {
    grid-row-gap: 23px;
  }

  .offer-block {
    padding: 30px 15px;
  }

  .transportation_title-copy {
    font-size: 2.2rem;
  }

  .offer-detail {
    padding-left: 10px;
    padding-right: 10px;
  }

  .homepage-leadin {
    font-size: 1.6rem;
  }

  .heading-home-kv {
    font-size: 5rem;
  }

  .homepage-subtitle {
    font-size: 2.2rem;
  }

  .section-subheading {
    font-size: 2.5rem;
  }

  .wb_height-third {
    height: 280px;
  }

  .location_color_block2-copy {
    height: 400px;
  }

  .room_color_block2 {
    height: 300px;
  }

  .room-img-holder-copy {
    object-fit: fill;
    overflow: visible;
  }

  .room-img-holder-copy.multiply.opacity_50 {
    height: auto;
  }

  .room-img-holder {
    object-fit: fill;
    overflow: visible;
  }

  .room-img-holder.multiply.opacity_50 {
    height: auto;
  }

  .wb_width-full-contact2 {
    display: none;
  }

  .wb_width-full-contact3 {
    display: block;
  }

  .img_100w_100h_fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .wb_field_radio_group {
    flex-direction: column;
  }

  .wb_form_label {
    width: 100%;
  }

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

  .wb_form_select_wrapper {
    width: auto;
    margin-right: 20px;
  }

  .heading-6, .heading-7, .heading-8 {
    font-size: 2.6rem;
  }

  .home_room_type {
    height: 165vw;
  }

  .legends_text {
    font-size: 10px;
  }

  .all_legends {
    padding-left: 10px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .legends_flex_float {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0%;
    right: 0%;
  }

  .legends_text_wrapper {
    min-width: 100px;
  }

  .wb_zoom-wrapper.mlp {
    height: 160vw;
    padding-bottom: 100px;
  }

  .legends_flex_block {
    grid-column-gap: 10px;
  }

  .legend {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .compass {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 121px;
    left: auto;
    right: 15px;
  }

  .zoom-button {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 150px;
    left: 0%;
    right: 0%;
  }

  .room-subheading {
    font-size: 2rem;
  }
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9112e-c2d4a1ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9112f-c2d4a1ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91131-c2d4a1ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91158-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9115b-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91161-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91165-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9116b-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9116f-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91175-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91178-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9117e-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9117f-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91188-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9118e-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9119e-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911aa-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911b4-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911c2-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911db-c2d4a1ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911e8-c2d4a1ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911eb-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911f3-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af911f4-c2d4a1ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91206-c2d4a1ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91209-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9121e-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9121f-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91222-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91225-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91228-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9122b-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9122e-c2d4a1ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91231-c2d4a1ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91234-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9123a-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9123b-c2d4a1ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91259-c2d4a1ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9125c-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91262-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91263-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9126b-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91271-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91272-c2d4a1ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9127a-c2d4a1ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af9127d-c2d4a1ae, #w-node-_7abdbb6e-f0c9-e1c8-e583-ad820af91293-c2d4a1ae, #w-node-c0fc011d-8388-a78f-7856-4b9cbc7389b0-53741200, #w-node-a04a2472-80df-d5a2-8af5-209957cbb5df-53741200, #w-node-b816693a-fe96-95de-03cd-abc630bc92e2-53741200, #w-node-f41c2917-3ad3-d468-3d1c-3f4299462efb-53741200, #w-node-f41c2917-3ad3-d468-3d1c-3f4299462eff-53741200, #w-node-_2556cdf0-04dc-0503-2ed3-3eef02597008-53741200, #w-node-_2556cdf0-04dc-0503-2ed3-3eef0259700c-53741200, #w-node-_41b68430-3b86-3bd4-4909-0b0d671e5eb3-686ca2b4, #w-node-_13fd1cbb-dd36-4bba-4791-2c7a49901815-686ca2b4, #w-node-c0fc011d-8388-a78f-7856-4b9cbc7389b0-2ea17262, #w-node-fae15c36-80b2-2325-5cf6-ab4b6a600867-2ea17262, #w-node-_6328ae37-a089-398a-33b9-caa163482b06-2ea17262, #w-node-_69e389da-5291-c2a2-887c-f71646757920-2ea17262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA_B.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}