/*
 * Footer/contact styling for pages whose footer is rendered by Framer at
 * runtime (the project detail routes ship almost no SSR markup). Mirrors the
 * inline footer styles the SSR pages already carry.
 */
.mb-brand-logo {
  display: block;
  object-fit: contain;
  object-position: center;
}
.mb-brand-logo--nav {
  height: 40px;
  width: auto;
  max-width: 140px;
}
[data-framer-name="Footer Image"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  height: auto !important;
  min-height: 140px !important;
  overflow: visible !important;
  padding: 8px 0 20px !important;
}
[data-framer-name="Footer Image"] img.mb-brand-logo {
  display: none !important;
}
[data-framer-name="Footer Image"] .framer-791fzh,
[data-framer-name="Footer Image"] .framer-1yal690 {
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
[data-framer-name="Footer Image"] .mb-footer-makkan {
  display: none !important;
}
[data-framer-name="Footer Image"] .mb-footer-builders {
  display: block !important;
  margin: 0;
  font-family: "Clash Display", "Inter", system-ui, sans-serif;
  font-size: clamp(10px, 2.4vw, 13px);
  font-weight: 600;
  letter-spacing: 0.32em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
/* Collapse Framer's SSR whitespace blowout in the footer. */
[data-framer-name="Footer Nav"] .framer-f40err,
[data-framer-name="Footer Nav"] .framer-text,
[data-framer-name="Footer Nav"] [data-framer-component-type="RichTextContainer"],
[data-framer-name="Footer Middle"] [data-framer-component-type="RichTextContainer"],
[data-framer-name="Footer Middle"] .framer-text,
[data-framer-name="Footer Bottom"] [data-framer-component-type="RichTextContainer"],
[data-framer-name="Footer Bottom"] .framer-text {
  white-space: normal !important;
}
[data-framer-name="Footer Nav"] > *,
[data-framer-name="Footer Nav"] .framer-mTPUs,
[data-framer-name="Footer Nav"] .framer-f40err {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
}
[data-framer-name="Footer Nav"] {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 10px !important;
  width: min(560px, 100%) !important;
  max-width: 100% !important;
  height: auto !important;
}
[data-framer-name="Footer Middle"] > * {
  height: auto !important;
  min-height: 0 !important;
}
[data-framer-name="Footer Middle"] {
  height: auto !important;
  gap: 8px !important;
}
[data-framer-name="Footer Bottom"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 16px !important;
  height: auto !important;
}
.mb-become-agent-link {
  color: #ffea2f !important;
  font-family: "Inter Display", "Inter Display Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}
.mb-become-agent-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .framer-ywEsp .framer-e98e13 {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas: "nav cta" "copyright address" !important;
    column-gap: 24px !important;
    row-gap: 16px !important;
    align-items: center !important;
  }
  .framer-ywEsp .framer-1nz5ix2 {
    grid-area: nav !important;
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    justify-content: flex-start !important;
  }
  .framer-ywEsp .framer-o9zf1q {
    grid-area: copyright !important;
    flex: none !important;
    width: auto !important;
  }
  .framer-ywEsp .framer-d034bw {
    grid-area: address !important;
    flex: none !important;
    width: auto !important;
    max-width: 340px !important;
    justify-self: end !important;
    text-align: right !important;
  }
  .mb-become-agent-link {
    grid-area: cta !important;
    justify-self: end !important;
  }
}
