<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-image-container[data-v-7520dff2] {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: white;
}
.hero-image-container .overlay[data-v-7520dff2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
@media (max-width: 799px) {
.hero-image-container .overlay[data-v-7520dff2] {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
.hero-image-container .hero-content[data-v-7520dff2] {
  position: relative;
  z-index: 2;
  max-width: calc(50% - 20px);
}
@media (max-width: 799px) {
.hero-image-container .hero-content[data-v-7520dff2] {
    max-width: 100%;
    margin: 0 20px;
}
}
.hero-image-container .hero-content h2[data-v-7520dff2] {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  color: white;
  text-align: left;
}
@media (max-width: 799px) {
.hero-image-container .hero-content h2[data-v-7520dff2] {
    font-size: 34px;
    text-align: center;
}
}
.hero-image-container .hero-content p[data-v-7520dff2] {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  color: white;
}
@media (max-width: 799px) {
.hero-image-container .hero-content p[data-v-7520dff2] {
    font-size: 16px;
}
}

.why-david-weekley-container[data-v-557d49de] {
  background-color: #f2f0eb;
}

.cities-info-container .city[data-v-1e75893c] {
  margin-bottom: 1rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cities-info-container .city .city-name[data-v-1e75893c] {
  color: #f2894f;
  font-weight: 700;
}
.cities-info-container .city a[data-v-1e75893c] {
  text-decoration: underline;
}
.cities-info-container .footer[data-v-1e75893c] {
  margin-top: 2rem;
}

.community-types-container[data-v-426ef65a] {
  text-align: center;
}
.community-types-container .community-types-grid[data-v-426ef65a] {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 992px) {
.community-types-container .community-types-grid[data-v-426ef65a] {
    flex-wrap: wrap;
}
}
.community-types-container .community-types-grid .community-type-card[data-v-426ef65a] {
  flex: 1;
  max-width: 320px;
  background-color: #ffffff00;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 992px) {
.community-types-container .community-types-grid .community-type-card[data-v-426ef65a] {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}
@media (max-width: 768px) {
.community-types-container .community-types-grid .community-type-card[data-v-426ef65a] {
    flex: 0 0 100%;
    max-width: 400px;
}
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper[data-v-426ef65a] {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  margin-top: 20px;
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper[data-v-426ef65a]::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 99%;
  height: 99%;
  background: linear-gradient(359deg, #ed1e3a, #f4ca35);
  border-radius: 50%;
  padding: 0px;
  z-index: 1;
  box-shadow: 0px 0px 7px 1px;
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper .community-type-circle[data-v-426ef65a] {
  position: relative;
  height: 311px;
  width: 311px;
  border-radius: 50%;
  overflow: hidden;
  margin: 4px;
  z-index: 2;
  background: #fff;
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper .community-type-circle img[data-v-426ef65a] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper .community-type-circle .image-overlay[data-v-426ef65a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper .community-type-circle .image-overlay h3[data-v-426ef65a] {
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  line-height: 1.2;
  margin: 0;
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper .circle-icon[data-v-426ef65a] {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #f2894f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.community-types-container .community-types-grid .community-type-card .circle-wrapper .circle-icon i[data-v-426ef65a] {
  color: #ffffff;
}
.community-types-container .community-types-grid .community-type-card .community-type-content[data-v-426ef65a] {
  padding: 25px 20px;
  background-color: #f2f0eb;
  margin-top: -150px;
  padding-top: 175px;
  height: 100%;
}
.community-types-container .community-types-grid .community-type-card .community-type-content .community-type-content-title[data-v-426ef65a] {
  margin: 15px 0;
}
.community-types-container .community-types-grid .community-type-card .community-type-content .community-type-content-title h4[data-v-426ef65a] {
  color: #f4863b;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  display: contents;
}
.community-types-container .community-types-grid .community-type-card .community-type-content .community-type-content-title p[data-v-426ef65a] {
  display: contents;
}
.community-types-container .community-types-grid .community-type-card .community-type-content .community-type-content-details p[data-v-426ef65a] {
  display: contents;
}
.community-types-container .community-types-grid .community-type-card .community-type-content .community-type-content-details p strong[data-v-426ef65a] {
  font-weight: 900;
}

.state-info-container .state-info[data-v-7884b254] {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
.state-info-container .state-info .title[data-v-7884b254] {
  color: #f2894f;
  font-weight: 900;
}

.carousel-container[data-v-71db3d53] {
  position: relative;
}
.card-wrapper[data-v-71db3d53] {
  display: flex;
  gap: 30px;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px;
  scroll-snap-type: x mandatory;
  transition: transform 0.3s ease-out;
  border-radius: 12px;
}
@media (max-width: 799px) {
.card-wrapper[data-v-71db3d53] {
    gap: 10px;
    padding: 10px 45px;
}
}
.card[data-v-71db3d53] {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 300px) / 3);
  background: #fff;
  border-radius: 12px;
  outline: 1px solid lightgrey;
  padding: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  scroll-snap-align: center;
}
@media (min-width: 830px) and (max-width: 834px) {
.card[data-v-71db3d53] {
    padding: 30px;
}
}
@media (min-width: 820px) and (max-width: 825px) {
.card[data-v-71db3d53] {
    padding: 29px;
}
}
@media (min-width: 800px) and (max-width: 810px) {
.card[data-v-71db3d53] {
    padding: 27.5px;
}
}
@media (max-width: 799px) {
.card[data-v-71db3d53] {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    scroll-snap-align: center;
    outline: 1px solid #f2894f;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
}
.card[data-v-71db3d53]::before {
  content: "\f10e";
  position: absolute;
  top: 45px;
  font-size: 45px;
  color: lightgrey;
  font-family: "FontAwesome";
  line-height: 0;
  padding: 5px;
}
.card[data-v-71db3d53]:hover {
  outline: 1px solid #f2894f;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1149px) {
.card[data-v-71db3d53]:nth-child(3n-1) {
    outline: 1px solid #f2894f;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
}
.rating[data-v-71db3d53] {
  color: #f2894f;
  font-size: 25px;
  padding: 55px 5px 5px;
}
.rating .fa-star.empty[data-v-71db3d53] {
  color: #ccc;
}
.review-title[data-v-71db3d53] {
  font-size: 25px;
  font-weight: 900;
  color: #3d3c37;
  padding: 5px 5px 25px;
  min-width: 150px;
}
.review-content[data-v-71db3d53] {
  color: #888;
  padding: 5px;
  flex-grow: 1;
  max-height: 250px;
  overflow: hidden;
  line-height: 20px;
}
.customer-info[data-v-71db3d53] {
  margin-top: auto;
  font-family: "museo-sans";
  padding: 5px;
}
.customer-info .customer-name[data-v-71db3d53] {
  font-size: 20px;
  font-weight: 800;
  color: #3d3c37;
}
.customer-info .community-info[data-v-71db3d53] {
  font-size: 14px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding-top: 10px;
  overflow: hidden;
}
.customer-info .community-info .community-text[data-v-71db3d53] {
  color: #888;
}
.customer-info .community-info .community-link[data-v-71db3d53] {
  color: #888;
  text-decoration: underline;
}
.arrow[data-v-71db3d53] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #f2894f;
  font-size: 24px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 799px) {
.arrow[data-v-71db3d53] {
    display: none;
}
}
.arrow.left[data-v-71db3d53] {
  left: 0;
}
.arrow.right[data-v-71db3d53] {
  right: 0;
}
.dots-container[data-v-71db3d53] {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.dot[data-v-71db3d53] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.dot.active[data-v-71db3d53] {
  background: #fff;
}

.reviews-container[data-v-81bd9768] {
  background: linear-gradient(to bottom, white 0%, white 50%, #f2894f 50%, #f2894f 100%);
}
.reviews-container p[data-v-81bd9768] {
  text-align: center;
}
.reviews-container[data-v-81bd9768] .review-content {
  color: #3d3c37;
}
.reviews-container[data-v-81bd9768] strong {
  font-weight: 900;
}

.faq-title[data-v-647e53fe] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
}
.faq-title .question[data-v-647e53fe] {
  font-size: 28px;
  font-weight: 700;
  color: #3d3c37;
  line-height: 1;
  flex: 1;
}
.faq-title .collapsible-icon[data-v-647e53fe] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  background-color: #f2894f;
  border-radius: 100px;
}
.faq-title .collapsible-icon .faq-icon[data-v-647e53fe] {
  color: white;
}
.faq-title .collapsible-icon .faq-icon.plus[data-v-647e53fe] {
  font-size: 22px;
}
.faq-title .collapsible-icon .faq-icon.minus[data-v-647e53fe] {
  position: relative;
  font-size: 28px;
}
hr[data-v-647e53fe] {
  border-bottom: 1px solid #3d3c37;
  margin: 0.5rem 0;
}

.faq[data-v-63f0433a] {
  margin-top: 2rem;
}

.state-page-container[data-v-5dde0b3d] section {
  padding: 40px;
}
@media (max-width: 1149px) {
.state-page-container[data-v-5dde0b3d] section {
    padding: 40px 20px;
}
}
@media (max-width: 599px) {
.state-page-container[data-v-5dde0b3d] section {
    padding: 40px 10px;
}
}
.state-page-container[data-v-5dde0b3d] h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #3d3c37;
}
@media (max-width: 799px) {
.state-page-container[data-v-5dde0b3d] h2 {
    font-size: 34px;
}
}
.state-page-container[data-v-5dde0b3d] p {
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.4;
  color: #3d3c37;
}
@media (max-width: 799px) {
.state-page-container[data-v-5dde0b3d] p {
    font-size: 16px;
}
}
.state-page-container[data-v-5dde0b3d] .dwh-gradient-line {
  display: block;
  height: 4px;
  width: 112px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#ed1e3a), to(#f4ca35));
  background: linear-gradient(90deg, #ed1e3a, #f4ca35);
}

</pre></body></html>