:root {
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
/*  --663399: #602bb6;*/
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.listcenter {
  display: block !important;
  max-width: fit-content !important; 
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
}

.logoimg {
  max-width: 210px;
}

.section {
  width: 100%;
  height: auto;
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #fff;
  flex-wrap: nowrap;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.col {
  max-width: 50%;
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  width: 25vw;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

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

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  width: 80vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  width: 100vw;
  align-items: flex-start;
  position: relative;
}

.wrap-lg {
  max-width: 750px;
  pointer-events: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.feature-title {
  color: #f7f5f2;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-weight: 400;
}

.feature-title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.pricing-subtitle-vacant {
    color: #f7f5f2;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    display: inline-block;
    align-self: center;
    font-style: normal;
    font-weight: 400;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  width: auto;
  height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  width: 100%;
  height: 300px;
  background-color: #c6ced3;
  border-radius: 20px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  background-color: #acb1b4;
  border-radius: 20px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.black-bar {
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  color: #2b2b2b;
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  padding: 60px 120px;
  display: block;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}
.footer-last {
    color: #f7f5f2;
    text-align: center;
    text-transform: uppercase;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    margin-top: 10px;
}
.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
  position: relative;
  top: 200px;
  left: 567px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  flex: 1;
}

.heading-3 {
  color: #af8c53;
  text-align: center;
  font-family: Tenor Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3 a {
  color: #af8c53;
  text-decoration: none;
}

.grid {
  grid-template: "."
                 "."
                 / 1fr;
}

.grid-top {
  max-height: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-template-columns: 2.5fr 1.25fr 1fr 1fr;
  grid-template-areas: "Area-2 Area-3 Area-4 Area-5"
                       "Area-2 Area-3 Area Area";
  padding-left: 40px;
  padding-right: 40px;
}

.image-5 {
  object-fit: contain;
}

.image-6, .image-7, .image-8, .image-9, .image-10 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/*.hero-section {
  min-height: 780px;
  opacity: 1;
  background-image: url('/images/rental/home-staging-hero-10-2024.webp');
  background-position: 50% 80%;
  background-size: cover;
}*/

/*.hero-section-luxury {
  min-height: 780px;
  opacity: 1;
  background-image: url('/images/rental/luxury-leasing/luxury-leasing-hero-11-2024.webp');
  background-position: 85% 40%;
  background-size: cover;
}*/

.hero-section {
  position: relative; /* Ensure proper stacking and layout */
  min-height: 780px;
  opacity: 1;
  overflow: hidden; /* Prevent overflow if the image is larger than the container */
}

.hero-section img {
  position: absolute; /* Position the image inside the section */
  top: 50%; /* Vertically center */
  left: 50%; /* Horizontally center */
  width: 100%; /* Ensure it fills the section horizontally */
  height: 100%; /* Ensure it fills the section vertically */
  object-fit: cover; /* Mimic `background-size: cover` */
  object-position: 50% 80%; /* Mimic `background-position: 50% 60%` */
  transform: translate(-50%, -50%); /* Center the image using transforms */
}

.hero-section-luxury {
  position: relative; /* Ensure proper stacking and layout */
  min-height: 780px;
  opacity: 1;
  overflow: hidden; /* Prevent overflow if the image is larger than the container */
}

.hero-section-luxury img {
  position: absolute; /* Position the image inside the section */
  top: 50%; /* Vertically center */
  left: 50%; /* Horizontally center */
  width: 100%; /* Ensure it fills the section horizontally */
  height: 100%; /* Ensure it fills the section vertically */
  object-fit: cover; /* Mimic `background-size: cover` */
  object-position: 50% 60%; /* Mimic `background-position: 50% 60%` */
  transform: translate(-50%, -50%); /* Center the image using transforms */
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.btn.light:hover {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-color: #2b2b2b;
  border: 3px solid #af8c53;
  border-radius: 20px;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  transition-property: none;
}

.btn.light.outline:hover {
  color: #fff;
  background-color: #af8c53;
  border-color: #af8c53;
}

.hero-wrapper {
  z-index: auto;
  width: 410px;
  height: 360px;
  min-height: 0;
  opacity: .94;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 35px;
  display: flex;
  position: relative;
  top: 140px;
  left: 142px;
}

.sub-heading {
  width: auto;
  color: #f7f5f2;
  text-transform: uppercase;
  column-count: auto;
  word-break: normal;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  line-height: 38px;
}

.hero-paragraph {
  width: auto;
  color: #f7f5f2;
  margin-bottom: 27px;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-heading {
  width: auto;
  color: #f7f5f2;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: Tenor Sans, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.heading-4 {
  color: #af8c53;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
}

.paragraph-feature {
  color: #f7f5f2;
  text-align: center;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-5 {
  color: #af8c53;
  text-align: center;
}

.image-11, .image-12 {
  border-radius: 0;
}

.image-13 {
  border: 3px solid #af8c53;
  border-radius: 0;
}

.columns {
  padding-bottom: 60px;
  padding-left: 75px;
  padding-right: 75px;
  display: block;
}

.wrap-dark {
  max-width: 750px;
  pointer-events: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.wrap-dark-copy {
  max-width: 790px;
  pointer-events: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph-2 {
  color: #f7f5f2;
  text-align: center;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.column-2, .column-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-4 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.image-14 {
  max-height: 75%;
}

.heading-6 {
  color: #635d55;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.container-2 {
  max-width: 790px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph-3 {
  color: #333;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-15 {
  width: 100%;
  text-align: center;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
}

.image-16 {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
}

.image-17 {
  z-index: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
}

.column-consult {
  flex: 0 auto;
}

.flex-block {
  padding-left: 100px;
  padding-right: 100px;
}

.flex-block.even {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
}

.text-block-3 {
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 25px;
}

.paragraph-4 {
  font-family: Arimo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.column-5 {
  text-align: left;
  padding: 20px 60px;
}

.column-6 {
  text-align: center;
  object-fit: none;
  position: relative;
}

.section-1 {
  background-color: #FFF;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: auto;
}

.section-2 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: auto;
}

.columns-2 {
  flex: 1;
}

.column-7 {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.column-8 {
  text-align: center;
}

.flex-text-image {
  max-width: 780px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-13 {
  width: 50%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-14 {
  width: 50%;
  text-align: center;
}

.hero-pkg-details {
  min-height: 650px;
  opacity: 1;
  background-image: url('/images/home-stage-sevd-living-blue-20240218.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-pkg-details.pricing {
  background-image: url('/images/home-staging-living-dallas-pricing.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-luxury {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-luxury.pricing {
  background-image: url('/images/rental/luxury-leasing/luxury-leasing-dallas-pricing-11-2024.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-vacant {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-hp {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-up {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-tc {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-prosper {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-argyle {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-turtle-creek {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-cv {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-fm {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-sl {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-ph {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-kp {
  min-height: 650px;
  opacity: 1;
}

.hero-pkg-details-vacant.pricing {
  background-image: url('/images/vhs-pricing-lg-03182025.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-hp.pricing {
  background-image: url('/images/hp-pricing-lg-03192026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-up.pricing {
  background-image: url('/images/up-pricing-lg-03192026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-tc.pricing {
  background-image: url('/images/tc-pricing-lg-03252026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-prosper.pricing {
  background-image: url('/images/prosper-pricing-lg-03202026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-argyle.pricing {
  background-image: url('/images/argyle-pricing-lg-03312026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-turtle-creek.pricing {
  background-image: url('/images/turtle-creek-pricing-lg-03302026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-cv.pricing {
  background-image: url('/images/cv-pricing-lg-04102026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-fm.pricing {
  background-image: url('/images/fm-pricing-lg-04132026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-sl.pricing {
  background-image: url('/images/sl-pricing-lg-04142026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-ph.pricing {
  background-image: url('/images/ph-pricing-lg-04142026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}

.hero-pkg-details-kp.pricing {
  background-image: url('/images/kp-pricing-lg-04142026.webp');
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
}


.hero-pkg-pricing {
  z-index: auto;
  width: 400px;
  height: 360px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 140px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-vacant {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-hp {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-up {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-tc {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-prosper {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-argyle {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-turtle-creek {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-cv {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-fm {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-sl {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-ph {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-pkg-pricing-kp {
  z-index: auto;
  width: 480px;
  height: 400px;
  min-height: 0;
  opacity: .93;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 90px;
  left: auto;
  right: 142px;
}

.hero-heading-pkg {
  width: auto;
  color: #f7f5f2;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 10px;
  font-family: Tenor Sans, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-4 {
  color: #af8c53;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  align-self: center;
  padding-bottom: 10px;
  font-family: Tenor Sans, sans-serif;
  font-size: 24px;
  line-height: 21px;
  position: static;
  left: 76px;
}

.text-block-5 {
  color: #f7f5f2;
  text-align: left;
  -webkit-text-stroke-color: #f7f5f2;
  align-self: center;
  padding-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 42px;
  line-height: 45px;
  position: static;
  left: 100px;
}

.pricing-paragraph {
  width: auto;
  color: #f7f5f2;
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.pricing-luxury {
  padding-bottom: 30px;
  padding-top: 15px;
  font-size: 17px;
}

.section-3 {
  background-color: #f7f5f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  color: #af8c53;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: Tenor Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.closing {
    font-size: 30px;
    line-height: 34px;
}

.list-item {
  color: #333;
  padding-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.pkg-details-sub-head {
  color: #635d55;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 11px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.image-18 {
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  object-fit: cover;
  border-radius: 3px;
}

.column-9 {
  padding-right: 0;
}

.text-block-6 {
  color: #333;
  text-align: right;
  font-family: Arimo, sans-serif;
  font-style: normal;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-3, .columns-4 {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.columns-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.column-10 {
  flex-direction: row;
  display: flex;
}

.grid-3 {
  grid-template-columns: 1fr;
  grid-template-areas: "Area";
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-title {
  color: #af8c53;
  text-align: center;
  font-family: Tenor Sans, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.text-block-paragraph {
  color: #333;
  text-align: center;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.column-11 {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-bottom {
  max-height: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-columns: 2.5fr 1.25fr 1fr 1fr;
  grid-template-areas: "Area-2 Area-3 Area-4 Area-5"
                       "Area-2 Area-3 Area Area";
  grid-auto-flow: row;
  padding-left: 40px;
  padding-right: 40px;
}

.section-5 {
  padding-bottom: 60px;
}

.lead-stager {
  background-color: #f7f5f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-5 {
  color: #333;
  margin-bottom: 36px;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.column-12 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.column-13 {
  text-align: right;
  display: block;
}

.footer-head {
  color: #f7f5f2;
  text-align: left;
  text-transform: uppercase;
  font-family: Tenor Sans, sans-serif;
  font-size: 19px;
}

.footer-text {
  color: #f7f5f2;
  font-family: Arimo, sans-serif;
  font-size: 18px;
}
.footer-text a {
  color: #f7f5f2;
  text-decoration: none;
}
div.footer-head a {
  color: #f7f5f2;
  text-decoration: none;
}
.footer-text:hover a {
  text-decoration: underline;
}
.columns-8 {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-8-copy {
  width: 100%;
  height: 100%;
/*  padding-left: 60px;
  padding-right: 60px;*/
}
.w-col-footer-left {
    padding-left: 0px;
}
.image-19 {
  max-height: 33%;
}

.image-20 {
  display: block;
}

.slide-nav-2 {
  opacity: .73;
  color: #333;
  background-color: rgba(43, 43, 43, 0);
  border-radius: 0;
  font-family: Tenor Sans, sans-serif;
  line-height: 20px;
}

.flex-text-image-reverse {
  width: auto;
  max-width: 780px;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-16 {
  width: 50%;
  text-align: center;
  flex: 0 auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-17 {
  width: 50%;
  text-align: center;
}

.text-block-7 {
  color: #af8c53;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 25px;
  line-height: 1.2
}

.paragraph-6 {
  color: #333;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-8 {
  color: #af8c53;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.paragraph-7 {
  color: #333;
  text-align: left;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-21 {
  text-align: center;
}

.flex-text-image-copy {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.slider {
  height: 50vh;
}

.div-block-18 {
  border: 1px solid #f7f5f2;
}

.div-block-19 {
  width: auto;
  border-bottom: 1px solid #f7f5f2;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-19.noborder {
  border: 1px solid #2b2b2b;
}

.section-6 {
  background-color: #2b2b2b;
}

.container-3 {
  max-width: 980px;
}

.container-4 {
  max-width: 980px;
}

.container-5 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.column-14, .column-15, .column-16, .column-17, .column-18 {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-pricing {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn-pricing:hover {
  background-color: #222;
  border-color: #222;
}

.btn-pricing.light {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.btn-pricing.light:hover {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn-pricing.light.outline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-color: #2b2b2b;
  border: 3px solid #af8c53;
  border-radius: 20px;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  transition-property: none;
}

.btn-pricing.light.outline:hover {
  color: #fff;
  background-color: #af8c53;
  border-color: #af8c53;
}

.div-block-20 {
  width: 50%;
}

.div-block-21 {
  width: 35%;
}

.column-19 {
  display: flex;
}

.image-25 {
  padding-left: 0;
  padding-right: 6px;
}

@media screen and (min-width: 1280px) {
  .paragraph-3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1920px) {
 /* .section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }*/

  .section.wide.img {
    border-radius: 0;
  }

  .feature-title {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 36px;
  }

  .grid-top {
    object-fit: fill;
    padding-bottom: 0;
  }

  .image-6, .image-7, .image-8, .image-10 {
    object-fit: cover;
  }

/*  .hero-section {
    min-height: 900px;
    background-position: 50% 100%;
  }*/

/*  .hero-section-luxury {
    min-height: 900px;
    background-position: 80% 70%;
  }*/

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

  .hero-section-luxury {
    min-height: 900px;
  }

  .btn.light.outline {
    border-radius: 30px;
    align-self: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 23px;
    line-height: 35px;
  }

  .hero-wrapper {
    width: 510px;
    height: 460px;
    padding-top: 25px;
    padding-bottom: 28px;
  }

  .sub-heading {
    font-size: 28px;
    line-height: 50px;
  }

  .hero-paragraph {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 1.2;
  }

  .hero-price {
    font-size: 53px;
  }

  .heading-4 {
    font-size: 48px;
    line-height: 50px;
  }

  .paragraph-feature {
    font-size: 22px;
    line-height: 30px;
  }

  .columns {
    padding-left: 140px;
    padding-right: 140px;
  }

  .wrap-dark-copy {
    max-width: 940px;
  }

  .paragraph-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 29px;
    line-height: 30px;
  }

  .container-2 {
    max-width: 940px;
    padding-bottom: 40px;
  }

  .paragraph-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .section-2 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .flex-text-image {
    max-width: 1000px;
  }

  .div-block-13 {
    width: 80%;
    padding-left: 0;
    padding-right: 24px;
    font-size: 30px;
  }

  .hero-pkg-pricing {
    width: 500px;
    height: 420px;
    align-items: stretch;
    padding: 40px;
    top: 110px;
    right: 157px;
  }

  .hero-pkg-pricing-vacant {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-hp {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-up {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-tc {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-prosper {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-argyle {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-turtle-creek {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-cv {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-fm {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-sl {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-ph {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-pkg-pricing-kp {
    width: 580px;
    height: 480px;
    align-items: stretch;
    padding: 40px;
    top: 60px;
    right: 157px;
  }

  .hero-heading-pkg {
    text-align: center;
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 19px;
    font-size: 40px;
  }

  .text-block-4 {
    font-size: 32px;
  }

  .text-block-5 {
    text-align: center;
    align-self: stretch;
    font-size: 50px;
    line-height: 60px;
  }

  .pricing-paragraph {
    text-align: center;
    align-self: center;
    padding-bottom: 26px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-3 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .heading-7 {
    font-size: 55px;
    line-height: 56px;
  }

  .closing {
    font-size: 36px;
    line-height: 38px;
}

  .list-item {
    font-size: 22px;
    line-height: 30px;
  }

  .pkg-details-sub-head {
    font-size: 30px;
    line-height: 30px;
  }

  .image-18 {
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    object-fit: cover;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .columns-3 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-title {
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-paragraph {
    font-size: 22px;
    line-height: 30px;
  }

  .lead-stager {
    padding-top: 74px;
    padding-bottom: 70px;
  }

  .paragraph-5 {
    font-size: 22px;
    line-height: 30px;
  }

  .column-12 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .columns-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-7 {
    padding-left: 0;
  }

  .column-13 {
    padding-left: 20px;
    padding-right: 0;
  }

  .footer-head {
    font-size: 26px;
    line-height: 25px;
  }

  .footer-text {
    font-size: 25px;
    line-height: 30px;
  }

  .columns-8-copy {
/*    padding-left: 60px;*/
    padding-right: 60px;
  }

  .flex-text-image-reverse {
    max-width: 1000px;
  }

  .div-block-16 {
    width: 80%;
    padding-left: 25px;
    padding-right: 0;
  }

  .text-block-7 {
    font-size: 35px;
    line-height: 1.2;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-8 {
    font-size: 35px;
    line-height: 1.2;
  }

  .paragraph-7 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-21 {
    max-height: 100%;
  }

  .slider {
    height: auto;
    text-align: left;
  }

  .image-22 {
    max-height: 100%;
  }

  .image-23 {
    height: auto;
  }

  .container-3 {
    max-width: 1300px;
    margin-left: auto;
  }

  .container-4 {
    max-width: 1500px;
  }

  .container-5 {
    max-width: 1000px;
  }

  .btn-pricing.light.outline {
    border-radius: 30px;
    align-self: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 23px;
    line-height: 35px;
  }

  .div-block-21 {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

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

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

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

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .footer {
    background-color: #2b2b2b;
    padding: 60px 60px;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .grid-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.light.outline {
    background-color: #2b2b2b;
  }

  .hero-wrapper {
    padding-left: 40px;
    top: 130px;
    left: 42px;
  }

  .sub-heading {
    width: 100%;
    font-size: 21px;
    line-height: 38px;
  }

  .hero-paragraph {
    width: 100%;
    line-height: 26px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    width: 100%;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 37px;
  }

  .paragraph-feature {
    line-height: 25px;
  }

  .columns {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-dark, .wrap-dark-copy {
    max-width: 690px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

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

  .heading-6 {
    font-family: Oswald, sans-serif;
  }

  .container-2 {
    max-width: 690px;
  }

  .paragraph-3 {
    font-size: 17px;
    line-height: 25px;
  }

  .flex-text-image {
    max-width: 650px;
  }

  .div-block-14 {
    width: 50%;
    text-align: center;
  }

  .hero-pkg-details.pricing {
    min-height: 640px;
    background-position: 0%;
  }

  .hero-pkg-details-luxury.pricing {
    min-height: 640px;
    background-position: 0%;
  }

  .hero-pkg-pricing {
    width: 400px;
    padding-left: 40px;
    top: 100px;
    left: auto;
    right: 50px;
  }

  .hero-pkg-pricing-vacant {
    right: 62px;
  }

  .hero-heading-pkg {
    width: 100%;
  }

  .text-block-4 {
    font-size: 22px;
    left: 60px;
  }

  .text-block-5 {
    padding-bottom: 17px;
    font-size: 45px;
    left: 86px;
  }

  .pricing-paragraph {
    width: 100%;
    line-height: 25px;
  }

  .heading-7 {
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
  }

  .list-item {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .image-18 {
    border-radius: 5px;
    display: inline-block;
  }

  .text-block-6 {
    color: #333;
    text-align: right;
    font-family: Arimo, sans-serif;
    font-size: 13px;
  }

  .columns-3 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-title {
    color: #af8c53;
    font-family: Tenor Sans, sans-serif;
    font-size: 25px;
    line-height: 28px;
  }

  .text-block-paragraph {
    font-size: 17px;
  }

  .column-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    font-size: 17px;
  }

  .columns-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-text {
    font-size: 16px;
  }

  .columns-8-copy {
    padding-left: 20px;
    padding-right: 60px;
  }

  .flex-text-image-reverse {
    max-width: 650px;
  }

  .text-block-7 {
    color: #af8c53;
    text-transform: capitalize;
  }

  .paragraph-6 {
    color: #333;
    font-size: 16px;
    line-height: 23px;
  }

  .text-block-8 {
    color: #af8c53;
    text-transform: uppercase;
    line-height: 1.2;
  }

  .paragraph-7 {
    color: #333;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
  }

  .image-21, .image-22 {
    max-width: 80%;
  }

  .container-3 {
    max-width: 700px;
  }

  .container-4 {
    max-width: 700px;
  }

  .column-14, .column-15, .column-16, .column-17, .column-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-pricing.light.outline {
    background-color: #2b2b2b;
  }

  .image-24 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap-lg {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 26px;
  }

  .form-block {
    width: 100%;
  }

  .grid-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    background-position: 50%;
  }

  .hero-section-luxury {
    background-position: 50%;
  }

  .hero-wrapper {
    width: 380px;
    height: 340px;
  }

  .hero-paragraph {
    line-height: 25px;
  }

  .hero-heading {
    font-size: 35px;
  }

  .heading-4 {
    line-height: 40px;
  }

  .paragraph-feature {
    width: auto;
    max-width: none;
    font-size: 17px;
    line-height: 25px;
  }

  .columns {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrap-dark, .wrap-dark-copy {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .column-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3, .column-4 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-3 {
    line-height: 25px;
  }

  .flex-text-image {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-pkg-details.pricing {
    min-height: 630px;
    background-position: 0%;
  }

  .hero-pkg-details-luxury.pricing {
    min-height: 630px;
    background-position: 0%;
  }

  .hero-pkg-pricing {
    width: 380px;
    height: 380px;
    clear: none;
    left: 96px;
  }

  .hero-heading-pkg {
    font-size: 29px;
  }

  .text-block-4 {
    letter-spacing: 4px;
  }

  .text-block-5 {
    font-size: 39px;
  }

  .pricing-paragraph {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7 {
    padding-bottom: 29px;
    line-height: 30px;
  }

  .pkg-details-sub-head {
    line-height: 20px;
  }

  .image-18 {
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-9 {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-6 {
    color: #333;
    text-align: right;
    padding-right: 39px;
    font-family: Arimo, sans-serif;
  }

  .columns-3, .grid-3 {
    padding-bottom: 20px;
  }

  .grid-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lead-stager {
    padding-top: 40px;
  }

  .footer-head {
    text-align: left;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .footer-text {
    padding-bottom: 10px;
  }

  .flex-text-image-reverse {
    flex-direction: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flex-text-image-copy {
    flex-direction: column;
  }

  .container-5 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-20 {
    width: 80%;
  }

  .div-block-21 {
    width: 50%;
    align-self: flex-start;
    padding-bottom: 24px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

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

  .container-3 {
    max-width: 700px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap-lg {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-title {
    padding-bottom: 11px;
    font-size: 24px;
    line-height: 1em;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .hero-image {
    width: 80%;
  }

  .hero-section {
      min-height: 529px;
      opacity: 1;
/*      background-image: url('/images/rental/home-staging-hero-10-2024.webp');
      background-position: 50% 100%;
      background-size: cover;*/
  }

  .hero-section-luxury {
      min-height: 529px;
      opacity: 1;
/*      background-image: url('/images/rental/luxury-leasing/luxury-leasing-hero-11-2024.webp');
      background-position: 100% 40%;
      background-size: cover;*/
  }

  .hero-section img {
    object-position: 0% 50%; /* Mimic `background-position: 50% 60%` */
    transform: translate(-50%, -50%); /* Center the image using transforms */
  }

  .hero-section-luxury img {
    object-position: 50% 60%; /* Mimic `background-position: 50% 60%` */
    transform: translate(-50%, -50%); /* Center the image using transforms */
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 26px;
  }

  .grid-top {
    grid-template: "Area-2"
                   "Area-3"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area"
                   / 2.5fr;
    grid-auto-flow: row;
    padding-bottom: 40px;
  }

  .btn.light.outline {
    opacity: 1;
    mix-blend-mode: normal;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Tenor Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .hero-wrapper {
    width: 330px;
    height: 310px;
    opacity: .93;
    justify-content: flex-end;
    padding-left: 25px;
    padding-right: 20px;
    top: 80px;
    left: 10px;
    right: 20px;
  }
  .sub-heading {
    width: 70%;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-paragraph {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 28px;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-heading {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 14px;
    font-family: Tenor Sans, sans-serif;
    font-size: 31px;
  }

  .heading-4 {
    margin-bottom: 0;
    padding-bottom: 17px;
/*    font-size: 36px;*/
    line-height: 1em;
  }

  .paragraph-feature {
    font-size: 17px;
    line-height: 25px;
  }

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

  .wrap-dark {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .wrap-dark-copy {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .column-3, .column-4 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    padding-bottom: 11px;
    font-size: 24px;
    line-height: 1em;
  }

  .container-2 {
    margin-left: auto;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .paragraph-3 {
    font-size: 17px;
  }

  .flex-block {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-block.even {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

  .flex-text-image {
    flex-direction: column;
  }

  .div-block-13, .div-block-14 {
    width: 100%;
  }

  .hero-pkg-details.pricing {
    object-fit: cover;
    background-position: 55%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
/*    padding-left: 10px;*/
  }

  .hero-pkg-details-luxury.pricing {
    object-fit: cover;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-left: 10px;
  }

  .hero-pkg-pricing {
    width: 320px;
    height: 280px;
    opacity: .93;
    text-align: center;
    justify-content: center;
    padding: 20px 16px;
    top: 50px;
    bottom: auto;
    left: auto;
    right: 55px;
  }

  .hero-pkg-pricing-vacant {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-hp {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-up {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-tc {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-prosper {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-turtle-creek {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-argyle {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-cv {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-fm {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-sl {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-ph {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-pkg-pricing-kp {
    z-index: auto;
    width: 340px;
    height: 350px;
    min-height: 0;
    padding: 20px 16px;
    top: 50px;
    left: auto;
    right: 45px;
  }

  .hero-heading-pkg {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 11px;
    font-family: Tenor Sans, sans-serif;
    font-size: 25px;
    line-height: 1em;
  }

  .text-block-4 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1em;
    left: 50px;
  }

  .text-block-5 {
    padding-bottom: 11px;
    font-size: 35px;
    line-height: 45px;
    left: 77px;
  }

  .pricing-paragraph {
    width: 100%;
    padding-bottom: 13px;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

  .pricing-luxury {
    padding-bottom: 20px;
    font-size: 16px;
  }


  .heading-7 {
    float: none;
    aspect-ratio: auto;
    padding-bottom: 14px;
    font-size: 30px;
    line-height: 1em;
  }

  .pkg-details-sub-head {
    padding-bottom: 11px;
    font-size: 19px;
    line-height: 20px;
  }

  .image-18 {
    max-height: 100%;
    object-fit: fill;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2 {
    padding-left: 14px;
    padding-right: 0;
  }

  .text-block-6 {
    color: #333;
    text-align: right;
    padding-right: 11px;
    font-family: Arimo, sans-serif;
    font-size: 13px;
  }

  .section-4 {
    padding-bottom: 40px;
  }

  .grid-bottom {
    grid-template: "Area-2"
                   "Area-3"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area"
                   / 2.5fr;
    grid-auto-flow: row;
    padding-bottom: 40px;
  }

  .paragraph-5 {
    font-size: 17px;
    line-height: 23px;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-head {
    padding-bottom: 10px;
  }

  .footer-text {
    padding-bottom: 10px;
    display: block;
  }

  .w-col-footer-left {
      padding-left: 10px;
  }

  .flex-text-image-reverse {
    flex-direction: column-reverse;
  }

  .div-block-16, .div-block-17 {
    width: 100%;
  }

  .text-block-8 {
    line-height: 1.2;
  }

  .flex-text-image-copy {
    flex-direction: column;
  }

  .slider {
    height: 20vh;
  }

  .container-5 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .btn-pricing.light.outline {
    opacity: 1;
    mix-blend-mode: normal;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Tenor Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-20 {
    width: 80%;
  }

  .div-block-21 {
    width: 50%;
    align-self: flex-start;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 24px;
  }

  #w-node-_7a06415c-06a9-af7a-015f-fae01bfb72a3-4002b93b {
    grid-area: Area-3;
    max-height: 320px;
  }

  #w-node-_875df70b-c97e-1f58-fc05-888d61e5493e-4002b93b {
    grid-area: Area-3;
    max-height: 320px;
  }    
}


@media screen and (max-width: 390px) {
  .hero-pkg-pricing-vacant {
    right: 22px;
  }

  .hero-pkg-pricing {
    right: 32px;
  }
}

#w-node-_1af89be0-e1cb-c208-af6a-ba82a96861be-4002b93b {
  grid-area: Area-5;
}

#w-node-e592df92-6614-1a7d-d676-cd87a8a49c03-4002b93b {
  grid-area: Area-4;
}

#w-node-_7a06415c-06a9-af7a-015f-fae01bfb72a3-4002b93b {
  grid-area: Area-3;
}

#w-node-_33228fbd-92ee-c5e3-b4b5-29d14769c1ac-4002b93b {
  grid-area: Area;
}

#w-node-_5bce278c-5c37-7ae8-9937-852245716e2a-4002b93b {
  grid-area: Area-2;
}

#w-node-b313697c-e2d2-ba9b-f53e-7de478ad221e-4002b93b, #w-node-_24ed5bf5-9d44-c8e3-22f1-868c8297f4b3-4002b93b, #w-node-a228921b-20e8-c55b-bdb0-4e5916b8cc24-4002b93b, #w-node-a228921b-20e8-c55b-bdb0-4e5916b8cc26-4002b93b, #w-node-_2fe17933-dcc0-0813-d49a-7f72c5667d69-4002b93b, #w-node-_2fe17933-dcc0-0813-d49a-7f72c5667d6b-4002b93b, #w-node-db640973-50db-f82d-1808-296e4fd68f9d-4002b93b, #w-node-db640973-50db-f82d-1808-296e4fd68f9f-4002b93b, #w-node-eff94436-1616-292f-69a5-b05838645559-4002b93b, #w-node-eff94436-1616-292f-69a5-b0583864555b-4002b93b, #w-node-ad83a391-bf25-a787-38dd-ff67acbf9761-4002b93b, #w-node-ad83a391-bf25-a787-38dd-ff67acbf9763-4002b93b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_875df70b-c97e-1f58-fc05-888d61e5493c-4002b93b {
  grid-area: Area-5;
}

#w-node-_875df70b-c97e-1f58-fc05-888d61e5493d-4002b93b {
  grid-area: Area-4;
}

#w-node-_875df70b-c97e-1f58-fc05-888d61e5493e-4002b93b {
  grid-area: Area-3;
}

#w-node-_875df70b-c97e-1f58-fc05-888d61e5493f-4002b93b {
  grid-area: Area;
}

#w-node-_0273f257-70c1-3cd2-d9b0-fe2250f0fea3-4002b93b, #w-node-_875df70b-c97e-1f58-fc05-888d61e54940-4002b93b {
  grid-area: Area-2;
}

@media screen and (min-width: 1920px) {
  #w-node-_1af89be0-e1cb-c208-af6a-ba82a96861be-4002b93b {
    grid-area: Area-5;
  }

  #w-node-_33228fbd-92ee-c5e3-b4b5-29d14769c1ac-4002b93b {
    grid-area: Area;
  }

  #w-node-_875df70b-c97e-1f58-fc05-888d61e5493c-4002b93b {
    grid-area: Area-5;
  }

  #w-node-_875df70b-c97e-1f58-fc05-888d61e5493f-4002b93b {
    grid-area: Area;
  }

  #w-node-_875df70b-c97e-1f58-fc05-888d61e54940-4002b93b {
    grid-area: Area-2;
  }
}

.carousel {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
}

.carousel-cell {
  width: 66%;
  height: auto;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}

.flickity-prev-next-button .arrow {
  fill: white;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-page-dots {
  bottom: 30px;
}

.flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255,255,255,0.5);
  border: 0 solid white;
  border-radius: 0;  
}

.flickity-page-dots .dot .is-selectd {
  background: #444;
  border: 0 solid #444; 
}

@media screen and (max-width: 391px) {
    .carousel-cell {
      width: 100%;
    }
    .flickity-prev-next-button {
        width: 24px;
        height: 24px;
    }
}