@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: Syncopate;
  src: url('../fonts/Syncopate-Regular.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;
  }
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.navbar {
  background-color: #ddd0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.realestatelogo {
  max-width: 250px;
}

.whitelink {
  color: #fff;
}

.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-family: "Brooklyn 1", Impact, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.containerheader {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block, .div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: block;
}

.herotitle {
  width: 90%;
}

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

.herotitleblock {
  position: relative;
}

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

.whitebutton {
  color: #000;
  letter-spacing: 3px;
  background-color: #fff;
  padding: 25px 75px;
  font-family: Luxerie, Tahoma, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.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: Luxerie, Tahoma, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

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

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

.whiteparagraph.left {
  text-align: left;
  font-weight: 300;
}

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

.code-embed {
  font-family: Luxerie, Tahoma, sans-serif;
}

.link {
  color: #fff;
}

.header-2 {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

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

.agentlogo {
  max-width: 250px;
}

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

.address {
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.address.headeraddress {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  display: flex;
  position: static;
}

.agentaddress, .agentphonenumber, .agentemailaddress {
  color: #fff;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

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

.code-embed-2 {
  color: #fff;
  text-align: center;
}

.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;
}

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

.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%;
}

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

.blacktitle.center {
  display: block;
}

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

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

.blackparagraph {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Hoftype Empira, Palatino Linotype, 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;
}

.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;
}

.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%;
}

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

.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 {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  top: -70px;
}

.heading {
  color: #fff;
  text-align: center;
}

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

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

.whiteservicetitle.black {
  color: #000;
}

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

.image {
  height: 90%;
  position: absolute;
  inset: 0% 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;
}

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

.serviceimageright.center {
  right: auto;
}

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

.serviceimageleft.center {
  inset: auto auto 0%;
}

.serviceimagecenter {
  height: 90%;
  margin-bottom: 150px;
  padding-bottom: 0;
  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;
}

.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;
}

.realestateconsultant {
  background-image: url('../images/atlanta-bg-services.webp') !important;
  background-position: 0%;
  background-repeat: repeat;
  background-size: auto;
  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;
}

.commercialrealestate {
  background-image: url('../images/atlanta-bg-services.webp') !important;
  background-position: 100%;
  background-repeat: repeat;
  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;
}

.link-block-15 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
}

.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%;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 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%;
}

.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;
}

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

.container-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-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, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

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

.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: auto;
}

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

.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;
}

.text-span {
  letter-spacing: 25px;
  text-transform: uppercase;
  font-family: Syncopate, Arial, sans-serif;
  font-size: 20px;
}

.link-block-16, .arealink, .arelink {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

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

.contactcontainer {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contact-nadine-bg.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: 15rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

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

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

.formblock {
  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: block;
}

.formblock.center.smallbtn {
  text-align: center;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

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

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

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

.formfield._2, .formfield._3 {
  display: block;
}

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

.submit-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 125px;
  font-family: Luxerie, Tahoma, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-field-2 {
  color: #fff;
  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: Luxerie, Tahoma, sans-serif;
  font-size: 25px;
}

.text-field-3 {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  font-family: Luxerie, Tahoma, sans-serif;
  font-size: 25px;
}

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

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

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

.field-label {
  color: #fff;
  margin-right: auto;
  font-family: "Brooklyn 1", Impact, sans-serif;
  font-weight: 400;
  display: none;
}

.sectionmap {
  margin-bottom: 5rem;
}

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

.mapheader {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 100px auto 50px;
  display: flex;
}

.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;
}

.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;
}

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

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

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

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

.containerfooterlink {
  background-image: url('../images/white-layer.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.subtitle-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, Arial, sans-serif;
  font-size: 12px;
}

.subtitle-3.nopadding {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}

.subtitle-3.nopadding.black {
  color: #000;
  letter-spacing: 7px;
  font-family: Syncopate, Arial, sans-serif;
}

.linkindustries {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.image-68 {
  max-width: 90px;
}

.linkfooter {
  text-decoration: none;
}

.div-block-3329 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.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;
}

.containerfooterlinks {
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.link-block-19 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textlink {
  color: #757272;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Syncopate, Arial, sans-serif;
  font-size: 10px;
  line-height: 25px;
  text-decoration: none;
}

.textlink.center {
  text-align: center;
  font-size: 10px;
}

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

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

.link-block-20 {
  text-decoration: none;
}

.socialmedialinksfooter {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sectionfooter-2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.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;
}

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

.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, Arial, sans-serif;
  font-size: 10px;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

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

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

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

.close-menu-btn {
  color: #b3d4c7;
  text-align: left;
  letter-spacing: 1.09px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  background-image: url('../images/close-menu-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.close-menu-btn:hover {
  color: #fff;
}

.menu-list {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-section-list {
  margin-bottom: 0;
  padding-left: 0;
}

.nav-list-item {
  padding-top: 4px;
  padding-bottom: 4px;
}

.list-ancor {
  color: #ccc;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.list-ancor:hover {
  color: #fff;
}

.divider {
  opacity: .6;
  background-color: #d8d8d8;
  width: 20px;
  height: 1px;
  margin: 15px auto 20px;
  display: block;
}

.nav-section-title {
  color: #fff;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.div-block-3304 {
  padding-top: 20px;
}

.footer-social-icon {
  opacity: .7;
  width: 20px;
  height: 20px;
}

.footer-social-icon:hover {
  opacity: 1;
}

.footer-social-icon.insta {
  background-image: url('../images/instagram_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.navi-footer {
  margin-top: 100px;
}

.foot-logo {
  background-image: url('../images/zack-white-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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 !important;
}

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

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

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

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

.whitelargeheadline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxerie, Tahoma, 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, Arial, 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%;
}

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

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

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

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

@media screen and (min-width: 1920px) {
  .whiteparagraph, .whiteparagraph.left {
    font-size: 26px;
  }

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

  .blackparagraph {
    font-size: 26px;
  }

  .whiteservicetitle {
    font-size: 65px;
  }

  .link-block-15 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

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

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

@media screen and (max-width: 991px) {
  .herotitlecalltoactions {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .site-header {
    flex-flow: row;
  }

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

  .link-block-15 {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

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

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

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

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

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

  .containerfooterlink {
    max-width: 100%;
  }

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

  .containerfooterlinks {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .textlink {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .herotitle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

  .site-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

  .introservicescontenttext {
    width: 100%;
  }

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

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

  .serviceitem.relativenegative._100 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

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

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

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

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

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

  .link-block-15 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .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;
  }

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

  .realestateconsultantblocktitle {
    text-align: left;
  }

  .additionalservicesdivider {
    display: none;
  }

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

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

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

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

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

  .areasgrid {
    padding-left: 0;
  }

  .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;
  }

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

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

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

  .sectioncontact {
    margin-top: 5rem;
  }

  .contactcontainer {
    padding-bottom: 15rem;
  }

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

  .mainformblock {
    flex-flow: column;
  }

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

  .text-field {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    padding-left: 0;
  }

  .text-field-2 {
    margin-left: auto;
    padding-left: 0;
  }

  .text-field-3 {
    margin-right: auto;
    padding-left: 0;
  }

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

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

  .contactinfoblock {
    flex-flow: column;
  }

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

  .containerfooterlink {
    padding-top: 3rem;
  }

  .subtitle-3.nopadding {
    line-height: 22px;
  }

  .div-block-3329 {
    flex-flow: column;
  }

  .containerfooterlinks {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .paragraphdisclaimer {
    line-height: 15px;
  }

  .textlink {
    color: #000;
  }

  .logofooter {
    max-width: 150px;
  }

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

  .rightblocklinks, .centerblocklinks {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sectionfooter-2 {
    display: block;
  }

  .leftblocklinks {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

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

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

  .menu {
    z-index: 99;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
    position: absolute;
  }

  .list {
    padding-left: 0;
  }

  .containerheaderhero {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
  }

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

  .contentabout {
    flex-flow: column;
  }

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

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

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

  .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: 'Syncopate';
  src: url('../fonts/Syncopate-Regular.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;
}