:root {
  --black: black;
  --underline-text: #fec82f;
  --cuadra: #8d5d83;
  --background-light: #e6ebef;
  --text: #69707b;
  --white: white;
  --lines: #aab2b9;
  --background-2: #f8faff;
  --background: #dde8f0;
}

body {
  color: #333;
  background-color: #fff;
  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(--underline-text);
  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;
  color: #fff;
  background-color: #8d5d83e6;
  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;
  width: 45px;
  height: 45px;
  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: #8d5d83;
}

.call-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #8d5d83;
  background-color: #8d5d83;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 63px;
  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 {
  color: #000;
  height: 63px;
  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 {
  background-color: #8d5d83;
  width: 101%;
  height: 2px;
}

.subtitle {
  color: #8d5d83;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

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

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

.brand:hover {
  opacity: .85;
  transform: scale(1.04);
}

.navbar {
  background-color: #fff;
  border-top: 4px solid #8d5d83;
  height: 67px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

.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: var(--cuadra);
  min-width: 130px;
  transition: padding .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--background-light);
  padding-left: 25px;
}

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

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

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

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

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

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

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

.title {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  position: relative;
}

.title.white {
  color: #fff;
}

.title.yellow {
  color: #8d5d83;
}

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

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

.absolute {
  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;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.inner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/RENDER-SLP-9.jpg');
  background-position: 0 0, 50% 16%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 140%;
}

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

.absolute.front {
  background-image: url('../images/fachada-completa-1-1.jpg');
  background-position: 71% -45px;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.amenities-1 {
  background-image: url('../images/RENDER-SLP-4.jpg');
  background-position: 31%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -42px;
}

.absolute.amenities-2 {
  background-image: url('../images/RENDER-SLP-2.jpg');
  background-position: 36%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -16px;
  top: -27px;
}

.absolute.video {
  background-image: url('../images/PXL_20221013_195451416.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: opacity .2s;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.absolute.amenities-3 {
  background-image: url('../images/RENDER-SLP-1.jpg');
  background-position: 19%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  top: -62px;
}

.absolute.slide-1 {
  background-image: url('../images/RENDER-SLP-15.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: -115px;
}

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

.absolute.slide-3 {
  background-image: url('../images/RENDER-SLP-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
  top: -109px;
}

.absolute.apointment {
  background-image: url('../images/RENDER-SLP-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125%;
  display: flex;
  bottom: 50px;
}

.absolute.garage {
  background-image: url('../images/RENDER-SLP-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.property {
  background-image: url('../images/overlay.png'), url('../images/20210724_BRICK_01_1194.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/maz.jpeg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 88%, cover;
  display: flex;
}

.absolute.slide-4 {
  background-image: url('../images/50966824_147408339597057_7898065293472799688_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 110%;
  margin-top: -24px;
  display: flex;
}

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

.absolute.slide-6 {
  background-image: url('../images/maqueta-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  line-height: 26px;
  display: flex;
}

.hero-flex {
  background-color: #000000e6;
  width: 34%;
  min-height: 800px;
  padding: 20% 4% 10%;
}

.h1-white {
  color: #fff;
  margin-top: 10px;
  font-size: 42px;
}

.for-sell-tag {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #8d5d83;
  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;
  inset: 0;
}

.intro-description {
  background-color: #dfdfdf;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

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

.number {
  font-size: 42px;
}

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

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

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

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

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

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

.background-yellow {
  background-color: var(--underline-text);
  position: absolute;
  inset: 0%;
}

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

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

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

.profile-pic {
  border: 3px solid var(--cuadra);
  background-image: url('../images/Gloria-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.profile-pic.margaret {
  background-image: url('../images/sylvia.png');
}

.profile-pic.roger {
  background-image: url('../images/adela-1.png');
}

.profile-pic.silvia {
  background-image: url('../images/Gloria-2.png');
}

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

.yellow-bg {
  background-color: #8d5d83;
  margin: 15px 15px -15px -15px;
  position: absolute;
  inset: 0%;
}

.flex {
  flex-flow: wrap;
  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 {
  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;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute-hover.gallery-1 {
  background-image: url('../images/RENDER-SLP-10.jpg');
  background-position: 47%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 130%;
  margin-top: -50px;
}

.absolute-hover.gallery-2 {
  background-image: url('../images/RENDER-SLP-13.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute-hover.gallery-3 {
  color: var(--cuadra);
  background-image: url('../images/RENDER-SLP-12.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-4 {
  background-image: url('../images/RENDER-SLP-3.jpg');
  background-position: 49%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  margin-top: -72px;
}

.absolute-hover.gallery-5 {
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/RENDER-SLP-14.jpg');
  background-position: 59%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  margin-top: -50px;
}

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

.amenities-yellow-box {
  text-align: center;
  background-color: #8d5d83;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-icon {
  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%;
  width: 60px;
  height: 60px;
}

.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, .property-title.w--current:hover {
  color: var(--cuadra);
}

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

.video-bg {
  background-color: #8d5d83;
  height: 40%;
  margin-bottom: -40px;
  position: absolute;
  inset: auto 0% 0%;
}

.play-button {
  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%;
  width: 90px;
  height: 90px;
}

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

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

.display-none {
  display: none;
  overflow: visible;
}

.slider {
  height: 100%;
}

.lightbox-link {
  position: absolute;
  inset: 0%;
}

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

.right-arrow {
  background-color: #8d5d83;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  inset: auto 0% 0% auto;
}

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

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

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

.feature {
  border: 1px solid var(--lines);
  border-radius: 5px;
  width: 25%;
  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 {
  border-bottom: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 93px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.yellow-icon {
  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%;
  width: 56px;
  height: 56px;
}

.yellow-icon.house {
  background-color: #8d5d83;
  background-image: url('../images/casa-1.svg');
}

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

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

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

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

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

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

.feature-text {
  font-size: 23px;
  font-style: italic;
  line-height: 28px;
}

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

.yellow-left-box {
  background-color: #8d5d83;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

.h3-big {
  padding-right: 49px;
  font-size: 35px;
  line-height: 40px;
}

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

.button:hover {
  border-color: var(--black);
  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 {
  flex: none;
  margin-right: 0;
}

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

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

.slider-testimonials {
  background-color: #0000;
  height: 100%;
}

.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 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  width: 48%;
  height: 48px;
  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 {
  color: var(--black);
  text-align: center;
  background-color: #8d5d83;
  min-height: 42px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: opacity .2s;
}

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

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.success-message {
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

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

.map-right {
  background-color: #8d5d83;
  align-items: center;
  width: 56%;
  height: 100%;
  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;
  inset: auto 0% 0%;
}

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

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

.flex-space {
  justify-content: space-between;
  width: 100%;
  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 {
  background-color: var(--black);
  height: 438px;
  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 {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  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 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  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;
}

.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 {
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 130px;
  min-height: 42px;
  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 {
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  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 {
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 130px;
  min-height: 42px;
  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;
}

.button-5 {
  color: #8d5d83;
  text-align: center;
  background-color: #0000;
  border: 1px solid #8d5d83;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-5:hover {
  color: var(--black);
  background-color: #8d5d83;
}

.side-contact-tab {
  z-index: 100;
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #8d5d83;
  background-image: url('../images/email.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 0 0 5px 5px;
  min-width: 126px;
  height: 42px;
  margin-top: 500px;
  padding-top: 7.5px;
  padding-right: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -44px;
  transform: rotate(-90deg);
}

.text-area-3 {
  background-color: var(--white);
  color: #2e2e2e;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.close-contact-form {
  background-color: #8d5d83;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.text-field-3 {
  background-color: var(--white);
  color: #2e2e2e;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  overflow: visible;
}

.heading-3.yellow {
  color: #8d5d83;
  font-style: italic;
  font-weight: 400;
}

.side-contact-box {
  z-index: 10000;
  background-color: var(--black);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 310px;
  min-height: 490px;
  margin-top: 200px;
  padding: 27px 40px 45px;
  display: block;
  position: fixed;
}

.success-message-2 {
  background-color: #0000;
}

.success-message-2.pink {
  color: var(--background-2);
}

.form-block-2 {
  width: 100%;
  height: 100%;
}

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

.center-content.borders {
  margin-top: 10px;
  margin-bottom: 30px;
}

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

.button-6:hover {
  color: #8d5d83;
  background-color: #0000;
}

.insta-pic {
  width: 23.8%;
  position: relative;
  overflow: hidden;
}

.absolute-bg {
  background-color: #e1e7f3;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-overlay {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: #8d5d83;
  font-size: 34px;
}

.link, .link-2 {
  color: var(--cuadra);
}

.form-2 {
  line-height: 14px;
}

.slide-7 {
  background-image: url('../images/RENDER-SLP-6.jpg');
  background-position: 0 0;
  background-size: 125px;
}

.link-7 {
  color: var(--cuadra);
}

.image-3 {
  cursor: pointer;
}

.link-8 {
  color: var(--black);
}

.error-message-2 {
  background-color: var(--underline-text);
}

.text-span-2 {
  color: var(--cuadra);
}

.link-9 {
  color: var(--black);
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  background-color: var(--cuadra);
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.html-embed {
  justify-content: center;
  width: 1000px;
  display: flex;
}

.html-embed-2 {
  width: 100px;
  height: 100px;
}

.html-embed-3 {
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.calendly {
  color: var(--cuadra);
  background-color: #b50a0a;
}

.calendly:hover {
  background-color: #0a93b5;
}

.text-2 {
  color: var(--black);
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.text-block-copy {
  color: var(--black);
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.text-block-copy-copy {
  color: var(--black);
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

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

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

@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 {
    color: var(--cuadra);
    margin-top: 10px;
  }

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

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    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 {
    color: #000;
    height: 63px;
    padding-top: 21px;
  }

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

  .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 {
    padding-right: 35px;
    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%;
  }

  .icon {
    color: var(--cuadra);
  }
}

@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: 36px;
    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 {
    background-size: 30px;
    width: 70px;
    height: 70px;
  }

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

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

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

  .close-contact-form {
    right: -1px;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }

  .text-block-2 {
    text-align: left;
    margin-left: -32px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .top-margin._10-pixels {
    padding-left: 0;
  }

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

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

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

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

  .content-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
  }

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

  .title {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .flex-left {
    margin-left: 0;
  }

  .absolute.front {
    background-position: 71% -28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .absolute.slide-1 {
    top: -64px;
  }

  .absolute.slide-2 {
    top: -34px;
  }

  .absolute.slide-3 {
    top: -32px;
    left: 0;
  }

  .absolute.slide-5 {
    margin-top: -61px;
  }

  .hero-flex {
    width: 83%;
    padding-top: 33%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .h1-white {
    font-size: 36px;
  }

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

  .details-item {
    width: 50%;
  }

  .number {
    margin-left: 0;
  }

  .text-block {
    text-align: left;
    margin-left: 0;
    padding-left: 6px;
  }

  .text-block.bold {
    margin-left: 0;
    padding-left: 0;
  }

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

  .center-box {
    width: 90%;
  }

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

  .background-yellow {
    background-color: var(--cuadra);
  }

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

  .profile-pic {
    border-color: var(--cuadra);
    background-image: url('../images/Gloria-2.png');
    margin-left: 20px;
  }

  .profile-pic.margaret {
    text-align: center;
    background-image: url('../images/sylvia.png');
    margin-left: 0;
  }

  .title-mini {
    margin-left: 17px;
  }

  .title-mini.white {
    width: 120%;
    margin-left: -12px;
  }

  .yellow {
    color: var(--cuadra);
  }

  .yellow-bg {
    background-color: var(--cuadra);
  }

  .flex {
    margin-left: auto;
    margin-right: auto;
  }

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

  .absolute-hover.gallery-1 {
    top: -9px;
  }

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

  .property-title.w--current:hover {
    color: #8d5d83;
  }

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

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

  .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%;
    padding-left: 9%;
  }

  .h3-big {
    margin-right: 8px;
    padding-right: 5px;
    font-size: 33px;
    line-height: 34px;
  }

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

  .expand {
    flex-wrap: wrap;
  }

  ._30-percent-column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-arrows {
    width: 40px;
  }

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

  .column-left {
    width: 100%;
  }

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

  .contact-us-column {
    text-align: left;
    margin-left: 1px;
  }

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

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

  .property-column {
    width: 100%;
  }

  .footer {
    margin-top: 22px;
    padding-top: 25px;
  }

  .flex-space.wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .frame {
    line-height: 30px;
  }

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

  .link, .link-2, .link-3, .link-4, .link-5, .link-6 {
    color: #8d5d83;
  }

  .image-2 {
    margin-left: -20px;
  }

  .heading-4 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-copy {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 36px;
  }

  .icon, .icon:hover, .icon:active, .icon:focus {
    color: var(--cuadra);
  }

  .link-block {
    cursor: pointer;
    object-fit: cover;
    flex: 1;
    align-self: stretch;
    margin-top: 0;
    padding-top: 100px;
  }

  .text-block-2 {
    margin-top: -14px;
    margin-bottom: -67px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-link-2 {
    background-color: var(--cuadra);
  }

  .paragraph-2, .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-copy.bold {
    margin-left: -51px;
  }

  .text-2 {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .text-2.bold {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-copy {
    text-align: left;
    margin-left: 0;
    padding-left: 6px;
  }

  .text-block-copy.bold {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-copy-copy {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-copy-copy.bold {
    margin-left: -51px;
  }

  #w-node-_377ef359-919a-7ad3-645f-348862fe4abb-9cfb547e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


