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

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0c6594;
  text-decoration: none;
}

a:hover {
  color: #9b5a00;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #00263A;
  font-size: 16px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.logo {
  width: 95px;
}

.logo.black {
  display: none;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  color: #fff;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  background-color: #000;
  color: #fff;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item:hover {
  color: #00263A;
}

.nav-line {
  width: 0px;
  height: 1px;
  background-color: #fff;
}

.ray-white {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: auto;
  z-index: 200;
  width: 120px;
}

.hero-caption {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.68);
  font-size: 85px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-image--desktop {
  display: none; 
}

.background-video.background-video--desktop {
  display: none; 
}

.background-video--mobile img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hero-caption.center {
  text-align: center;
}



.hero-caption.lowercase {
  padding-right: 0px;
  padding-left: 0px;
  text-transform: capitalize;
}

.hero-wrapper {
  position: relative;
  height: 800px;
  margin-top: -120px;

}

.hero-wrapper.has-form {
  height: 920px;
  display: flex;
}

.hero-wrapper img {
  position: absolute;
}

.hero-wrapper.hide {
  display: none;
}

.hero-wrapper.normal {
  margin-top: 0px;
}

.brand.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-caption-wrapper {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  width: 70%;
  text-transform: uppercase;

}

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

.has-form .hero-caption-wrapper {
  position: relative;
}

.hero-caption-wrapper.center {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.hero-form {
  max-width: 370px;
  background-color: #e6e7e9

}

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

.hero-form__description p {
  font-size: 14px;
}

.hero-form__wrap {
  padding: 28px;
}

.hero-form__title h3 {
  margin-top: 0;
}

.hero-form__field input {
  width: 100%;
  height: 38px;
  border: 1px solid #cccccc;
  font-size: 14px;
  background-color: white;
  padding: 8px;
}

.hero-form__field input:focus-visible {
  outline: none;
}

.hero-form__description p {
  text-transform: none;
}

.hero-form__field {
  margin-bottom: 10px;
}

.hero-form__field label {
  text-transform: none;
}

.stars-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.star {
  margin-right: 2px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0c6594;
}

.star-count {
  margin-right: 6px;
}

.google-reviews {
  margin-left: 6px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section {
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
}

.section.reviews {
  padding-top: 20px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.76))), url('../images/auckland-city-view-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('../images/auckland-city-view-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section.hero {
  margin-top: 0px;
}

.section.grey-section {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f3f3f3;
}

.section.hide {
  display: none;
}

.grid-2 {
  margin-top: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.margins {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grey-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f3f3;
  background-image: url('../images/JM-icon-white-transparency.svg');
  background-position: 114px 128%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.grey-box.justify-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.primary-cta {
  padding: 11px 30px;
  background-color: #00263A;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary-cta:hover {
  background-color: #0c6594;
  color: #fff;
}

.primary-cta.top-margin {
  margin-top: 30px;
  background-color: #00263A;
}

.primary-cta.top-margin:hover {
  background-color: #0c6594;
}

.primary-cta.light {
  background-color: #f7f4ef;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333;
}

.primary-cta.light:hover {
  background-color: #0c6594;
  color: #fff;
}

.slider {
  min-height: 400px;
  background-color: transparent;
}

.left-arrow {
  display: block;
  margin-left: -20px;
}

.right-arrow {
  display: block;
  margin-right: -20px;
  color: transparent;
}

.div-block-900 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 900px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block-900.left {
  margin-left: 0px;
  padding-left: 0px;
}

.review-stars {
  margin-bottom: 20px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0c6594;
}

.review {
  font-style: italic;
}

.review-name {
  margin-top: 25px;
  font-weight: 700;
}

.slide-nav {
  display: none;
  color: #00263A;
}

.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0c6594;
}

.usp-icon {
  height: 60px;
  max-width: 60px;
}

.usp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  max-width: 100%;
}

.container.narrow {
  margin: 60px auto 20px;
}

.container.narrow.centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.grey-box {
  background-color: #f3f3f3;
}

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

.listing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.listing-card.slider-card {
  position: relative;
}

.card-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listing-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  text-decoration: none;
}

.listing-tile:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
  color: #0c6594;
}

.listing-tile-image {
  overflow: hidden;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.listing-tile-heading {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}

.listing-tag {
  padding: 2px 5px;
  border-radius: 2px;
  background-color: #00263A;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.notices {
  margin-bottom: 10px;
  font-size: 13px;
}

.flex.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-price {
  color: #00263A;
  font-size: 21px;
  font-weight: 700;
}

.list-address {
  color: #929292;
}

.property-id {
  color: #929292;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.listing-specs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(170, 138, 83, 0.09);
}

.spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #00263A;
  font-size: 20px;
  font-weight: 700;
}

.spec-icon {
  width: 40px;
  margin-right: 11px;
}

.listing-tabs {
  width: 100%;
  text-align: center;
}

.tab-content {
  padding-top: 42px;
}

.tab-link {
  width: 200px;
  background-color: #f7f4ef;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.tab-link:hover {
  background-color: rgba(170, 138, 83, 0.24);
}

.tab-link.w--current {
  background-color: #00263A;
  color: #fff;
}

.grid-3 {
  position: relative;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-link {
  color: #000;
}

.tab-link:hover {
  background-color: rgba(161, 180, 193, 0.5);
  color: #0c6594;
}

.sold-tag {
  position: absolute;
  margin-top: 16px;
  padding: 2px 5px;
  background-color: #ffac12;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.tabs-menu {
  margin-top: 40px;
}

.team-photo {
  min-height: 600px;
  background-image: url('../images/Matt--Jevin--Promo-V2-3.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-photo._2 {
  background-image: url('../images/Matt--Jevin--Promo-4.jpg');
  background-position: 75% 50%;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
  text-decoration: none;
}

.contact-link:hover {
  color: #00263A;
}

.f-icon {
  width: 20px;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  text-align: center;
}

.phone-number {
  margin-right: 9px;
  font-weight: 600;
}

.contact-wrapper {
  width: 100%;
  margin-top: 20px;
  padding: 12px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.26);
  border-radius: 3px;
  background-color: hsla(0, 0%, 92.7%, 0.11);
  border:0px;
}

.contact-name {
  margin-bottom: 5px;
  font-weight: 600;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.text-field {
  height: 42px;
  min-width: 200px;
  margin-right: 7px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #7a7a7a;
  background-color: hsla(0, 0%, 100%, 0.27);
}

.text-field:focus {
  border-color: #0c6594;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.news-submit {
  height: 42px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #00263A;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-submit:hover {
  background-color: #0c6594;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper.gallery {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #00263A;
  opacity: 1;
  -webkit-transition: margin 300ms ease, background-color 200ms ease, color 200ms ease;
  transition: margin 300ms ease, background-color 200ms ease, color 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
}

.social-link:hover {
  margin-top: -2px;
  background-color: #0c6594;
  color: #fff;
}

.footer-container {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #000;
  color: #fff;
}

.footer-grid {
  -ms-grid-columns: 200px 1fr 1fr 0.2fr;
  grid-template-columns: 200px 1fr 1fr 0.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-heading {
  margin-top: 0px;
  font-size: 24px;
}

.footer-link {
  margin-left: 16px;
  color: #0c6594;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0c6594;
}

.byte-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.byte-media:hover {
  opacity: 1;
}

.jm-icon {
  width: 92px;
}

.byte-media-logo {
  height: 17px;
}

.small-text {
  font-size: 14px;
}

.sales {
  margin-right: 10px;
  color: #00263A;
  font-size: 52px;
  font-weight: 800;
}

.gallery-grid {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-lightbox {
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 190px;
  max-width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.seperator {
  margin-top: 60px;
}

.orange-bar {
  width: 50px;
  height: 3px;
  background-color: #00263A;
}

.orange-line {
  width: 100%;
  height: 1px;
  background-color: #00263A;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #797979;
  font-weight: 700;
  text-transform: uppercase;
}

.dollar {
  margin-top: -16px;
  margin-right: 2px;
  color: #00263A;
  font-size: 23px;
}

.coffee {
  margin-right: 10px;
  color: #00263A;
  font-size: 52px;
  font-weight: 800;
}

.sold {
  margin-right: 10px;
  color: #00263A;
  font-size: 52px;
  font-weight: 800;
}

.listings {
  margin-right: 10px;
  color: #00263A;
  font-size: 52px;
  font-weight: 800;
}

.background-video {
  display: block;
  height: 100%;
}

.video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-lightbox.small {
  overflow: hidden;
  max-height: 400px;
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.play-circle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  border-radius: 100px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 33px;
}

.slide {
  width: 50%;
  padding: 25px;
}

.review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #141414;
  color: #fff;
}

.review-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #00263A;
}

.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f3f3;
}

.grid {
  margin-top: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.margins {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-4 {
  margin-top: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.4fr 0.6fr;
  grid-template-columns: 1.4fr 0.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4.margins {
  margin-top: 40px;
  margin-bottom: 40px;
}

.propertyimagegrid {
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.property-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.property-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.propertyimage-lightbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.propertyimages-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

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

.hidden-images {
  display: none;
}

.propertyimagegrid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.propertyimage-bigholder {
  position: relative;
  overflow: hidden;
}

.propertyimage-smallholder {
  position: relative;
  overflow: hidden;
}

.d-md-show {
  display: none;
}

.heading {
  margin-bottom: 20px;
}

.icon {
  margin-left: 0px;
  color: #00263A;
}

.icon:hover {
  color: #0c6594;
}

.icon-2 {
  margin-right: 0px;
  color: #00263A;
}

.icon-2:hover {
  color: #0c6594;
}

.icon-2:active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-block-904 {
  margin-right: auto;
}

.div-block-905 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image {
  border-radius: 0px;
}

.image.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-holder {
  width: 100%;
  margin-bottom: 40px;
}

.accordion {
  overflow: visible;
  width: 100%;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px 10px 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #00263A;
  cursor: pointer;
}

.accordion-content {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: transparent;

}

.div-block-906 {
  margin-left: 10px;
}

.accordion-icon {
  margin-left: auto;
  font-family: 'Fa solid 900', sans-serif;
  color: #00263A;
  font-size: 24px;
}

.text-block-2 {
  margin-left: auto;
  font-family: 'Fa solid 900', sans-serif;
}

.div-block-907 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-icon {
  display: block;
  max-height: 30px;
  margin-bottom: 10px;
  opacity: 0.68;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-908 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-909 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.realtor-box {
  width: 100%;
}

.realtor-box.grey {
  margin-bottom: 20px;
}

.realtor-img {
  max-height: 100px;
  border-radius: 100px;
}

.text-span {
  font-family: 'Fa solid 900', sans-serif;
}

.realtor-links {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.realtor-info {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hide {
  display: none;
}

.vid-icon {
  display: block;
  max-height: 30px;
  opacity: 0.8;
}

@media screen and (min-width: 780px) {
  .has-form .hero-caption-wrapper.center {
    flex-direction: row;
    align-items: center;
  }

  .hero-form {
    margin: 0 20px;
  }

  .has-form .hero-caption.center {
    text-align: start;
    max-width: 80%;
  }

  .hero-image--desktop {
    display: block;
  }

  .background-video.background-video--desktop {
    display: block;
  }

  .hero-image--mobile {
    display: none;
  }

  .background-video.background-video--mobile {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .hero-caption {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 75px;
  }


  .hero-caption.lowercase {
    padding-left: 10px;
  }

  .hero-caption-wrapper {
    width: 90%;
  }

  .video-icon {
    display: block;
  }

  .div-block-909 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    margin-right: 6%;
    margin-left: 6%;
  }

  .container-{
    padding-left:92px;
    padding-right:92px;
  }

  .hero-caption {
    margin-right: 0px;
    padding-right: 0px;
  }

  .hero-wrapper {
    height: 900px;
  }

  .section {
    margin-right: 6%;
    margin-left: 6%;
  }

  .grey-box {
    padding: 40px 60px 60px;
  }

  .container.narrow {
    max-width: 1300px;
  }

  .gallery-lightbox {
    width: 240px;
    height: 190px;
  }

  .grey {
    padding: 40px 60px 60px;
  }

  .grey.form-block {
    padding: 40px 40px;
  }

  .div-block-910 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .nav-container {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-caption {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-wrapper {
    height: 1000px;
  }

  .hero-caption-wrapper {
    width: 70%;
  }

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

  .grey-box {
    padding: 75px 95px 95px;
  }

  .container {
    max-width: 1600px;
  }

  .footer-container {
    max-width: 1600px;
  }

  .footer-container.hide {
    display: none;
  }

  .gallery-lightbox {
    width: 340px;
    height: 290px;
  }

  .play-circle {
    z-index: 100;
  }

  .grey {
    padding: 75px 95px 95px;
  }

  .property-image {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .property-image:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .propertyimage-lightbox {
    overflow: hidden;
  }

  .d-md-show {
    display: none;
  }

  .image.cover {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .image.cover:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .video-icon {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-909 {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-910 {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #00263A;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }

  .nav-link.w--current {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .ray-white {
    right: 0px;
    bottom: 0px;
  }

  .hero-caption {
    width: 90%;
  }

  .hero-caption.center {
    width: 100%;
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button.w--open {
    background-color: #00263A;
  }

  .hero-caption-wrapper {
    width: 100%;
  }

  .stars-wrapper {
    margin-bottom: 21px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider {
    width: 100%;
  }

  .flex.counters {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-lightbox {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: none;
  }

  .counter {
    font-size: 14px;
    text-align: center;
  }

  .slide {
    width: 100%;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    -ms-grid-columns: 1.3fr 0.7fr;
    grid-template-columns: 1.3fr 0.7fr;
  }

  .propertyimagegrid {
    max-width: 100%;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .property-image {
    width: 100%;
    height: 100%;
    max-height: 400px;
  }

  .div-block-902 {
    display: none;
  }

  .propertyimagegrid-small {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .propertyimagesmall-hide {
    display: none;
  }

  .propertyimage-bigholder {
    width: 100%;
    height: 100%;
  }

  .propertyimage-smallholder.d-md-hide {
    display: none;
  }

  .d-md-show {
    display: block;
  }

  .icon-3 {
    color: #fff;
  }

  .div-block-909 {
    text-align: left;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }

  .hero-caption {
    font-size: 60px;
  }

  .hero-wrapper {
    height: 600px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .flex.notices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex.left.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    margin-right: 0px;
    margin-bottom: 6px;
  }

  .social-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-links {
    margin-top: 15px;
  }

  .byte-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-lightbox {
    height: auto;
    max-height: 100px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .property-image {
    height: 100%;
    max-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo {
    width: 92px;
  }

  .stepFormPopup .g-recaptcha > div:first-child {
    width: 100% !important;
  }
  
  .stepFormPopup .g-recaptcha iframe {
    width: 100% !important;
  }

  .nav-container {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-menu {
    z-index: 1000;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ray-white {
    right: 0px;
    width: 100px;
  }

  .hero-caption {
    font-size: 41px;
    line-height: 1.1;
  }

  .hero-wrapper {
    height: 400px;
  }

  .hero-caption-wrapper {
    left: 15px;
    bottom: 20px;
    z-index: 201;
  }

  .section {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section.grey-section {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .grid-2.margins {
    justify-items: start;
  }

  .grey-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider {
    min-height: 650px;
  }

  .usp-icon {
    margin-left: 0px;
    text-align: left;
  }

  .usp-wrapper {
    text-align: left;
  }

  .container.narrow {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.narrow.centred {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex.counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link {
    width: 176px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .team-photo {
    min-height: 350px;
  }

  .contact-link {
    margin-right: 0px;
  }

  .contact-wrapper {
    width: auto;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-lightbox {
    height: auto;
  }

  .grey {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .grid.margins {
    justify-items: start;
  }

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

  .grid-4.margins {
    justify-items: start;
  }

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

#w-node-c0fe8f4f-3c29-be7f-d93d-c2d316a09917-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8535d0c-0885-f571-35d3-9341d5ff3336-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_561f0bc5-9ea7-ed3c-e1a5-397b91f24db4-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_561f0bc5-9ea7-ed3c-e1a5-397b91f24dba-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0bc1607-64f8-a2fa-0eb6-fa8aae1d6608-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74b49ad8-a248-46f4-27ad-51d873c5d93a-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1cb26762-8215-8450-27c8-51f6277898d0-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a87d695-7b18-a1d5-4aa4-48a5befa5348-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbea7619-f40a-4d05-0510-7d818dd87a93-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d7512a3-7fe3-b6ff-3d6c-5ef4d48873a9-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21946576-9726-535a-459d-0bb61d03bdf6-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_662bd506-1a81-f04c-ac65-6cf991e4d2e1-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b54c9705-1394-62b8-cebe-ad5d9d861bf8-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_05475ddb-6866-4100-bc01-09a7c9ef2bad-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7906605-499d-127f-8f7b-01229dae41a7-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_452c0808-5c57-3a9d-31c0-e797639ef6b3-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e53cbef-01af-548c-095d-18ac68b1149d-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef0091df-64c7-9619-75ab-8372a43d1ef4-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d20f5b52-3456-11b8-b772-523fd4b8c21e-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d20f5b52-3456-11b8-b772-523fd4b8c21f-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d20f5b52-3456-11b8-b772-523fd4b8c229-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d20f5b52-3456-11b8-b772-523fd4b8c231-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-babe5d89-810b-a402-698f-e4eb98ff6b02-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3b9b2ef-92ff-6fa6-3bd1-bf512997ef57-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_785260fc-8c57-b31b-4cbc-c3b16664adcc-a11b8fa9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c6d35388-4217-fc66-7c35-4a3149cb232d-a11b8fa9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6d35388-4217-fc66-7c35-4a3149cb232d-a11b8fa9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.propertyPopup {
  position: sticky;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  z-index: 1001;
  color: white;
  visibility: hidden;
}

.stepFormPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  color: white;
  visibility: hidden;
  top: 0;
  left: 0;
}

.propertyPopup--desktop {
  display: none;
}

.stepFormPopup.active {
  visibility: visible;
} 

.propertyPopup.active {
    visibility: visible;
}

.propertyPopup .popup__wrapper {
  position: absolute;
  bottom:0;
  left:0;
  background-color: #e6e7e9;
  width: 100%;
  color: #333;
}

.stepFormPopup .stepFormPopup__wrapper {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background-color: #e6e7e9;
  width: 80%;
  color: #333;
  padding: 28px;
  max-width: 600px;
}

.stepFormPopup__close {
  position: absolute;
    right: 0;
    top: 0;
    margin-top: 12px;
    margin-right: 12px;
    cursor: pointer;
}



.propertyPopup.propertyPopupDark .popup__wrapper {
  background-color: #00263A;
  color: white;
}

.popup__title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.popup__title h3 {
  font-size: 18px;
}
.popup__content {
  margin-bottom: 20px;
}

.propertyPopup svg {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.propertyPopup .popup__image {
  height: 200px;
}

.propertyPopup .popup__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.propertyPopup .popup__inner {
  padding: 0 40px;
  padding-bottom: 40px;
}

.popup__inner input {
  width: 100%;
  height: 40px;
  padding: 8px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  color: #000;
}

.popup__inner input:focus-visible {
  outline: none; /* Example of a visible focus style */
}

.propertyPopup .popup__form__field {
  margin-bottom: 20px;
}

.propertyPopupDark .primary-cta {
  background-color: #f7f4ef;
  color: black;
  font-weight: 600;
  transition: all 200ms ease;
}

.propertyPopupDark .primary-cta:hover {
  background-color: #0c6594;
  color: #fff;
}

.popup__form__field label {
  margin-bottom: 8px;
}
.popup__form__field button {
  margin-top: 20px;
  color: white;
}

.popup__wrapper {
  animation: popupSlideIn 0.4s ease-out;
}

.popup__logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.popup__form__field label {
  display: none;
}

.warning-msg {
    text-transform: none;
    font-size: 14px;
}

@keyframes popupSlideIn {
  from {
      transform: translateY(100%);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}

@media screen and (min-width: 767px) {
  .propertyPopup .popup__wrapper {
    width: 50%;
  }

  .propertyPopup--desktop {
    display: block;
  }

  .propertyPopup .popup__wrapper {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #e6e7e9;
    width: 80%;
    color: #333;
    bottom: unset;
    max-width: 700px;
  }

  .propertyPopup--mobile {
    display: none;
  }

  .popup__form__field label {
    display: block;
  }

  .propertyPopup .popup__inner {
    max-height: 400px;
    overflow-y: auto;
  }

  .propertyPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    z-index: 1001;
    color: white;
    visibility: hidden;
  }

  .propertyPopup input::placeholder {
    color: transparent;
  }

  .popup__title h3 {
    font-size: 24px;
  }

}
