:root {
  --black: black;
  --white: white;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  font-family: Afacad, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.home-hero {
  height: 100vh;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: visible;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 1px 3px 5px #000;
  margin-top: 62px;
  font-family: Afacad, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 0 5px #000;
  margin-top: 37px;
  padding-top: 0;
  font-size: 40px;
  font-weight: 400;
}

.button {
  background-color: #9bb127;
  margin-top: 16px;
  box-shadow: 2px 2px 7px 1px #000;
}

.button:hover {
  outline-offset: 0px;
  text-shadow: 0 4px 6px #0003;
  outline: 3px solid #fff;
  box-shadow: 6px 6px 5px 2px #000;
}

.div-block {
  flex-direction: column;
  display: flex;
  position: relative;
  top: -879px;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  background-image: url('../images/Vive-Home-Hero-2_1Vive Home Hero 2.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.div-block-4 {
  background-image: url('../images/20230713_20362420230713_203623.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.body {
  cursor: auto;
  background-color: #000;
}

.section {
  background-color: #9bb127;
  height: auto;
  position: sticky;
}

.div-block-5 {
  background-color: #9bb127;
  background-image: linear-gradient(#9bb127, #617017 100%, #606f17 100%, #9bb127 100%, #3e470e);
  height: 400px;
  position: relative;
}

.section-2 {
  position: static;
}

.div-block-6 {
  background-image: url('../images/Vive_Juntgen-5_1Vive_Juntgen (5).avif');
  background-position: 0 0;
  background-size: cover;
  height: 100svh;
}

.smooth-wrapper {
  margin-top: 100px;
}

.text-block {
  color: #fff;
  margin-top: 92px;
  padding-left: 100px;
  padding-right: 220px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
}

.image {
  max-width: 63%;
  margin-top: 98px;
  margin-left: 140px;
}

.scroll-track {
  z-index: auto;
  height: 500svh;
  position: relative;
}

.quick-stack {
  grid-row-gap: 20px;
  height: 100svh;
  position: static;
}

.grid-mask {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -40px;
  overflow: hidden;
}

.other-image.top {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 36%;
}

.main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 436px;
  padding: 80px 30px;
  position: static;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.main-image-mask {
  width: auto;
  overflow: hidden;
}

.section-3 {
  margin-top: 0;
  position: relative;
  top: 80px;
  overflow: visible;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  display: block;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-2 {
  max-width: 70%;
}

.navlink-container__link {
  color: #171717;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  transition: color .2s;
}

.navlink-container__link:hover {
  color: #e8674a;
}

.shoutout-text {
  color: #fff;
  font-size: 1.15em;
  line-height: 1.5;
  position: absolute;
  inset: auto 3% 3% auto;
}

.clone-project-button {
  background-color: #e8674a;
  border-radius: 7px;
  padding: 17px 23px;
  font-size: 15px;
  transition: box-shadow .2s, transform .2s;
  position: absolute;
  inset: 110px 30px auto auto;
}

.clone-project-button:hover {
  transform: translate(0, -7px);
  box-shadow: 0 2px 20px 2px #0003;
}

.navbar {
  background-color: #f5f3f266;
  width: 100%;
  height: 80px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 5px #00000026;
}

.logo-container__logo {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.logo-container__logo.logo--black {
  color: #131313;
  display: none;
}

.logo-container__logo.logo--white {
  display: none;
}

.shoutout-link {
  color: #fff;
  font-size: 1em;
}

.navbar__container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  display: flex;
}

.logo-container {
  position: absolute;
}

.logo-container.logo-container--black {
  z-index: 2;
  opacity: 0;
  position: static;
}

.logo-container.logo-container--white {
  z-index: 2;
  inset: 0%;
}

.container__navlink-container.hidden {
  display: none;
}

.section-4 {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.section-4.section--nav-logo-animation {
  background-image: url('../images/HOME-PAGE-HERO-IMAGE_1HOME PAGE HERO IMAGE.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
}

.nav-link-2 {
  color: #909090;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 33px 0 28px;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link-2:hover {
  color: #9bb127;
}

.nav-link-2.w--current {
  color: #9bb23b;
  border-bottom: 3px solid #9bb23b;
}

.dropdown-toggle {
  padding: 0 18px 0 0;
}

.dropdown-item {
  text-align: center;
  background-color: #00000052;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #292929;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.dropdown-icon {
  width: 118px;
  height: 96px;
}

.dropdown-icon.curb-apeal {
  width: 160px;
  height: 95px;
}

.dropdown-icon.outdoor-living {
  width: 145px;
}

.dropdown-icon.pool {
  width: 176px;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.icon {
  color: #888;
  margin-right: 0;
  padding-top: 1px;
}

.nav-main {
  z-index: 99999;
  background-color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.nav-point-wrapper.last-nav-item {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-item-wrapper {
  z-index: 1;
  box-shadow: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.dropdown-item-wrapper:hover {
  margin-top: 20px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: static;
}

.logo {
  width: 200px;
  height: auto;
  margin-top: 0;
}

.dropdown-list {
  background-color: #000;
  height: 400px;
  inset: 82px 0% auto;
  overflow: hidden;
}

.dropdown-list.w--open {
  margin-top: 0;
  position: absolute;
  inset: 165% 0% auto;
}

.dropdown-list.w--open:active {
  top: 160%;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-link {
  color: #9bb127;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.heading-3 {
  color: #9bb23b;
  margin-top: 34vh;
  font-family: Afacad, sans-serif;
  font-size: 70px;
  line-height: 77px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: -80px;
  font-size: 20px;
  line-height: 27px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  font-size: 29px;
  font-weight: 400;
}

.section-5 {
  opacity: .21;
  filter: blur(5px);
  background-color: #0000;
  background-image: url('../images/bw_day_1bw_day.avif');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 151px;
}

.text-block-3 {
  color: #9bb23b;
  text-align: center;
  font-family: Afacad, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 43px;
  font-size: 20px;
}

.container-3 {
  position: relative;
  top: -308px;
  bottom: 0;
}

.featured-project-image {
  background-image: url('../images/Vive_Myers-13-2_1Vive_Myers (13)-2.avif');
  background-position: 50% 88%;
  background-size: cover;
  max-width: 90svw;
  height: 400px;
  margin-top: 60px;
}

.featured-project-image.project1 {
  mix-blend-mode: normal;
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 60px;
}

.featured-project-image.project1:hover {
  opacity: 1;
  mix-blend-mode: normal;
  background-position: 50% 100%;
  background-size: cover;
}

.featured-project-image.project2 {
  background-image: url('../images/VIVE_ECKERT-128_1VIVE_ECKERT (128).avif');
  background-position: 50%;
  background-size: cover;
}

.featured-project-image.project-3 {
  background-image: url('../images/NqPJfyz6_1NqPJfyz6.avif');
  background-position: 50% 56%;
  background-size: cover;
}

.featured-project-image.project-4 {
  background-image: url('../images/20230811_13382720230811_133826.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.featured-project-image.project-5 {
  background-image: url('../images/20230713_205412.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 40px;
}

.featured-project-image.background {
  background-color: #575757;
  background-image: none;
}

.featured-project-image.project-6 {
  mix-blend-mode: normal;
  background-image: url('../images/IMG_3198.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
}

.featured-project-image.project-6:hover {
  opacity: 1;
  mix-blend-mode: normal;
  background-position: 50%;
  background-size: cover;
}

.featured-project-image.projcect-6 {
  background-image: url('../images/DJI_20240828121422_0042_D.jpg');
  background-position: 50%;
}

.featured-project-image.projcect-juntgen {
  background-image: url('../images/Vive_Juntgen-5_1Vive_Juntgen (5).avif');
  background-position: 50% 27%;
}

.featired {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 4px 4px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 49px;
  font-weight: 500;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.button-2 {
  text-align: center;
  background-color: #3898ec00;
  border: 3px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  display: flex;
}

.d-81-top-left-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.d-81-bottom-left-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.d-81-left-line-wrapper {
  width: 3px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.d-81-top-left-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-button-bg {
  background-color: #0000;
  margin: 10px;
  position: absolute;
  inset: 0%;
}

.d-81-bottom-right-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.d-81-right-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-button-wrapper {
  color: #fff;
  border: 3px solid #0000004d;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 3px #ffffff4d;
}

.d-81-right-line-wrapper {
  width: 3px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.d-81-top-right-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.d-81-top-right-line, .d-81-left-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-button-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-family: Afacad, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.d-81-bottom-left-line, .d-81-bottom-right-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.section-6 {
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
}

.container-5 {
  max-width: 90svh;
  height: 400px;
}

.featured-project-desc {
  max-width: 90svw;
  height: 400px;
  margin-top: 100px;
}

.section-7 {
  background-color: #5e5e5e;
  background-image: url('../images/iStock-1496706409-Converted.png');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  margin-top: 60px;
}

.quick-stack-2 {
  padding: 60px;
}

.image-3 {
  mix-blend-mode: luminosity;
  border: 7px solid #000;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
}

.text-block-6 {
  color: #9bb23b;
  padding-right: 140px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-7 {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}

.text-block-8 {
  color: #fafafa;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.body-2 {
  background-color: #5e5e5e;
}

.section-8 {
  background-image: url('../images/HOME-PAGE-HERO-IMAGE_1HOME PAGE HERO IMAGE.avif');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  margin-top: 91px;
}

.section-8.villagecontemporary {
  background-image: url('../images/VIVE_ECKERT-128_1VIVE_ECKERT (128).avif');
  background-position: 50% 0;
}

.section-8.lakefront-resort {
  background-image: url('../images/NqPJfyz6_1NqPJfyz6.avif');
  background-position: 50% 44%;
}

.section-8.urbanrustic {
  background-image: url('../images/20230811_13382720230811_133826.avif');
  background-position: 50%;
}

.section-8.lakefront-resort-copy {
  background-image: url('../images/NqPJfyz6_1NqPJfyz6.avif');
  background-position: 50% 44%;
}

.section-8.transitional-outdoor-living {
  background-image: url('../images/Vive_Juntgen-5_1Vive_Juntgen (5).avif');
  background-position: 50% 44%;
}

.section-9 {
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-10 {
  background-image: url('../images/Vive_Dolan-134-FADE_1Vive_Dolan (134) FADE.avif');
  background-position: 0 0;
  background-size: cover;
  height: 985px;
  margin-bottom: 325px;
}

.heading-7 {
  color: #9bb23b;
  text-align: center;
  margin-top: 40px;
  padding-top: 0;
  font-family: Afacad, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.paragraph {
  color: #fff;
  font-size: 20px;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
}

.div-block-7 {
  background-color: #00000087;
  margin-top: 0;
  padding: 20px;
  position: relative;
  top: 695px;
}

.container-6 {
  max-width: 1060px;
  margin-bottom: 60px;
}

.process-heading {
  color: #9bb23b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.process-text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.process-block {
  background-color: #5e5e5e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell-2, .cell-3, .cell-4 {
  background-color: #5e5e5e;
}

.div-block-8 {
  outline-offset: 0px;
  mix-blend-mode: luminosity;
  background-image: url('../images/untitled54of66-Copy1_1untitled(54of66)-Copy1.avif');
  background-position: 50%;
  background-size: cover;
  outline: 3px solid #000;
  width: 100%;
  height: 281px;
  transition: all .5s;
}

.div-block-8:hover {
  mix-blend-mode: normal;
  background-image: url('../images/untitled54of66_1untitled(54of66).avif'), url('../images/untitled54of66-Copy1_1untitled(54of66)-Copy1.avif');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.container-7 {
  max-width: 85svw;
}

.quick-stack-3 {
  max-width: 1439svh;
}

.container-8 {
  max-width: 90vw;
  margin-top: 0;
  position: relative;
  top: 650px;
}

.heading-8 {
  color: #9bb23b;
  text-align: center;
  text-shadow: 0 3px 6px #000;
  margin-top: 0;
  font-size: 38px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
}

.section-11 {
  background-color: #5e5e5e;
  margin-top: 100px;
  display: block;
}

.heading-9 {
  color: #fff;
}

.text-block-10 {
  color: #9bb23b;
  font-size: 40px;
  line-height: 45px;
}

.text-block-11 {
  color: #fff;
  font-size: 20px;
}

.section-12 {
  height: 130px;
}

.section-13 {
  background-color: #fff0;
  height: auto;
}

.body-3 {
  background-color: #000;
}

.div-block-9 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/IMG_1304.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80svh;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.text-block-12 {
  color: #9bb23b;
  text-align: center;
  text-shadow: 2px 3px 3px #000;
  font-family: Afacad, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.container-9 {
  position: relative;
  top: -390px;
}

.section-14 {
  height: 500px;
  margin-top: 100px;
  margin-bottom: 59px;
}

.body-4 {
  background-color: #000;
}

.heading-11 {
  color: #9bb23b;
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}

.cell-5 {
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.div-block-10 {
  opacity: .69;
  mix-blend-mode: normal;
  background-image: url('../images/Esposito-panorama-scaled.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
}

.container-10 {
  position: relative;
  top: -396px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
}

.text-block-14 {
  color: #9bb23b;
  text-align: center;
  text-shadow: 2px 1px 5px #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  line-height: 30px;
}

.image-4 {
  mix-blend-mode: luminosity;
}

.section-15 {
  margin-top: 60px;
}

.container-11 {
  mix-blend-mode: luminosity;
  max-width: 90vw;
  margin: 40px auto;
  display: flex;
}

.quick-stack-4 {
  max-width: 90svw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-11 {
  max-width: none;
}

.section-16 {
  background-color: #5e5e5e00;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: #9bb23b;
  margin-top: 60px;
  padding-left: 60px;
  font-weight: 400;
}

.paragraph-5 {
  color: #fff;
  margin-top: 40px;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quick-stack-5 {
  margin-top: 0;
}

.cell-6 {
  padding-top: 133px;
}

.image-6 {
  max-width: 60%;
  margin-left: 140px;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  color: #fff;
  background-color: #5e5e5e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 62px;
  min-height: 62px;
  font-size: 36px;
}

.form {
  align-items: center;
  display: flex;
}

.button-3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #9eb42b;
  border-radius: 18px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 700;
  line-height: 18px;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.form-block {
  margin-top: 40px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: -50px;
  padding-top: 0;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.footer-01 {
  background-color: var(--black);
  padding: 60px 3%;
}

.social-link {
  opacity: .7;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 55px;
  margin-top: 15px;
  margin-left: 0;
  padding: 10px 0;
  display: flex;
}

.social-link:hover {
  opacity: 1;
}

.social-link.facebook {
  opacity: .7;
  width: 44px;
  margin-top: 15px;
  margin-left: 20px;
}

.social-link.facebook:hover {
  opacity: 1;
}

.footer-logo {
  margin-top: -40px;
}

.text-field {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff21;
  min-height: 62px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

.html-embed {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-17 {
  background-color: #000;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-18 {
  background-color: #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.heading-14 {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  font-size: 60px;
}

.text-block-16 {
  color: #9bb23b;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.container-13 {
  z-index: 9997;
  padding-top: 100px;
  position: relative;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.div-block-12 {
  background-color: #00000070;
  border: 3px solid #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-15 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-block-18 {
  color: #9bb23b;
  text-align: left;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 63px;
  font-size: 24px;
  line-height: 26px;
}

.text-block-19 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.section-19 {
  background-color: #000;
}

.heading-16 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.key-design-photos {
  background-image: url('../images/Vive_Myers-30-2_1Vive_Myers (30)-2.avif');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #fff;
}

.key-design-photos._2 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.key-design-photos._2.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.key-design-photos._2.lakefrontresort2, .key-design-photos._2.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.key-design-photos._3 {
  background-image: url('../images/Vive_Myers-2_1Vive_Myers (2).avif');
}

.key-design-photos._3.zionvillecont3 {
  background-image: url('../images/VIVE_ECKERT-117_1VIVE_ECKERT (117).avif');
}

.key-design-photos._3.lakefrontresort3, .key-design-photos._3.urban-rustick {
  background-image: url('../images/DSC_43DSC_0042.avif');
}

.key-design-photos.zionsvillecont {
  background-image: url('../images/VIVE_ECKERT-66_1VIVE_ECKERT (66).avif');
}

.key-design-photos.lakefrontresort, .key-design-photos.urban-rustic {
  background-image: url('../images/DSC_10DSC_0009.avif');
  background-position: 50%;
}

.key-design-photos._233 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.key-design-photos._233.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.key-design-photos._233.lakefrontresort2, .key-design-photos._233.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.key-design-photos.entertainment.a {
  background-image: url('../images/20230713_205423.jpg');
  background-position: 50%;
}

.quick-stack-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 300px;
}

.cell-8 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-7 {
  text-align: center;
  background-color: #000;
  padding-top: 0;
}

.heading-17 {
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
}

.heading-18 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
}

.heading-19 {
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
}

.cell-9 {
  text-align: left;
}

.key-text-block {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.section-20 {
  background-color: #000;
  height: 1000px;
}

.text-block-20 {
  color: #fff;
  width: auto;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.image-7 {
  max-width: 200px;
  margin-top: 40px;
}

.image-8 {
  opacity: 1;
  cursor: pointer;
}

.container-14 {
  max-width: 1200px;
  margin-top: 132px;
}

.link-block {
  background-image: url('../images/untitled23of66_1untitled(23of66).avif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.staff-photos {
  mix-blend-mode: luminosity;
  background-image: url('../images/untitled44of66_1untitled(44of66).avif');
  background-position: 50% 0;
  background-size: cover;
}

.staff-photos:hover {
  mix-blend-mode: normal;
}

.staff-photos.leslie {
  cursor: pointer;
  background-image: url('../images/untitled26of66-Copy2_1untitled(26of66)-Copy2.avif');
  background-position: 50% 0;
}

.staff-photos.derrick {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-image: url('../images/Derrick-Imes-Cropped_1Derrick Imes Cropped.avif');
  background-position: 50%;
  flex-direction: column;
  justify-content: flex-start;
}

.staff-photos.kyle {
  cursor: pointer;
  background-image: url('../images/untitled41of66_1untitled(41of66).avif');
  background-position: 50% 0;
}

.staff-photos.jason {
  cursor: pointer;
  background-image: none;
}

.staff-photos.eric {
  cursor: pointer;
  background-image: url('../images/untitled34of66-Copy2_1untitled(34of66)-Copy2.avif');
  background-position: 50% 0;
}

.staff-photos.megan {
  cursor: pointer;
  background-image: url('../images/Chris-Tuell-2_1Chris Tuell (2).avif');
  background-position: 50% 100%;
}

.staff-photos.mike {
  cursor: pointer;
  background-image: url('../images/untitled33of66-Copy1_1untitled(33of66)-Copy1.avif');
}

.staff-photos.ryan {
  cursor: pointer;
  background-image: url('../images/Ryan-Vive_1Ryan Vive.avif');
  background-position: 50% 37%;
}

.staff-photos.jaden {
  background-image: url('../images/JADEN-HEAD-SHOT.jpg');
  background-position: 50% 22%;
}

.staff-photos.kyley {
  background-image: url('../images/IMG_7264_00.jpg');
  background-position: 50%;
}

.staff-photos.chris {
  cursor: pointer;
  background-image: none;
}

.quick-stack-10 {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  height: 150rem;
}

.staff-photos-mike {
  mix-blend-mode: luminosity;
  background-image: url('../images/Ryan-Vive_1Ryan Vive.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.staff-photos-mike:hover {
  mix-blend-mode: normal;
}

.cell-10 {
  background-image: url('../images/untitled25of66_1untitled(25of66).avif');
  background-position: 0 0;
  background-size: cover;
}

.heading-20, .heading-21, .heading-22, .heading-23 {
  color: #fff;
  margin-top: -47px;
}

.text-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Afacad, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: relative;
  bottom: -360px;
  left: 28px;
}

.heading-24 {
  color: #fff;
  font-size: 24px;
}

.staff-name-title {
  color: #fff;
  position: relative;
  top: 345px;
  left: 20px;
}

.paragraph-7 {
  font-size: 18px;
}

.modal {
  z-index: 99999;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.mike, .modal.ryan, .modal.leslie, .modal.kyley, .modal.kyle, .modal.john, .modal.eric, .modal.megan, .modal.derrick, .modal.jaden {
  display: none;
}

.modal-content {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  max-width: 800px;
  display: block;
  position: fixed;
}

.quick-stack-11 {
  border-radius: 0;
  position: relative;
}

.rich-text-block {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-8 {
  font-weight: 700;
}

.paragraph-9, .paragraph-10 {
  font-size: 15px;
  font-weight: 500;
}

.close-modal {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: -40px -40px auto auto;
}

.heading-25, .heading-26, .heading-27 {
  margin-top: 0;
}

.container-15 {
  text-align: left;
  flex-direction: column-reverse;
  align-items: flex-start;
  display: flex;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -30px;
}

.link-class {
  color: #fff;
}

.about-us-link {
  color: #9bb23b;
  font-size: 18px;
  line-height: 30px;
}

.get-started-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #9bb23b;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 3px 7px -1px #000;
}

.get-started-button:hover {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px solid #fff;
  box-shadow: 2px 6px 9px 2px #000;
}

.container-16 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-28 {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

.text-block-23 {
  color: #9bb23b;
  font-size: 36px;
  line-height: 50px;
}

.text-block-24 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-29 {
  color: #9bb23b;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 400;
}

.container-17 {
  max-width: 1200px;
  margin-top: 40px;
}

.container-18 {
  max-width: 1200px;
}

.heading-30 {
  color: #fff;
  text-align: center;
  font-size: 39px;
}

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

.section-21 {
  background-color: #5e5e5e;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-14 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.curb-appeal {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/DJI_20230713212445_0048_D_1DJI_20230713212445_0048_D.avif');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.cell-11 {
  background-image: url('../images/Stone-wall_1Stone-wall.avif');
  background-position: 50%;
  background-size: cover;
}

.curb-appeal-quickstack {
  height: 300svh;
  padding-left: 60px;
  padding-right: 60px;
}

.cell-12 {
  background-image: url('../images/VIVE_ECKERT-110_1VIVE_ECKERT (110).avif');
  background-position: 50%;
  background-size: cover;
}

.cell-14 {
  background-image: url('../images/20230713_20362420230713_203623.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-15 {
  background-image: url('../images/DJI_20230811132001_0007_D_1DJI_20230811132001_0007_D.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-16 {
  background-image: url('../images/VIVE_JOHNSON_EVERLY-121.jpg');
  background-position: 47%;
  background-size: cover;
}

.cell-17 {
  background-image: url('../images/Vive_Myers-19_1Vive_Myers (19).avif');
  background-position: 50% 100%;
  background-size: cover;
}

.cell-18 {
  background-image: url('../images/DSC_2902DSC_2901.avif');
  background-position: 50% 19%;
  background-size: cover;
}

.cell-19 {
  background-image: url('../images/DSC_16DSC_0015.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-20 {
  background-image: url('../images/DSC_2DSC_0001.avif');
  background-position: 50% 87%;
  background-size: cover;
}

.rich-text-block-2 {
  color: #9bb23b;
  padding-top: 0;
  font-size: 18px;
  display: none;
}

.curb-arrive-home-list {
  color: #fff;
  padding-left: 100px;
  line-height: 40px;
}

.heading-31 {
  padding-left: 40px;
}

.heading-32 {
  color: #9bb23b;
  padding-left: 60px;
}

.paragraph-11 {
  color: #fff;
  padding-left: 60px;
  padding-right: 220px;
  font-size: 18px;
  line-height: 30px;
}

.design {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fff;
  height: 500px;
}

.div-block-15 {
  opacity: .4;
  mix-blend-mode: normal;
  background-image: url('../images/Vive_Dolan2_1Vive_Dolan2.avif');
  background-position: 50% 78%;
  background-size: cover;
  height: 500px;
  margin-top: -220px;
}

.div-block-16 {
  opacity: 1;
}

.design-quick-stack {
  height: 300svh;
  padding-left: 60px;
  padding-right: 60px;
}

.cell-11-copy {
  background-image: url('../images/View-2_1View-2.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-12-copy {
  background-image: url('../images/Jewel-Revised-Plan-4_1Jewel-Revised-Plan-4.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-14-copy {
  background-image: url('../images/Plan-9_1Plan-9.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-15-copy {
  background-image: url('../images/Thormann-View-2_1Thormann-View-2.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-16-copy {
  background-image: url('../images/Jewel-Revised-Plan-1_1Jewel-Revised-Plan-1.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-20-copy {
  background-image: url('../images/Trippi-Plan-3_1Trippi-Plan-3.avif');
  background-position: 50% 87%;
  background-size: cover;
}

.cell-17-copy {
  background-image: url('../images/View-3_1View-3.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.cell-18-copy {
  background-image: url('../images/Banning-View-5_1Banning-View-5.avif');
  background-position: 50% 19%;
  background-size: cover;
}

.cell-19-copy {
  background-image: url('../images/View-4_1View-4.avif');
  background-position: 50%;
  background-size: cover;
}

.swimming-pools {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Vive_Pohrer_6_15_23-37_1Vive_Pohrer_6_15_23 (37).avif');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.make-a-splash {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
}

.text-block-16-copy {
  color: #9bb23b;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.section-22 {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.soakl-up {
  color: #9bb23b;
  padding-left: 60px;
}

.outdoor-living-heading1 {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
}

.outdoor-living-heading2 {
  color: #9bb23b;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.outdoor-life {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/VIVE_CROSSLAND-1-64_1VIVE_CROSSLAND-1-64.avif');
  background-position: 50% 19%;
  background-size: cover;
  height: 500px;
}

.oudoor-cell-1 {
  background-image: url('../images/DSC_0053-Edit.jpg');
  background-position: 50%;
  background-size: cover;
}

.outdoor-cell-2 {
  background-image: url('../images/Vive_Day-14_1Vive_Day (14).avif');
  background-position: 50%;
  background-size: cover;
}

.outdoor-cell-4 {
  background-image: url('../images/DJI_0930.jpg');
  background-position: 50%;
  background-size: cover;
}

.outdoor-cell-5 {
  background-image: url('../images/DSC_21DSC_0020.avif');
  background-position: 50%;
  background-size: cover;
}

.outdoor-cell-6 {
  background-image: url('../images/VIVE_GRACE-108_1VIVE_GRACE-108.avif');
  background-position: 50%;
  background-size: cover;
}

.outdoor-cell-7 {
  background-image: url('../images/DJI_0015.jpg');
  background-position: 24%;
  background-size: cover;
}

.outdoor-cell-8 {
  background-image: url('../images/DJI_20230921163624_0021_D_1DJI_20230921163624_0021_D.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.outdoor-cell-9 {
  background-image: url('../images/DJI_0882c.jpg');
  background-position: 50% 19%;
  background-size: cover;
}

.outdoor-cell-10 {
  background-image: url('../images/P1100995.jpg');
  background-position: 63%;
  background-size: cover;
}

.property-care1 {
  color: #9bb23b;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.property-care2 {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  font-size: 48px;
  line-height: 48px;
}

.property-care {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/20230713_20362420230713_203623.avif');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.div-block-17 {
  background-image: url('../images/Property-Care-Fade-Out2_1Property Care Fade Out2.avif');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.heading-33 {
  color: #fff;
}

.heading-34 {
  color: #9bb23b;
  text-align: center;
  text-shadow: 0 3px 3px #000;
  background-color: #0000008a;
}

.container-20 {
  background-color: #5e5e5e;
}

.text-block-25 {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.prop-care1 {
  background-image: url('../images/iStock-133421039.jpg');
  background-position: 50%;
  background-size: cover;
}

.prop-care2 {
  background-image: url('../images/Adams_Condo_Landscape_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.prop4 {
  background-image: url('../images/Photo-Sep-06-1-39-22-PM.jpg');
  background-position: 50%;
  background-size: cover;
}

.prop5 {
  background-image: url('../images/DSC_2916.jpg');
  background-position: 50%;
  background-size: cover;
}

.prop6 {
  background-image: url('../images/iStock-671789588.jpg');
  background-position: 50%;
  background-size: cover;
}

.prop7 {
  background-image: url('../images/iStock-1319213364.jpg');
  background-position: 100%;
  background-size: cover;
}

.prop8 {
  background-image: url('../images/IMG_8710IMG_8709.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.prop9 {
  background-image: url('../images/DSC_2907.jpg');
  background-position: 50% 19%;
  background-size: cover;
}

.prop10 {
  background-image: url('../images/iStock-1355291992.jpg');
  background-position: 15%;
  background-size: cover;
}

.heading-35 {
  color: #9bb23b;
  text-align: center;
}

.text-block-26 {
  color: #fff;
  margin-top: -35px;
  padding-left: 20px;
}

.section-23 {
  margin-top: 0;
}

.container-21 {
  max-width: 1250px;
}

.patios-walks-and-walls {
  cursor: pointer;
  background-image: url('../images/ySumXMFE_1ySumXMFE.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.patios-walks-and-walls:hover {
  mix-blend-mode: luminosity;
}

.gallery-div {
  width: 100%;
  height: 0;
}

.heading-36 {
  color: #fff;
  text-align: center;
  background-color: #9bb23b;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  font-weight: 400;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

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

.outdoor-structures {
  cursor: pointer;
  background-image: url('../images/Photo-Jun-24-2022-9-34-33-AM_1Photo Jun 24 2022, 9 34 33 AM.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.outdoor-structures:hover {
  mix-blend-mode: luminosity;
}

.outdoor-kitchens {
  cursor: pointer;
  background-image: url('../images/DSC_0025-scaled_1DSC_0025-scaled.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.outdoor-kitchens:hover {
  mix-blend-mode: luminosity;
}

.gardens-plantings {
  cursor: pointer;
  background-image: url('../images/IMG_8710IMG_8709.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.gardens-plantings:hover {
  mix-blend-mode: luminosity;
}

.fire-elements {
  cursor: pointer;
  background-image: url('../images/tzcgZ6h4_1tzcgZ6h4.avif');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.fire-elements:hover {
  mix-blend-mode: luminosity;
}

.landscape-lighting {
  cursor: pointer;
  background-image: url('../images/7q2lomsa_17q2lomsa.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.landscape-lighting:hover {
  mix-blend-mode: luminosity;
}

.decks-fences {
  cursor: pointer;
  background-image: url('../images/Photo-Jun-27-10-15-55-AM.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.decks-fences:hover {
  mix-blend-mode: luminosity;
}

.swimming-pools-gallery {
  cursor: pointer;
  background-image: url('../images/Vive_Pohrer_6_15_23-18_1Vive_Pohrer_6_15_23 (18).avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.swimming-pools-gallery:hover {
  mix-blend-mode: luminosity;
}

.sports-courts-putting-greens {
  cursor: pointer;
  background-image: url('../images/JOc7tE2K.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.sports-courts-putting-greens:hover {
  mix-blend-mode: luminosity;
}

.heading-37 {
  color: #9bb23b;
  text-align: center;
}

.decks-fences-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Photo-May-18-2022-4-37-01-PM.jpg');
  background-position: 50% 74%;
  background-size: cover;
  height: 500px;
}

.patios-walkways-and-walls-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/DJI_0058.jpg');
  background-position: 50% 74%;
  background-size: cover;
  height: 500px;
}

.structures-pavilions-and-pergolas-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Photo-Jun-24-2022-9-34-33-AM_1Photo Jun 24 2022, 9 34 33 AM.avif');
  background-position: 50% 59%;
  background-size: cover;
  height: 500px;
}

.outdoor-kitchens-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/DSC_0025-scaled_1DSC_0025-scaled.avif');
  background-position: 50% 74%;
  background-size: cover;
  height: 500px;
}

.fire-elements-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Haven_Vive_Aug_2019-11-scaled_1Haven_Vive_Aug_2019-11-scaled.avif');
  background-position: 50% 74%;
  background-size: cover;
  height: 500px;
}

.gardens-and-plantings-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/CRx9eOl2_1CRx9eOl2.avif');
  background-position: 50% 74%;
  background-size: cover;
  height: 500px;
}

.landscape-lighting-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Lwkt83z0_1Lwkt83z0.avif');
  background-position: 50% 44%;
  background-size: cover;
  height: 500px;
}

.sculptures-and-water-features-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Haven_Vive_Aug_2019-11-scaled_1Haven_Vive_Aug_2019-11-scaled.avif');
  background-position: 50% 74%;
  background-size: cover;
  height: 500px;
}

.sports-courts-and-putting-greens-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/AyrVPVmV_1AyrVPVmV.avif');
  background-position: 50% 74%;
  background-size: cover;
  height: 500px;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.section-24 {
  opacity: 1;
  background-color: #5e5e5e;
  background-image: url('../images/iStock-1496706409-Converted.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 3px #000;
  margin-top: 119px;
  font-family: Afacad, sans-serif;
  font-size: 110px;
  font-weight: 500;
}

.urban-design-photo {
  background-image: url('../images/Vive_Myers-30-2_1Vive_Myers (30)-2.avif');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #fff;
}

.urban-design-photo._2 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.urban-design-photo._2.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.urban-design-photo._2.lakefrontresort2, .urban-design-photo._2.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.urban-design-photo._3 {
  background-image: url('../images/Vive_Myers-2_1Vive_Myers (2).avif');
}

.urban-design-photo._3.zionvillecont3 {
  background-image: url('../images/VIVE_ECKERT-117_1VIVE_ECKERT (117).avif');
}

.urban-design-photo._3.lakefrontresort3, .urban-design-photo._3.urban-rustick {
  background-image: url('../images/DSC_43DSC_0042.avif');
}

.urban-design-photo.zionsvillecont {
  background-image: url('../images/VIVE_ECKERT-66_1VIVE_ECKERT (66).avif');
}

.urban-design-photo.lakefrontresort, .urban-design-photo.urban-rustic {
  background-image: url('../images/DSC_10DSC_0009.avif');
  background-position: 50%;
}

.urban-design-photo._233 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.urban-design-photo._233.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.urban-design-photo._233.lakefrontresort2, .urban-design-photo._233.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.urban-design {
  background-image: url('../images/Vive_Myers-30-2_1Vive_Myers (30)-2.avif');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #fff;
}

.urban-design._2 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.urban-design._2.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.urban-design._2.lakefrontresort2, .urban-design._2.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.urban-design._3 {
  background-image: url('../images/Vive_Myers-2_1Vive_Myers (2).avif');
}

.urban-design._3.zionvillecont3 {
  background-image: url('../images/VIVE_ECKERT-117_1VIVE_ECKERT (117).avif');
}

.urban-design._3.lakefrontresort3, .urban-design._3.urban-rustick {
  background-image: url('../images/DSC_43DSC_0042.avif');
}

.urban-design.zionsvillecont {
  background-image: url('../images/VIVE_ECKERT-66_1VIVE_ECKERT (66).avif');
}

.urban-design.lakefrontresort, .urban-design.urban-rustic {
  background-image: url('../images/DSC_10DSC_0009.avif');
  background-position: 50%;
}

.urban-design._233 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.urban-design._233.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.urban-design._233.lakefrontresort2, .urban-design._233.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.entertainment-central {
  background-image: url('../images/HOME-PAGE-HERO-IMAGE_1HOME PAGE HERO IMAGE.avif');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  margin-top: 91px;
}

.entertainment-central.villagecontemporary {
  background-image: url('../images/VIVE_ECKERT-128_1VIVE_ECKERT (128).avif');
  background-position: 50% 0;
}

.entertainment-central.lakefront-resort {
  background-image: url('../images/NqPJfyz6_1NqPJfyz6.avif');
  background-position: 50% 44%;
}

.entertainment-central.urbanrustic {
  background-image: url('../images/20230811_13382720230811_133826.avif');
  background-position: 50%;
}

.entertainment-central.lakefront-resort-copy {
  background-image: url('../images/NqPJfyz6_1NqPJfyz6.avif');
  background-position: 50% 44%;
}

.entertainment-central.hero {
  background-image: url('../images/Vive_Pohrer_6_15_23-1_1Vive_Pohrer_6_15_23 (1).avif');
  background-position: 50%;
}

.entertainment-key {
  background-image: url('../images/Vive_Myers-30-2_1Vive_Myers (30)-2.avif');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #fff;
}

.entertainment-key._2 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.entertainment-key._2.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.entertainment-key._2.lakefrontresort2, .entertainment-key._2.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.entertainment-key._3 {
  background-image: url('../images/Vive_Myers-2_1Vive_Myers (2).avif');
}

.entertainment-key._3.zionvillecont3 {
  background-image: url('../images/VIVE_ECKERT-117_1VIVE_ECKERT (117).avif');
}

.entertainment-key._3.lakefrontresort3, .entertainment-key._3.urban-rustick {
  background-image: url('../images/DSC_43DSC_0042.avif');
}

.entertainment-key.zionsvillecont {
  background-image: url('../images/VIVE_ECKERT-66_1VIVE_ECKERT (66).avif');
}

.entertainment-key.lakefrontresort, .entertainment-key.urban-rustic {
  background-image: url('../images/DSC_10DSC_0009.avif');
  background-position: 50%;
}

.entertainment-key._233 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.entertainment-key._233.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.entertainment-key._233.lakefrontresort2, .entertainment-key._233.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.entertainment-key.b {
  background-image: url('../images/Vive_Pohrer_6_15_23-12-2.jpg');
  background-position: 50%;
}

.entertianment-key3 {
  background-image: url('../images/Vive_Myers-30-2_1Vive_Myers (30)-2.avif');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #fff;
}

.entertianment-key3._2 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.entertianment-key3._2.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.entertianment-key3._2.lakefrontresort2, .entertianment-key3._2.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.entertianment-key3._3 {
  background-image: url('../images/Vive_Myers-2_1Vive_Myers (2).avif');
}

.entertianment-key3._3.zionvillecont3 {
  background-image: url('../images/VIVE_ECKERT-117_1VIVE_ECKERT (117).avif');
}

.entertianment-key3._3.lakefrontresort3, .entertianment-key3._3.urban-rustick {
  background-image: url('../images/DSC_43DSC_0042.avif');
}

.entertianment-key3.zionsvillecont {
  background-image: url('../images/VIVE_ECKERT-66_1VIVE_ECKERT (66).avif');
}

.entertianment-key3.lakefrontresort, .entertianment-key3.urban-rustic {
  background-image: url('../images/DSC_10DSC_0009.avif');
  background-position: 50%;
}

.entertianment-key3._233 {
  background-image: url('../images/Vive_Myers-15_1Vive_Myers (15).avif');
}

.entertianment-key3._233.zionsvillecontp {
  background-image: url('../images/VIVE_ECKERT-13_1VIVE_ECKERT (13).avif');
}

.entertianment-key3._233.lakefrontresort2, .entertianment-key3._233.urban-rustic {
  background-image: url('../images/DSC_64DSC_0063.avif');
}

.entertianment-key3.c {
  background-image: url('../images/P1100981.jpg');
  background-position: 50%;
}

.contact-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1337615472.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  height: 500px;
}

.html-embed-3 {
  margin-top: 10px;
}

.section-25 {
  margin-bottom: 40px;
}

.section-26 {
  background-image: url('../images/iStock-1496706409-Converted.png');
  background-position: 50%;
  background-size: cover;
}

.container-22 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.html-embed-4 {
  margin-bottom: 0;
}

.heading-38 {
  color: #9bb23b;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
}

.heading-39 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.section-27 {
  outline-offset: 0px;
  border-top: 6px solid #9bb23b;
  outline: 3px #333;
  margin-top: 40px;
}

.image-9 {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.image-11 {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-29, .text-block-30, .text-block-31 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.html-embed-5 {
  mix-blend-mode: luminosity;
}

.html-embed-6, .div-block-20, .section-28 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-weight: 400;
}

.paragraph-12 {
  color: #fff;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Afacad, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.urban-rustic-image-1 {
  background-image: url('../images/DJI_20230811131742_0003_D.jpg');
  background-position: 0 0;
  background-size: cover;
}

.uban-rustic-image-2 {
  background-image: url('../images/DSC_0045.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.urban-rutic-image-3 {
  background-image: url('../images/20230811_135722.jpg');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-13 {
  color: #fff;
  margin-bottom: 40px;
}

.text-block-33 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-14 {
  color: #fff;
}

.text-block-34 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
}

.paragraph-15 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
}

.text-block-35 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}

.heading-40, .heading-41 {
  color: #9bb23b;
  margin-top: 10px;
  padding-left: 60px;
}

.navbar-2, .section-29 {
  display: none;
}

.container-23 {
  margin-top: -78px;
}

.section-31, .section-35, .section-37 {
  display: none;
}

.quick-stack-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.cell-31 {
  filter: grayscale();
  background-image: url('../images/IMG_6727.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-31:hover {
  filter: none;
}

.cell-32 {
  filter: grayscale();
  background-image: url('../images/Dillon-Duke.png');
  background-position: 50%;
  background-size: cover;
}

.cell-32:hover {
  filter: none;
}

.quick-stack-20 {
  grid-row-gap: 20px;
}

.section-40 {
  height: 300px;
}

.section-41 {
  height: 300px;
  display: none;
}

.section-43 {
  height: 400px;
  display: none;
}

.button-4 {
  background-color: #9bb23b;
  border-radius: 11px;
  margin-top: 23px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
}

.image-22 {
  width: 470px;
  max-width: 50%;
}

.image-23 {
  width: 210px;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 29px;
}

.container-25 {
  max-width: 1120px;
}

.text-block-44 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.heading-42 {
  color: #9bb23b;
}

.heading-43 {
  color: #9bb23b;
  margin-top: 0;
}

.heading-44 {
  color: #9bb23b;
  text-align: center;
}

.image-24 {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  max-width: none;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-26 {
  max-width: none;
  max-height: 100%;
  margin-left: 19px;
  margin-right: auto;
}

.image-27 {
  max-width: none;
  max-height: 100%;
  margin-left: -50px;
  margin-right: auto;
}

.careers {
  color: #9bb23b;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
}

.container-26 {
  max-width: 1150px;
}

.career-div {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-22, .div-block-23, .div-block-24 {
  width: 150px;
}

.cell-35, .cell-36, .cell-37, .cell-38 {
  margin-left: auto;
  margin-right: auto;
}

.career-text {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 23px;
}

.container-27 {
  background-color: #d0d0d0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.outdoor-living-quickstack {
  height: 300svh;
  padding-left: 60px;
  padding-right: 60px;
}

.curb-appeal-text-block-25 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}

.property-care-heading-32 {
  color: #9bb23b;
  padding-left: 60px;
}

.property-care-heading-33 {
  color: #fff;
}

.property-care-div17 {
  background-color: #d9d9d9;
  height: 800px;
}

.property-care-heading34 {
  color: #9bb23b;
  text-align: center;
  text-shadow: 0 3px 3px #000;
  background-color: #0000008a;
}

.property-care-quickstack {
  height: 300svh;
  padding-left: 60px;
  padding-right: 60px;
}

.outdoor-lvinging-sec43 {
  height: 400px;
  display: none;
}

.html-embed-7 {
  display: block;
}

.section-48, .section-49, .html-embed-8 {
  display: none;
}

.contact-text {
  position: relative;
  top: -396px;
}

.html-embed-9 {
  display: none;
}

.featured-projects-section {
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
}

.code-embed {
  height: 300px;
}

.code-embed-2 {
  color: var(--white);
}

.text-block-14-copy {
  color: var(--white);
  text-align: center;
  text-shadow: 2px 1px 5px #000;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 36px;
  font-weight: 500;
  line-height: 70px;
}

.blog-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.blog-link:hover {
  opacity: .5;
}

.container-31 {
  max-width: 80%;
}

.section-52 {
  margin-top: 140px;
}

.heading-46 {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.code-embed-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-53 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-19-copy {
  color: #9bb23b;
  text-align: center;
  padding-top: 20px;
  font-size: 30px;
}

.section-8-copy {
  background-image: url('../images/IMG_3198.jpg'), url('../images/HOME-PAGE-HERO-IMAGE_1HOME PAGE HERO IMAGE.avif');
  background-position: 50% 29%, 0 0;
  background-size: cover, cover;
  height: 500px;
  margin-top: 91px;
}

.section-8-copy.villagecontemporary {
  background-image: url('../images/VIVE_ECKERT-128_1VIVE_ECKERT (128).avif');
  background-position: 50% 0;
}

.section-8-copy.lakefront-resort {
  background-image: url('../images/NqPJfyz6_1NqPJfyz6.avif');
  background-position: 50% 44%;
}

.section-8-copy.urbanrustic {
  background-image: url('../images/20230811_13382720230811_133826.avif');
  background-position: 50%;
}

.section-8-copy.lakefront-resort-copy {
  background-image: url('../images/NqPJfyz6_1NqPJfyz6.avif');
  background-position: 50% 44%;
}

.container-32 {
  max-width: 1250px;
}

.container-33 {
  padding-bottom: 40px;
}

.text-block-45 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.heading-47 {
  color: var(--white);
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
}

.heading-48, .heading-49 {
  color: #9bb23b;
  text-align: center;
}

.paragraph-31 {
  color: var(--white);
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 18px;
}

.heading-50, .heading-51 {
  color: #9bb23b;
  text-align: center;
}

.text-block-46 {
  color: var(--white);
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 18px;
}

.cell-39 {
  background-image: url('../images/untitled44of66_1untitled(44of66).avif');
  background-position: 50% 0;
  background-size: cover;
}

.cell-40 {
  background-image: url('../images/JADEN-HEAD-SHOT.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.section-54 {
  background-image: url('../images/Header_1Header.avif');
  background-size: cover;
  width: 100%;
  height: 315px;
}

.image-28 {
  width: 400px;
  margin-top: 43px;
  margin-left: 100px;
}

.heading-52 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-29 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container-34 {
  text-align: center;
  margin-top: -38px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-53 {
  border: 0 #000;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 50px;
  line-height: 60px;
}

.heading-54 {
  color: #9bb127;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.cell-41 {
  background-image: url('../images/DJI_20240828121422_0042_D.jpg');
  background-position: 50%;
  background-size: cover;
  padding-right: 40px;
}

.div-block-26 {
  border-bottom: 3px solid #000;
  width: 60%;
  margin-left: 40px;
}

.text-block-47 {
  margin-left: 40px;
  padding-right: 60px;
  font-size: 30px;
  line-height: 40px;
}

.button-5 {
  background-color: #9bb127;
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
}

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

.quick-stack-24 {
  min-width: 100%;
  margin-bottom: 40px;
  padding-right: 40px;
}

.section-55 {
  background-color: var(--black);
  cursor: auto;
}

.container-35 {
  max-width: 950px;
  padding-top: 40px;
}

.image-30 {
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-31 {
  max-width: 100%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-32, .image-33, .image-34 {
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-25 {
  border-right: 0px none var(--white);
}

.services-cell {
  border-right: 3px solid var(--white);
}

.div-block-27 {
  background-image: url('../images/Design-Icon_1Design Icon.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 80%;
  height: 141px;
}

.div-block-27-copy {
  background-image: url('../images/Curb-Apeal-Icon_1Curb Apeal Icon.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 80%;
  height: 141px;
}

.image-35 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.heading-55 {
  color: #9bb127;
  text-align: right;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-48 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 30px;
}

.cell-42 {
  text-align: right;
  justify-content: center;
  align-items: center;
}

.image-36 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-37, .image-38 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-39 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-40, .image-41, .container-36 {
  max-width: 80%;
}

.cell-43 {
  border-right: 4px solid var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-56 {
  text-align: center;
  margin: 20px auto 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 31px;
}

.div-block-28 {
  color: #9bb127;
  margin-left: auto;
  margin-right: auto;
}

.text-block-49 {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 20px;
  line-height: 24px;
}

.image-42 {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  height: 204.668px;
}

.cell-43-copy {
  border-right: 4px none var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-26 {
  height: 900px;
}

.suburban-gallery {
  background-image: url('../images/DJI_0058.jpg');
  background-position: 50%;
  background-size: cover;
}

.suburban-gallery._2 {
  background-image: url('../images/Vive_Gear_2023-35-2_1Vive_Gear_2023 (35)-2.avif');
}

.suburban-gallery._3 {
  background-image: url('../images/20230713_20362420230713_203623.avif');
}

.suburban-gallery._4 {
  background-image: url('../images/Vive_Dolan-134_1Vive_Dolan (134).avif');
}

.suburban-gallery._5 {
  background-image: url('../images/VIVE_ECKERT-128_1VIVE_ECKERT (128).avif');
}

.suburban-gallery._6 {
  background-image: url('../images/Vive_Pohrer_6_15_23-37_1Vive_Pohrer_6_15_23 (37).avif');
}

.suburban-gallery._7 {
  background-image: url('../images/IMG_3198.jpg');
}

.suburban-gallery._8-copy {
  background-image: url('../images/CRx9eOl2_1CRx9eOl2.avif');
}

.cell-44 {
  background-image: url('../images/Vive_Pohrer_6_15_23-1_1Vive_Pohrer_6_15_23 (1).avif');
  background-position: 0 0;
  background-size: auto;
}

.suburban-gallery-copy {
  background-image: url('../images/DSC_0053-Edit.jpg');
  background-position: 50%;
  background-size: cover;
}

.suburban-gallery-copy._2 {
  background-image: url('../images/Vive_Gear_2023-35-2_1Vive_Gear_2023 (35)-2.avif');
}

.suburban-gallery-copy._3 {
  background-image: url('../images/20230713_20362420230713_203623.avif');
}

.suburban-gallery-copy._4 {
  background-image: url('../images/Vive_Dolan-134_1Vive_Dolan (134).avif');
}

.suburban-gallery-copy._5 {
  background-image: url('../images/VIVE_ECKERT-128_1VIVE_ECKERT (128).avif');
}

.suburban-gallery-copy._6 {
  background-image: url('../images/Vive_Pohrer_6_15_23-37_1Vive_Pohrer_6_15_23 (37).avif');
}

.suburban-gallery-copy._7 {
  background-image: url('../images/IMG_3198.jpg');
}

.suburban-gallery-copy._8-copy {
  background-image: url('../images/CRx9eOl2_1CRx9eOl2.avif');
}

.section-56 {
  background-color: #9bb127;
  margin-bottom: 40px;
}

.container-37 {
  max-width: 80%;
}

.section-57 {
  cursor: pointer;
  background-color: #ccc;
}

.paragraph-32 {
  font-size: 24px;
  line-height: 30px;
}

.button-6 {
  font-size: 40px;
}

.button-7 {
  color: var(--white);
  text-align: center;
  background-color: #9bb127;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
}

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

.container-38 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-50 {
  color: var(--white);
  padding-left: 100px;
  font-size: 24px;
  line-height: 24px;
}

.text-block-50-copy {
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  position: static;
}

.cell-45 {
  text-align: right;
  font-size: 14px;
  display: block;
}

.quick-stack-27 {
  text-align: right;
}

.body-6 {
  background-color: #ccc;
}

.button-8 {
  color: #9cb33b;
}

.button-9 {
  color: #fff;
  cursor: pointer;
  background-color: #9cb33b;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

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

.section-58, .heading-58 {
  color: var(--white);
}

.maint-button {
  text-align: center;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.container-40 {
  text-align: center;
  border-radius: 20px;
  margin-top: 100px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.section-59 {
  color: #000;
  background-color: #d9d9d9;
}

.quick-stack-29 {
  color: #000;
  height: 100%;
}

.paragraph-33 {
  font-size: 26px;
  line-height: 28px;
}

.cell-46 {
  background-image: url('../images/IMG_1185.webp');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-30 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container-41 {
  max-width: 80%;
}

.section-60 {
  background-color: var(--black);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-42 {
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-59 {
  color: var(--white);
  text-align: center;
  font-size: 48px;
}

.seasonal-clean-up-cell {
  background-image: url('../images/Vive_Myers-22.webp');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px solid var(--white);
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: 507px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cell-48 {
  background-color: #d9d9d9;
  border-radius: 0;
  font-size: 20px;
}

.list-2 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-32 {
  margin-left: auto;
  margin-right: auto;
}

.heading-60 {
  color: var(--white);
  text-align: center;
  text-shadow: 2px 2px 3px #000;
  justify-content: center;
  align-items: flex-end;
  margin-top: 210px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.container-43 {
  max-width: 100%;
  height: 100%;
}

.maint-button-learn-more {
  text-align: center;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
}

.pool-maint-cell {
  background-image: url('../images/IMG_1546-Edit.webp');
  background-position: 0 0;
  background-size: cover;
}

.full-service-cell {
  background-image: url('../images/VIVE_JOHNSON_EVERLY-90.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-61 {
  background-color: #d9d9d9;
  margin-bottom: -124px;
}

.container-44 {
  max-width: 70%;
}

.heading-61 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 44px;
}

.rich-text-block-6 {
  font-size: 21px;
}

.rich-text-block-7, .rich-text-block-8 {
  font-size: 24px;
  line-height: 26px;
}

.section-62 {
  background-image: url('../images/IMG_1180.webp');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  margin-top: 140px;
}

.heading-62 {
  color: var(--white);
  text-align: center;
  padding-top: 140px;
  font-size: 48px;
  line-height: 48px;
}

.code-embed-4 {
  max-width: 100%;
  margin-top: 100px;
}

.container-45 {
  max-width: 80%;
}

.text-block-51 {
  color: var(--white);
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
}

.text-block-52 {
  color: var(--white);
  font-size: 22px;
  line-height: 24px;
}

.text-block-51-copy {
  color: var(--white);
  margin-top: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
}

.cell-49 {
  background-image: linear-gradient(0deg, #000, #fff0 45%), url('../images/Vive-Home-Hero-2_1Vive Home Hero 2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 4px solid #98ad26;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.quick-stack-33 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: 600px;
  padding: 60px;
}

.heading-63 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 44px;
  line-height: 46px;
  display: flex;
}

.grid {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-43 {
  max-width: 25%;
}

.code-embed-5 {
  mix-blend-mode: luminosity;
  margin-top: 20px;
}

.maint-button-copy {
  text-align: left;
  background-color: #9bb23b;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.button-10 {
  color: var(--white);
  cursor: pointer;
  background-color: #94a925;
  border-radius: 25px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 700;
}

.button-10:hover {
  background-color: #9bb23b;
}

.container-46 {
  max-width: 80%;
}

.container-47 {
  max-width: 1008px;
  margin-bottom: 40px;
}

.heading-64 {
  font-size: 44px;
  line-height: 46px;
}

.text-block-53 {
  font-size: 24px;
  line-height: 26px;
}

.quick-stack-34 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-44 {
  margin-top: 100px;
}

.text-block-54 {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.spring-clenup-section {
  background-color: var(--black);
}

.container-48 {
  max-width: 80%;
}

.heading-65 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-9 {
  color: var(--white);
  padding-left: 60px;
  padding-right: 60px;
  font-size: 24px;
  line-height: 30px;
}

.heading-66 {
  color: var(--white);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.button-11 {
  text-align: center;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.list-3 {
  margin-top: 20px;
}

.cell-50 {
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: url('../images/VIVE_JEWEL-8-2.webp');
  background-position: 50%;
  background-size: cover;
  outline-width: 8px;
  outline-style: solid;
}

.cell-51 {
  outline-offset: 0px;
  outline: 3px solid #000;
}

.cell-50-copy {
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: url('../images/VIVE_JEWEL-8-2.webp');
  background-position: 50%;
  background-size: cover;
  outline-width: 5px;
  outline-style: solid;
}

.cell-52 {
  outline-color: var(--white);
  outline-offset: 0px;
  background-color: red;
  outline-width: 10px;
  outline-style: solid;
}

.cell-53 {
  background-image: url('../images/VIVE_JEWEL-8-2.webp');
  background-position: 50% 100%;
  background-size: cover;
  border: 6px solid #9bb23b;
}

.quick-stack-35 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.fall-cleanup-section {
  background-color: #d9d9d9;
}

.cell-51-copy {
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
}

.cell-53-copy {
  border: 6px #9bb23b;
}

.rich-text-block-9-copy {
  color: var(--black);
  padding-left: 60px;
  padding-right: 60px;
  font-size: 24px;
  line-height: 30px;
}

.cell-54 {
  outline-offset: 0px;
  outline: 3px #d01414;
}

.cell-55 {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.cell-56 {
  border: 6px solid var(--black);
  background-image: url('../images/IMG_0488.webp');
  background-position: 50%;
  background-size: cover;
}

.section-63 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/VIVE_KELLER-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 800px;
}

.container-49 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-67 {
  color: var(--white);
  margin-top: 60px;
  font-size: 54px;
  line-height: 56px;
}

.rich-text-block-10 {
  color: var(--white);
  font-size: 24px;
  line-height: 26px;
}

.list-4 {
  font-size: 44px;
  line-height: 47px;
}

.property-care-copy {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Vive_Myers-22.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.pool-mainteanance-hero-image {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/IMG_1546-Edit.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.pool-maint-image1 {
  background-image: url('../images/Vive_Dolan-133_1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 6px solid #9bb23b;
}

.heading-68 {
  color: #9bb23b;
  margin-bottom: 0;
  padding-left: 100px;
  font-size: 24px;
  line-height: 30px;
}

.pool-maint-details {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3056.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-28 {
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}

.list-item-29, .list-item-30 {
  font-size: 36px;
  line-height: 38px;
}

.list-item-31, .list-item-32, .list-item-33 {
  font-size: 36px;
  line-height: 38px;
}

.heading-67-copy {
  color: var(--white);
  margin-top: 60px;
  font-size: 54px;
  line-height: 56px;
}

.list-item-34, .list-item-35, .list-item-36 {
  font-size: 36px;
  line-height: 38px;
}

.heading-67-copy-copy {
  color: var(--white);
  margin-top: 20px;
  font-size: 54px;
  line-height: 56px;
}

.list-item-37, .list-item-38, .list-item-39, .list-item-40 {
  font-size: 36px;
  line-height: 38px;
}

.button-11-copy {
  text-align: center;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.container-50 {
  text-align: center;
  margin: 20px auto;
}

.heading-62-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 140px;
  font-size: 48px;
  line-height: 48px;
}

.full-servicece-maint-hero {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/VIVE_JOHNSON_EVERLY-90-1.jpg');
  background-position: 50% 79%;
  background-size: cover;
  height: 500px;
}

.heading-66-copy {
  color: #9bb23b;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.heading-69 {
  color: #9bb23b;
}

.heading-66-copy-copy {
  color: #9bb23b;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.heading-69-copy {
  color: #9bb23b;
  padding-left: 40px;
}

.section-63-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/VIVE_KELLER-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 800px;
}

.section-63-copy-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/-7513003820042393027.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 800px;
}

.heading-67-copy {
  color: #9bb23b;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 56px;
}

.heading-67-copy-copy {
  color: #9bb23b;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 56px;
}

.section-64 {
  background-color: var(--black);
}

.button-11-copy {
  text-align: center;
  cursor: pointer;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.button-11-copy:hover {
  background-color: #9bb23b;
}

.what-could-hero {
  background-image: url('../images/IMG_1192.webp');
  background-position: 50%;
  background-size: cover;
  border: 6px solid #9bb23b;
}

.heading-66-copy-copy {
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-66-copy-copy-copy {
  color: #9bb23b;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.button-11-copy-copy {
  text-align: center;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.heading-59-copy {
  color: var(--white);
  text-align: center;
  font-size: 48px;
}

.heading-70 {
  font-size: 44px;
  line-height: 44px;
}

.maint-button-learn-more-copy {
  text-align: center;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 700;
}

.list-3-copy {
  margin-top: 20px;
}

.container-51 {
  max-width: 80%;
}

.cell-53-copy {
  background-image: url('../images/VIVE_JEWEL-8-2.webp');
  background-position: 50% 100%;
  background-size: cover;
  border: 6px solid #9bb23b;
}

.cell-49-copy {
  background-image: linear-gradient(0deg, #000, #fff0 45%), url('../images/Vive-Home-Hero-2_1Vive Home Hero 2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 4px solid #98ad26;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.container-48-copy {
  max-width: 90%;
}

.section-60-copy {
  background-color: var(--black);
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-67-copy-copy-copy {
  color: var(--white);
  margin-top: 20px;
  font-size: 54px;
  line-height: 56px;
}

.container-46-copy {
  max-width: 80%;
}

.heading-61-copy {
  text-align: center;
  margin-bottom: 20px;
  font-size: 44px;
}

.section-6-copy {
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
}

.section-61-copy, .section-61-copy-copy {
  background-color: #d9d9d9;
}

.cell-58 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-55 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.text-block-56 {
  color: #fff;
  margin-top: 21px;
  font-size: 16px;
}

.code-embed-6 {
  margin-top: 13px;
}

.quick-stack-36 {
  padding-top: 0;
}

.code-embed-7 {
  display: none;
}

.section-69 {
  background-image: url('../images/Vive_Juntgen-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  font-size: 24px;
}

.section-70 {
  background-color: #000;
  width: 100vw;
  height: 250px;
  padding-top: 0;
}

.image-47 {
  height: 200px;
}

.quick-stack-38 {
  height: 20svh;
}

.image-48 {
  height: 136.875px;
}

.image-49 {
  max-height: 200px;
}

.container-52 {
  justify-content: center;
  align-items: center;
  height: 544.938px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-53 {
  border: 5px solid var(--white);
  background-color: #000000b0;
  border-radius: 20px;
  max-width: 50%;
  height: 72svh;
  padding-top: 0;
  position: relative;
  top: 50px;
  box-shadow: 5px 7px 5px #000000bd;
}

.heading-71 {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Afacad, sans-serif;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.heading-72 {
  color: #fff;
}

.rich-text-block-11 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-40 {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45 {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-46 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 18px;
}

.button-12 {
  background-color: #9fb52b;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  box-shadow: 5px 5px 5px 5px #000000c2;
}

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

.quick-stack-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: 544.938px;
  padding-top: 10px;
}

.image-50, .image-51 {
  width: 200px;
}

.heading-73 {
  color: #fff;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 400;
}

.cell-59 {
  background-image: url('../images/IMG_3453IMG_3452.avif');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-40 {
  height: 40svh;
}

.cell-60 {
  background-image: url('../images/Vive_Juntgen-30.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-41 {
  height: 90svh;
}

.cell-61 {
  background-image: url('../images/Vive_Juntgen-14.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-62 {
  background-image: url('../images/Vive_Juntgen-25.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.quick-stack-42 {
  height: 60svh;
}

.cell-63 {
  background-image: url('../images/DJI_20250811211139_0078_D_1DJI_20250811211139_0078_D.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-64 {
  background-image: url('../images/Vive_Juntgen-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-55 {
  width: 90%;
  max-width: 90%;
  height: 125px;
}

.heading-74 {
  color: #9bb23b;
  text-align: center;
}

.text-block-58 {
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.container-56 {
  max-width: 70svw;
  margin-bottom: 40px;
}

.section-71 {
  background-color: #0009;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3481.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40svh;
}

.heading-75 {
  color: #9bb23b;
}

.text-block-59 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}

.button-13 {
  text-align: center;
  background-color: #9bb23b;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 31px;
  font-weight: 600;
  box-shadow: 5px 6px 5px #000000c9;
}

.container-57 {
  text-align: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.body-2-copy {
  background-color: #000;
}

.container-58 {
  border: 5px solid var(--white);
  background-color: #00000096;
  position: relative;
  top: 169px;
}

.heading-76 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}

.container-59 {
  max-width: 90%;
}

.heading-77 {
  color: #9bb23b;
}

.paragraph-48 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.container-60 {
  max-width: 100%;
}

.container-61 {
  max-width: 90%;
}

.cell-65 {
  filter: grayscale();
  background-image: url('../images/Allyson-Young.png');
  background-position: 50%;
  background-size: cover;
}

.cell-65:hover {
  filter: none;
}

@media screen and (min-width: 1440px) {
  .heading {
    margin-top: 40px;
  }

  .div-block-5 {
    height: 502px;
  }

  .text-block {
    text-align: left;
    margin-top: 100px;
    font-family: Afacad, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .image {
    max-width: 60%;
    margin-top: 100px;
  }

  .team-circles {
    margin-top: 1371px;
  }

  .team-member-image {
    object-fit: cover;
    object-position: 0% 0%;
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .centered_w1.nav-wrapper {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .dropdown-list.w--open {
    width: auto;
    margin-top: 0;
    top: 125px;
  }

  .heading-3 {
    margin-top: 30vh;
  }

  .text-block-2 {
    margin-bottom: -60px;
  }

  .featured-project-image.project-4 {
    background-image: url('../images/DJI_20230811133007_0016_D_EDITED.jpg');
    background-position: 50% 45%;
  }

  .body-2 {
    background-color: #000;
  }

  .section-8 {
    height: 700px;
  }

  .section-8.urbanrustic {
    background-image: url('../images/DJI_20230811133007_0016_D_EDITED.jpg');
    background-position: 50% 78%;
  }

  .section-9 {
    background-color: #5e5e5e;
    margin-bottom: 40px;
  }

  .div-block-7 {
    margin-bottom: 40px;
  }

  .heading-8 {
    color: #fff;
    text-align: center;
    font-weight: 400;
  }

  .text-block-9 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .text-span, .text-span-2 {
    color: #9bb23b;
  }

  .section-11 {
    background-color: #5e5e5e;
    margin-top: 100px;
  }

  .heading-9 {
    color: #fff;
    font-weight: 400;
  }

  .text-block-10 {
    color: #9bb23b;
    padding-right: 40px;
    font-size: 40px;
    line-height: 60px;
  }

  .text-block-11 {
    color: #fff;
    font-size: 20px;
  }

  .div-block-10 {
    background-position: 50%;
  }

  .quick-stack-4 {
    padding-right: 220px;
  }

  .heading-13 {
    padding-right: 100px;
    font-weight: 700;
  }

  .paragraph-5 {
    padding-right: 140px;
  }

  .heading-14 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }

  .text-block-16 {
    color: #9bb23b;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .container-13 {
    padding-top: 100px;
  }

  .text-block-17 {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .div-block-12 {
    border: 3px solid #fff;
    margin-left: 140px;
    margin-right: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-15 {
    color: #fff;
    text-align: center;
    font-weight: 400;
  }

  .text-block-18 {
    color: #9bb23b;
    text-align: center;
    font-size: 38px;
  }

  .key-design-photos.lakefrontresort {
    background-image: url('../images/DSC_10DSC_0009.avif');
  }

  .key-design-photos.urban-rustic {
    background-image: url('../images/DJI_20230811131742_0003_D.jpg');
    background-position: 50% 100%;
  }

  .key-design-photos.entertainment {
    background-image: url('../images/20230713_205423.jpg');
  }

  .key-text-block {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-2 {
    margin-bottom: 40px;
  }

  .div-block-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quick-stack-8 {
    grid-column-gap: 20px;
  }

  .quick-stack-9 {
    padding-top: 0;
  }

  .staff-photos.megan {
    background-position: 50% 100%;
  }

  .staff-photos.chris {
    background-image: none;
  }

  .section-21 {
    background-image: url('../images/iStock-1496706409-Converted.png');
    background-position: 50%;
    background-size: cover;
  }

  .curb-appeal-quickstack {
    margin-top: 86px;
  }

  .paragraph-11 {
    margin-bottom: 40px;
  }

  .cell-11-copy {
    background-image: url('../images/dji5Nx36.jpeg');
  }

  .cell-18-copy {
    background-image: url('../images/vaWdmo7-_1vaWdmo7-.avif');
  }

  .make-a-splash {
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }

  .text-block-16-copy {
    color: #9bb23b;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .outdoor-living-heading1 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }

  .outdoor-living-heading2, .property-care1 {
    color: #9bb23b;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .property-care2 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }

  .heading-33 {
    color: #fff;
    text-align: center;
    margin-top: 342px;
  }

  .heading-34 {
    color: #9bb23b;
    text-align: center;
    text-shadow: 4px 4px 3px #000;
    margin-top: 10px;
  }

  .container-20 {
    background-color: #5e5e5e;
  }

  .text-block-25 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .cell-21 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .quick-stack-13 {
    margin-top: 40px;
  }

  .prop-care1 {
    background-image: url('../images/iStock-133421039.jpg');
  }

  .prop-care2 {
    background-image: url('../images/Adams_Condo_Landscape_1.jpg');
  }

  .prop4 {
    background-image: url('../images/Photo-Sep-06-1-39-22-PM.jpg');
    background-position: 0%;
  }

  .prop5 {
    background-image: url('../images/DSC_2908.jpg');
  }

  .prop6 {
    background-image: url('../images/iStock-671789588.jpg');
  }

  .prop7 {
    background-image: url('../images/iStock-1319213364.jpg');
    background-position: 100%;
  }

  .prop8 {
    background-image: url('../images/IMG_8709.jpg');
    background-position: 50% 0;
  }

  .prop9 {
    background-image: url('../images/DSC_2907.jpg');
  }

  .prop10 {
    background-image: url('../images/iStock-1355291992.jpg');
  }

  .heading-35 {
    color: #9bb23b;
    text-align: center;
  }

  .text-block-26 {
    color: #fff;
    margin-top: -42px;
    padding-left: 100px;
    font-size: 16px;
    font-weight: 400;
  }

  .patios-walkways-and-walls-hero {
    background-image: url('../images/DJI_0058.jpg');
  }

  .structures-pavilions-and-pergolas-hero {
    background-image: url('../images/DSC_2943DSC_2942.avif');
    background-position: 50% 19%;
  }

  .outdoor-kitchens-hero {
    background-image: url('../images/DSC_105DSC_0104.avif');
    background-position: 50% 42%;
  }

  .fire-elements-hero {
    background-image: url('../images/Haven_Vive_Aug_2019-11-scaled_1Haven_Vive_Aug_2019-11-scaled.avif');
    background-position: 50% 76%;
  }

  .gardens-and-plantings-hero {
    background-image: url('../images/CRx9eOl2_1CRx9eOl2.avif');
    background-position: 50%;
  }

  .landscape-lighting-hero {
    background-image: url('../images/Lwkt83z0_1Lwkt83z0.avif');
    background-position: 50% 44%;
  }

  .sculptures-and-water-features-hero {
    background-image: url('../images/DSC_104DSC_0103.avif');
    background-position: 50% 44%;
  }

  .sports-courts-and-putting-greens-hero {
    background-image: url('../images/AyrVPVmV_1AyrVPVmV.avif');
    background-position: 50% 72%;
  }

  .urban-design-photo.urban-rustic {
    background-image: url('../images/DJI_20230811131742_0003_D.jpg');
    background-position: 50% 52%;
  }

  .urban-design-photo._233.urban-rustic {
    background-image: url('../images/DSC_0045.jpg');
    background-position: 50% 75%;
  }

  .urban-design._3.urban-rustick {
    background-image: url('../images/20230811_135722.jpg');
    background-position: 50%;
  }

  .urban-design.urban-rustic {
    background-image: url('../images/DJI_20230811131742_0003_D.jpg');
    background-position: 50% 100%;
  }

  .entertainment-central {
    height: 700px;
  }

  .entertainment-central.urbanrustic {
    background-image: url('../images/DJI_20230811133007_0016_D_EDITED.jpg');
    background-position: 50% 78%;
  }

  .entertainment-central.hero {
    background-image: url('../images/Vive_Pohrer_6_15_23-14_1Vive_Pohrer_6_15_23 (14).avif');
    background-position: 50% 31%;
  }

  .entertainment-key.lakefrontresort {
    background-image: url('../images/DSC_10DSC_0009.avif');
  }

  .entertainment-key.urban-rustic {
    background-image: url('../images/DJI_20230811131742_0003_D.jpg');
    background-position: 50% 100%;
  }

  .entertainment-key.entertainment {
    background-image: url('../images/20230713_205423.jpg');
  }

  .entertainment-key.b {
    background-image: url('../images/Vive_Pohrer_6_15_23-12-2.jpg');
  }

  .entertianment-key3.lakefrontresort {
    background-image: url('../images/DSC_10DSC_0009.avif');
  }

  .entertianment-key3.urban-rustic {
    background-image: url('../images/DJI_20230811131742_0003_D.jpg');
    background-position: 50% 100%;
  }

  .entertianment-key3.entertainment {
    background-image: url('../images/20230713_205423.jpg');
  }

  .entertianment-key3.c {
    background-image: url('../images/P1100981.jpg');
    background-position: 50% 100%;
  }

  .body-5 {
    background-color: #000;
  }

  .outdoor-living-quickstack {
    margin-top: 86px;
  }

  .property-care-heading-33 {
    color: #fff;
    text-align: center;
    margin-top: 342px;
  }

  .property-care-heading34 {
    color: #9bb23b;
    text-align: center;
    text-shadow: 4px 4px 3px #000;
    margin-top: 10px;
  }

  .property-care-quickstack {
    margin-top: 86px;
  }

  .section-8-copy {
    height: 700px;
  }

  .section-8-copy.urbanrustic {
    background-image: url('../images/DJI_20230811133007_0016_D_EDITED.jpg');
    background-position: 50% 78%;
  }

  .section-54 {
    height: 500px;
  }

  .image-28 {
    margin-top: 140px;
  }

  .quick-stack-30 {
    margin-top: 38px;
    margin-bottom: 20px;
  }

  .container-41 {
    max-width: 80%;
  }

  .container-43 {
    height: 100%;
  }

  .container-47 {
    max-width: 1152px;
  }

  .image-44, .image-45 {
    max-width: 253px;
  }

  .quick-stack-36 {
    padding-top: 0;
  }

  .body-2-copy {
    background-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .section-8.lakefront-resort, .section-8.transitional-outdoor-living {
    background-image: url('../images/Vive_Juntgen-5_1Vive_Juntgen (5).avif');
  }

  .footer-grid-01 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-3 {
    background-color: #9bb127;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
  }

  .footer-top {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .footer-bottom {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-top: 0;
  }

  .footer-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
  }

  .footer-01 {
    background-color: var(--black);
    background-image: none;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer-wrapper-2 {
    margin-bottom: 40px;
  }

  .staff-photos.megan {
    background-image: url('../images/Chris-Tuell-2_1Chris Tuell (2).avif');
    background-position: 50% 100%;
    background-size: cover;
  }

  .staff-photos.kyley {
    cursor: pointer;
    background-image: url('../images/IMG_7264_00.jpg');
  }

  .staff-photos.chris {
    background-image: none;
  }

  .modal.mike, .modal.ryan, .modal.leslie, .modal.kyley, .modal.kyle, .modal.john, .modal.eric, .modal.megan, .modal.derrick, .modal.jaden {
    display: none;
  }

  .text-block-22 {
    margin-bottom: 0;
  }

  .cell-31 {
    mix-blend-mode: luminosity;
    background-image: url('../images/IMG_6727.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .quick-stack-30 {
    margin-top: 48px;
  }

  .container-41 {
    max-width: 80%;
  }

  .section-60 {
    height: 110100%;
  }

  .quick-stack-31 {
    height: 100%;
  }

  .container-43 {
    max-width: 80%;
    height: 100%;
  }

  .container-47 {
    max-width: 1425px;
  }

  .image-44 {
    max-width: 225px;
  }

  .text-block-54 {
    position: relative;
    top: 0;
  }

  .container-48, .container-51 {
    max-width: 58%;
  }

  .section-68 {
    display: none;
  }

  .text-block-55 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-56 {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .code-embed-6 {
    margin-top: 20px;
  }

  .quick-stack-36 {
    padding-top: 0;
  }

  .image-46 {
    max-width: 225px;
  }

  .quick-stack-37 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    margin-top: 16px;
  }

  .div-block-6 {
    background-position: 50%;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .section-3 {
    display: none;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .section-4 {
    padding: 60px;
  }

  .section-4.section--nav-logo-animation {
    display: block;
  }

  .nav-link-2.w--current {
    padding-bottom: 2px;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .nav-main {
    display: none;
  }

  .logo {
    width: 106px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .heading-3 {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .text-block-3 {
    font-size: 51px;
  }

  .featured-project-image.project1, .featured-project-image.project2, .featured-project-image.project-3, .featured-project-image.project-4, .featured-project-image.project-5, .featured-project-image.project-6 {
    height: 300px;
  }

  .d-81-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-6 {
    margin-top: -25px;
    margin-bottom: 0;
    display: block;
  }

  .body-2 {
    background-color: #000;
  }

  .section-10 {
    background-position: 50%;
    height: 750px;
    margin-bottom: 670px;
  }

  .heading-7 {
    font-size: 40px;
  }

  .process-heading {
    font-size: 20px;
  }

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

  .text-block-10 {
    font-size: 25px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .section-12 {
    display: none;
  }

  .section-13 {
    margin-top: 64px;
  }

  .div-block-9 {
    height: 395px;
    margin-top: 58px;
  }

  .heading-10 {
    margin-top: 98px;
    margin-bottom: 0;
  }

  .quick-stack-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-6 {
    padding-top: 10px;
  }

  .image-6 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-column {
    padding-right: 20px;
  }

  .button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .text-block-20 {
    font-size: 20px;
  }

  .staff-photos.jason {
    display: none;
  }

  .staff-photos.megan {
    background-position: 50%;
  }

  .staff-photos.ryan {
    background-position: 50% 0;
  }

  .quick-stack-10 {
    height: 200rem;
  }

  .staff-name-title {
    top: 367px;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .curb-appeal {
    margin-top: 41px;
  }

  .curb-appeal-quickstack {
    grid-column-gap: 20px;
    height: 150svh;
  }

  .curb-arrive-home-list {
    padding-left: 20px;
    display: block;
  }

  .paragraph-11 {
    margin-bottom: 251px;
    padding-right: 60px;
  }

  .section-22 {
    margin-top: -188px;
  }

  .div-block-17 {
    margin-top: -228px;
  }

  .container-21 {
    max-width: 80%;
  }

  .patios-walks-and-walls {
    width: 300px;
    height: 150px;
  }

  .heading-36 {
    width: 300px;
    margin-left: 0;
    padding-left: 0;
    font-size: 22px;
  }

  .div-block-19 {
    width: 300px;
  }

  .outdoor-structures {
    width: 300px;
    height: 150px;
  }

  .outdoor-kitchens {
    width: 300px;
    height: 150px;
    font-weight: 400;
  }

  .gardens-plantings, .fire-elements, .landscape-lighting, .decks-fences, .swimming-pools-gallery, .sports-courts-putting-greens {
    width: 300px;
    height: 150px;
  }

  .text-block-28 {
    font-size: 66px;
  }

  .quick-stack-14 {
    max-width: 95%;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-12 {
    width: 200px;
    max-width: 200px;
    margin-top: 20px;
  }

  .icon-2 {
    color: #fff;
    font-size: 90px;
  }

  .navbar-2 {
    background-color: #ddd0;
    margin-bottom: -60px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
    font-size: 30px;
  }

  .dropdown-2 {
    font-size: 24px;
    display: block;
  }

  .text-block-36 {
    margin-right: 20px;
    font-size: 30px;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
    padding-left: 100px;
  }

  .nav-link-8, .nav-link-9 {
    font-size: 30px;
  }

  .nav-menu-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-2 {
    left: 2px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
    left: 20px;
  }

  .section-29, .section-31 {
    display: block;
  }

  .section-35 {
    display: none;
  }

  .quick-stack-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-43 {
    display: block;
  }

  .outdoor-living-quickstack {
    grid-column-gap: 20px;
    height: 150svh;
    margin-top: 267px;
  }

  .property-care-div17 {
    margin-top: -228px;
  }

  .property-care-quickstack {
    grid-column-gap: 20px;
    height: 150svh;
  }

  .outdoor-lvinging-sec43 {
    margin-top: -231px;
    display: block;
  }

  .html-embed-7 {
    margin-top: -221px;
    display: block;
  }

  .section-48 {
    display: block;
  }

  .heading-45 {
    color: #9bb23b;
  }

  .rich-text-block-5 {
    color: #fff;
    font-size: 18px;
  }

  .section-49 {
    margin-top: -287px;
    padding-left: 60px;
    display: block;
  }

  .html-embed-8 {
    display: block;
  }

  .outdoor-living-text {
    margin-top: 21px;
  }

  .html-embed-9 {
    display: none;
  }

  .featured-projects-section {
    margin-top: -25px;
    margin-bottom: 0;
    display: block;
  }

  .image-28 {
    width: 300px;
  }

  .quick-stack-29 {
    grid-row-gap: 16px;
    height: 850px;
  }

  .section-60 {
    height: 662px;
  }

  .container-42 {
    height: 1661px;
  }

  .seasonal-clean-up-cell, .pool-maint-cell {
    background-position: 50%;
  }

  .full-service-cell {
    background-position: 50% 100%;
  }

  .container-44 {
    max-width: 95%;
  }

  .quick-stack-33 {
    height: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-47, .container-48 {
    max-width: 95%;
  }

  .rich-text-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-35 {
    grid-row-gap: 86px;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-67 {
    color: #9bb23b;
  }

  .list-4, .list-item-28, .list-item-29, .list-item-30, .list-item-37, .list-item-38, .list-item-39, .list-item-40 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-62-copy {
    margin-top: 1571px;
  }

  .container-48-copy {
    max-width: 95%;
  }

  .section-60-copy {
    height: 662px;
  }

  .section-6-copy {
    margin-top: -25px;
    margin-bottom: 0;
    display: block;
  }

  .container-53 {
    max-width: 95%;
  }

  .body-2-copy {
    background-color: #000;
  }

  .cell-66, .cell-67 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-6 {
    background-image: url('../images/Vive_Dolan-11_1Vive_Dolan (11).avif');
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-link-2 {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-main {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: none;
  }

  .heading-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 31px;
    line-height: 40px;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .text-block-3 {
    line-height: 60px;
  }

  .text-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-project-image.project1, .featured-project-image.project2, .featured-project-image.project-3, .featured-project-image.project-4, .featured-project-image.project-5, .featured-project-image.project-6 {
    height: 200px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .d-81-button-wrapper {
    width: 200px;
    margin-top: 10px;
  }

  .d-81-button-text {
    font-size: 14px;
  }

  .section-6 {
    margin-top: -49px;
    display: block;
  }

  .featured-project-desc {
    margin-top: 20px;
  }

  .quick-stack-2 {
    padding: 20px 0;
  }

  .section-10 {
    height: 400px;
    margin-bottom: 1234px;
  }

  .heading-7 {
    margin-top: -268px;
  }

  .div-block-8 {
    height: 150px;
  }

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

  .heading-8 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .section-13 {
    margin-top: 92px;
    margin-bottom: -160px;
  }

  .div-block-9 {
    height: 388px;
    margin-top: 69px;
  }

  .text-block-13 {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-14 {
    height: 500px;
    margin-bottom: -104px;
    display: block;
  }

  .container-10 {
    margin-top: 26px;
  }

  .heading-12 {
    margin-top: -77px;
  }

  .text-block-15 {
    display: none;
  }

  .image-4 {
    margin-top: 75px;
  }

  .section-16 {
    display: block;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .button-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .heading-14 {
    font-size: 24px;
  }

  .text-block-18 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .paragraph-6, .section-19 {
    display: none;
  }

  .section-20 {
    margin-bottom: -314px;
  }

  .text-block-20 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .image-7 {
    max-width: 150px;
    padding-left: 20px;
  }

  .staff-name-title {
    top: 372px;
  }

  .heading-28 {
    margin-top: -8px;
    font-size: 20px;
  }

  .text-block-23 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .text-block-24 {
    line-height: 24px;
  }

  .section-21 {
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .curb-appeal {
    margin-top: 69px;
  }

  .curb-appeal-quickstack {
    height: 125svh;
    margin-top: 49px;
  }

  .cell-14 {
    background-position: 50%;
    background-size: cover;
  }

  .rich-text-block-2 {
    padding-left: 20px;
    display: block;
  }

  .curb-arrive-home-list {
    display: none;
  }

  .heading-31 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 24px;
    display: none;
  }

  .heading-32 {
    text-align: center;
    margin-top: 174px;
    padding-right: 60px;
  }

  .paragraph-11 {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .section-22 {
    margin-top: 151px;
  }

  .property-care {
    margin-bottom: 167px;
  }

  .div-block-17 {
    margin-top: 32px;
  }

  .container-20 {
    margin-top: -346px;
  }

  .text-block-27 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .text-block-28 {
    font-size: 55px;
  }

  .contact-hero {
    height: 335px;
  }

  .text-block-29 {
    margin-top: 28px;
  }

  .text-block-31 {
    margin-top: 24px;
    line-height: 30px;
  }

  .section-28 {
    padding-right: 40px;
  }

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

  .paragraph-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-35 {
    padding-left: 20px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
    left: 0;
  }

  .section-32 {
    display: none;
  }

  .section-33 {
    margin-top: 210px;
  }

  .section-34 {
    display: block;
  }

  .section-35, .section-38, .bold-text-2 {
    display: none;
  }

  .bold-text-3 {
    display: flex;
  }

  .section-39 {
    margin-top: 222px;
  }

  .section-41 {
    margin-bottom: 176px;
    display: none;
  }

  .section-42 {
    display: none;
  }

  .section-43 {
    margin-bottom: 107px;
    display: block;
  }

  .container-24 {
    margin-bottom: 410px;
  }

  .section-44 {
    display: none;
  }

  .outdoor-living-quickstack {
    height: 125svh;
    margin-top: 49px;
  }

  .curb-appeal-text-block-25 {
    padding-left: 20px;
  }

  .property-care-heading-32 {
    margin-top: 174px;
  }

  .property-care-div17 {
    margin-top: 32px;
  }

  .property-care-quickstack {
    height: 125svh;
    margin-top: 49px;
  }

  .outdoor-lvinging-sec43 {
    margin-top: 15px;
    margin-bottom: 107px;
    display: none;
  }

  .html-embed-7 {
    margin-top: 19px;
  }

  .rich-text-block-5 {
    color: #9bb23b;
  }

  .section-49 {
    margin-top: -46px;
  }

  .contact-text {
    margin-top: 153px;
  }

  .outdoor-living-text {
    display: block;
  }

  .featured-projects-section {
    margin-top: -243px;
    display: block;
  }

  .text-block-14-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-28 {
    margin-top: 30px;
  }

  .cell-43 {
    border: 1px #000;
  }

  .quick-stack-26 {
    height: 2000px;
  }

  .paragraph-32 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-50 {
    display: none;
    overflow: visible;
  }

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

  .quick-stack-28 {
    border: 1px #000;
  }

  .maint-button {
    margin-top: -122px;
  }

  .container-41 {
    max-width: 80%;
  }

  .quick-stack-32 {
    padding-left: 10px;
    padding-right: 0;
  }

  .container-44 {
    max-width: 90%;
  }

  .heading-61 {
    line-height: 46px;
  }

  .quick-stack-33 {
    margin-bottom: 540px;
  }

  .container-47 {
    max-width: 95%;
    margin-top: 157px;
  }

  .container-48 {
    max-width: 100%;
  }

  .button-11 {
    margin-top: 5px;
  }

  .list-3 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .quick-stack-35 {
    width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-9-copy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-56 {
    padding-top: 376px;
  }

  .heading-67 {
    font-size: 30px;
    line-height: 32px;
  }

  .list-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .pool-maint-details {
    height: 1024px;
  }

  .heading-62-copy {
    margin-top: 1738px;
  }

  .section-63-copy-copy {
    height: 860px;
  }

  .heading-66-copy-copy {
    text-align: center;
    margin-top: 0;
  }

  .heading-59-copy {
    font-size: 48px;
  }

  .heading-70 {
    font-size: 32px;
  }

  .list-3-copy {
    position: static;
  }

  .container-51 {
    max-width: 95%;
  }

  .section-65 {
    margin-top: 41px;
  }

  .container-48-copy {
    max-width: 100%;
  }

  .section-60-copy {
    margin-top: 110px;
  }

  .section-67 {
    margin-top: 41px;
  }

  .heading-61-copy {
    line-height: 46px;
  }

  .section-6-copy {
    margin-top: -49px;
    display: block;
  }

  .section-69 {
    width: auto;
    height: 1002px;
  }

  .container-53 {
    height: 870px;
  }

  .heading-75 {
    padding-left: 20px;
  }

  .text-block-59 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: auto;
    width: auto;
    height: 74vh;
    top: -100px;
  }

  .heading {
    margin-top: 558px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 33px;
    font-weight: 500;
    line-height: 35px;
  }

  .div-block {
    top: -1126px;
  }

  .div-block-5 {
    height: 460px;
  }

  .div-block-6 {
    background-image: url('../images/Vive_Dolan-11_1Vive_Dolan (11).avif');
    background-position: 50%;
    height: 100svh;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .section-4 {
    padding: 30px 15px;
  }

  .nav-link-2 {
    font-size: 7vw;
  }

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

  .nav-main {
    display: none;
  }

  .text-block-3 {
    line-height: 60px;
  }

  .featured-project-image.project-3 {
    margin-top: 12px;
  }

  .heading-5 {
    font-size: 20px;
  }

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

  .section-6 {
    margin-top: -287px;
    margin-bottom: 60px;
    display: block;
  }

  .quick-stack-2 {
    grid-row-gap: 20px;
  }

  .section-8.villagecontemporary {
    background-position: 50% 100%;
    height: 400px;
  }

  .section-8.lakefront-resort, .section-8.transitional-outdoor-living {
    height: 400px;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .section-10 {
    margin-bottom: 1696px;
  }

  .process-block {
    margin-bottom: 33px;
  }

  .container-8 {
    top: 683px;
  }

  .section-13 {
    margin-bottom: -145px;
  }

  .div-block-9 {
    height: 279px;
    margin-top: 87px;
  }

  .heading-10 {
    margin-top: 186px;
  }

  .text-block-12 {
    font-size: 50px;
  }

  .text-block-13 {
    display: none;
  }

  .section-14 {
    margin-bottom: -562px;
    display: block;
  }

  .paragraph-4 {
    display: inline;
  }

  .cell-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    margin-top: -204px;
  }

  .heading-12 {
    margin-top: 227px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-14 {
    margin-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
    font-weight: 600;
    line-height: 50px;
  }

  .text-block-15 {
    display: none;
  }

  .image-4 {
    margin-top: -41px;
  }

  .section-15 {
    margin-top: 0;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
  }

  .heading-13, .paragraph-5 {
    padding-left: 10px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .footer-column {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 100px;
    margin-right: auto;
    padding-left: 0;
  }

  .footer-title-button {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 20px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-logo {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
    place-content: flex-start center;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-13 {
    z-index: 99;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-12 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-18 {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-6 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .section-19 {
    display: none;
  }

  .quick-stack-7 {
    overflow: visible;
  }

  .section-20 {
    margin-bottom: -368px;
  }

  .image-7 {
    margin-top: 9px;
  }

  .staff-photos.jason {
    display: none;
  }

  .quick-stack-10 {
    height: 300rem;
  }

  .heading-24 {
    margin-top: 199px;
  }

  .staff-name-title {
    margin-top: -111px;
    top: 243px;
  }

  .modal.mike {
    margin-top: -49px;
    display: none;
  }

  .modal.ryan {
    margin-top: -135px;
    display: none;
    position: fixed;
  }

  .modal.leslie {
    margin-top: 284px;
    display: none;
  }

  .modal.kyley {
    margin-top: -143px;
    display: none;
  }

  .modal.kyle {
    margin-top: -310px;
    display: none;
  }

  .modal.john {
    margin-top: -334px;
    display: none;
  }

  .modal.eric {
    margin-top: -160px;
    display: none;
  }

  .modal.megan {
    margin-top: -401px;
    display: none;
  }

  .modal.derrick {
    margin-top: -143px;
    display: none;
  }

  .modal.jaden {
    margin-top: -401px;
    display: none;
  }

  .quick-stack-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 0;
  }

  .paragraph-8 {
    margin-bottom: 0;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 12px;
    line-height: 15px;
  }

  .close-modal {
    position: relative;
  }

  .heading-27 {
    margin-bottom: 0;
  }

  .container-15 {
    display: inline;
  }

  .section-21 {
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .curb-appeal {
    margin-top: 79px;
  }

  .curb-appeal-quickstack {
    grid-column-gap: 20px;
    height: 90svh;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rich-text-block-2 {
    padding-left: 0;
    line-height: 20px;
    display: block;
  }

  .curb-arrive-home-list {
    padding-left: 10px;
    font-size: 14px;
  }

  .heading-31 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-32 {
    text-align: center;
    margin-top: -246px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-11 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .design-quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-13-copy {
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-14-copy {
    padding-top: 0;
  }

  .make-a-splash {
    font-size: 25px;
  }

  .section-22 {
    margin-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .soakl-up {
    text-align: center;
    margin-top: 170px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-20 {
    margin-top: -62px;
  }

  .text-block-25 {
    font-size: 15px;
  }

  .text-block-27 {
    display: none;
  }

  .section-24 {
    margin-top: -262px;
    margin-bottom: 325px;
    position: relative;
    top: 320px;
  }

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

  .contact-hero {
    height: 206px;
  }

  .heading-38 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .text-block-35 {
    padding-left: 20px;
  }

  .quick-stack-14 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-2 {
    font-size: 60px;
  }

  .nav-link-3, .nav-link-6 {
    padding-left: 10px;
    font-size: 24px;
  }

  .nav-link-7, .text-block-36, .nav-link-8, .nav-link-9 {
    font-size: 24px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
    left: 0;
  }

  .dropdown-toggle-2 {
    padding-left: 10px;
    padding-right: 24px;
  }

  .section-29 {
    margin-top: 165px;
  }

  .quick-stack-15 {
    grid-column-gap: 20px;
    margin-top: -112px;
  }

  .section-30 {
    margin-bottom: -241px;
  }

  .section-32 {
    display: none;
  }

  .section-34 {
    margin-top: -124px;
  }

  .quick-stack-16 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-36 {
    display: none;
  }

  .section-37 {
    background-color: #9bb23b;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cell-22 {
    display: block;
  }

  .quick-stack-17 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-18 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-23, .cell-24 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-37 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .link, .link.w--current {
    color: #fff;
    text-decoration: none;
  }

  .text-block-38 {
    font-weight: 600;
    line-height: 25px;
  }

  .text-block-39 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .link-2, .link-3, .link-4, .link-5, .link-6 {
    color: #fff;
    text-decoration: none;
  }

  .text-block-40 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .link-7 {
    color: #fff;
    text-decoration: none;
  }

  .link-8 {
    color: #fff;
    line-height: 24px;
    text-decoration: none;
  }

  .quick-stack-19 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-13 {
    width: 110%;
    max-width: 125%;
  }

  .image-14 {
    width: 220%;
    max-width: 250px;
  }

  .cell-25 {
    border-top: 4px solid #fff;
  }

  .text-block-41 {
    color: #fff;
    text-align: left;
    margin-bottom: -11px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-block-42 {
    color: #fff;
    text-align: center;
  }

  .cell-26 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-style: normal;
    text-decoration: none;
  }

  .cell-27, .cell-28 {
    text-align: center;
  }

  .link-block-2, .link-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .link-9 {
    color: #fff;
    text-decoration: none;
  }

  .cell-29, .cell-30, .cell-31, .cell-32 {
    display: none;
  }

  .image-15 {
    height: 150px;
  }

  .paragraph-16 {
    margin-bottom: 0;
  }

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

  .paragraph-18 {
    font-size: 12px;
    display: inline;
  }

  .paragraph-19 {
    font-size: 12px;
  }

  .image-16 {
    display: none;
  }

  .paragraph-20 {
    font-size: 12px;
    display: block;
  }

  .cell-33, .cell-34, .image-17 {
    display: none;
  }

  .paragraph-21, .paragraph-22, .paragraph-23 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-18 {
    display: none;
  }

  .paragraph-24, .paragraph-25 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-19 {
    display: none;
  }

  .paragraph-26 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-20 {
    display: none;
  }

  .paragraph-27, .paragraph-28, .paragraph-29 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-21 {
    display: none;
  }

  .paragraph-30 {
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-3 {
    display: none;
  }

  .section-39 {
    margin-top: 265px;
  }

  .section-41 {
    margin-bottom: -114px;
  }

  .quick-stack-21 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    font-size: 15px;
  }

  .section-43 {
    height: 291px;
    margin-bottom: -42px;
  }

  .quick-stack-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-44 {
    display: none;
  }

  .quick-stack-23 {
    padding-left: 40px;
  }

  .section-45 {
    display: block;
  }

  .section-46 {
    margin-top: 32px;
  }

  .container-28 {
    margin-top: 308px;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
    font-size: 14px;
  }

  .rich-text-block-3 {
    display: none;
  }

  .container-29 {
    padding-top: 0;
  }

  .container-30 {
    margin-top: 128px;
  }

  .list-item-11, .list-item-12, .list-item-13, .list-item-14 {
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-15 {
    font-size: 14px;
    line-height: 29px;
  }

  .section-47 {
    margin-top: 262px;
  }

  .outdoor-living-quickstack {
    grid-column-gap: 20px;
    height: 90svh;
    margin-top: 546px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .curb-appeal-text-block-25 {
    margin-top: 41px;
    padding-left: 20px;
  }

  .outdoor-living-quckstack22 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21 {
    font-size: 14px;
    line-height: 20px;
  }

  .property-care-heading-32 {
    text-align: center;
    margin-top: 155px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .property-care-heading-33 {
    text-align: center;
    margin-top: -70px;
  }

  .property-care-div17 {
    margin-top: 96px;
  }

  .property-care-heading34 {
    margin-top: 90px;
  }

  .property-care-quickstack {
    grid-column-gap: 20px;
    height: 90svh;
    margin-top: -29px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27 {
    font-size: 14px;
    line-height: 20px;
  }

  .outdoor-lvinging-sec43 {
    height: 291px;
    margin-bottom: -42px;
    display: none;
  }

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

  .heading-45 {
    color: #9bb23b;
    font-size: 24px;
  }

  .list {
    color: #fff;
    font-size: 16px;
  }

  .rich-text-block-5 {
    margin-top: 55px;
  }

  .contact-text {
    margin-top: -28px;
  }

  .outdoor-living-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-10 {
    margin-top: 95px;
  }

  .section-50 {
    margin-top: 308px;
  }

  .featured-projects-section {
    margin-top: -287px;
    margin-bottom: 60px;
    display: block;
  }

  .section-51 {
    margin-top: 356px;
    margin-bottom: 134px;
  }

  .text-block-14-copy {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
  }

  .text-block-19-copy {
    line-height: 30px;
  }

  .section-8-copy.villagecontemporary {
    background-position: 50% 100%;
    height: 400px;
  }

  .section-8-copy.lakefront-resort {
    height: 400px;
  }

  .section-54 {
    height: 250px;
  }

  .image-28 {
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .heading-52 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .image-29 {
    max-width: 70%;
  }

  .heading-53 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .heading-54 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-47 {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .button-5 {
    text-align: center;
    margin-left: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .container-36 {
    border: 1px none var(--white);
  }

  .cell-43 {
    border: 1px #000;
  }

  .heading-56, .text-block-49 {
    padding-right: 0;
  }

  .quick-stack-26 {
    height: 2000px;
  }

  .paragraph-32 {
    text-align: center;
  }

  .text-block-50 {
    display: none;
  }

  .heading-57 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-17-copy, .image-jaden-modal {
    display: none;
  }

  .maint-button {
    max-width: 80%;
    margin-top: -52px;
    display: block;
  }

  .section-59 {
    width: 100%;
  }

  .quick-stack-29 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-33 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 20px;
  }

  .quick-stack-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-41 {
    width: 90%;
    max-width: 90%;
  }

  .heading-59 {
    font-size: 32px;
    line-height: 52px;
  }

  .list-2 {
    margin-top: 19px;
  }

  .maint-button-learn-more {
    margin-top: 22px;
  }

  .section-61 {
    margin-top: 20px;
  }

  .heading-61 {
    margin-top: -79px;
    font-size: 36px;
    line-height: 38px;
  }

  .section-62 {
    height: 543px;
  }

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

  .text-block-52 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-51-copy, .heading-63 {
    font-size: 36px;
    line-height: 40px;
  }

  .container-46 {
    margin-top: 91px;
  }

  .container-47 {
    width: 95%;
    max-width: 90%;
  }

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

  .text-block-53 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-44 {
    margin-top: 20px;
  }

  .text-block-54 {
    font-size: 18px;
    line-height: 20px;
  }

  .spring-clenup-section {
    max-width: 100%;
  }

  .container-48 {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 100%;
    display: block;
  }

  .rich-text-block-9 {
    max-width: 117100%;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-66 {
    max-width: 99.9998%;
    font-size: 24px;
    line-height: 26px;
  }

  .list-3 {
    max-width: 99.9998%;
    padding-left: 20px;
  }

  .cell-53 {
    display: block;
  }

  .quick-stack-35 {
    grid-row-gap: 1px;
    width: 95%;
    max-width: 95%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .fall-cleanup-section {
    max-width: 100%;
  }

  .rich-text-block-9-copy {
    max-width: 99.9999%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .cell-56 {
    padding-top: 201px;
  }

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

  .rich-text-block-10 {
    font-size: 24px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .property-care-copy {
    height: 400px;
  }

  .heading-66-copy, .heading-68 {
    padding-left: 20px;
  }

  .list-item-28, .list-item-29 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-67-copy-copy {
    font-size: 39px;
  }

  .list-item-37, .list-item-38, .list-item-39, .list-item-40 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-62-copy {
    margin-top: 1798px;
    font-size: 36px;
    line-height: 38px;
  }

  .heading-69-copy {
    padding-left: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-67-copy, .heading-67-copy-copy {
    font-size: 36px;
    line-height: 38px;
  }

  .heading-66-copy-copy {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-66-copy-copy-copy {
    font-size: 24px;
    line-height: 26px;
  }

  .list-item-41 {
    line-height: 20px;
  }

  .heading-59-copy {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-70 {
    text-align: center;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 26px;
  }

  .cell-57 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bold-text-4, .paragraph-34, .bold-text-5, .paragraph-35, .bold-text-6, .paragraph-36 {
    font-size: 18px;
    line-height: 20px;
  }

  .maint-button-learn-more-copy {
    margin-top: -3px;
  }

  .list-item-42 {
    max-width: 100%;
    font-size: 18px;
    line-height: 20px;
  }

  .list-item-43, .list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48 {
    font-size: 18px;
    line-height: 20px;
  }

  .list-3-copy {
    max-width: 99.9998%;
    padding-left: 20px;
  }

  .container-51 {
    max-width: 134100%;
  }

  .cell-53-copy {
    display: block;
  }

  .list-item-49, .list-item-50, .list-item-51, .list-item-52, .list-item-53, .list-item-54 {
    font-size: 24px;
    line-height: 26px;
  }

  .bold-text-7, .paragraph-37, .bold-text-8, .paragraph-38, .bold-text-9, .paragraph-39, .list-item-55, .list-item-56, .list-item-57, .list-item-58, .list-item-59, .list-item-60, .list-item-61, .list-item-62, .list-item-63, .list-item-64 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-66 {
    margin-top: 332px;
  }

  .container-46-copy {
    margin-top: 675px;
  }

  .container-48-copy {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 100%;
    display: block;
  }

  .heading-67-copy-copy-copy {
    color: #9bb23b;
    font-size: 24px;
    line-height: 26px;
  }

  .container-46-copy {
    margin-top: 585px;
    padding-top: 0;
  }

  .heading-61-copy {
    margin-top: 18px;
    font-size: 36px;
    line-height: 38px;
  }

  .section-6-copy {
    margin-top: -9px;
    margin-bottom: 60px;
    display: block;
  }

  .section-68 {
    margin-top: -58px;
  }

  .section-61-copy {
    margin-top: 20px;
  }

  .section-61-copy-copy {
    margin-top: 88px;
  }

  .section-69 {
    height: 118vh;
  }

  .section-70 {
    height: 180px;
  }

  .image-49 {
    max-width: 95%;
    height: 60%;
    max-height: 60%;
  }

  .container-52 {
    height: auto;
    max-height: none;
  }

  .container-53 {
    height: 98svh;
  }

  .heading-71 {
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46 {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-73 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-47 {
    display: none;
  }

  .quick-stack-42 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 90svh;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-75 {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-59 {
    text-align: center;
  }

  .cell-66, .cell-67 {
    display: none;
  }

  .link-10 {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .link-11 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
}

#w-node-_6fbf7cdb-db08-5e51-0aa2-b16f57ccde74-0e285fdb {
  grid-template-rows: 20svh auto 20svh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a3c25cae-92c5-d97c-a2ee-ca050ecf7277-0e285fdb, #w-node-ead9f95a-dac4-7f0e-0a1d-027c60e19d10-0e285fdb {
  grid-column: span 2 / span 2;
}

#w-node-dcb9d62f-a520-b498-a7fc-48c404c040fa-0e285fdb {
  grid-row: span 2 / span 2;
}

#w-node-_9bac952c-b36d-1e44-ae93-e988b80e91a5-0e285fdb {
  grid-column: span 2 / span 2;
}

#w-node-_8cda9f52-b1b0-692b-5948-5ade1de21418-0e285fdb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_6099e717-282c-044c-2bfe-10003416327c-0e285fdb, #w-node-_31259a29-a515-c604-c25a-fa9b8ff93e21-0e285fdb {
  grid-column: span 2 / span 2;
}

#w-node-d44f67fd-a1e3-08f2-9c97-2c948a400131-0e285fdb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-bc8742c1-742b-832b-e5e2-e59e3055e685-0e285fdb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_29798316-cff5-8bf8-7f59-1259caf42daf-0e285fdb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1d46798d-a282-8a91-6a61-938b48ae1ed7-48ae1ed6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1d46798d-a282-8a91-6a61-938b48ae1ee0-48ae1ed6, #w-node-_1d46798d-a282-8a91-6a61-938b48ae1f00-48ae1ed6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8d3eb928-b75e-d5a6-32e0-04903d89b478-3d89b473 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8b5b6852-7f2f-be3b-6338-b321f2fb6c8b-0e285fdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0557d44-78d9-b189-7e29-389369e5b583-0e285fdc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_86a63558-4757-0858-60bb-6a9cc466b721-0e285fdc {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285fdc, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285fdc, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285fdc, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285fdc, #w-node-_871dd41f-fc19-57be-7012-33bef113d85f-0e285fdc, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285fdc, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285fdc, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285fdc, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285fdc, #w-node-_0dd37c6a-3b22-45b9-22bf-18d5baa03a2b-0e285fdc, #w-node-_3aebbe85-b9db-9ed8-892f-d770f8c9ba35-0e285fdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb23a6a4-7b10-f33d-a95c-0b520650ecf6-0e285fdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cf9bebca-61c4-af84-2f95-8b0d485e52cb-0e285fdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285fdd, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285fdd, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285fdd, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285fdd, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285fdd, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285fdd, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285fdd, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285fdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cf9bebca-61c4-af84-2f95-8b0d485e52cb-0e285fde {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285fde, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285fde, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285fde, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285fde, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285fde, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285fde, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285fde, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285fde {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fdf {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3339a2bd-5adc-f1da-5a27-5a3af759a8c8-0e285fdf, #w-node-_068e121f-5562-5469-70e0-e903228bc46c-0e285fdf, #w-node-_54750b83-23ed-673d-6570-4f0943c38132-0e285fdf, #w-node-_98c3fc8b-0cef-2d4d-01a9-1fa311ca506c-0e285fdf, #w-node-_3b505598-a803-8477-4cc1-466287affc14-0e285fdf {
  grid-column: span 2 / span 2;
}

#w-node-_1b2d0b4f-af4f-2e6e-dc88-9a65af98f062-0e285fdf {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1b2d0b4f-af4f-2e6e-dc88-9a65af98f063-0e285fdf {
  grid-column: span 2 / span 2;
}

#w-node-_6669b935-4f3c-9302-643f-73e3eb49acc8-0e285fe1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_664e6828-6660-df8b-b111-e0cc79c1764e-0e285fe1, #w-node-_830d62bb-acc0-c1c9-83f9-2256b44f62c9-0e285fe1 {
  grid-column: span 2 / span 2;
}

#w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fe1 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3339a2bd-5adc-f1da-5a27-5a3af759a8c8-0e285fe1, #w-node-_068e121f-5562-5469-70e0-e903228bc46c-0e285fe1, #w-node-_54750b83-23ed-673d-6570-4f0943c38132-0e285fe1, #w-node-_98c3fc8b-0cef-2d4d-01a9-1fa311ca506c-0e285fe1, #w-node-_3b505598-a803-8477-4cc1-466287affc14-0e285fe1 {
  grid-column: span 2 / span 2;
}

#w-node-_9e4a0d7c-9b4d-7c81-fc0d-7220756b176b-0e285fe3, #w-node-_7a7f52b8-657e-d2d3-580a-de83a61aabfe-0e285fe3, #w-node-_7a7f52b8-657e-d2d3-580a-de83a61aabfe-0e285fe4, #w-node-_9e4a0d7c-9b4d-7c81-fc0d-7220756b176b-0e285fe4, #w-node-_9e4a0d7c-9b4d-7c81-fc0d-7220756b176b-0e285fe5, #w-node-_7a7f52b8-657e-d2d3-580a-de83a61aabfe-0e285fe5, #w-node-_7a7f52b8-657e-d2d3-580a-de83a61aabfe-0e285fe6, #w-node-_9e4a0d7c-9b4d-7c81-fc0d-7220756b176b-0e285fe6, #w-node-_9e4a0d7c-9b4d-7c81-fc0d-7220756b176b-0e285fe9, #w-node-_7a7f52b8-657e-d2d3-580a-de83a61aabfe-0e285fe9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0df7b29e-07a0-0009-082c-16fc68de36f0-0e285fec {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f4688d96-8406-758a-dd9e-d82e803ffb48-0e285fec, #w-node-_0cb0e71f-728b-ee3b-b9a6-5775ea8b608f-0e285fec {
  grid-column: span 2 / span 2;
}

#w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fec {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3339a2bd-5adc-f1da-5a27-5a3af759a8c8-0e285fec, #w-node-_068e121f-5562-5469-70e0-e903228bc46c-0e285fec, #w-node-_54750b83-23ed-673d-6570-4f0943c38132-0e285fec, #w-node-_98c3fc8b-0cef-2d4d-01a9-1fa311ca506c-0e285fec, #w-node-_3b505598-a803-8477-4cc1-466287affc14-0e285fec {
  grid-column: span 2 / span 2;
}

#w-node-_238629a8-1c87-29da-8f5b-797d42ec54fa-0e285fee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b31-0e285fee {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b32-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b47-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b48-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b4b-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b4c-0e285fee {
  grid-column: span 2 / span 2;
}

#w-node-_80301cd8-59ca-0343-2b04-53df276f9063-0e285ff1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .5fr;
}

#w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff2, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff2, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff2, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff2, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff2, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff2, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff2, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff2, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff3, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff3, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff3, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff3, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff3, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff3, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff3, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff3, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff4, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff4, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff4, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff4, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff4, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff4, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff4, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff4, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff6, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff6, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff6, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff6, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff6, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff6, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff6, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff6, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff7, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff7, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff7, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff7, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff7, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff7, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff7, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff7, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff8, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff8, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff8, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff8, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff8, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff8, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff8, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff8, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff9, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff9, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff9, #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff9, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff9, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff9, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff9, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff9, #w-node-_6862fe04-d105-54fa-d926-24522637cf79-0e285ffa, #w-node-_0494f1aa-44fa-042b-f058-322adaf15ab6-0e285ffa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06fe08e8-cc56-ecd3-aa06-3c5edde2f3c7-0e285ffa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1110df34-c004-2392-b221-e9ba3b018938-0e285ffa {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_83119d2e-6fd9-4b74-1368-27ca25e9c8c9-0e285ffb, #w-node-_02a57311-c014-6f22-5a3d-bbde51282497-0e285ffb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cfd9964e-f168-a743-5b25-301bffa370ba-0e285ffb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f96c5ee4-ab7a-1244-010a-f8985d614974-0e285ffb, #w-node-db48d35c-6743-66c9-1f6b-f238d2edb3db-0e285ffb, #w-node-ade76790-f291-7f3c-7ab9-f38be289c8af-0e285ffb {
  grid-template-rows: 250px 250px;
  grid-template-columns: 2fr;
}

#w-node-_5d4560dd-3f8b-5358-43e0-8edad843b840-0e285ffc, #w-node-_7592e394-9ef4-8a8c-84ec-751b1b70b6bb-0e285ffc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_900aed11-268f-369c-b2a9-bf021b386305-0e285ffc {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_5d4560dd-3f8b-5358-43e0-8edad843b840-0e285ffd, #w-node-_7592e394-9ef4-8a8c-84ec-751b1b70b6bb-0e285ffd, #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffd, #w-node-_5d4560dd-3f8b-5358-43e0-8edad843b840-0e285ffe, #w-node-_7592e394-9ef4-8a8c-84ec-751b1b70b6bb-0e285ffe, #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffe, #w-node-ecd126e1-0bad-ecac-d194-85c136390a3d-0e285ffe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53412a62-f311-5744-c5e9-f4a8d2c9dd50-0e286001 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
}

#w-node-e83f2a78-bb6d-558a-cd66-5c7c31628cc3-0e286001 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-fadffd63-9e65-62aa-7012-b3bcb90826e4-0e286001 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_6862fe04-d105-54fa-d926-24522637cf79-0e286002, #w-node-_0494f1aa-44fa-042b-f058-322adaf15ab6-0e286002 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06fe08e8-cc56-ecd3-aa06-3c5edde2f3c7-0e286002 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1110df34-c004-2392-b221-e9ba3b018938-0e286002 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-f7ceabfb-e5cf-a1fd-c9d1-93364a73060b-4a730600 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8d3eb928-b75e-d5a6-32e0-04903d89b478-3d89b473 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8b5b6852-7f2f-be3b-6338-b321f2fb6c8b-0e285fdc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0557d44-78d9-b189-7e29-389369e5b583-0e285fdc {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_86a63558-4757-0858-60bb-6a9cc466b721-0e285fdc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_83119d2e-6fd9-4b74-1368-27ca25e9c8c9-0e285ffb {
    grid-template-rows: 438px;
    grid-template-columns: 1fr;
  }

  #w-node-cfd9964e-f168-a743-5b25-301bffa370ba-0e285ffb, #w-node-_5d4560dd-3f8b-5358-43e0-8edad843b840-0e285ffc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffc {
    grid-template-rows: 500px;
    grid-template-columns: .75fr;
  }

  #w-node-_900aed11-268f-369c-b2a9-bf021b386305-0e285ffc {
    grid-template-rows: 414px;
    grid-template-columns: 1fr;
  }

  #w-node-_5d4560dd-3f8b-5358-43e0-8edad843b840-0e285ffd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffd {
    grid-template-rows: 700px;
    grid-template-columns: 1fr;
  }

  #w-node-_5d4560dd-3f8b-5358-43e0-8edad843b840-0e285ffe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffe, #w-node-ecd126e1-0bad-ecac-d194-85c136390a3d-0e285ffe {
    grid-template-rows: 700px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc8742c1-742b-832b-e5e2-e59e3055e685-0e285fdb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f7ceabfb-e5cf-a1fd-c9d1-93364a73060b-4a730600 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285fdc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_3339a2bd-5adc-f1da-5a27-5a3af759a8c8-0e285fdf, #w-node-_068e121f-5562-5469-70e0-e903228bc46c-0e285fdf, #w-node-_54750b83-23ed-673d-6570-4f0943c38132-0e285fdf, #w-node-_98c3fc8b-0cef-2d4d-01a9-1fa311ca506c-0e285fdf, #w-node-_3b505598-a803-8477-4cc1-466287affc14-0e285fdf {
    grid-column: span 2 / span 2;
  }

  #w-node-_1b2d0b4f-af4f-2e6e-dc88-9a65af98f062-0e285fdf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fe1 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff3, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff4, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff6, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff7, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff8, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff9, #w-node-_0494f1aa-44fa-042b-f058-322adaf15ab6-0e285ffa, #w-node-_06fe08e8-cc56-ecd3-aa06-3c5edde2f3c7-0e285ffa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1110df34-c004-2392-b221-e9ba3b018938-0e285ffa {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83119d2e-6fd9-4b74-1368-27ca25e9c8c9-0e285ffb {
    grid-template-rows: 479px;
    grid-template-columns: 1fr;
  }

  #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffc {
    grid-template-rows: 500px;
    grid-template-columns: 1.25fr;
  }

  #w-node-_900aed11-268f-369c-b2a9-bf021b386305-0e285ffc {
    grid-template-rows: 414px;
    grid-template-columns: 100%;
  }

  #w-node-_0494f1aa-44fa-042b-f058-322adaf15ab6-0e286002, #w-node-_06fe08e8-cc56-ecd3-aa06-3c5edde2f3c7-0e286002 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1110df34-c004-2392-b221-e9ba3b018938-0e286002 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8cda9f52-b1b0-692b-5948-5ade1de21418-0e285fdb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6099e717-282c-044c-2bfe-10003416327c-0e285fdb, #w-node-_31259a29-a515-c604-c25a-fa9b8ff93e21-0e285fdb {
    grid-column: span 2 / span 2;
  }

  #w-node-d44f67fd-a1e3-08f2-9c97-2c948a400131-0e285fdb, #w-node-_29798316-cff5-8bf8-7f59-1259caf42daf-0e285fdb, #w-node-_1d46798d-a282-8a91-6a61-938b48ae1ed7-48ae1ed6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d46798d-a282-8a91-6a61-938b48ae1ee0-48ae1ed6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-f7ceabfb-e5cf-a1fd-c9d1-93364a73060b-4a730600 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7ceabfb-e5cf-a1fd-c9d1-93364a73060c-4a730600 {
    place-self: auto;
  }

  #w-node-_8d3eb928-b75e-d5a6-32e0-04903d89b478-3d89b473 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86a63558-4757-0858-60bb-6a9cc466b721-0e285fdc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285fdc, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285fdc, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285fdc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2f-0e285fdc {
    grid-row: span 113 / span 113;
  }

  #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285fdc, #w-node-_871dd41f-fc19-57be-7012-33bef113d85f-0e285fdc, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285fdc, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285fdc, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285fdc, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285fdc, #w-node-_0dd37c6a-3b22-45b9-22bf-18d5baa03a2b-0e285fdc, #w-node-_3aebbe85-b9db-9ed8-892f-d770f8c9ba35-0e285fdd, #w-node-eb23a6a4-7b10-f33d-a95c-0b520650ecf6-0e285fdd, #w-node-cf9bebca-61c4-af84-2f95-8b0d485e52cb-0e285fdd, #w-node-cf9bebca-61c4-af84-2f95-8b0d485e52cb-0e285fde {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fdf {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fe1 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_63faad85-e66d-ae7f-17f2-cbb4eb6d233b-0e285fe1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e4a0d7c-9b4d-7c81-fc0d-7220756b176b-0e285fe9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0df7b29e-07a0-0009-082c-16fc68de36f0-0e285fec {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f4688d96-8406-758a-dd9e-d82e803ffb48-0e285fec, #w-node-_0cb0e71f-728b-ee3b-b9a6-5775ea8b608f-0e285fec {
    grid-column: span 2 / span 2;
  }

  #w-node-a4f63fb7-76e9-607f-780f-c1c29cdbec14-0e285fec {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b31-0e285fee {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b32-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b47-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b48-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b4b-0e285fee, #w-node-_2b148e0a-1d2a-d795-d8de-c037d9840b4c-0e285fee {
    grid-column: span 2 / span 2;
  }

  #w-node-_80301cd8-59ca-0343-2b04-53df276f9063-0e285ff1 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff3, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff3, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2f-0e285ff3 {
    grid-row: span 113 / span 113;
  }

  #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff3, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff3, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff3, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff3, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff3, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff4, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff4, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2f-0e285ff4 {
    grid-row: span 113 / span 113;
  }

  #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff4, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff4, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff4, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff4, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff4, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff6, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff6, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2f-0e285ff6 {
    grid-row: span 113 / span 113;
  }

  #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff6, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff6, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff6, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff6, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff6, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff7, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff7, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2f-0e285ff7 {
    grid-row: span 113 / span 113;
  }

  #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff7, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff7, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff7, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff7, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff7, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff8, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff8, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2f-0e285ff8 {
    grid-row: span 113 / span 113;
  }

  #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff8, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff8, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff8, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff8, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff8, #w-node-_2c687253-3831-6b38-a3ed-a7b166bb117f-0e285ff9, #w-node-a7a3ef8a-3c9b-03d8-bbf4-f14e19b60361-0e285ff9, #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2c-0e285ff9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4aea30da-1466-dc30-0ba0-a065657fbb2f-0e285ff9 {
    grid-row: span 113 / span 113;
  }

  #w-node-b39d2ad0-b727-9bd3-f1f4-3eb6b7c84558-0e285ff9, #w-node-_5d56d913-265c-d8ae-9eff-0fdfabc34850-0e285ff9, #w-node-a00d40bb-762b-2986-943a-58a37683ab4f-0e285ff9, #w-node-_73dd2cd6-5184-fc59-4d77-452eecf11c6c-0e285ff9, #w-node-e660bf9b-6589-d21e-a18c-7bd2144a9300-0e285ff9, #w-node-_0494f1aa-44fa-042b-f058-322adaf15ab6-0e285ffa, #w-node-_06fe08e8-cc56-ecd3-aa06-3c5edde2f3c7-0e285ffa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1110df34-c004-2392-b221-e9ba3b018938-0e285ffa {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83119d2e-6fd9-4b74-1368-27ca25e9c8c9-0e285ffb {
    grid-template-rows: 363px;
    grid-template-columns: 1fr;
  }

  #w-node-_02a57311-c014-6f22-5a3d-bbde51282497-0e285ffb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_7592e394-9ef4-8a8c-84ec-751b1b70b6bb-0e285ffc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffc {
    grid-template-rows: 275px;
    grid-template-columns: 1fr;
  }

  #w-node-_900aed11-268f-369c-b2a9-bf021b386305-0e285ffc {
    grid-template-rows: 350px;
    grid-template-columns: 1fr;
  }

  #w-node-_7592e394-9ef4-8a8c-84ec-751b1b70b6bb-0e285ffd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffd {
    grid-template-rows: 300px;
    grid-template-columns: 1fr;
  }

  #w-node-_5d4560dd-3f8b-5358-43e0-8edad843b840-0e285ffe, #w-node-_7592e394-9ef4-8a8c-84ec-751b1b70b6bb-0e285ffe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_906a89d9-ac9d-126a-2aae-231983ab3026-0e285ffe, #w-node-ecd126e1-0bad-ecac-d194-85c136390a3d-0e285ffe {
    grid-template-rows: 300px;
    grid-template-columns: 1fr;
  }

  #w-node-_53412a62-f311-5744-c5e9-f4a8d2c9dd50-0e286001 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-e83f2a78-bb6d-558a-cd66-5c7c31628cc3-0e286001 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-fadffd63-9e65-62aa-7012-b3bcb90826e4-0e286001 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_0494f1aa-44fa-042b-f058-322adaf15ab6-0e286002, #w-node-_06fe08e8-cc56-ecd3-aa06-3c5edde2f3c7-0e286002 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1110df34-c004-2392-b221-e9ba3b018938-0e286002 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


