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

@font-face {
  font-family: Luxerie;
  src: url('../fonts/Luxerie.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hoftype Empira;
  src: url('../fonts/hoftype-empira-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

.header {
  z-index: 99;
  text-transform: uppercase;
  border-bottom: .5px solid #fff;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.site-header {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.agentlogolink {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.agentlogo {
  max-width: 250px;
}

.agent-header-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-style: normal;
  display: block;
}

.contacttitle {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.faqcontainer {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.form-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.containerheaderhero {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 20%;
  padding-left: 10%;
  display: flex;
}

.transparentbutton {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: .5px solid #fff;
  padding: 25px 75px;
  font-family: "Brooklyn 1", Palatino Linotype, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.transparentbutton.center {
  margin-left: auto;
  margin-right: auto;
}

.transparentbutton.center.button-contact-form {
  padding-top: 25px;
}

.whitelineleft {
  background-color: #fff;
  height: .5px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -100px;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.arealink {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.serviceitem {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  top: auto;
}

.serviceitem.relativenegative {
  margin-bottom: 50px;
  top: -70px;
}

.serviceimagecenter {
  height: 90%;
  position: absolute;
}

.mapheader {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.whiteservicetitle {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.whiteservicetitle.left {
  text-align: left;
}

.whiteservicetitle.black {
  color: #000;
}

.whitebutton {
  color: #000;
  letter-spacing: 3px;
  background-color: #fff;
  padding: 25px 75px;
  font-family: "Brooklyn 1", Palatino Linotype, sans-serif;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}

.areasgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block.darktext {
  color: #292121;
}

.text-block.darktext.smaller {
  font-size: 15px;
  line-height: 25px;
}

.text-block.darktext.smaller.white {
  color: #fff;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.mapcontainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.what-i-do {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.serviceimageleft {
  height: 90%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mapblock {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whiteleftdecoratortitle {
  background-color: #fff;
  width: 250px;
  height: 1px;
}

.containerintroservices {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.slidercontrolerblock {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.additionalservicesblockimages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 5rem;
  display: flex;
}

.commercialrealestatedescriptionblock {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span {
  letter-spacing: 25px;
  text-transform: uppercase;
  font-size: 20px;
}

.mainformfields {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.arelink {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.contactinfoblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.areaitem {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
}

.map {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
}

.absoluteherobg {
  width: 100%;
  min-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  position: absolute;
}

.containeradditionalservices {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.introserviceareascontenttext.left {
  width: 90%;
  margin-left: 0;
  padding-left: 50px;
}

.realestateconsultant {
  background-image: url('../images/additionnal-services-bg.webp');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-width: 48%;
  max-width: 48%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  display: flex;
}

.herotitlecalltoactions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.sectionmap {
  margin-bottom: 5rem;
}

.text-field-5 {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-right: auto;
  font-family: "Brooklyn 1", Palatino Linotype, sans-serif;
  font-size: 18px;
}

.additionalservicesdivider {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 100%;
}

.additionalservicesdescriptionblock {
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 25px;
  display: flex;
}

.secondaryformblock {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text {
  color: #fff;
  text-decoration: underline;
}

.formblock-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin: 15px auto;
  display: flex;
}

.serviceimageright {
  height: 90%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contactheader-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
  position: relative;
  inset: auto 0%;
}

.overlay-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blacktitle {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.blacktitle.left {
  text-align: left;
  font-family: Syncopate, sans-serif;
}

.blacktitle.center {
  font-family: Syncopate, sans-serif;
  display: block;
}

.blacktitle.center.sr-only {
  display: none;
}

.formfield {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}

.formfield.full {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.sectionfaq-2 {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/hermosa-beach-cover.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whitelargeheadline {
  color: #fff;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 71px;
}

.whiteparagraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Hoftype Empira, Georgia, sans-serif;
  font-size: 21px;
  line-height: 35px;
}

.whiteparagraph.left {
  text-align: left;
  font-family: Hoftype Empira, Georgia, sans-serif;
  font-weight: 300;
}

.whiteparagraph._90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.whiteparagraph.small.left {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.greyblockdecorator {
  z-index: -1;
  opacity: .29;
  background-color: #d9d9d9;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  height: 35vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.greyblockdecorator2 {
  z-index: -1;
  background-color: #f1f1f1;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.servicescontent {
  z-index: 9;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.horizontalwhiteline {
  background-color: #fff;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.horizontalwhiteline.black {
  background-color: #000;
}

.herotitle {
  width: 90%;
}

.mapcontactinfo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
}

.text-field-4 {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 125px;
  font-family: "Brooklyn 1", Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.contactcontainer-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-10-15-at-6.44.28-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.contact-link {
  color: #000;
  text-transform: uppercase;
  font-family: "Brooklyn 1", Palatino Linotype, sans-serif;
  text-decoration: none;
}

.commercialrealestate {
  background-image: url('../images/additionnal-services-bg.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-width: 48%;
  max-width: 48%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  display: flex;
}

.servicesgrid {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.sectionfaq.paddingbottom {
  padding-bottom: 5rem;
}

.sectionhero {
  z-index: 9;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  position: relative;
}

.introservicescontenttext {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.introservicescontenttext.left {
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.recaptchacode {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.field-label {
  color: #fff;
  margin-right: auto;
  font-weight: 400;
  display: none;
}

.area-link {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.what-outer {
  width: 100%;
}

.mainformblock {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sectioncontact {
  margin-top: 20rem;
  display: block;
}

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

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.blackparagraph {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Hoftype Empira, Georgia, sans-serif;
  font-size: 21px;
  line-height: 35px;
}

.blackparagraph.small {
  font-size: 16px;
  line-height: 25px;
}

.blackparagraph._90 {
  width: 90%;
}

.blackparagraph._90.center {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.layout77_content-left {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.layout77_content-left._50size {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 24.6rem;
  min-height: 24.6rem;
  padding: 1.5rem .5rem;
  position: relative;
}

.layout77_content-left._50size.buyersleads {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.expertiseareascontainer {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whitetitle.left {
  color: #fff;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.herotitleblock {
  position: relative;
}

.whiterightdecoratortitle {
  background-color: #fff;
  width: 250px;
  height: 1px;
}

.containerservices {
  background-image: url('../images/dark-bg.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.footertitle {
  color: #000;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.list-item {
  padding-top: 0;
  padding-bottom: 0;
}

.containerfooterlogo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footercolumns {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 40vh;
  min-height: 40vh;
  max-height: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logofooter {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logofooter.largelogo {
  max-width: 450px;
}

.footerdisclaimer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: .5px solid #c3b9b9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Syncopate, sans-serif;
  font-size: 10px;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.paragraphdisclaimer {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
}

.containerfooter {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.containerabout {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.aboutline {
  background-color: #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 1px;
}

.aboutpicture, .abouttitle {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.whitelargeheadline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Arial, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 71px;
}

.whitelargeheadline-2.locationareas {
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 20px;
}

.whitelargeheadline-2.locationareas.black {
  color: #000;
}

.aboutdescription {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aboutdescription._100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.contentabout {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.headerabout {
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .slidercontrolerblock {
    position: static;
  }

  .blackparagraph._90.center {
    line-height: 50px;
  }

  .aboutpicture {
    width: 100%;
  }

  .image-69 {
    width: 100%;
    min-width: 100%;
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .whiteservicetitle {
    font-size: 65px;
  }

  .blacktitle.left {
    font-size: 58px;
  }

  .whiteparagraph, .whiteparagraph.left, .blackparagraph {
    font-size: 26px;
  }

  .blackparagraph._90.center {
    font-size: 24px;
    line-height: 60px;
  }

  .layout77_content-left._50size.buyersleads {
    height: 45rem;
    min-height: 45rem;
  }

  .expertiseareascontainer {
    font-size: 58px;
  }
}

@media screen and (max-width: 991px) {
  .site-header {
    flex-flow: row;
  }

  .agent-header-info {
    font-size: 10px;
    line-height: 17px;
  }

  .herotitlecalltoactions {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .overlay-card {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .blacktitle.left, .blacktitle.center {
    font-size: 38px;
  }

  .card-image {
    min-height: 100%;
    max-height: 100%;
  }

  .layout77_content-left {
    grid-row-gap: 2.5rem;
  }

  .layout77_content-left._50size.buyersleads {
    height: 100%;
    min-height: 100%;
  }

  .whitetitle.left {
    font-size: 38px;
  }
}

@media screen and (max-width: 479px) {
  .site-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .agent-header-info {
    display: none;
  }

  .containerheaderhero {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0%;
  }

  .transparentbutton {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

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

  .question-block.top {
    flex-flow: column;
  }

  .arealink {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .serviceitem.relativenegative {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .whiteservicetitle {
    font-size: 35px;
    line-height: 35px;
  }

  .whiteservicetitle.left {
    text-align: center;
  }

  .whitebutton {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .areasgrid {
    padding-left: 0;
  }

  .text-block {
    text-align: center;
    margin-left: 10px;
  }

  .form-block, .slidercontrolerblock {
    justify-content: center;
    align-items: center;
  }

  .additionalservicesblockimages {
    background-image: url('../images/bg-services.webp');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
  }

  .commercialrealestatedescriptionblock {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text-span {
    letter-spacing: 15px;
    font-size: 13px;
  }

  .mainformfields, .contactinfoblock {
    flex-flow: column;
  }

  .areaitem {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: 450px;
    min-height: 450px;
    max-height: 450px;
    display: block;
    position: relative;
  }

  .map {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .introserviceareascontenttext.left {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .realestateconsultant {
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .herotitlecalltoactions {
    justify-content: center;
    align-items: center;
  }

  .text-field-5 {
    margin-left: auto;
    padding-left: 0;
    font-size: 21px;
  }

  .additionalservicesdivider {
    display: none;
  }

  .additionalservicesdescriptionblock {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .contactheader-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .overlay-card {
    background-image: linear-gradient(#00000080, #00000080);
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .blacktitle.left {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

  .blacktitle.center {
    font-size: 28px;
    line-height: 40px;
  }

  .formfield {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .whitelargeheadline {
    text-align: center;
    font-size: 58px;
    line-height: 50px;
  }

  .whiteparagraph {
    font-size: 13px;
    line-height: 20px;
  }

  .whiteparagraph.left {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
  }

  .servicescontent {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .text-field-4 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    padding-left: 0;
    font-size: 21px;
  }

  .contactcontainer-2 {
    padding-bottom: 15rem;
  }

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

  .commercialrealestate {
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .introservicescontenttext {
    width: 100%;
  }

  .introservicescontenttext.left {
    text-align: center;
    margin-left: auto;
  }

  .mainformblock {
    flex-flow: column;
  }

  .sectioncontact {
    margin-top: 5rem;
  }

  .realestateconsultantblocktitle {
    text-align: left;
  }

  .layout77_content-left._50size.buyersleads {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .expertiseareascontainer {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .whitetitle.left {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

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

  .list {
    padding-left: 0;
  }

  .footercolumns {
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .logofooter {
    max-width: 150px;
  }

  .logofooter.largelogo {
    max-width: 250px;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraphdisclaimer {
    line-height: 15px;
  }

  .aboutpicture, .abouttitle {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .whitelargeheadline-2.locationareas.black {
    text-align: center;
  }

  .aboutdescription {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .contentabout {
    flex-flow: column;
  }

  .headerabout {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Brooklyn 1';
  src: url('../fonts/Brooklyn-Normal-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Luxerie';
  src: url('../fonts/Luxerie.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hoftype Empira';
  src: url('../fonts/hoftype-empira-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}