@font-face {
  font-family: aleo;
  src: url(aleo-regular.otf);
}

@font-face {
  font-family: aleo;
  src: url(aleo-bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: aleo;
  src: url(aleo-light.otf);
  font-weight: 100;
}

body,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  font-family: aleo, Times, serif;
}

p {
  font-weight: 100;
}

h2 {
  color: #081533;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 4px;
}

@media only screen and (min-width: 320px) {
  h2 {
    font-size: 36px;
    letter-spacing: 4px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 360px) {
  h2 {
    font-size: 40px;
    letter-spacing: 7px;
  }
}

@media only screen and (min-width: 600px) {
  h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  h2 br {
    display: none;
  }
}

h3 {
  letter-spacing: 4px;
  font-size: 14px;
  margin-top: 0;
  text-align: center;
  margin: 0 auto;
}

p {
  font-size: 14px;
  color: #081533;
}

@media only screen and (min-width: 300px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 800px) {
  p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  p.center-600 {
    text-align: center;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.button {
  background-color: white !important;
  color: #081533 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-decoration: none !important;
  padding: 8px 20px !important;
  border-radius: 40px;
  letter-spacing: 4px;
  text-align: center;
  cursor: pointer;
  display: block;
}

.button.nav {
  font-size: 12px !important;
  letter-spacing: 3px;
  padding: 8px 14px !important;
}

.max-900 {
  max-width: 900px;
  margin: auto;
  display: block;
}

.max-800 {
  max-width: 800px;
  margin: auto;
}

nav .nav-wrapper {
  max-width: 1000px;
  margin: auto;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00383ba8), color-stop(70%, #00767c44), to(#00383b00));
  background-image: linear-gradient(to bottom, #00383ba8, #00767c44 70%, #00383b00);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .backdrop.show {
  opacity: 1;
}

@media only screen and (min-width: 800px) {
  nav .backdrop {
    height: 76px;
  }
}

nav .wrapper {
  border-bottom: 1px solid white;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
}

nav .nav-wrapper {
  width: 100%;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .right .translation {
  display: none;
  margin-left: 24px;
}

@media only screen and (min-width: 800px) {
  nav .right .translation {
    display: block;
  }
}

nav .right .translation a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

nav .right .translation span {
  height: 13px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  display: inline-block;
  margin: 0 10px;
}

nav img.sd-logo {
  width: 40px;
  display: none;
}

@media only screen and (min-width: 800px) {
  nav img.sd-logo {
    display: block;
  }
}

nav .sd-logo-thankyou img {
  display: block;
}

nav a.link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: none;
  margin-left: 20px;
}

@media only screen and (min-width: 800px) {
  nav a.link {
    display: block;
  }
}

nav #menu-icon {
  height: 30px;
  cursor: pointer;
}

@media only screen and (min-width: 800px) {
  nav #menu-icon {
    display: none;
  }
}

@media only screen and (min-width: 800px) {
  nav .button {
    margin-right: 235px;
  }
}

.menu {
  min-height: 100vh;
  width: 100%;
  background-color: #081533;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu .close-btn {
  cursor: pointer;
  width: 24px;
  margin-left: auto;
  display: block;
  opacity: 0.7;
}

.menu a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin-top: 40px;
}

.menu a .icon {
  height: 20px;
  margin-left: 8px;
}

.menu .sd-logo {
  width: 50px;
  margin-top: 30px;
}

.menu .translation {
  margin-top: 40px;
}

.menu .translation a {
  color: white;
  text-decoration: none;
}

.menu .translation span {
  height: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  display: inline-block;
  margin: 0 20px;
}

main {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #081533;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 110px;
  position: absolute;
  top: 0;
  z-index: 10;
}

@media only screen and (min-width: 800px) {
  main .top {
    margin-top: 140px;
  }
}

main .top img.bbr-logo {
  width: 135px;
}

@media only screen and (min-width: 600px) {
  main .top img.bbr-logo {
    width: 180px;
  }
}

main .top img.lyra-logo {
  width: 186px;
}

@media only screen and (min-width: 600px) {
  main .top img.lyra-logo {
    width: 250px;
  }
}

main .top .new-launch {
  font-size: 20px;
  font-weight: 600;
  color: white;
  letter-spacing: 6px;
}

@media only screen and (min-width: 600px) {
  main .top .new-launch {
    font-size: 26px;
  }
}

main .top p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 40px;
  color: white;
  letter-spacing: 4px;
}

@media only screen and (min-width: 600px) {
  main .top p {
    font-size: 12px;
  }
}

main .top .divider {
  margin: 20px auto;
  height: 2px;
  width: 100%;
  max-width: 330px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.2)), color-stop(30%, #4cb848a9), color-stop(70%, #4cb848a9), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), #4cb848a9 30%, #4cb848a9 70%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

@media only screen and (min-width: 800px) {
  main .top h1 {
    font-size: 34px;
    margin-top: 24px;
  }
  main .top h1 span {
    font-size: 95px;
    line-height: 82px;
  }
  main .top h2 {
    font-size: 24px;
  }
}

main .bottom {
  height: 138vw;
  position: relative;
  background-color: #081533;
  margin-top: 290px;
}

main .bottom .image {
  background: url(../images/base/main-mobile.jpg) no-repeat center bottom;
  background-size: 100% auto;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  main .bottom {
    height: 75vw;
    margin-top: 260px;
  }
  main .bottom .image {
    background: url(../images/base/main-desktop.jpg) no-repeat center bottom;
    background-size: contain;
  }
}

@media only screen and (min-width: 1000px) {
  main .bottom {
    margin-top: 160px;
  }
}

main .bottom .text {
  width: 100%;
  position: absolute;
  bottom: 88px;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .bottom .text p {
  color: white;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 16px;
  margin: 0 10px 8px;
  text-shadow: 2px 2px 6px black;
}

@media only screen and (min-width: 800px) {
  main .bottom .text p {
    font-size: 24px;
  }
}

main .bottom .text p.price {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
}

main .bottom .text p.price span {
  font-size: 18px;
}

@media only screen and (min-width: 800px) {
  main .bottom .text p.price {
    font-size: 18px;
    margin-top: 8px;
    line-height: 1.5;
  }
  main .bottom .text p.price span {
    font-size: 28px;
  }
}

main .bottom .text .button {
  margin-top: 20px;
}

main.thankyou h1 {
  margin: 20px;
  margin-bottom: 0;
  color: white;
}

main.thankyou p {
  font-size: 14px;
  margin: 20px;
  margin-bottom: 10px;
}

main.thankyou .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  margin-top: 136px;
}

@media only screen and (min-width: 1000px) {
  main.thankyou .top {
    height: 260px;
  }
}

main.thankyou .top .button {
  margin: 20px 20px 0;
  letter-spacing: 1px;
}

main.thankyou .bottom {
  padding-bottom: 0;
  margin-top: 290px;
}

@media only screen and (min-width: 600px) {
  main.thankyou .bottom {
    margin-top: 150px;
  }
}

section#intro {
  max-width: unset;
  position: relative;
  background-color: #42516c;
}

section#intro .bg {
  width: 100%;
  height: 60vw;
  min-height: 300px;
  max-height: 400px;
  background: url(../images/base/bg-img-1.jpg) no-repeat bottom;
  background-size: cover;
}

section#intro h3 {
  color: white;
  text-align: center;
  padding-top: 40px;
}

@media only screen and (min-width: 800px) {
  section#intro h3 {
    padding-top: 80px;
  }
}

section#intro h2 {
  padding: 0 20px;
  color: white;
  margin-top: -12vw;
}

section#intro .content {
  padding: 0 20px 20px;
}

section#intro img {
  width: 100%;
}

section#intro p {
  margin-bottom: 16px;
  color: white;
}

section#intro .data-wrapper {
  margin: auto;
  margin-top: 44px;
}

section#intro .data-wrapper.distance {
  padding: 0 10px;
  max-width: 924px;
}

section#intro .data-wrapper .item .title {
  font-family: Arial, sans-serif;
  color: white;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 4px;
}

section#intro .data-wrapper .item .value {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

section#intro .data-wrapper .divider {
  height: 4px;
  background-image: linear-gradient(45deg, #4bb848, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  width: 100%;
  margin: 8px auto 28px;
}

section#intro .data-wrapper .divider.last {
  margin-bottom: 0;
}

@media only screen and (min-width: 730px) {
  section#intro .data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 70px auto 0;
  }
  section#intro .data-wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section#intro .data-wrapper .item .value {
    margin-top: 8px;
  }
  section#intro .data-wrapper .divider {
    width: 2px;
    height: auto;
    margin: 0 20px;
  }
  section#intro .data-wrapper .divider.last {
    display: none;
  }
  section#intro .data-wrapper.distance .item {
    width: 25%;
  }
  section#intro .data-wrapper.distance .item .value {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1000px) {
  section#intro .data-wrapper .item .value {
    font-size: 28px;
  }
}

section#intro .location {
  background-color: #22284b;
  text-align: center;
  padding: 40px 20px;
  margin-top: -4px;
}

@media only screen and (min-width: 800px) {
  section#intro .location {
    padding: 60px 20px 80px;
  }
}

section#intro .location h3,
section#intro .location p {
  color: white;
  margin: 20px auto;
  font-weight: normal;
}

section#intro .location h3 {
  margin-bottom: 50px;
}

section#intro .map {
  background: url(../images/base/bg-texture-mobile-1.jpg) no-repeat center top;
  background-size: cover;
  padding: 8px 10px 120px;
  margin-top: -4px;
}

section#intro .map .location-note {
  font-size: 10px;
  color: white;
  font-family: Arial, sans-serif;
  margin-bottom: 60px;
  text-align: center;
  opacity: 0.8;
}

@media only screen and (min-width: 700px) {
  section#intro .map .location-note {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 100px;
  }
}

section#intro .map img {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: block;
}

@media only screen and (min-width: 700px) {
  section#intro .map {
    background: url(../images/base/bg-texture-desktop-1.jpg) no-repeat center top;
    background-size: cover;
    padding: 10px 10px 120px;
  }
  section#intro .map img {
    margin-bottom: 60px;
  }
}

section#layout {
  padding: 50px 20px 20px;
  background: url(../images/base/bg-texture-mobile-2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

section#layout h2 {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (min-width: 360px) {
  section#layout h2.bm {
    font-size: 36px;
  }
}

@media only screen and (min-width: 380px) {
  section#layout h2.bm {
    font-size: 40px;
    letter-spacing: 7px;
  }
}

section#layout p {
  text-align: center;
}

section#layout .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 660px;
  margin: auto;
  margin-top: 20px;
}

section#layout .icon-wrapper .item {
  text-align: center;
  margin-top: 40px;
  width: 46%;
  z-index: 10;
}

@media only screen and (min-width: 800px) {
  section#layout .icon-wrapper .item br {
    display: none;
  }
}

section#layout .icon-wrapper .item img {
  margin-bottom: 12px;
  height: 50px;
}

section#layout .icon-wrapper .item .tag {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 300px) {
  section#layout .icon-wrapper .item .tag {
    font-size: 20px;
  }
}

section#layout .icon-wrapper .item p {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  margin-top: 8px;
}

@media only screen and (min-width: 1000px) {
  section#layout .icon-wrapper {
    margin-top: 0;
  }
  section#layout .icon-wrapper .item {
    margin-top: 60px;
  }
  section#layout .icon-wrapper .item img {
    height: 80px;
  }
}

section#layout .gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

section#feature-title {
  padding: 100px 0 340px;
  background: url(../images/base/bg-texture-mobile-3.jpg) no-repeat center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -4px;
}

@media only screen and (min-width: 600px) {
  section#feature-title {
    padding-bottom: 180px;
    background: url(../images/base/bg-texture-desktop-3.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

section#feature-title h2 {
  color: white;
  text-align: center;
  letter-spacing: 8px;
  line-height: 62px;
  margin-bottom: 0;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 30px;
}

@media only screen and (min-width: 600px) {
  section#feature-title h2 {
    font-size: 40px;
  }
}

section#feature-title .sd-logo {
  width: 100px;
}

section#feature-title .lyra-logo {
  width: 230px;
}

section#feature-title .divider {
  margin: 30px auto;
  height: 2px;
  width: 100%;
  max-width: 330px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.2)), color-stop(30%, #4cb848a9), color-stop(70%, #4cb848a9), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), #4cb848a9 30%, #4cb848a9 70%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

section#features {
  max-width: 100vw;
  overflow: hidden;
  background: url(../images/base/bg-img-2.jpg) no-repeat center top;
  background-size: 100% auto;
}

@media only screen and (min-width: 700px) {
  section#features {
    background: url(../images/base/bg-img-2.jpg) no-repeat center top, url(../images/base/bg-img-3.jpg) no-repeat center;
    background-size: 100% auto;
  }
}

section#features .bg-wrapper-1 {
  padding: 40px 20px 80px;
}

section#features .bg-wrapper-1 h2,
section#features .bg-wrapper-1 p {
  text-align: center;
}

section#features .bg-wrapper-1 h2 {
  margin-top: 60px;
}

section#features img {
  width: 100%;
}

section#features .bg-wrapper-2 {
  padding: 120px 0 80px;
  background: url(../images/base/bg-img-3.jpg) no-repeat center;
  background-size: 180%;
}

@media only screen and (min-width: 700px) {
  section#features .bg-wrapper-2 {
    background: none;
  }
}

section#features .bg-wrapper-2 h2 {
  text-align: center;
  padding: 0 20px;
  max-width: 910px;
  margin: auto;
}

section#features .wrapper {
  padding: 20px;
  margin-top: -80px;
}

section#features .multiple-items {
  margin-top: 46px;
  margin-bottom: 46px;
}

@media only screen and (min-width: 360px) {
  section#features span.car-porch {
    white-space: nowrap;
  }
}

section#features .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  margin: auto;
  margin-top: 12px;
}

@media only screen and (min-width: 320px) {
  section#features .item {
    margin-top: 30px;
  }
}

section#features .item .text {
  width: calc(50% - 16px);
  margin-left: 8px;
}

section#features .item .text .title {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 4px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  section#features .item .text .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 360px) {
  section#features .item .text .title {
    font-size: 20px;
    line-height: 28px;
  }
  section#features .item .text .title.bm {
    line-height: 24px;
  }
}

section#features .item img {
  width: 48%;
  max-width: 180px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.45);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.45);
}

section#features .single-item {
  position: relative;
  margin: auto;
  margin-top: 30px;
  max-width: 800px;
}

section#features .single-item img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.45);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.45);
}

section#features .single-item .title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
}

@media only screen and (min-width: 360px) {
  section#features .single-item .title {
    font-size: 20px;
    line-height: 30px;
  }
}

section#features .single-item.kitchen {
  border-radius: 20px;
  background-color: #081533;
  text-align: center;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.45);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.45);
}

section#features .single-item.kitchen img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section#features .single-item.kitchen .title {
  position: relative;
  bottom: unset;
  top: unset;
  font-size: 24px;
  line-height: 30px;
  margin-top: 6px;
  letter-spacing: 6px;
}

section#features .single-item.kitchen p {
  color: white;
  padding: 0 20px 20px;
}

@media only screen and (min-width: 800px) {
  section#features .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#features .wrapper .single-item {
    margin-bottom: 20px;
  }
  section#features .wrapper .single-item .image-wrap {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 700px;
    overflow: hidden;
    background: url(../images/base/feature-1.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
  section#features .wrapper .single-item .image-wrap img {
    display: none;
  }
  section#features .multiple-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 20px;
    width: 800px;
  }
  section#features .multiple-items .item {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 16px;
  }
  section#features .multiple-items .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#features .multiple-items .item .title {
    margin-bottom: 4px;
  }
  section#features .multiple-items .item .text {
    width: calc(100% - 16px);
    margin-top: 30px;
    margin-left: 4px;
  }
  section#features .multiple-items .item img {
    width: 100%;
    max-width: unset;
  }
}

section#floor-plan {
  margin-top: 40px;
  width: 100%;
  max-width: unset;
}

section#floor-plan h2 {
  text-align: center;
  margin-top: 40px;
}

section#floor-plan img {
  width: 100%;
  display: block;
}

section#floor-plan img.floor-plan {
  margin: 20px auto;
  max-width: 600px;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#features-plus {
  max-width: 100%;
  position: relative;
}

section#features-plus h2 {
  color: white;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#features-plus h2.main {
  position: absolute;
  top: 40px;
  left: 20px;
}

@media only screen and (min-width: 900px) {
  section#features-plus h2.main {
    text-align: center;
    width: 100%;
    top: 80px;
    left: 0;
  }
}

section#features-plus img {
  display: block;
  width: 100%;
}

section#features-plus img.diagram {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
}

section#features-plus .note {
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding: 20px;
  opacity: 0.8;
  max-width: 800px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 800px) {
  section#features-plus .note {
    font-size: 14px;
  }
}

section#features-plus .bg-wrapper {
  background: url(../images/base/bg-texture-5.jpg) no-repeat center top;
  background-size: cover;
}

section#features-plus .indicators {
  padding: 30px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#features-plus .indicators .wrapper h3 {
  font-size: 18px;
  color: #081533;
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: 3px;
}

section#features-plus .indicators .wrapper h3 span {
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 800px) {
  section#features-plus .indicators .wrapper h3 {
    font-size: 24px;
  }
  section#features-plus .indicators .wrapper h3 span {
    letter-spacing: 3px;
  }
  section#features-plus .indicators .wrapper h3 br {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  section#features-plus .indicators .wrapper h3 {
    color: #081533;
  }
}

section#features-plus .indicators .wrapper:last-of-type h3 {
  margin-top: 20px;
}

section#features-plus .indicators .wrapper.blue .indicator {
  background-color: #005287;
}

section#features-plus .indicators .wrapper.green .indicator {
  background-color: #54b948;
}

section#features-plus .indicators .wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 10px;
}

@media only screen and (min-width: 800px) {
  section#features-plus .indicators .wrapper .item {
    padding-bottom: 12px;
  }
}

section#features-plus .indicators .wrapper .item .indicator {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 8px;
}

section#features-plus .indicators .wrapper .item .indicator span {
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

section#features-plus .indicators .wrapper .item p {
  color: #081533;
  font-size: 12px;
  width: calc(100% - 24px);
  font-family: Arial, sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 800px) {
  section#features-plus .indicators .wrapper .item .indicator {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
  section#features-plus .indicators .wrapper .item p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 375px) {
  section#features-plus .indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 900px;
    margin: auto;
  }
  section#features-plus .indicators .wrapper {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  section#features-plus .indicators .wrapper:first-of-type {
    width: 50%;
  }
  section#features-plus .indicators .wrapper:first-of-type h3 {
    margin-top: 0;
  }
  section#features-plus .indicators .wrapper:last-of-type {
    width: 48%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 375px) and (min-width: 800px) {
  section#features-plus .indicators .wrapper:last-of-type {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 375px) {
  section#features-plus .indicators .wrapper:last-of-type h3 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 800px) {
  section#features-plus .indicators {
    padding-top: 50px;
  }
}

section#features-plus .greenery {
  margin-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), to(#f1ffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, #f1ffff);
}

@media only screen and (min-width: 800px) {
  section#features-plus .greenery {
    margin-top: 60px;
  }
}

section#features-plus .greenery h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  color: #081533;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#features-plus .greenery h2 .green {
  display: block;
  color: #41963a;
  font-size: 50px;
  letter-spacing: 18px;
  margin-top: 3px;
  margin-left: 16px;
  line-height: unset;
}

@media only screen and (min-width: 320px) {
  section#features-plus .greenery h2 .green {
    font-size: 60px;
  }
}

@media only screen and (min-width: 360px) {
  section#features-plus .greenery h2 .green {
    font-size: 78px;
    letter-spacing: 18px;
    margin-left: 12px;
    margin-top: 20px;
  }
}

section#features-plus .greenery p {
  text-align: center;
  margin: 0 20px 8px;
}

section#features-plus .greenery p:first-of-type {
  max-width: 520px;
  margin: 20px auto;
  padding: 0 20px;
}

@media only screen and (min-width: 320px) {
  section#features-plus .greenery p:first-of-type {
    margin: 40px auto;
  }
}

section#virtual-scale-model {
  margin-top: -4px;
  padding: 100px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/base/bg-texture-mobile-4.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (min-width: 700px) {
  section#virtual-scale-model {
    background: url(../images/base/bg-texture-desktop-1.jpg) no-repeat center top;
    background-size: cover;
  }
}

section#virtual-scale-model h3 {
  margin: 0;
  color: white;
  text-align: center;
  font-size: 32px;
}

section#virtual-scale-model .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px auto 0;
  letter-spacing: 3px !important;
}

section#virtual-scale-model .button img {
  width: 16px;
  margin-left: 8px;
}

section#registration {
  max-width: 100%;
  overflow: hidden;
  padding: 100px 20px 60px;
  background: url(../images/base/bg-texture-mobile-4.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (min-width: 700px) {
  section#registration {
    background: url(../images/base/bg-texture-desktop-1.jpg) no-repeat center top;
    background-size: cover;
  }
}

section#registration h2 {
  text-align: center;
  color: white;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 60px;
}

section#registration h2.gallery {
  margin-bottom: 10px;
  font-size: 28px;
}

section#registration h2 br {
  display: none;
}

@media only screen and (min-width: 320px) {
  section#registration h2 br {
    display: block;
  }
}

@media only screen and (min-width: 800px) {
  section#registration h2 br {
    display: none;
  }
}

section#registration form {
  text-align: center;
}

section#registration form input {
  display: block;
  width: 100%;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-bottom: 12px;
  border: 1px solid white;
  background-color: transparent;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
  font-size: 14px;
  color: white;
}

@media only screen and (min-width: 800px) {
  section#registration form input {
    max-width: 600px;
    font-size: 18px;
    margin-bottom: 16px;
  }
}

section#registration form input::-webkit-input-placeholder {
  color: white;
}

section#registration form input:-ms-input-placeholder {
  color: white;
}

section#registration form input::-ms-input-placeholder {
  color: white;
}

section#registration form input::placeholder {
  color: white;
}

section#registration form input.button {
  font-family: aleo, Times, serif;
  font-weight: bold;
}

section#registration form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 260px;
  margin: 20px auto;
}

@media only screen and (min-width: 800px) {
  section#registration form .checkbox-wrapper {
    max-width: 460px;
  }
  section#registration form .checkbox-wrapper.malay {
    max-width: 500px;
  }
}

section#registration form .checkbox-wrapper input.checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 8px;
  margin-top: 2px;
}

section#registration form .checkbox-wrapper label.checkbox {
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section#registration form .checkbox-wrapper label.checkbox a {
  color: white;
}

section#registration img.bbr-logo {
  margin: 70px auto 20px;
  max-width: 240px;
  display: block;
}

section#registration p {
  text-align: center;
  margin-bottom: 12px;
  color: white;
  font-weight: normal;
}

section#registration .view-township {
  margin: auto;
  margin-bottom: 60px;
  display: block;
}

section#registration .button-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#registration .button-wrapper .button {
  margin: 0 2px;
}

section#registration .button-wrapper .button:last-of-type {
  margin-top: 8px;
}

@media only screen and (min-width: 320px) {
  section#registration .button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section#registration .button-wrapper .button:last-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 800px) {
  .img-desktop-fit {
    max-height: 60vh;
    overflow: hidden;
  }
}

.webp main .bottom .image {
  background: url(../images/base/main-mobile.webp) no-repeat center bottom;
  background-size: 100% auto;
}

@media only screen and (min-width: 800px) {
  .webp main .bottom .image {
    background: url(../images/base/main-desktop.jpg) no-repeat center bottom;
    background-size: contain;
  }
}

.webp section#features-plus .bg-wrapper {
  background: url(../images/base/bg-texture-5.webp) no-repeat center top;
  background-size: cover;
}

#pano-player {
  width: 100%;
  height: calc(100vh - 200px);
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  #pano-player {
    height: calc(100vh - 100px);
  }
}

.rcaptcha-wrapper {
  margin: 10px auto 24px;
}

.rcaptcha-wrapper #rcaptcha {
  display: inline-block;
}

.rcaptcha-wrapper #captcha-warning {
  color: red;
  font-family: Arial, sans-serif;
}
/*# sourceMappingURL=style.css.map */