body {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #435750;
  font-family: "quasimoda", sans-serif;
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  background-color: #f2f2e9;
  color: #435750;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/bk1.png");
}

html {
  height: 100%;
}

.bg_primary {
  background-color: #435750;
}

.site-content {
  flex: 1 0 auto;
}

.footerholder {
  flex-shrink: 0;
  z-index: 1;
}
}
.load-hidden {
    visibility: hidden;
}
.fade-content {
  opacity: 0;
}
.container-fluid {
  padding-left: var(--bs-gutter-x, 1.2rem);
  padding-right: var(--bs-gutter-x, 1.2rem);
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: var(--bs-gutter-x, 0.5rem);
    padding-right: var(--bs-gutter-x, 0.5rem);
  }
}
img {
  min-height: 0.01px;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a[href^="mailto:"]:hover {
  text-decoration: underline;
}

.vh-fix {
  height: 100dvh;
}

.light_green {
  color: #738e55;
}

.white {
  color: #e5e4d3;
}

.quasimoda_regular {
  font-family: "quasimoda", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quasimoda_medium {
  font-family: "quasimoda", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.quasimoda_bold {
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 3rem;
  line-height: 3.4rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 5.5rem;
    line-height: 5.7rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 3.0rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: normal;
}

.nobr {
  white-space: nowrap;
}

.labels {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media (min-width: 768px) {
.labels {
  font-size: 1rem;
  line-height: 1rem;
}
}

.border_left {
  border-left: 4px solid #738e55;
}

.mobile_line {
  border-left: 4px solid #738e55;
  padding-left: 30px;
  margin-left: 30px;
}

.mobile_line h3 {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .mobile_line {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .mobile_line h3 {
    padding-left: 0px;
  }
}

p {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
p:last-child {
  margin-bottom: 0;
}

.top_section {
  background-image: url("");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e5e4d3;
}

.top_section h1 {
  font-size: 3rem;
  line-height: 3.1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .top_section h1 {
    font-size: 4.5rem;
    line-height: 4.6rem;
  }
}

.top_section h2 {
  font-size: 2.2rem;
  line-height: 2.1rem;
  text-transform: none;
}
@media (min-width: 768px) {
  .top_section h2 {
  font-size: 2.2rem;
  line-height: 2.1rem;
  }
}

.top_section h3 {
  font-size: 2.2rem;
  line-height: 2.1rem;
  text-transform: none;
}
@media (min-width: 768px) {
  .top_section h3 {
  font-size: 2.2rem;
  line-height: 2.1rem;
  }
}


.section_two {
  background-image: url("../img/bk2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .section_two {
    background-attachment: fixed;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.section_four {
  background-image: url("../img/bk3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .section_four {
    background-attachment: fixed;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.bk_lt {
  background-color: rgba(64, 65, 80, 0.5);
}

.image-fill {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.build_slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .build_slide:before {
    padding-top: 50%;
  }
}

.location_slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .location_slide:before {
    padding-top: 100%;
  }
}

.prev {
  right: 6rem;
  top: 0.2rem;
  display: inline-block;
  width: 4rem;
  height: 1rem;
  background-image: url("../img/left.svg");
  background-position: left 1rem center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
}
.prev:hover {
  background-position: left 0 center;
}
.next {
  right: 0;
  top: 0.2rem;
  display: inline-block;
  width: 4rem;
  height: 1rem;
  background-image: url("../img/right.svg");
  background-position: right 1rem center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
}
.next:hover {
  background-position: right 0 center;
}

.agent {
  width: 15rem;
}

.footerholder a {
  text-decoration: none;
}

.footerholder a:hover {
  text-decoration: underline;
}

.disclaimer p {
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: justify;
}

.downloads {
  width: 15rem;
  position: relative;
}

.downloads:hover {
  text-decoration: none !important;
}

.downloads .down_arrow {
  display: inline-block;
  width: 1.5rem;
  height: 0.7rem;
  background-image: url("../img/down.svg");
  background-size: cover;
  background-position: 0 100%;
  transition: all 0.3s;
}

.downloads:hover .down_arrow {
  background-position: 0 0;
}

.downloads:after {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-bottom: solid 2px #738e55;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 250ms ease-in-out;
}
.downloads:hover:after {
  transform: scaleX(1);
}

@media (min-width: 768px) {
  html {
    font-size: 1.1vw;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}