:root {
  --off-white: #e7e7e7;
  --black: #1f1e1e;
  --white: white;
  --main-brand-color: #643f7a;
  --secondary-brand-color-2: #217785;
}

::selection {
  background: var(--main-brand-color);
  color: var(--white);
}

:focus-visible,
.text-field:focus-visible,
.text-field-2:focus-visible,
.left-arrow:focus-visible,
.right-arrow:focus-visible,
.service-card-wrapper:focus-visible {
  outline: 3px solid rgb(0, 162, 255); /* Bright, clear outline */
  outline-offset: 2px; /* Slight offset to prevent outline from touching the element */
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3); /* Soft glow effect */
  transition: outline 0.2s, box-shadow 0.2s; /* Smooth transition */
}

.wpcf7 form {
  text-align: center;
}

label {
  color: transparent;
  /* color: var(--off-white); */
}

textarea.w-input {
  height: unset;
  /* min-height: 100px;
  max-height: 300px; */
  max-width: 600px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  color: var(--off-white);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--off-white);
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.db-footer-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.db-footer-container.px {
  align-items: flex-end;
  padding-bottom: 60px;
}

.contact-bar {
  background-color: var(--black);
  border-bottom: 1px solid #5d5a5a;
  height: 50px;
}

.contact-block {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: start;
}

.contact-bar-link-block {
  background-color: #2a2a2a;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.contact-bar-link-block:hover {
  background-color: #313131;
}

.contact-bar-content-parent {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.white {
  color: var(--white);
}

.muted-white-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

.muted-white-text.all-caps {
  color: #e7e7e7e6;
}

.header-icon-wrapper {
  background-color: var(--off-white);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.contact-bar-link {
  color: var(--off-white);
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.contact-bar-link.last {
  margin-right: 0;
}

.contact-bar-link.hidden {
  display: none;
}

.contact-bar-links {
  align-items: stretch;
  display: flex;
}

.header-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
}

.header-icon.social {
  font-family: "Fa Brands 400", sans-serif;
}

.all-caps {
  text-transform: uppercase;
}

.social-icon {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 12px;
}

.db-hero {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/hero-main.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  width: 100vw;
  height: 4rem;
  position: fixed;
  inset: 80px 0% auto;
  overflow: visible;
}

.nav-link {
  background-color: #dbdbdb;
  padding-left: 40px;
  padding-right: 40px;
  transition: background-color 0.3s;
}

.nav-link:hover,
.nav-link.w--current {
  background-color: var(--main-brand-color);
  color: var(--white);
}

.background-image {
  background-color: var(--off-white);
  background-image: url("../images/building-sketch-1_1.webp");
  background-position: 0 0;
  background-size: cover;
  height: 600px;
  overflow: hidden;
}

.navbar-content-parent {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.db-brand-content {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-h1 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 1.4;
}

.hero-content-wrapper {
  margin-top: 20rem;
  margin-bottom: 5rem;
}

.paragraph-hero {
  color: var(--off-white);
  text-wrap: balance;
  width: 80%;
  font-size: 1rem;
  line-height: 1.4;
}

.button {
  border: 2px solid var(--white);
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 34px;
  padding-right: 34px;
  transition: border-color 0.3s, background-color 0.3s, opacity 0.4s;
}

.button:hover {
  border-color: var(--main-brand-color);
  background-color: var(--main-brand-color);
}

.db-section {
  overflow: visible;
}

.db-section.py {
  margin-top: 100px;
}

.db-section.px {
  overflow: visible;
}

.div-block-9 {
  width: 50%;
}

.hero-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.div-block-10 {
  border: 2px solid var(--secondary-brand-color-2);
  width: 90%;
  height: 120px;
  margin-left: 30px;
  position: relative;
  overflow: visible;
}

.div-block-11 {
  border: 2px solid var(--secondary-brand-color-2);
  background-color: var(--off-white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.div-block-12 {
  border: 2px solid var(--secondary-brand-color-2);
  background-color: var(--secondary-brand-color-2);
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-one {
  margin-top: 90px;
  line-height: 24px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  text-decoration: none;
  display: inline-block;
}

.italic-text {
  padding-bottom: 4px;
  font-weight: 700;
  display: inline-block;
}

.link-arrow {
  color: var(--black);
  margin-left: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-block;
}

.explore-services {
  grid-column-gap: 10px;
  color: var(--black);
  align-items: center;
  margin-top: 50px;
  font-size: 18px;
  display: inline-block;
}

.project-info-container {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-23 {
  background-image: linear-gradient(#e7e7e766, #e7e7e766),
    url("../images/building-sketch-2.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.container-vertical {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.paragraph-two {
  text-align: center;
  width: 70%;
  line-height: 24px;
}

.button-2 {
  border: 2px solid var(--secondary-brand-color-2);
  background-color: var(--secondary-brand-color-2);
  color: var(--white);
  text-transform: none;
  margin-top: 36px;
  padding: 10px 34px;
  font-size: 16px;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s, opacity 0.4s;
}

.button-2:hover {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
}

.heading-2 {
  z-index: 2;
  margin-bottom: 24px;
  line-height: 44px;
  position: relative;
}

.heading-2.white.align-left {
  text-align: left;
}

.container-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.contact-bgd {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/contact-bgd.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 60px;
}

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

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

.form-block {
  border: 1px solid var(--off-white);
  width: 100%;
  padding: 60px 60px 20px 60px;
}

.form-intro {
  justify-content: center;
}

.muted {
  color: #fff9;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

.text-field {
  color: var(--off-white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e7e7e799;
  margin-bottom: 20px;
  padding: 18px 0px 16px 0px;
  font-size: 16px;
}

.text-field:focus {
  border-bottom: 1px solid var(--white);
  box-shadow: none;
}

.text-field::placeholder {
  color: var(--off-white);
}

.text-block-2 {
  color: var(--off-white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 26px;
  line-height: 130px;
}

.button-contact {
  border: 2px solid var(--white);
  background-color: var(--off-white);
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s, opacity 0.4s;
}

.button-contact:hover {
  border-color: var(--off-white);
  color: var(--off-white);
  background-color: #0000;
}

.footer-bgd {
  background-color: var(--black);
  background-image: linear-gradient(#000000e6, #000000e6),
    url("../images/footer.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 540px;
}

.footer-icon-wrapper {
  background-color: var(--off-white);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
}

.footer-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.footer-icon.social {
  font-family: "Fa Brands 400", sans-serif;
}

.footer-contact {
  grid-column-gap: 10px;
  color: var(--white);
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-contact.following {
  margin-top: 10px;
}

.db-footer-link {
  border-bottom: 1.2px solid var(--off-white);
  color: var(--off-white);
  text-align: right;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
  transition: border-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: inline-block;
}

.db-footer-link:hover,
.db-footer-link.w--current {
  border-bottom-color: var(--main-brand-color);
}

.db-footer-link.w--current {
  transition-duration: 0.3s;
}

.db-footer-links {
  flex-direction: column;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
}

.db-footer-socials {
  grid-column-gap: 20px;
  display: flex;
}

.db-footer-socials.mt {
  justify-content: flex-end;
  margin-top: 30px;
}

.footer-ico {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
}

.navbar-brand-placeholder {
  background-color: #0000;
  display: none;
}

.newsletter-card {
  background-color: var(--main-brand-color);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36vw;
  max-height: 450px;
  padding: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 180px;
  left: 41%;
  box-shadow: 9px 10px 14px #0003;
}

.paragraph-2 {
  color: #e7e7e7cc;
  text-align: center;
  line-height: 24px;
}

.text-block-4 {
  color: var(--off-white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.form-block-2 {
  width: 100%;
}

.subscribe-button {
  border: 2px solid var(--off-white);
  color: var(--off-white);
  text-transform: none;
  background-color: #0000;
  border-radius: 6px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 18px;
  padding: 10px 34px;
  font-size: 16px;
  transition: color 0.3s, background-color 0.3s, opacity 0.4s;
  display: block;
}

.subscribe-button:hover {
  border-color: var(--off-white);
  background-color: var(--off-white);
  color: var(--main-brand-color);
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field-2 {
  color: var(--off-white);
  text-align: center;
  background-color: #ffffff1a;
  border: 1px #000;
  border-bottom: 1px solid #e7e7e780;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 50px;
  font-size: 18px;
}

.text-field-2:focus {
  border-bottom-color: var(--off-white);
  color: var(--off-white);
  background-color: #0000;
  box-shadow: none;
}

.text-field-2::placeholder {
  color: #e7e7e7b3;
  text-align: center;
  font-size: 16px;
}

.db-hero-text-main {
  text-wrap: balance;
  font-size: 4rem;
}

.db-page-header {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/hero-main.webp");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.db-header-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.db-header-content {
  margin-top: 20rem;
  margin-bottom: 5rem;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  flex: 1;
  padding: 0;
}

.h-divider {
  background-color: var(--main-brand-color);
  width: 200px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph {
  text-align: left;
  line-height: 24px;
}

.paragraph.mt {
  margin-top: 20px;
}

.div-block-33 {
  width: 80%;
}

.blog-wrapper {
  padding: 80px 0px 120px 0px;
  width: 80%;
}

.div-block-34 {
  z-index: 2;
  width: 40vw;
  height: 44vw;
  position: relative;
}

.div-block-35 {
  z-index: 1;
  background-color: var(--main-brand-color);
  width: 28vw;
  height: 48vw;
  position: absolute;
  inset: -20px auto 0% 40px;
}

.div-block-36 {
  z-index: 2;
  background-image: url("../images/about1.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cell-3 {
  align-items: flex-end;
  padding-top: 60px;
  padding-right: 40px;
}

.hero-without-image {
  background-color: var(--black);
  background-image: none;
  padding: 60px 30px 80px;
  position: relative;
}

.db-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell-4 {
  justify-content: center;
}

.purple-bgd {
  z-index: 1;
  background-color: var(--main-brand-color);
  width: 28vw;
  height: 46vw;
  position: absolute;
  inset: auto -40px 0 auto;
}

.compass-image {
  z-index: 2;
  background-image: url("../images/about3.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-42 {
  z-index: 3;
  background-image: url("../images/about2.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto -40px 40px auto;
}

.compass-card {
  border: 1px solid var(--main-brand-color);
  background-color: var(--off-white);
  max-width: 500px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
}

.card-divider {
  background-color: var(--main-brand-color);
  width: 118px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.card-description {
  text-align: left;
  margin-bottom: 0;
  line-height: 24px;
}

.values {
  background-color: var(--off-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 110px;
  position: relative;
}

.container-3 {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.values-wrapper {
  grid-column-gap: 50px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.value-block {
  text-align: center;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.value-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.value {
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  line-height: 24px;
}

.title-block {
  border-bottom: 1px solid var(--main-brand-color);
  margin: 40px auto;
  padding: 30px 30px 40px;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.quick-stack-3 {
  flex: 1;
  padding-bottom: 140px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-43 {
  align-self: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.partner-logo {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.partner-wrapper {
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.quick-stack-4 {
  grid-column-gap: 60px;
  flex: 0 auto;
  align-self: stretch;
  padding: 90px 0 0;
}

.service-image1 {
  background-image: url("../images/s-c.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vw;
  position: relative;
}

.service-title {
  z-index: 2;
  background-color: var(--main-brand-color);
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 25%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% -4%;
}

.service-description {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 30px;
  display: flex;
  position: relative;
}

.service-card-wrapper {
  overflow: hidden;
}

.service-name {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.description {
  color: #e7e7e7cc;
  text-align: left;
  margin-bottom: 0;
  line-height: 24px;
}

.service-image2 {
  background-image: url("../images/homes.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vw;
  position: relative;
}

.service-image3 {
  background-image: url("../images/s-b.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vw;
  position: relative;
}

.service-image4 {
  background-image: url("../images/s-cst.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vw;
  position: relative;
}

.quick-stack-5 {
  grid-column-gap: 60px;
  flex: 0 auto;
  align-self: stretch;
  padding: 60px 0 0;
}

.services-sign-off {
  background-color: var(--off-white);
  background-image: none;
  margin-top: 90px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 69px;
  position: relative;
}

.tabs-menu {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tab-link {
  color: var(--off-white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: 0 60px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 200px;
  font-weight: 400;
  transition: box-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
}

.tab-link:hover {
  border-color: var(--main-brand-color);
  color: var(--off-white);
}

.tab-link.w--current {
  background-color: var(--main-brand-color);
  color: var(--off-white);
  text-align: center;
  align-self: center;
  font-weight: 700;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.cell-6 {
  align-items: stretch;
}

.cell-7 {
  background-image: url("../images/4.webp");
  background-position: 50%;
  background-size: cover;
}

.projectimg1 {
  background-image: url("../images/el-main.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26vw;
  display: flex;
}

.quick-stack-6 {
  padding: 0;
}

.tabs {
  position: static;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  line-height: 24px;
}

.tabs-content {
  padding-left: 20px;
  overflow: visible;
}

.text-block-5 {
  color: #e7e7e766;
  font-family: "Fa Solid 900", sans-serif;
}

.contact-channel {
  color: #fff;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.contact-caption {
  color: #ffffff80;
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-detail {
  color: #fff;
  font-size: 20px;
}

.contact-channels {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.section-black {
  background-color: var(--black);
  background-image: linear-gradient(
    166deg,
    var(--black) 56%,
    var(--main-brand-color)
  );
  position: relative;
}

.tab-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
  display: none;
}

.div-block-48 {
  flex: 1;
  justify-content: space-between;
  height: 60vw;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-49 {
  background-color: #0000;
  width: 20%;
  height: 100%;
}

.div-block-50 {
  flex: 1;
}

.lightbox-wrapper {
  background-image: url("../images/el-main.webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.div-block-51 {
  padding: 30px;
}

.project-info {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26vw;
  display: flex;
}

.start-your-project {
  background-color: var(--black);
  background-image: none;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.div-block-52 {
  background-color: var(--off-white);
  background-image: url("../images/start-yours.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: stretch;
}

.services-wrapper {
  background-image: linear-gradient(#e7e7e7e6, #e7e7e7e6),
    url("../images/s-b.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-address-text {
  width: 200px;
  transition: color 0.3s;
}

.footer-section {
  z-index: 10;
  position: relative;
  overflow: visible;
}

.elvis-lightbox,
.grace-gardens-lightbox,
.primero-lightbox,
.rich-toks-lightbox {
  padding: 0;
}

.grace-gardens-cover {
  background-image: url("../images/gg-main.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26vw;
  display: flex;
}

.lightbox-wrapper1 {
  background-image: url("../images/gg-4.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.primero-court-cover {
  background-image: url("../images/pr-main.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26vw;
  display: flex;
}

.lightbox-wrapper2 {
  background-image: url("../images/pr-bgd.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.lightbox-wrapper3 {
  background-image: url("../images/rt-bgd.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.rich-toks-cover {
  background-image: url("../images/richtoks-main.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26vw;
  display: flex;
}

.lightbox-link {
  border: 2px solid var(--off-white);
  overflow: hidden;
  box-shadow: 0 5px 5px #0003;
}

.meeting-button {
  border: 2px solid var(--white);
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 34px;
  padding-right: 34px;
  transition: opacity 0.25s;
}

.meeting-button:hover {
  border-color: var(--main-brand-color);
  background-color: var(--main-brand-color);
}

.bgd-div {
  z-index: 0;
  opacity: 0.1;
  background-image: url("../images/projects-bgd-img.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider {
  background-color: #0000;
  flex: 0 auto;
  height: 100%;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.div-block-56 {
  flex: 1;
  padding: 70px 40px;
}

.slide-nav {
  display: none;
}

.testimonials {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 60px;
  position: relative;
}

.left-arrow {
  border: 1px solid var(--off-white);
  padding: 20px 60px;
  inset: auto auto 5% 10%;
}

.right-arrow {
  border: 1px solid var(--off-white);
  padding: 20px 60px;
  inset: auto 10% 5% auto;
}

.icon-3,
.icon-4 {
  color: var(--off-white);
  font-size: 24px;
}

.div-block-57 {
  background-color: #e4edf3;
  border: 3px solid #f5b270;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
}

.text-block-10 {
  color: var(--main-brand-color);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 44px;
}

.div-block-58 {
  border: 2px solid var(--off-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.paragraph-4 {
  color: var(--off-white);
  text-align: center;
  width: 70%;
  line-height: 24px;
}

.div-block-59 {
  background-color: var(--main-brand-color);
  width: 40%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-11 {
  color: var(--off-white);
  text-transform: uppercase;
  padding-bottom: 60px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-12 {
  color: var(--off-white);
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 14px;
}

.div-block-57-copy {
  border: 3px solid var(--secondary-brand-color-2);
  background-color: #e4edf3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
}

.text-block-13 {
  color: var(--black);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 64px;
}

.tap-me {
  z-index: 5;
  background-color: #643f7a66;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0%;
}

.div-block-60 {
  color: #643f7a;
  background-color: #643f7a4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 35px;
  display: flex;
}

.tap {
  z-index: 5;
  background-color: #643f7a66;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0%;
}

.hidden {
  display: none;
}

.nav-menu {
  justify-content: flex-end;
  display: flex;
}

.gremio-cover {
  background-image: url("../images/gremio-court.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26vw;
  display: flex;
}

.gremio-lightbox-wrapper {
  background-image: url("../images/gremio-court.jpeg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.feature-project {
  position: relative;
  overflow: hidden;
}

.project-image {
  position: relative;
}

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

.overlay {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.feature-project-details {
  z-index: 3;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.location {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.location-text {
  font-size: 1.1rem;
}

.location-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.project-name {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.project-price {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.project-details {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.detail-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.detail {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.feature-project-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--main-brand-color);
  background-color: var(--main-brand-color);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.6rem;
  font-size: 0.8rem;
  transition: border-color 0.3s, background-color 0.3s, opacity 0.4s;
  display: flex;
}

.feature-project-button:hover {
  border-color: var(--white);
  background-color: #643f7a00;
}

.project-button-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.hero-spacer {
  height: 2rem;
}

@media screen and (max-width: 991px) {
  .navbar-content-parent {
    max-width: none;
    overflow: hidden;
  }

  .db-brand-content {
    padding-left: 0;
  }

  .header-h1 {
    font-size: 3rem;
  }

  .hero-content-wrapper {
    margin-top: 18rem;
  }

  .db-section.py {
    margin-top: 0;
  }

  .db-hero-text-main {
    font-size: 3rem;
  }

  .db-header-content {
    margin-top: 18rem;
  }

  .h-divider {
    width: 400px;
  }

  .div-block-33 {
    width: 90%;
  }

  .div-block-34 {
    align-self: flex-start;
    width: 80vw;
    height: 60vw;
    margin-right: 0;
  }

  .div-block-35 {
    height: 65vw;
  }

  .cell-3 {
    align-items: flex-start;
    padding-right: 0;
  }

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

  .cell-4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .values {
    padding: 0 0 60px;
  }

  .values-wrapper {
    justify-content: space-between;
  }

  .value-title {
    text-align: center;
  }

  .container-4 {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .partner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .service-title {
    height: 35%;
    padding: 20px;
  }

  .service-description {
    padding: 20px 20px 10px;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    inset: 0% 0% auto;
  }

  .tab-link {
    flex-basis: 25%;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link.w--current {
    align-self: stretch;
  }

  .tabs-content {
    padding-left: 0;
  }

  .text-block-8 {
    overflow-wrap: normal;
  }

  .contact-details {
    padding-bottom: 30px;
  }

  .contact-channel {
    margin-bottom: 10px;
  }

  .contact-channels {
    flex-direction: column;
  }

  .tab-wrapper {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .div-block-48 {
    flex: 0 auto;
    height: 65vw;
    padding-top: 100px;
    padding-left: 0;
  }

  .div-block-49 {
    width: 0%;
  }

  .div-block-51 {
    padding: 20px;
  }

  .project-info {
    align-items: flex-start;
    overflow: scroll;
  }

  .div-block-52 {
    flex: 0 auto;
    height: 400px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content-wrapper {
    order: 1;
    align-items: center;
    width: auto;
  }

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

  .menu-button {
    background-color: var(--main-brand-color);
    align-self: stretch;
  }

  .menu-button.w--open {
    background-color: var(--main-brand-color);
  }

  .icon-2 {
    color: var(--off-white);
  }

  .left-arrow,
  .right-arrow {
    bottom: 5%;
  }

  .paragraph-4 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .db-footer-container.px {
    flex-direction: row;
    padding-bottom: 20px;
  }

  .contact-bar {
    height: 120px;
    display: none;
  }

  .contact-bar-link-block {
    justify-content: center;
    width: 50%;
    height: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-bar-content-parent {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .navbar {
    inset: 3% 0% auto;
  }

  .background-image {
    background-image: linear-gradient(#e7e7e7cc, #e7e7e7cc),
      url("../images/building-sketch-1.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .db-brand,
  .db-brand.w--current {
    padding-left: 0;
  }

  .header-h1 {
    font-size: 2rem;
  }

  .hero-content-wrapper {
    width: 100%;
    margin-top: 16rem;
    margin-bottom: 2.5rem;
  }

  .paragraph-hero {
    font-size: 0.9rem;
  }

  .div-block-9 {
    width: auto;
  }

  .hero-content {
    justify-content: flex-end;
  }

  .div-block-10 {
    width: 70vw;
  }

  .paragraph-one {
    margin-top: 60px;
  }

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

  .explore-services {
    margin-top: 20px;
  }

  .project-info-container {
    height: 80vh;
  }

  .paragraph-two {
    width: 100%;
  }

  .paragraph-two.left-aligh.muted {
    text-align: center;
  }

  .heading-2 {
    text-align: left;
    font-size: 24px;
    line-height: 38px;
  }

  .heading-2.white {
    text-align: center;
    font-size: 24px;
  }

  .container-horizontal {
    padding-top: 20px;
  }

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

  .form-intro {
    align-items: center;
  }

  .text-block-2 {
    margin-top: 0;
    line-height: 80px;
  }

  .footer-bgd {
    height: auto;
    padding-bottom: 40px;
  }

  .db-footer-links {
    margin-top: 400px;
  }

  .newsletter-card {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    inset: -10% 0 auto;
  }

  .db-hero-text-main {
    font-size: 2rem;
  }

  .db-header-content {
    width: 80%;
    margin-top: 16rem;
    margin-bottom: 2.5rem;
  }

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

  .div-block-34 {
    align-self: flex-start;
    width: 90%;
  }

  .cell-3 {
    padding-top: 40px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .card-title {
    font-size: 18px;
  }

  .values {
    padding: 0 15px 60px;
  }

  .values-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .value-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 34px;
  }

  .container-4 {
    border-bottom-style: none;
    padding-bottom: 100px;
  }

  .quick-stack-4 {
    padding-top: 40px;
  }

  .service-image1,
  .service-image2,
  .service-image3,
  .service-image4 {
    height: 60vw;
  }

  .quick-stack-5 {
    padding-top: 20px;
  }

  .services-sign-off {
    margin-top: 0;
    padding: 60px 15px;
  }

  .tabs-menu {
    height: 100px;
    inset: 0% 0% auto;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .quick-stack-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tab-wrapper {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-48 {
    height: auto;
    padding-top: 100px;
  }

  .div-block-51 {
    padding: 10px;
  }

  .project-info {
    align-items: flex-start;
    overflow: scroll;
  }

  .start-your-project {
    padding: 60px 15px;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .contact-block {
    margin-top: 400px;
  }

  .slider {
    flex: 0 auto;
    height: auto;
  }

  .div-block-55 {
    align-items: flex-start;
  }

  .div-block-56 {
    padding: 80px 0 60px;
  }

  .testimonials {
    padding-top: 20px;
  }

  .left-arrow {
    padding: 14px 40px;
    bottom: 5%;
    left: 5%;
  }

  .right-arrow {
    padding: 14px 40px;
    bottom: 5%;
    right: 5%;
  }

  .icon-3,
  .icon-4 {
    font-size: 18px;
  }

  .paragraph-4 {
    width: 90%;
  }

  .text-block-11 {
    padding-bottom: 40px;
  }

  .text-block-13 {
    font-family: "Fa Solid 900", sans-serif;
  }

  .hero-spacer {
    height: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .db-footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .db-footer-container.px {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0px;
  }

  .db-footer-container.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-bar {
    height: 50px;
    display: flex;
  }

  .contact-bar-link-block {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-bar-content-parent {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-bar-links {
    display: none;
  }

  .navbar {
    inset: 70px 0% auto;
  }

  .navbar-content-parent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    width: auto;
    height: 100px;
    margin-left: 20px;
  }

  .div-block-11 {
    height: 100%;
    top: 20px;
    right: 20px;
  }

  .div-block-12 {
    width: 20px;
    height: 20px;
  }

  .project-info-container {
    height: 60vh;
  }

  .container-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-2 {
    text-align: left;
  }

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

  .container-horizontal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-bgd {
    padding-bottom: 40px;
  }

  .db-footer-links {
    align-items: flex-start;
    margin-top: 60px;
    position: static;
  }

  .newsletter-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .db-header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .db-header-content {
    width: 100%;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
  }

  .h-divider {
    width: 70%;
  }

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

  .div-block-34 {
    width: 90%;
    height: 50vh;
  }

  .div-block-35 {
    width: 60vw;
    height: 55vh;
  }

  .hero-without-image {
    padding-top: 40px;
  }

  .db-container-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .purple-bgd {
    height: 60%;
    right: -20px;
  }

  .div-block-42 {
    right: -20px;
  }

  .values {
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .values-wrapper {
    margin-bottom: 0;
  }

  .title-block {
    border-bottom-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .service-image1,
  .service-image2,
  .service-image3,
  .service-image4 {
    height: 40vh;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .services-sign-off {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    height: 120px;
    display: flex;
    inset: 0% 0% auto;
  }

  .tab-link {
    flex: 1 0;
    align-self: stretch;
    width: auto;
    height: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .projectimg1 {
    height: 30vh;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-wrapper {
    max-width: none;
    padding-bottom: 0;
  }

  .div-block-48 {
    flex: 0 auto;
    padding-top: 120px;
  }

  .lightbox-wrapper {
    flex: 0 auto;
    height: auto;
    padding: 0;
  }

  .project-info {
    height: auto;
  }

  .start-your-project {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-address-text {
    width: auto;
  }

  .contact-block {
    margin-top: 350px;
  }

  .elvis-lightbox,
  .grace-gardens-lightbox,
  .primero-lightbox,
  .rich-toks-lightbox {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grace-gardens-cover {
    height: 30vh;
  }

  .lightbox-wrapper1 {
    flex: 0 auto;
    padding: 0;
  }

  .primero-court-cover {
    height: 30vh;
  }

  .lightbox-wrapper2,
  .lightbox-wrapper3 {
    flex: 0 auto;
    padding: 0;
  }

  .rich-toks-cover {
    background-position: 0 100%;
    background-repeat: repeat;
    height: 30vh;
  }

  .left-arrow {
    bottom: 5%;
    left: 0%;
  }

  .right-arrow {
    bottom: 5%;
    right: 0%;
  }

  .text-block-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .paragraph-4 {
    width: auto;
  }

  .gremio-cover {
    height: 30vh;
  }

  .gremio-lightbox-wrapper {
    flex: 0 auto;
    height: auto;
    padding: 0;
  }
}

#w-node-_0d1913c3-8343-b5fa-f56b-0288302b4d83-f9f14a3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_4ebc21aa-8782-eea0-fefd-2dbe8a617dac-f9f14a3f,
#w-node-a681c95f-a011-6c40-39e3-36ff63e2b5d0-f9f14a3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d354c19-9508-5b72-21bb-c9fa6e8750ee-f9f14a40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-acdea979-5216-8b6a-d632-56932e16ac9a-f9f14a40,
#w-node-_6ded20eb-1d80-b000-64c3-47e438d8bd42-f9f14a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2e38f90-d6fe-34a6-79de-17df3736c50b-f9f14a40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2e38f90-d6fe-34a6-79de-17df3736c50c-f9f14a40,
#w-node-b2e38f90-d6fe-34a6-79de-17df3736c510-f9f14a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fac96e1-8d3d-1767-f809-e821f967c416-f9f14a40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9d45e7b-61cb-feff-e93e-29883340ca15-f9f14a40,
#w-node-_82708e08-4574-f3b5-c291-c854a72d706c-f9f14a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_003b4f43-b0f0-a2d4-6743-d04c555c66eb-f9f14a41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_626b5308-2aeb-f588-c0e8-d77360de4ac9-f9f14a41,
#w-node-_9728b3d0-cc34-5f3d-311a-3d91987a6689-f9f14a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27706c95-f511-6de4-4a3d-9dbec8838a72-f9f14a41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_27706c95-f511-6de4-4a3d-9dbec8838a73-f9f14a41,
#w-node-_27706c95-f511-6de4-4a3d-9dbec8838a7d-f9f14a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b999e47-4434-7c18-0125-65e1ebad6e84-f9f14a43 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_9b999e47-4434-7c18-0125-65e1ebad6e85-f9f14a43,
#w-node-_9b999e47-4434-7c18-0125-65e1ebad6e8c-f9f14a43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4d354c19-9508-5b72-21bb-c9fa6e8750ee-f9f14a40,
  #w-node-b2e38f90-d6fe-34a6-79de-17df3736c50b-f9f14a40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2e38f90-d6fe-34a6-79de-17df3736c50c-f9f14a40 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d1913c3-8343-b5fa-f56b-0288302b4d83-f9f14a3f,
  #w-node-_9fac96e1-8d3d-1767-f809-e821f967c416-f9f14a40,
  #w-node-_003b4f43-b0f0-a2d4-6743-d04c555c66eb-f9f14a41,
  #w-node-_27706c95-f511-6de4-4a3d-9dbec8838a72-f9f14a41,
  #w-node-_9b999e47-4434-7c18-0125-65e1ebad6e84-f9f14a43 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "Fa Brands 400";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url("../fonts/fa-v4compatibility.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa 400";
  src: url("../fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa Solid 900";
  src: url("../fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
