:root {
  --background-2: #f8faff;
  --black: black;
  --qrs-green: #a1c03a;
  --background-light: #e6ebef;
  --underline-text: #fec82f;
  --text: #69707b;
  --white: white;
  --background: #d2dbe2;
  --lines: #aab2b9;
  --ivory: #f8fff2;
}

body {
  background-color: var(--background-2);
  color: #333;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 400;
  line-height: 47px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24.5px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 5px;
}

a {
  color: var(--qrs-green);
  cursor: pointer;
  text-decoration: underline;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.go-up-button {
  z-index: 20;
  width: 45px;
  height: 45px;
  background-color: var(--qrs-green);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: var(--qrs-green);
}

.call-us {
  height: 63px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--qrs-green);
  color: var(--qrs-green);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.call-us:hover {
  opacity: .85;
}

.dropdown-arrow {
  margin-top: 25px;
}

.nav-menu {
  display: flex;
}

.navlink {
  height: 63px;
  color: #000;
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--black);
  font-weight: 400;
}

.underline-fix {
  width: 101%;
  height: 2px;
  background-color: var(--qrs-green);
}

.subtitle {
  color: var(--underline-text);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.subtitle.black {
  color: var(--black);
  display: none;
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.brand {
  height: 63px;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
}

.content {
  display: block;
}

.navbar {
  height: 67px;
  border-style: solid none none;
  border-width: 4px 1px 1px;
  border-color: var(--qrs-green) black black;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown {
  height: 63px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.call-text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.dropdown-toggle {
  height: 100%;
  padding-top: 17px;
  padding-left: 7px;
  padding-right: 40px;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.negative-margin {
  height: 100%;
  position: relative;
  top: -5px;
}

.set {
  margin-top: 40px;
}

.phone {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  top: 19px;
}

.menu-button {
  display: none;
}

.content-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.content-wrapper.wide {
  max-width: 100%;
  border-bottom: 1px #000;
  padding-left: 92px;
  padding-right: 0;
  display: block;
}

.content-wrapper.inner {
  min-height: 420px;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  display: flex;
}

.hero-text-box {
  width: 50%;
  max-width: 530px;
  text-align: center;
}

.h1-hero {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.dropdown-list {
  top: 61px;
}

.dropdown-list.w--open {
  top: 63px;
}

.dropdown-link {
  background-color: #fff;
}

.dropdown-link:hover {
  background-color: var(--background-light);
}

.dropdown-link.w--current {
  color: var(--black);
  font-weight: 400;
}

.small-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.small-text.gray {
  color: var(--text);
}

.hero-section {
  min-height: 800px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-section.inner {
  min-height: 400px;
}

.content-section {
  padding-top: 100px;
  position: relative;
}

.content-section.double {
  background-color: var(--white);
  padding-bottom: 51px;
}

.content-section.double.specialty {
  background-color: #f8f8f8;
  padding-bottom: 57px;
}

.content-section.double.price3s {
  background-color: #f8f8f8;
}

.content-section.video {
  margin-bottom: 40px;
}

.content-section.final {
  padding-bottom: 80px;
}

.content-section.first {
  padding-bottom: 91px;
}

.image {
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.title {
  color: var(--qrs-green);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 35px;
  font-weight: 500;
  position: relative;
}

.title.white {
  color: #fff;
}

.title.yellow {
  color: var(--underline-text);
}

.flex-left {
  flex-wrap: wrap;
  display: flex;
}

.flex-left.center {
  justify-content: center;
}

.absolute {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute.inner {
  height: 140%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 0 0, 50% 16%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.index {
  height: 130%;
  background-image: url('../images/qrshomeimg.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.front {
  background-image: none;
}

.absolute.amenities-1 {
  background-image: url('../images/e5111582098099.5d28a279640cd.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.amenities-2 {
  background-image: url('../images/041d2682098099.5d28a27961e11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.video {
  height: 100%;
  background-image: url('../images/42fb6e82098099.5d1337b119d5a.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.amenities-3 {
  height: 130%;
  background-image: url('../images/d7981782098099.5d28a27964348.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.slide-1 {
  height: 130%;
  background-image: url('../images/116d5682098099.5d1337b11b44b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.slide-2 {
  height: 130%;
  background-image: url('../images/7ec53582098099.5d1337b11b14e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.slide-3 {
  height: 130%;
  background-image: url('../images/2fb6e382098099.5d28a2796247d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.apointment {
  height: 125%;
  background-image: url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.garage {
  background-image: url('../images/0344fb82098099.5d1337b11aa67.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.property {
  background-image: url('../images/overlay.png'), url('../images/4f4d8983803517.5d4876a4e4d01.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 88%, cover;
  display: flex;
}

.absolute.property-2 {
  background-image: url('../images/overlay.png'), url('../images/19356372px1920x1358.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 88%, cover;
  display: flex;
}

.absolute.slide-4 {
  height: 130%;
  background-image: url('../images/88913582098099.5d28a27963226.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.slide-5 {
  height: 130%;
  background-image: url('../images/2e05b082098099.5d28a279634ff.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.slide-6 {
  height: 130%;
  background-image: url('../images/f6c61782098099.5d28a27963b8c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.hero-flex {
  width: 34%;
  min-height: 800px;
  background-color: rgba(0, 0, 0, .9);
  padding: 20% 4% 10%;
}

.h1-white {
  color: var(--qrs-green);
  margin-top: 57px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.for-sell-tag {
  background-color: var(--underline-text);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 1.5px;
  padding: 4px 5px 2px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  display: inline-block;
}

.preloader {
  z-index: 100000000;
  color: #69707b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.intro-description {
  background-color: var(--background);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.details-item {
  width: 19%;
  text-align: center;
}

.number {
  font-size: 42px;
}

.text-block {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.text-block.bold {
  font-weight: 500;
}

.text-block.bold.contact {
  font-size: 19px;
}

.cta-link {
  width: 135px;
  height: 135px;
  background-color: var(--black);
  color: var(--qrs-green);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-right: 2%;
  font-size: 22px;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.center-box {
  z-index: 1;
  width: 76%;
  max-width: 925px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.relative {
  position: relative;
  overflow: hidden;
}

.left-column-flex {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3%;
  display: flex;
}

.background-yellow {
  background-color: var(--underline-text);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-column-flex {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0%;
  display: flex;
}

._88-percent-column {
  width: auto;
  height: auto;
}

.capital-letter {
  font-size: 36px;
  line-height: 36px;
  position: relative;
  top: 8px;
}

.profile-pic {
  width: 50px;
  height: 50px;
  border: 3px solid var(--underline-text);
  background-image: url('../images/P-1_1P-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.profile-pic.margaret {
  background-image: url('../images/T-1_1T-1.jpg');
}

.profile-pic.roger {
  background-image: url('../images/T-2_1T-2.jpg');
}

.profile-pic.silvia {
  background-image: url('../images/T-3_1T-3.jpg');
}

.title-mini {
  z-index: 1;
  color: var(--text);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.title-mini.white {
  color: #fff;
}

.yellow {
  color: var(--underline-text);
}

.green-bg {
  background-color: var(--qrs-green);
  margin: 15px 15px -15px -15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.flex.full-height {
  height: 100%;
}

.gallery-item-2 {
  width: 65%;
  position: relative;
  overflow: hidden;
}

.gallery-item, .gallery-item-3, .gallery-item-5 {
  width: 35%;
  position: relative;
  overflow: hidden;
}

.gallery-item-4 {
  width: 30%;
  position: relative;
  overflow: hidden;
}

.absolute-hover {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-hover.gallery-1 {
  height: 130%;
  background-image: url('../images/2c8f0c82098099.5d1337b11a07a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute-hover.gallery-2 {
  background-image: url('../images/62db1f82098099.5d1337b11a460.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute-hover.gallery-3 {
  height: 130%;
  background-image: url('../images/9f62b182098099.5d28a27962ad3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute-hover.gallery-4 {
  height: 130%;
  background-image: url('../images/2fdbb282098099.5d28a27961b18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute-hover.gallery-5 {
  height: 130%;
  background-image: url('../images/4f679a82098099.5d1337b11ae11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.amenities-box {
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.amenities-yellow-box {
  background-color: var(--underline-text);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.outline-icon {
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #000;
  border-radius: 50%;
}

.outline-icon.family {
  background-image: url('../images/cuarto-familiar.svg');
  background-size: 32px;
}

.outline-icon.tree {
  background-image: url('../images/arbol.svg');
  background-size: 34px;
}

.outline-icon.car {
  background-image: url('../images/cuenca.svg');
  background-size: 32px;
}

.property-title {
  color: var(--white);
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
}

.property-title:hover {
  color: var(--underline-text);
}

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

.video-bg {
  height: 40%;
  background-color: var(--underline-text);
  margin-bottom: -40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button {
  width: 90px;
  height: 90px;
  border: 2px solid var(--underline-text);
  background-image: url('../images/simbolo-de-reproduccion-multimedia.svg');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
}

.left-box {
  z-index: 1;
  width: 76%;
  max-width: 925px;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 20px;
  display: block;
  position: relative;
}

.full-section {
  height: 438px;
  background-color: var(--black);
  position: relative;
}

.display-none {
  display: none;
}

.slider {
  height: 100%;
}

.lightbox-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow {
  width: 30px;
  height: 30px;
  background-color: var(--underline-text);
  color: var(--black);
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  margin-bottom: 20px;
  margin-right: 50px;
  font-size: 18px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow {
  width: 30px;
  height: 30px;
  background-color: var(--underline-text);
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  margin-bottom: 20px;
  margin-right: 20px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-arrow {
  margin-bottom: 5px;
}

.image-arrow.right {
  margin-bottom: 10px;
}

.features-container {
  width: 90%;
  flex-flow: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature {
  width: 25%;
  border: 1px solid var(--lines);
  border-radius: 5px;
  margin-bottom: 5%;
  margin-right: 5%;
}

.feature._3 {
  margin-right: 0%;
}

.feature._4, .feature._5, .feature._5 {
  margin-bottom: 0;
}

.feature._6 {
  margin-bottom: 0%;
  margin-right: 0%;
}

.top {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.yellow-icon {
  width: 56px;
  height: 56px;
  background-color: var(--underline-text);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
}

.yellow-icon.house {
  background-color: var(--qrs-green);
  background-image: url('../images/casa-1.svg');
  display: none;
}

.yellow-icon.money {
  background-image: url('../images/bolsa-de-dinero.svg');
}

.yellow-icon.shield {
  background-image: url('../images/secure-shield.svg');
}

.yellow-icon.bulb {
  background-image: url('../images/idea.svg');
}

.yellow-icon.hands {
  background-image: url('../images/apoyar.svg');
}

.yellow-icon.team {
  background-image: url('../images/colaboracion.svg');
}

.feature-text-box {
  text-align: center;
  padding: 15px 6% 25px;
}

.feature-text {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 28px;
}

._56-percent-image {
  width: 56%;
  height: 100%;
  background-color: var(--background-light);
  position: relative;
  overflow: hidden;
}

.yellow-left-box {
  background-color: var(--qrs-green);
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.box-left-yellow {
  width: 74%;
  min-width: 436px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13%;
  display: flex;
}

.h3-big {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.button {
  min-height: 42px;
  min-width: 130px;
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

._32-percent-column {
  width: 32%;
}

.expand {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

._30-percent-column {
  width: 30%;
}

.item {
  margin-bottom: 10px;
  display: flex;
}

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

.checkbox {
  margin-right: 8px;
}

._66-percent-column-text {
  width: 66%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.slider-testimonials {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-arrows {
  justify-content: center;
  transition: opacity .2s;
  display: flex;
}

.slide-arrows:hover {
  opacity: .85;
}

.testimonial-text {
  color: #fff;
  font-size: 31px;
  font-style: italic;
  line-height: 41px;
}

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

.column-left {
  width: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field {
  width: 48%;
  height: 48px;
  background-color: var(--background-2);
  border: 1px solid #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-field.full {
  width: 100%;
}

.text-field.message {
  width: 100%;
  padding-bottom: 73px;
}

.text-field.login {
  width: 100%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.submit-button {
  min-height: 42px;
  background-color: var(--underline-text);
  color: var(--black);
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .9;
}

.form-block {
  width: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: auto;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.contact-us-column {
  width: 60%;
}

.text-link {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.left-map {
  flex: 1;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.map {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-right {
  width: 56%;
  height: 100%;
  background-color: var(--underline-text);
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._65-percent-column {
  width: 422px;
  max-width: 420px;
}

.image-block {
  width: 58%;
  margin-top: 10px;
  transition: opacity .2s;
}

.image-block:hover {
  opacity: .85;
}

.big-link {
  color: var(--black);
  border-bottom: 1px solid #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
}

.big-link:hover {
  opacity: .85;
}

.property-column {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.property-text-box {
  margin-bottom: 4%;
  margin-left: 4%;
  margin-right: 4%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.h4-big {
  color: var(--black);
  margin-top: 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.footer {
  background-color: var(--white);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 22px;
  position: relative;
}

.flex-space {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.flex-space.wrap {
  flex-wrap: wrap;
}

.go-up {
  color: #fff;
  margin-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

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

.frame {
  height: 100%;
  position: relative;
}

.schedule, .location {
  height: 438px;
  background-color: var(--black);
  display: none;
  position: relative;
}

.block-quote {
  font-size: 29px;
  font-style: italic;
  line-height: 37px;
}

.row {
  margin-bottom: 3%;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.open-close-box {
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.side-padding {
  padding-left: 22px;
  padding-right: 22px;
}

.answer {
  margin-bottom: 10px;
  line-height: 25px;
}

.question {
  font-size: 22px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.narrow-wrapper {
  padding-left: 3.3%;
  padding-right: 3.3%;
}

.faq-set {
  margin-bottom: 60px;
}

.faq-set.no-margin {
  margin-bottom: 0;
}

.accordion-wrapper {
  border-bottom: 1px solid #c4cbd5;
  margin-bottom: 15px;
}

.accordion-item-trigger {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

._404 {
  font-family: Roboto, sans-serif;
  font-size: 90px;
}

.full-box-width {
  width: 100%;
}

.logo {
  transition: opacity .2s;
}

.logo:hover {
  opacity: .85;
}

.side-link {
  z-index: 20;
  height: 40px;
  background-color: var(--qrs-green);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/email.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  margin-top: -270px;
  margin-left: -42px;
  padding-top: 6px;
  padding-left: 14px;
  padding-right: 38px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  display: none;
  position: absolute;
  transform: rotate(-90deg);
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-links {
  flex: 1;
  margin-left: 15%;
}

.side-margin {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.button-2 {
  min-height: 42px;
  min-width: 130px;
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  background-color: var(--black);
  color: #fff;
}

.button-3 {
  min-height: 42px;
  min-width: 130px;
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  background-color: var(--underline-text);
  color: #fff;
}

.button-4 {
  min-height: 42px;
  min-width: 130px;
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  background-color: var(--underline-text);
  color: #fff;
}

.heading-2, .paragraph {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-3, .text-block-2 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.price-list-letters {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.price-list-letters.green {
  color: #a1c03a;
  font-size: 35px;
}

.text-block-3 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
}

.container {
  justify-content: center;
  display: flex;
}

.text-block-4 {
  text-align: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.html-embed {
  margin-top: 0;
}

.container-2 {
  text-align: center;
}

.video-2 {
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  position: static;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 23px;
    line-height: 31px;
  }

  .call-us {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-left: 15px;
    display: block;
  }

  .dropdown-arrow {
    margin-top: 10px;
  }

  .nav-menu {
    height: 100vh;
    text-align: center;
    background-color: #fff;
    padding-bottom: 140px;
    overflow: auto;
  }

  .navlink {
    width: 100%;
    height: 50px;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 4px;
    display: block;
  }

  .navlink:hover {
    background-color: var(--background-light);
  }

  .underline-fix {
    display: none;
  }

  .dropdown {
    height: 50px;
    margin-left: 10px;
    margin-right: 0;
    top: 0;
  }

  .dropdown-toggle, .dropdown-toggle.w--open {
    height: 50px;
    padding-top: 7px;
  }

  .phone {
    top: 7px;
  }

  .menu-button {
    height: 63px;
    color: #000;
    padding-top: 21px;
  }

  .menu-button.w--open {
    height: 63px;
    color: var(--underline-text);
    background-color: #fff;
  }

  .content-wrapper.wide {
    max-width: 100%;
    padding-left: 20px;
  }

  .hero-text-box {
    width: 80%;
  }

  .dropdown-link:hover {
    background-color: var(--background-light);
  }

  .hero-section, .content-section {
    padding-bottom: 0;
  }

  .flex-left {
    margin-left: 33px;
  }

  .hero-flex {
    width: 44%;
  }

  .h1-white {
    font-size: 40px;
    line-height: 44px;
  }

  .center-box {
    width: 78%;
  }

  .relative.full {
    height: 100%;
  }

  .left-column-flex {
    padding-right: 1%;
  }

  .amenities-yellow-box {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .outline-icon {
    width: 50px;
    height: 50px;
  }

  .outline-icon.family {
    background-size: 28px;
  }

  .outline-icon.tree {
    background-size: 30px;
  }

  .outline-icon.car {
    background-size: 28px;
  }

  .property-title {
    font-size: 23px;
    line-height: 33px;
  }

  .left-box {
    width: 78%;
  }

  .full-section {
    height: 380px;
    padding-bottom: 0;
  }

  .feature {
    width: 30%;
    margin-right: 3%;
  }

  .feature-text {
    font-size: 20px;
    line-height: 25px;
  }

  .box-left-yellow {
    width: 82%;
    min-width: auto;
    padding-left: 0%;
  }

  .h3-big {
    font-size: 32px;
    line-height: 37px;
  }

  ._32-percent-column {
    width: 25%;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-column {
    width: 82%;
  }

  .property-text-box {
    margin-bottom: 0%;
  }

  .h4-big {
    font-size: 21px;
    line-height: 25px;
  }

  .frame {
    margin-left: 3%;
  }

  .schedule, .location {
    height: 380px;
    padding-bottom: 0;
  }

  .footer-links {
    margin-left: 7%;
    margin-right: 13%;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.inner {
    min-height: 320px;
  }

  .hero-section {
    min-height: 600px;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-section.final {
    padding-top: 70px;
  }

  .hero-flex {
    width: 48%;
    min-height: 600px;
  }

  .h1-white {
    font-size: 38px;
    line-height: 42px;
  }

  .details-item {
    width: 25%;
  }

  .number {
    font-size: 36px;
  }

  .cta-link {
    width: 135px;
    height: 135px;
    margin-top: 15%;
    font-size: 22px;
    line-height: 25px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .relative {
    height: 100%;
  }

  ._88-percent-column {
    width: 100%;
  }

  .amenities-box {
    height: 250px;
  }

  .amenities-yellow-box {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .property-title {
    font-size: 20px;
    line-height: 28px;
  }

  .play-button {
    width: 70px;
    height: 70px;
    background-size: 30px;
  }

  .left-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .features-container {
    width: 100%;
    justify-content: flex-start;
  }

  .box-left-yellow {
    width: 100%;
    padding-left: 5%;
  }

  ._32-percent-column {
    width: 16%;
  }

  .heading {
    font-size: 23px;
    line-height: 31px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .side-link {
    margin-top: -400px;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-box {
    width: 100%;
  }

  .h1-hero {
    font-size: 37px;
    line-height: 44px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .content-section {
    padding-top: 40px;
  }

  .content-section.double, .content-section.final {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-flex {
    width: 90%;
    padding-top: 43%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .intro-description {
    padding-bottom: 25px;
  }

  .details-item {
    width: 50%;
  }

  .cta-link {
    width: 100px;
    height: 100px;
    margin-top: 9%;
    font-size: 18px;
    line-height: 20px;
  }

  .center-box {
    width: 90%;
  }

  .left-column-flex {
    width: 100%;
    padding-right: 0%;
  }

  .right-column-flex {
    width: 100%;
    margin-top: 9%;
    padding-left: 0%;
  }

  .gallery-item-2, .gallery-item, .gallery-item-3, .gallery-item-5, .gallery-item-4 {
    width: 100%;
  }

  .amenities-box {
    width: 100%;
    height: auto;
  }

  .video-bg {
    margin-bottom: -25px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 27px;
  }

  .left-box {
    width: 90%;
  }

  .full-section {
    height: 230px;
  }

  .features-container {
    justify-content: center;
  }

  .feature {
    width: 100%;
    max-width: 250px;
    margin-right: 0%;
  }

  .feature._4, .feature._5 {
    margin-bottom: 5%;
  }

  ._56-percent-image {
    width: 100%;
    height: 240px;
  }

  .box-left-yellow {
    padding-top: 14%;
    padding-bottom: 14%;
  }

  .h3-big {
    font-size: 29px;
    line-height: 34px;
  }

  ._32-percent-column {
    width: 100%;
  }

  .expand {
    flex-wrap: wrap;
  }

  ._30-percent-column {
    width: 100%;
  }

  .slide-arrows {
    width: 40px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .left-map {
    width: 100%;
    height: 300px;
    flex: 0 auto;
  }

  .map-right {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .property-column {
    width: 100%;
  }

  .schedule, .location {
    height: auto;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .logo.w--current {
    width: 100%;
  }

  .footer-links {
    margin-top: 15px;
    margin-left: 0%;
  }
}


