<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --groves-green: #34502d;
  --white: white;
  --black: black;
}

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

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

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

.navbar-logo-left {
  z-index: 1000;
  background-color: #fff;
  margin-bottom: 80px;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #1a1b1f;
  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: rgba(26, 27, 31, .75);
}

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

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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: rgba(26, 27, 31, .75);
}

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

.banner {
  background-color: #fff7f1;
  justify-content: center;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
  position: relative;
  top: 80px;
}

.banner.no-tint {
  background-color: rgba(0, 0, 0, 0);
}

.arched-image {
  background-image: url('../images/Grovesphotos-162.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 50% 50% 12px 12px;
  width: 36%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

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

.text-span {
  display: inline-block;
}

.heading {
  color: var(--groves-green);
  width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading.wide {
  width: 100%;
}

.div-block-3 {
  width: 50%;
  min-height: 0;
  padding-left: 40px;
}

.div-block-4 {
  margin-top: 1rem;
  display: block;
}

.div-block-5 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body {
  margin-top: 23px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.div-block-6 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 50vh;
  min-height: 0;
  max-height: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  font-size: 16px;
  line-height: 1.3em;
}

.text-block.bold {
  margin-bottom: 1rem;
  font-weight: 700;
}

.text-block.bold.space {
  margin-top: 1.5rem;
}

.div-block-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  width: 48%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._50-50-image {
  background-image: url('../images/Grovesphotos-16.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 48%;
}

._25-image {
  background-image: url('../images/Grovesphotos-16.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 49%;
  height: 48%;
}

.div-block-8-copy {
  background-color: silver;
  border-radius: 12px;
  width: 49%;
  height: 48%;
}

._50-image {
  background-image: url('../images/Grovesphotos-30.JPG');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 49%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.left-hanging-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.heading-copy {
  color: var(--groves-green);
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-copy {
  font-size: 16px;
  line-height: 1.3em;
}

.div-block-3-copy {
  width: 100%;
  min-height: 100px;
}

.cta-button {
  background-color: var(--groves-green);
  text-transform: uppercase;
  border-radius: 12px;
  margin-right: 20px;
  font-weight: 700;
}

.cta-button.secondary {
  background-color: #888;
}

.cta-button.orange {
  background-color: #f37221;
}

.cta-block {
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.right-hanging-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.left-hanging-block-60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.image {
  width: 180px;
}

.block-50-50 {
  color: #fff;
  background-color: #f37221;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 27%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-7 {
  min-height: 100px;
}

.team-block {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
}

.team-member-item {
  flex-flow: column;
  align-items: center;
  width: 33%;
  min-height: 100px;
  display: flex;
}

.member-photo {
  margin-bottom: 1rem;
}

.member-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.link {
  color: #333;
}

.sales-office {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.so-phone {
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
  text-decoration: none;
}

._50-50-image-flex {
  background-image: url('../images/Grovesphotos-16.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 69%;
}

.div-block-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer {
  margin-top: 6.3rem;
}

.footer-block {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer-content {
  min-height: 100px;
}

.text-block-3 {
  text-align: center;
  min-height: 100px;
}

._50-50-image-community {
  background-image: url('../images/Grovesphotos-134.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 48%;
}

._50-image-community {
  background-image: url('../images/Grovesphotos-162.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 49%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

._25-image-community-1 {
  background-image: url('../images/Grovesphotos-20.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 49%;
  height: 48%;
}

._25-image-community-2 {
  background-image: url('../images/Grovesphotos-97-HDR.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 49%;
  height: 48%;
}

._50-image-membership {
  background-image: url('../images/Grovesphotos-32-HDR.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 49%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

._50-image-perks {
  background-image: url('../images/Grovesphotos-30.JPG');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 49%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

._50-image-team {
  background-image: url('../images/001new.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 60%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

._50-50-image-flex-2 {
  background-image: url('../images/Grovesphotos-16.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 69%;
}

.team-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  width: 38%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-6-team {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 50vh;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6-header {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 50vh;
  max-height: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6-membership {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 50vh;
  min-height: 300px;
  max-height: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6-perks {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 50vh;
  max-height: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  width: 100%;
  margin-top: 1rem;
}

.div-block-6-activities {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: auto;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._50-image-privacy {
  background-image: url('../images/Grovesphotos-42-HDR.JPG');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 49%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

._50-image-perks-activity-1 {
  background-image: url('../images/Grovesphotos-60-HDR.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 49%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

._50-image-activity-2 {
  background-image: url('../images/Grovesphotos-30.JPG');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  width: 49%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

._25-image-community-3 {
  background-image: url('../images/Grovesphotos-20.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 49%;
  height: 48%;
}

._25-image-community-4 {
  background-image: url('../images/Grovesphotos-97-HDR.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 49%;
  height: 48%;
}

._50-50-image-community-5 {
  background-image: url('../images/Grovesphotos-134.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 48%;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .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 rgba(0, 0, 0, .05);
  }

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

  .arched-image {
    width: 49%;
  }

  .div-block-3 {
    padding-left: 20px;
  }

  .div-block-6 {
    flex-flow: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-copy, ._50-image {
    width: 49%;
  }

  .left-hanging-block {
    padding-right: 20px;
  }

  .cta-button {
    margin-right: 0;
  }

  .cta-block {
    justify-content: space-around;
    align-items: stretch;
  }

  .right-hanging-box {
    padding-left: 20px;
  }

  .left-hanging-block-60 {
    width: 50%;
    padding-right: 20px;
  }

  .block-50-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-copy-copy, ._50-image-community, ._50-image-membership, ._50-image-perks {
    width: 49%;
  }

  ._50-image-team {
    width: 100%;
    height: 400px;
    margin-bottom: 1rem;
  }

  ._50-50-image-flex-2 {
    height: 300px;
  }

  .team-40 {
    width: 100%;
  }

  .div-block-6-team {
    flex-flow: column-reverse;
    justify-content: space-between;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6-header, .div-block-6-membership, .div-block-6-perks, .div-block-6-activities {
    flex-flow: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50-image-privacy, ._50-image-perks-activity-1, ._50-image-activity-2 {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .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 rgba(0, 0, 0, .05);
  }

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

  .banner.no-tint {
    margin-top: 3rem;
    position: relative;
  }

  .arched-image {
    flex: none;
    height: 300px;
    margin-bottom: 1rem;
  }

  .heading {
    width: 80%;
    margin-bottom: 1rem;
  }

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

  .div-block-4 {
    height: auto;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vw;
  }

  .left-hanging-block {
    width: 100%;
    margin-bottom: 1rem;
  }

  .div-block-3-copy {
    min-height: 0;
  }

  .right-hanging-box {
    width: 100%;
    margin-bottom: 1rem;
  }

  .left-hanging-block-60 {
    flex-flow: column;
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-copy-copy {
    flex: none;
    width: 100%;
    height: 100%;
  }

  .text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50-image-community {
    flex: none;
    width: 100%;
    height: 50vh;
    display: none;
  }

  ._50-image-membership {
    width: 100%;
    height: 50vh;
    margin-bottom: 1rem;
  }

  ._50-image-perks {
    width: 100%;
    height: 50vh;
  }

  .div-block-6-header {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-6-membership {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-6-perks {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-6-activities {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  ._50-image-privacy {
    width: 100%;
    height: 50vh;
    margin-bottom: 1rem;
  }

  ._50-image-perks-activity-1 {
    width: 100%;
    height: 50vh;
  }

  ._50-image-activity-2 {
    width: 100%;
    height: 50vh;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .banner {
    top: 140px;
  }

  .banner.no-tint {
    margin-top: 5rem;
    top: 52px;
  }

  .arched-image {
    border-radius: 0;
    width: 100%;
  }

  .heading {
    width: 100%;
  }

  .cta-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .block-50-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .team-member-item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .sales-office {
    font-size: 22px;
  }

  .so-phone, .text-block-2 {
    font-size: 20px;
  }

  .div-block-copy-copy {
    height: 100%;
  }

  .footer {
    margin-top: 10rem;
  }

  ._25-image-community-1 {
    flex: none;
  }

  ._50-image-team {
    height: 200px;
  }

  .div-block-6-membership {
    height: 100vw;
  }

  ._50-image-privacy {
    height: 100%;
    min-height: 200px;
  }

  ._50-image-perks-activity-1, ._50-image-activity-2 {
    height: 100vw;
  }

  ._25-image-community-3 {
    flex: none;
  }
}
</pre></body></html>