@font-face {
  font-family: Cabin;
  src: url('../fonts/Cabin-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabin;
  src: url('../fonts/Cabin-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabin;
  src: url('../fonts/Cabin-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabin;
  src: url('../fonts/Cabin-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabin;
  src: url('../fonts/Cabin-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Get Lost;
  src: url('../fonts/Get-Lost.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1b4489;
  letter-spacing: .25px;
  mix-blend-mode: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  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-link.w--current {
  color: #1d783b;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0679bd;
  border-radius: 8px;
  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;
}

.mobile-margin-top-10 {
  flex: 1;
}

.navbar-no-shadow {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.section {
  mix-blend-mode: normal;
  background-color: #fff0;
  background-image: url('../images/panglao1500.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border: 1px solid #fff;
  width: 100%;
  height: 100vh;
}

.div-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 2px #00000080;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

.image {
  height: 75px;
}

.text-block-2 {
  color: #eee;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.button {
  background-color: #1b4489;
  border-radius: 100px;
  align-self: flex-start;
  width: 220px;
  height: 55px;
  margin-left: 0;
  padding: 0;
  font-family: Cabin, Arial, sans-serif;
  font-size: 16px;
}

.div-block-43 {
  border: 0 solid #000;
  border-radius: 0;
  margin: 20px;
}

.image-141 {
  border-radius: 5px;
  position: relative;
  bottom: 20px;
  left: 20px;
}

.div-block-42 {
  border: 1px solid #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-42 {
  color: #00456f;
  font-size: 40px;
}

.text-block-40 {
  aspect-ratio: auto;
  color: #00456f;
  letter-spacing: .32px;
  padding-top: 40px;
  font-size: 20px;
  line-height: 28px;
}

.section-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.text-block-44 {
  color: #00456f;
  padding-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-43 {
  color: #00456f;
  padding-top: 20px;
  font-size: 20px;
}

.section-16 {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  max-width: 1200px;
  margin: 100px auto 40px;
  display: grid;
}

.div-block-44 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 20px;
}

.text-block-47 {
  color: #1e1e1e;
  font-family: Cabin, Arial, sans-serif;
  font-size: 48px;
  line-height: 40px;
  position: static;
}

.text-block-45 {
  color: #1e1e1e;
  letter-spacing: .32px;
  padding-top: 20px;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 22px;
  line-height: 140%;
}

.div-block-45 {
  border: 0 solid #000;
  border-radius: 5px;
  margin: 20px;
}

.image-142 {
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: relative;
  bottom: 20px;
  right: 20px;
}

.hero-heading-right {
  background-color: #f2ffff;
  border-bottom: 0 #fff0;
  flex-flow: wrap;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem 40px;
  display: flex;
  position: relative;
}

.container-2 {
  background-color: #fff0;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 0;
}

.header-1 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #287849;
  align-self: center;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-2 {
  color: #000;
  text-align: center;
}

.bold-text-11 {
  color: #000;
  line-height: 40px;
}

.margin-bottom-24px {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.waze-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.padding-global-2-loc {
  background-color: #fff0;
  border: 1px solid #0000;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-5 {
  float: none;
  clear: none;
  text-align: left;
  text-indent: 0%;
  flex-flow: wrap;
  display: flex;
  position: static;
  width: 100% !important;
}

.section_header19 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.faq1_question {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #41c1c4;
  text-align: left;
  cursor: pointer;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.list-item-6 {
  list-style-type: none;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.image-138 {
  width: 100px;
  display: block;
}

.bold-text-7 {
  color: #333;
  -webkit-text-stroke-color: black;
}

.list-2 {
  padding-left: 0;
  padding-right: 60px;
  list-style-type: none;
  overflow: hidden;
}

.code-embed-5 {
  width: 100px;
}

.heading {
  color: green;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 32px;
  display: block;
}

.bold-text-4 {
  color: green;
  width: 50%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-bold {
  color: #41c1c4;
}

.icon-embed-small-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.section-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-phone-5 {
  color: #1e1e1e;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 22px;
  line-height: 140%;
  display: block;
}

.padding-section-large-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.layout210_component {
  grid-column-gap: 1.3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-10 {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-26 {
  border-bottom: 0 solid #ccc;
  margin-bottom: 60px;
}

.text-block-10 {
  color: #1e1e1e;
  text-align: center;
  border: 1px #000;
  border-bottom-color: #ccc;
  padding-bottom: 10px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-27 {
  position: relative;
}

.text-phone-9 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  display: none;
}

.code-embed-7 {
  max-width: 1200px;
  height: 100vh;
  display: block;
}

.cell-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  font-family: Cabin, Arial, sans-serif;
}

.footer3_social-link {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_component {
  background-color: #1f1f1f;
  border-radius: 20px 20px 0 0;
  margin-top: 0;
}

.icon-embed-xsmall {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 14px;
  display: flex;
}

.icon-embed-xsmall.icon-yt {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: start;
  display: grid;
}

.padding-vertical, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.image-137 {
  align-self: flex-start;
  margin-bottom: 0;
  display: block;
}

.text-block-8-copy {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Cabin, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.quick-stack-2 {
  background-color: #0000;
  border: 1px solid #706d6d94;
}

.footer3_bottom-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
}

.text-block-8-copy-copy {
  color: #fff;
  text-align: center;
  align-self: flex-start;
  padding-top: 10px;
  font-size: 14px;
  line-height: 10px;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_sub-white {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cabin, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: #fff;
  white-space: normal;
  grid-template: ". . Area"
  / max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 10px;
  padding-left: 0;
  display: inline-flex;
}

.link_white {
  color: #1e1e1e;
  font-family: Varela Round, sans-serif;
  font-size: 10px;
}

.section-7 {
  background-color: #1f1f1f;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #287849;
  align-self: center;
  width: 100%;
  margin: 0 auto 20px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.bold-text-12 {
  color: #1e1e1e;
  line-height: 40px;
}

.text-phone-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 20px;
  display: none;
}

.section-13 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: linear-gradient(#fff, #fff0 59%), url('../images/Perspective-4---Semi-Aerial-R2-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-3 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-block-34 {
  color: #00456f;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00456f 52%, #01b780 86%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
}

.text-block-36 {
  color: #00456f;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.slider-2 {
  height: 100%;
  position: relative;
}

.slide, .image-139 {
  height: 100%;
}

.image-144 {
  order: 0;
  align-self: center;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.section-17 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: linear-gradient(#fff, #ffffff14 29% 78%), url('../images/Perspective-4---Semi-Aerial-R2-1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  min-height: 100%;
  max-height: 12001200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-4 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.text-block-49 {
  color: #00456f;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00456f 52%, #01b780 86%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
}

.text-block-50 {
  color: #00456f;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.image-145 {
  height: 100%;
}

.heading-style-h6 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.header-3 {
  color: #1d783b;
  text-align: center;
  -webkit-text-stroke-color: #287849;
  align-self: center;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 10px;
  font-family: Get Lost, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
}

.uui-testimonial09_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gallery-list {
  padding-left: 20px;
}

.bold-text-6 {
  line-height: 40px;
  display: block;
}

.uui-section_testimonial09 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header102_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

.gallery-feature {
  background-color: #fff0;
  background-image: url('../images/bg_20.png');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.rl-padding-global {
  width: 100%;
  margin-bottom: 5px;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.heading-6 {
  text-align: center;
  height: 100px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.section-8 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.header102_slide-image-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

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

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  margin: 40px auto auto;
  padding: 0 2rem;
}

.uui-page-padding-2 {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.rl_section_gallery7 {
  background-color: #fff0;
}

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

.header102_slide-nav {
  float: left;
  height: 1.75rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  font-size: .5rem;
  display: block;
  position: static;
  inset: auto auto 2.5rem 2rem;
}

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

.div-block-4 {
  background-color: #fff;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header102_mask {
  height: auto;
  min-height: 100%;
}

.list-item-3 {
  line-height: 14px;
  list-style-type: disc;
}

.header102_slide-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  position: static;
}

.header102_slide-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem 2rem 0;
  position: relative;
}

.header102_slide-content-2:hover {
  background-color: #fff0;
}

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

.header102_slide {
  height: auto;
}

.product-header7_arrow-icon-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s cubic-bezier(.175, .885, .32, 1.275);
  transform: scale(1);
}

.text-phone-7 {
  text-align: center;
  background-color: #fff0;
  border-radius: 15px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: none;
}

.text-span-3 {
  color: #000;
  text-align: center;
}

.header102_arrow {
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 2rem 2rem auto;
}

.header102_arrow.is-left {
  color: #0d8f47;
  justify-content: center;
  right: 2rem;
}

.cell-3 {
  background-color: #fff0;
  flex-flow: column;
  padding-left: 0%;
  padding-right: 0%;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.header102_slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: block;
}

.header102_slider {
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.heading-7 {
  text-align: center;
  flex-flow: column;
  height: 100px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  position: static;
}

.bold-text-18 {
  text-shadow: 0 4px 4px #ffffff40;
  font-weight: 400;
}

.section-18 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 100%;
  margin: 40px auto 100px;
  display: flex;
  position: relative;
}

.container-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-block-51 {
  color: #00456f;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#07f7fa 17%, #319497 85%);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px;
  font-family: Get Lost, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.text-phone-1 {
  color: #00456f;
  text-align: center;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.image-146 {
  height: 100%;
}

.image-147 {
  position: absolute;
  top: 50px;
  bottom: auto;
  right: 50px;
}

.text-block-53, .text-block-54, .text-block-55, .text-block-56 {
  color: #fff;
}

.section-19 {
  background-color: #005587;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 0%;
  margin: 40px auto 0;
  padding-top: 0;
  position: relative;
}

.div-block-47 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-48 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.text-block-57 {
  color: #fff;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-58 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b4ff12, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 63px;
}

.text-block-59 {
  color: #fff;
  text-align: justify;
  height: auto;
  min-height: 0;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.div-block-54, .code-embed-2 {
  width: 100%;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.div-block-56 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 270px;
  display: flex;
  position: absolute;
  inset: 5% auto auto 5%;
}

.text-block-60 {
  font-family: Get Lost, Arial, sans-serif;
  font-size: 50px;
}

.text-block-61 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#07f7fa 17%, #319497 85%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Get Lost, Arial, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.text-block-62 {
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
}

.text-phone-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  column-rule: 0px solid #fff;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  column-gap: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
  line-height: 25.2px;
  text-decoration: none;
  display: none;
  position: static;
}

.bold-text-19 {
  height: auto;
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 22.5px;
  text-decoration: none;
  display: block;
}

.div-block-57 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 613px;
  height: 271px;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: auto;
  right: 50px;
}

.text-block-64 {
  font-family: Get Lost, Arial, sans-serif;
  font-size: 70px;
}

.text-block-65 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#208541, #145028);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 5px;
  font-family: Get Lost, Arial, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.text-block-66 {
  color: #4d4d4d;
  font-size: 18px;
}

.text-phone-3 {
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.div-block-58 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.code-embed-8 {
  border-radius: 20px;
}

.code-embed-9 {
  font-family: Cabin, Arial, sans-serif;
  display: block;
}

.div-block-59 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-20 {
  float: none;
  clear: none;
  text-align: left;
  text-indent: 0%;
  flex-flow: wrap;
  font-family: Cabin, Arial, sans-serif;
  display: flex;
  position: static;
  width: 100% !important;
}

.list-item-7 {
  list-style-type: none;
}

.list-3 {
  padding: 20px 60px 20px 40px;
  list-style-type: none;
}

.bold-text-21 {
  color: #41c1c4;
  width: 50%;
  font-family: Cabin, Arial, sans-serif;
}

.div-block-60 {
  border: 1px solid #41c1c4;
  border-radius: 30px;
}

.cell-13 {
  line-height: 140%;
}

.image-149, .text-block-68, .text-block-69, .text-block-70, .image-150, .text-block-71, .text-block-72, .text-block-73, .text-block-77, .text-phone-4, .image-151 {
  display: none;
}

.text-block-79 {
  color: #1e1e1e;
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-80 {
  color: #1e1e1e;
  text-align: center;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-81 {
  font-family: Cabin, Arial, sans-serif;
}

.text-block-82 {
  color: #1e1e1e;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-8 {
  color: #1e1e1e;
  text-align: center;
  align-self: center;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-83 {
  color: #1e1e1e;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-84 {
  color: #1e1e1e;
  text-align: center;
  padding-top: 20px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-85 {
  color: #1e1e1e;
  text-align: center;
  font-family: Cabin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-9 {
  direction: ltr;
  text-transform: none;
  white-space: normal;
  font-family: Cabin, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-10 {
  font-family: Cabin, Arial, sans-serif;
  font-weight: 500;
}

.paragraph-11 {
  font-family: Cabin, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.list-item-8 {
  list-style-type: none;
}

.paragraph-12 {
  font-family: Cabin, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-152, .image-153, .image-155 {
  display: none;
}

.text-block-86, .text-block-87, .text-block-88, .text-block-89, .text-block-90, .text-block-91, .text-block-92, .text-block-93, .text-block-94, .text-block-96 {
  font-family: Cabin, Arial, sans-serif;
}

.text-block-100 {
  color: #fff;
  margin-top: 40px;
}

.navbar-no-shadow-container-2 {
  position: relative;
}

.container-6, .navbar {
  background-color: #fff;
}

.nav-link-2 {
  color: #333;
}

.nav-link-2.w--current {
  color: #208541;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.div-block-61 {
  z-index: 99;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-101 {
  z-index: 100;
  color: #fff;
  text-indent: -.5px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 25px;
  line-height: 45px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.div-block-62 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  flex: 0 auto;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-4 {
  text-align: center;
  background-color: #41c1c4;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu-2 {
  flex-flow: column;
  height: 100%;
  min-height: 100%;
  display: block;
}

.lightbox-link {
  width: 100%;
  min-width: 100%;
  max-width: 0%;
  height: 100%;
  font-family: Cabin, Arial, sans-serif;
  position: absolute;
  top: auto;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.div-block-123 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 4fr 3.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  min-height: 0%;
  display: grid;
}

.text-block-102 {
  font-family: Cabin, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-block-103, .text-block-104 {
  font-family: Cabin, Arial, sans-serif;
}

.text-block-105 {
  text-align: left;
  font-family: Cabin, Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.text-block-106 {
  margin-bottom: 40px;
  font-family: Cabin, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.button-5 {
  display: flex;
}

.button-6 {
  text-align: center;
  background-color: #41c1c4;
  border-radius: 50px;
  width: 160px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Cabin, Arial, sans-serif;
}

.div-block-124 {
  text-align: center;
  width: 100%;
  position: relative;
}

.div-block-125 {
  text-align: center;
  position: relative;
}

.div-block-126 {
  position: relative;
}

.div-block-127 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-128 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-107 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  inset: auto 10% 5% auto;
}

.text-block-107-copy {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  inset: auto auto 5% 5%;
}

.lightbox-link-3 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-129 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-22 {
  float: none;
  clear: none;
  text-align: left;
  text-indent: 0%;
  flex-flow: wrap;
  display: flex;
  position: static;
  width: 100% !important;
}

.faq1_question-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: green;
  text-align: left;
  cursor: pointer;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.list-item-9 {
  list-style-type: none;
}

.list-4 {
  padding-left: 0;
  padding-right: 60px;
  list-style-type: none;
}

.bold-text-23 {
  color: green;
  width: 50%;
}

.div-block-130 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header9_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  font-size: 52px;
  line-height: 52px;
}

.text-span-4 {
  color: #62ae57;
}

.heading-v1_p {
  color: #000;
  font-size: 18px;
}

.section-20 {
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27 {
  font-family: Cabin, Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  .navbar-no-shadow-container {
    max-width: 1200px;
  }

  .nav-link {
    font-size: 20px;
  }

  .container-regular {
    max-width: 100%;
  }

  .navbar-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .div-block {
    background-color: #0000;
  }

  .bold-text-9 {
    font-size: 20px;
  }

  .text-block-40, .text-block-44 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-16 {
    max-width: 80rem;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-47 {
    color: #1e1e1e;
  }

  .text-block-45 {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 140%;
  }

  .padding-global-2-loc {
    padding-left: 0%;
    padding-right: 0%;
  }

  .faq1_question {
    margin-bottom: 10px;
  }

  .section-3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-phone-5 {
    color: #1e1e1e;
    padding-top: 20px;
  }

  .padding-section-large-2 {
    padding-top: 60px;
  }

  .text-block-10 {
    color: #1e1e1e;
  }

  .footer3_component {
    background-color: #0000;
  }

  .text-block-8-copy {
    color: #fff;
  }

  .quick-stack-2 {
    background-color: #0000;
  }

  .text-block-8-copy-copy {
    color: #fff;
  }

  .footer_sub-white, .link_white {
    color: #1e1e1e;
  }

  .section-7 {
    background-color: #1f1f1f;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-12 {
    color: #1e1e1e;
  }

  .text-block-36, .text-block-50 {
    line-height: 28px;
  }

  .section-18 {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .text-phone-1 {
    line-height: 28px;
  }

  .section-19 {
    height: 50vh;
    margin-top: 40px;
    position: relative;
  }

  .div-block-47 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
    position: relative;
    top: 0;
  }

  .div-block-48 {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-54, .code-embed-2 {
    width: 100%;
  }

  .div-block-56 {
    inset: 5% auto auto 5%;
  }

  .text-block-79, .text-block-80, .text-block-82, .paragraph-8, .text-block-84, .text-block-85 {
    color: #1e1e1e;
  }

  .lightbox-link-3 {
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow-container {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-link {
    color: #1b4489;
  }

  .container-regular {
    max-width: 100%;
  }

  .image-10, .navbar-wrapper {
    padding-left: 0;
  }

  .section {
    background-color: #0000;
    background-size: cover;
  }

  .div-block {
    background-color: #0000;
  }

  .button {
    background-color: #1b4489;
  }

  .div-block-43 {
    border: 1px solid #000;
    border-radius: 5px;
    margin: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-141 {
    border-radius: 5px;
    position: relative;
    bottom: 20px;
    left: 20px;
  }

  .div-block-42 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Lato, sans-serif;
  }

  .text-block-42 {
    letter-spacing: .64px;
    padding-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .text-block-40 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .section-15 {
    grid-template-columns: 1.25fr 1fr;
    margin: 40px auto;
  }

  .text-block-44 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-43 {
    font-size: 20px;
  }

  .section-16 {
    margin: 40px auto;
  }

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

  .text-block-47 {
    color: #1e1e1e;
    font-size: 40px;
    font-style: normal;
    line-height: 60px;
  }

  .text-block-45 {
    color: #1e1e1e;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
  }

  .div-block-45 {
    border: 0 solid #000;
    border-radius: 0;
    margin: 20px;
  }

  .image-142 {
    box-shadow: none;
    text-align: left;
    border-style: none;
    border-radius: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto 20px 20px auto;
  }

  .container-2 {
    max-width: 1200px;
    padding-left: 0;
  }

  .header-1 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .margin-bottom-24px {
    margin-top: 20px;
  }

  .faq1_question {
    margin-bottom: 10px;
  }

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

  .text-phone-5 {
    color: #1e1e1e;
    padding-right: 10px;
  }

  .text-block-10 {
    color: #1e1e1e;
  }

  .footer {
    background-color: #1f1f1f;
  }

  .footer3_component {
    background-color: #000;
  }

  .footer3_legal-list {
    color: #1e1e1e;
  }

  .text-block-8-copy {
    color: #fff;
  }

  .quick-stack-2 {
    background-color: #0000;
    border-top-width: 0;
    border-left-width: 0;
    border-right-style: none;
  }

  .text-block-8-copy-copy, .footer_sub-white {
    color: #fff;
  }

  .link_white {
    color: #1e1e1e;
  }

  .section-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .header-2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .bold-text-12 {
    color: #1e1e1e;
  }

  .text-phone-8 {
    margin-top: 20px;
  }

  .text-block-36, .text-block-50 {
    line-height: 28px;
  }

  .header-3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .paragraph-7 {
    font-family: Montserrat, sans-serif;
  }

  .uui-testimonial09_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .gallery-list {
    padding-left: 20px;
  }

  .bold-text-6 {
    max-width: 1440px;
    display: block;
  }

  .uui-section_testimonial09 {
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-feature {
    font-size: 16px;
    line-height: 16px;
  }

  .section-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-container-large-2 {
    max-width: 100%;
  }

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

  .uui-page-padding-2 {
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_section_gallery7 {
    margin-left: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .header102_slide-nav {
    float: left;
    position: relative;
  }

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

  .list-item-3 {
    line-height: 16px;
  }

  .header102_slide-image {
    height: 100%;
    padding-left: 0;
  }

  .header102_slide-content-2 {
    background-color: #fff;
    padding-bottom: 4rem;
    font-size: 18px;
  }

  .amenities {
    max-width: 1200px;
  }

  .product-header7_arrow-icon-copy {
    box-shadow: 0 2px 5px #0003;
  }

  .uui-padding-vertical-xhuge-2 {
    justify-content: center;
    display: flex;
  }

  .text-phone-7 {
    margin-top: 0;
  }

  .header102_arrow.is-left {
    right: 2rem;
    box-shadow: 0 2px 5px #fff;
  }

  .cell-3 {
    padding-left: 0%;
  }

  .header102_slider {
    background-color: #0000;
    height: 100%;
    min-height: 100vh;
    max-height: none;
  }

  .text-phone-1 {
    line-height: 28px;
  }

  .section-19 {
    height: 50vh;
    margin-top: 40px;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-bottom: 40px;
    display: grid;
    position: relative;
    top: 0;
  }

  .div-block-48 {
    flex-flow: column wrap;
    font-size: 32px;
    line-height: 40px;
    display: flex;
  }

  .text-block-57 {
    font-size: 60px;
    line-height: 50px;
  }

  .text-block-58 {
    font-size: 60px;
    line-height: 30px;
  }

  .text-block-59 {
    font-size: 15px;
  }

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

  .code-embed-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 0%;
  }

  .text-block-79, .text-block-80, .text-block-82, .paragraph-8, .text-block-83, .text-block-84, .text-block-85 {
    color: #1e1e1e;
  }

  .lightbox-link-3 {
    height: 100%;
  }

  .bold-text-8 {
    font-size: 1rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow-container {
    max-width: 1200px;
  }

  .container-regular {
    margin-left: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    width: auto;
  }

  .section {
    background-size: cover;
  }

  .div-block-43 {
    border-width: 0;
  }

  .text-block-44 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .text-block-43 {
    font-size: 20px;
  }

  .text-block-47, .text-block-45 {
    color: #1e1e1e;
  }

  .faq1_question {
    margin-bottom: 10px;
  }

  .section-3 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-phone-5, .text-block-10 {
    color: #1e1e1e;
  }

  .footer3_component {
    background-color: #0000;
  }

  .icon-embed-xsmall {
    color: #1e1e1e;
  }

  .text-block-8-copy {
    color: #fff;
  }

  .quick-stack-2 {
    background-color: #0000;
  }

  .line-divider {
    background-color: #1e1e1e;
  }

  .text-block-8-copy-copy {
    color: #fff;
  }

  .footer_sub-white, .link_white, .bold-text-12 {
    color: #1e1e1e;
  }

  .header102_slider {
    height: auto;
    min-height: auto;
    max-height: 100vh;
  }

  .section-19 {
    margin-top: 40px;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr .75fr;
  }

  .text-block-57 {
    font-size: 60px;
  }

  .text-block-58 {
    font-size: 60px;
    line-height: 150%;
  }

  .text-block-59 {
    font-size: 20px;
  }

  .div-block-54 {
    width: 100%;
    min-width: 100%;
  }

  .code-embed-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-79, .text-block-80, .text-block-82, .paragraph-8, .text-block-83, .text-block-84, .text-block-85, .paragraph-9, .text-block-86, .text-block-87, .text-block-88, .text-block-89, .text-block-90, .text-block-91, .text-block-92, .text-block-93, .text-block-94, .text-block-95, .text-block-96 {
    color: #1e1e1e;
  }

  .lightbox-link-3 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-10 {
    display: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .menu-button {
    text-align: left;
    padding: 12px;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .text-block-42 {
    line-height: 40px;
  }

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

  .text-block-47 {
    line-height: 40px;
  }

  .hero-heading-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    margin-top: 60px;
  }

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

  .padding-global-2-loc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout210_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section-10, .code-embed-7 {
    margin-top: 60px;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-36, .text-block-50 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-12 {
    align-items: center;
  }

  .heading-6 {
    text-align: center;
  }

  .quick-stack {
    width: 100%;
  }

  .amenities {
    max-width: 728px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-3 {
    flex-flow: column;
    align-items: center;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .header102_slider {
    width: 100vw;
    max-width: 100%;
    min-height: 500px;
  }

  .heading-7 {
    text-align: center;
    display: block;
  }

  .text-phone-1 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-19 {
    height: 80vh;
  }

  .div-block-47 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-48 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    display: flex;
  }

  .text-block-57 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
  }

  .text-block-59 {
    line-height: 40px;
  }

  .image-155 {
    display: block;
  }

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    background-color: #fff;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-10 {
    padding-left: 40px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .icon-3 {
    width: auto;
    padding-right: 40px;
    font-size: 50px;
  }

  .section {
    background-position: 50%;
  }

  .div-block {
    justify-content: center;
    display: flex;
  }

  .div-block-3 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding-left: 0;
  }

  .text-block {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-43 {
    text-align: center;
  }

  .text-block-42 {
    line-height: 40px;
  }

  .text-block-40 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .section-15 {
    grid-template-columns: 1.25fr;
  }

  .text-block-44 {
    font-size: 14px;
    line-height: 120%;
  }

  .section-16 {
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
  }

  .div-block-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-47 {
    text-align: center;
    padding-bottom: 40px;
    line-height: 40px;
  }

  .text-block-45 {
    text-align: center;
    height: auto;
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 30px;
  }

  .div-block-45 {
    text-align: center;
  }

  .image-142 {
    text-align: left;
  }

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

  .container-2 {
    padding-left: 0;
  }

  .waze-block {
    justify-content: center;
  }

  .faq1_question {
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
  }

  .list-2 {
    padding-right: 0;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .text-phone-5 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 30px;
  }

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout210_content {
    width: 100%;
  }

  .layout210_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .text-block-10 {
    font-size: 40px;
  }

  .text-phone-9 {
    text-align: center;
    font-size: 17px;
  }

  .code-embed-7 {
    width: 100%;
    max-width: none;
    height: 50vh;
  }

  .cell-2 {
    display: none;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .image-137 {
    display: none;
  }

  .text-block-8-copy {
    width: 100%;
    padding-top: 0;
    display: none;
  }

  .footer3_logo-link {
    display: flex;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_social-list {
    display: flex;
  }

  .section-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    background-image: linear-gradient(#fff 23%, #fff0 59%), url('../images/Perspective-4---Semi-Aerial-R2-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-3 {
    align-items: center;
  }

  .text-block-34 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
  }

  .text-block-36 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .section-17 {
    background-position: 0 0, 70%;
    margin-top: 0;
  }

  .container-4 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .text-block-49 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
  }

  .text-block-50 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .header-3 {
    font-size: 55px;
  }

  .uui-testimonial09_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-6 {
    height: auto;
    margin-bottom: 60px;
  }

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    width: 100%;
    margin-top: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-phone-7 {
    font-size: 20px;
  }

  .header102_arrow.is-left {
    right: 2rem;
  }

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

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
    display: flex;
  }

  .header102_slider {
    min-height: 500px;
  }

  .heading-7 {
    height: auto;
    margin-bottom: 60px;
  }

  .text-block-51 {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 60px;
    line-height: 40px;
  }

  .text-phone-1 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 120%;
  }

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

  .div-block-47 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

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

  .div-block-56 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-radius: 0;
    width: 100%;
    margin-top: 100px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-phone-2 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .bold-text-19 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-57 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    position: absolute;
    top: 5%;
    bottom: auto;
    right: 0%;
  }

  .text-block-65 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
    font-size: 50px;
  }

  .text-phone-3 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    font-size: 14px;
  }

  .div-block-58 {
    grid-template-columns: 1fr;
  }

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

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

  .cell-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-148 {
    display: block;
  }

  .cell-14 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-68 {
    color: #fff;
    font-family: Cabin, Arial, sans-serif;
    font-weight: 700;
    display: block;
  }

  .text-block-69 {
    color: #fff;
    font-family: Cabin, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
  }

  .text-block-70 {
    color: #fff;
    font-family: Cabin, Arial, sans-serif;
    font-weight: 700;
    display: none;
  }

  .image-150 {
    display: block;
  }

  .text-block-71, .text-block-72, .text-block-73 {
    color: #fff;
    font-family: Cabin, Arial, sans-serif;
    font-size: 13px;
  }

  .cell-15 {
    display: block;
  }

  .faq1_question-2 {
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .list-4 {
    padding-right: 0;
  }

  .header9_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .bold-text-8 {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .text-span-4 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    max-width: 100%;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: static;
  }

  .nav-link, .nav-link.w--current {
    color: #1e1e1e;
  }

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

  .navbar-no-shadow {
    padding-left: 20px;
  }

  .container-regular {
    max-width: 100%;
  }

  .image-10 {
    padding-left: 0;
    display: none;
  }

  .nav-menu-wrapper {
    display: none;
    inset: 12% 0% auto;
  }

  .navbar-wrapper {
    flex-flow: row;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-3 {
    color: #208541;
    padding-right: 20px;
    font-size: 35px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section {
    background-color: #0000;
    background-image: url('../images/Perspective-1---Bldg-w-Amenities-R3-1.png');
    background-position: 50%;
    background-size: auto;
    height: 80vh;
    position: relative;
  }

  .div-block {
    background-color: #0000;
    height: 350px;
    position: absolute;
    inset: 220px 0 0;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 350px;
    display: block;
    position: static;
  }

  .div-block-3 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: static;
  }

  .text-block {
    flex-flow: wrap;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
  }

  .image {
    width: auto;
    max-width: 100%;
    height: 60px;
  }

  .button {
    height: auto;
  }

  .div-block-43 {
    border-style: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-141 {
    border-radius: 0;
    bottom: auto;
    left: auto;
  }

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

  .text-block-40 {
    padding-top: 10px;
    line-height: 150%;
  }

  .section-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-44 {
    font-size: 14px;
    line-height: 150%;
  }

  .section-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-47 {
    font-size: 32px;
    display: none;
  }

  .text-block-45 {
    padding-top: 10px;
    line-height: 150%;
    display: none;
  }

  .div-block-45 {
    border-style: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-142 {
    border-style: none;
    border-radius: 0;
    bottom: auto;
    right: auto;
  }

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

  .container-2 {
    max-width: none;
    padding-top: 40px;
    padding-left: 0;
  }

  .header-1 {
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .text-span-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .margin-bottom-24px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .waze-block {
    text-align: left;
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global-2-loc {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large {
    border-top: 0 solid #000;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    border-top: 1px solid #0000;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom.margin-medium {
    text-align: center;
  }

  .margin-bottom.margin-small {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-7 {
    font-size: 26px;
    line-height: 26px;
  }

  .list-2 {
    margin-bottom: 0;
    padding-right: 0;
  }

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

  .text-phone-5 {
    color: #4d4d4d;
    margin-top: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .code-embed-6 {
    max-width: 350px;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout210_component {
    flex-flow: row;
    grid-template-columns: 1fr;
    padding-top: 3px;
    display: block;
  }

  .section-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-26 {
    text-align: center;
    border-bottom-width: 0;
  }

  .text-block-10 {
    font-size: 35px;
  }

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

  .text-phone-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 150%;
    display: inline-flex;
  }

  .code-embed-7 {
    box-sizing: border-box;
    width: 100%;
    height: 50vh;
  }

  .cell-2 {
    text-align: center;
  }

  .footer, .footer3_component {
    border-top: 1px solid #000;
  }

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

  .padding-vertical.padding-xxlarge {
    border-top: 1px solid #000;
  }

  .image-137 {
    text-align: left;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-8-copy {
    display: block;
  }

  .footer3_logo-link {
    text-align: center;
  }

  .image-143 {
    max-width: 80%;
    display: inline-flex;
  }

  .quick-stack-2 {
    border-top-width: 0;
    border-top-color: #04040400;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_bottom-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
  }

  .text-block-8-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xxlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer3_social-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .section-7 {
    border-top: 1px solid #0000;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-2 {
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .text-phone-8 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    display: inline-flex;
  }

  .section-13 {
    background-position: 0 0, 50%;
    height: 70vh;
    position: static;
  }

  .div-block-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-34 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 33px;
    line-height: 33px;
  }

  .text-block-36 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .section-17 {
    background-image: linear-gradient(#fff, #ffffff14 76% 78%), url('../images/Perspective-4---Semi-Aerial-R2-1-1.png');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    height: 70vh;
    max-height: none;
    display: block;
    position: static;
  }

  .container-4 {
    flex-flow: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .text-block-49 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 33px;
    line-height: 33px;
  }

  .text-block-50 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .header-3 {
    flex-flow: column;
    flex: 0 auto;
    line-height: 50px;
    display: flex;
  }

  .uui-testimonial09_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .gallery-list {
    padding-left: 20px;
  }

  .bold-text-6 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .section-8 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .uui-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_section_gallery7 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .header102_slide-nav {
    bottom: 1rem;
    left: 1rem;
  }

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

  .header102_slide-image {
    width: 100%;
    height: 100%;
  }

  .header102_slide-content-2 {
    align-content: flex-end;
    width: 100%;
    padding: 0 1rem 2rem;
  }

  .amenities {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: block;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-phone-7 {
    flex-flow: column;
    margin-top: 0;
    font-size: 14px;
    line-height: 150%;
    display: flex;
  }

  .text-span-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .header102_arrow.is-left {
    bottom: 1rem;
    right: 1rem;
  }

  .cell-3 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_slider {
    min-height: 300px;
    max-height: 0;
  }

  .bold-text-18 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-51 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .text-phone-1 {
    color: #4d4d4d;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 150%;
    display: inline-flex;
  }

  .section-19 {
    height: 80vh;
  }

  .div-block-47 {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: 100%;
    display: grid;
  }

  .div-block-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 20px;
  }

  .text-block-57 {
    text-align: center;
    align-self: center;
    font-size: 30px;
  }

  .text-block-58 {
    font-size: 60px;
  }

  .text-block-59 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .code-embed-2 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .div-block-56 {
    width: 100%;
    height: 240px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

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

  .text-phone-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 150%;
    display: inline-flex;
  }

  .bold-text-19 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-57 {
    background-color: #ffffff24;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
    inset: auto;
  }

  .text-block-65 {
    text-align: center;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    font-size: 40px;
  }

  .text-phone-3 {
    text-align: center;
    padding-left: 0;
    line-height: 150%;
    display: inline-flex;
  }

  .list-3 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .cell-13 {
    display: none;
  }

  .image-148 {
    display: block;
  }

  .text-block-70 {
    display: inline-flex;
  }

  .image-150 {
    display: none;
  }

  .text-block-71, .text-block-72, .text-block-73 {
    display: inline-flex;
  }

  .cell-15 {
    display: block;
  }

  .text-block-74 {
    font-size: 20px;
  }

  .text-block-75, .text-block-76 {
    font-family: Cabin, Arial, sans-serif;
    font-size: 32px;
  }

  .text-block-77 {
    padding-bottom: 20px;
    font-family: Cabin, Arial, sans-serif;
    font-size: 35px;
    line-height: 50px;
    display: inline-block;
  }

  .text-block-78 {
    font-size: 15px;
  }

  .text-phone-4 {
    color: #4d4d4d;
    font-family: Cabin, Arial, sans-serif;
    line-height: 150%;
    display: inline-block;
  }

  .text-block-79, .text-block-80, .text-block-82, .paragraph-8, .text-block-83, .text-block-84, .text-block-85 {
    display: none;
  }

  .image-152 {
    max-width: none;
    display: none;
  }

  .image-153 {
    display: inline-flex;
  }

  .image-154 {
    padding-bottom: 0;
  }

  .image-155, .text-block-101 {
    display: block;
  }

  .lightbox-link {
    inset: 0% auto auto 0%;
  }

  .div-block-127 {
    justify-content: center;
  }

  .text-block-107 {
    font-size: 12px;
    right: 15%;
  }

  .text-block-107-copy {
    font-size: 14px;
    display: none;
  }

  .list-4 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .bold-text-8 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .heading-9, .text-span-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-10 {
    max-width: 100%;
  }

  .link-block {
    flex: 1;
  }
}

#w-node-_2c75722c-ca40-75e0-4adf-15ab9fdfd833-83f613ce {
  place-self: center;
}

#w-node-_64376d93-9b16-2f86-dedb-581c55bf297f-83f613ce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4efd798d-388a-cce0-e691-cab732d3bb7e-83f613ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4efd798d-388a-cce0-e691-cab732d3bb87-83f613ce {
  place-self: center;
}

#w-node-_36c2ca04-7e6e-e5a3-2fb0-936fb391fe88-83f613ce {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr .75fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_4efd798d-388a-cce0-e691-cab732d3bb7e-83f613ce {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_64376d93-9b16-2f86-dedb-581c55bf297f-83f613ce {
    grid-template-rows: auto;
    grid-template-columns: 3.25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a03b9d6-ae43-65cb-5ad1-23ef2a73c1f7-83f613ce {
    order: -9999;
  }

  #w-node-fdc44a68-7fef-70e5-703b-c1366f342278-83f613ce {
    justify-self: auto;
  }

  #w-node-_36c2ca04-7e6e-e5a3-2fb0-936fb391fe88-83f613ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_36c2ca04-7e6e-e5a3-2fb0-936fb391fe8d-83f613ce {
    order: 0;
  }

  #w-node-_36c2ca04-7e6e-e5a3-2fb0-936fb391fe9d-83f613ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_64376d93-9b16-2f86-dedb-581c55bf297f-83f613ce {
    grid-template-rows: minmax(0, 1.15fr) auto auto;
    grid-template-columns: 3.25fr;
    display: grid;
  }

  #w-node-_36c2ca04-7e6e-e5a3-2fb0-936fb391fe88-83f613ce {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}


@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Get Lost';
  src: url('../fonts/Get-Lost.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}