.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3826120 *//* Paste this entire file in Appearance > Customize > Additional CSS. */
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

/* Variables the footer depends on (originally defined on .dt-site) */
.dt-footer{--orange:#EB5729;--black:#000;--white:#fff;--cream:#f6f3ef;--ink:#171717;--muted:#66615d;font-family:Manrope,Arial,sans-serif;}
.dt-footer *{box-sizing:border-box}
.dt-footer a{text-decoration:none;color:inherit}

/* Brand styles this footer depends on (kept as a dependency, though this footer's markup uses .dt-footer-logo directly rather than .dt-brand/.dt-brand-mark) */
.dt-brand{font-size:22px;font-weight:800;letter-spacing:-1.5px;display:flex;align-items:center;gap:8px;white-space:nowrap}
.dt-brand>span:last-child span{color:var(--orange)}
.dt-brand-mark{background:var(--orange);color:#fff!important;border-radius:50%;width:31px;height:31px;display:grid;place-items:center;font-size:16px;letter-spacing:-3px;font-weight:800}

/* Footer */
.dt-footer{
  background: #f6f3ef;
  padding: 0 !important;
  display: block !important;
  color: #000000;
}

.dt-footer .dt-brand{color:var(--black);font-size:18px}
.dt-footer .dt-brand-mark{width:25px;height:25px;font-size:12px}

.dt-footer-main {
  padding: 62px 32px 46px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  border-top: 5px solid #EB5729;
}

.dt-footer-brand {
  max-width: 390px;
}

.dt-footer-logo {
  width: 135px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.dt-footer-brand p {
  margin: 0;
  color: #66615d;
  font-size: 14px;
  line-height: 1.7;
}

.dt-footer-links {
  display: flex;
  gap: 90px;
}

.dt-footer-links div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dt-footer-title {
  color: #EB5729;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 1.3px;
  margin: 0 0 6px;
}

.dt-footer-links a {
  font-size: 13px;
  font-weight: 700;
}

.dt-footer-links a:hover,
.dt-footer-bottom a:hover {
  color: #EB5729;
}

.dt-footer-bottom {
  border-top: 1px solid #dcd7d2;
  padding: 19px 32px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #77716c;
}

.dt-footer-bottom p {
  margin: 0;
}

.dt-footer-bottom a {
  color: #000000;
  font-weight: 700;
}

@media (max-width: 800px) {
  .dt-footer{padding:27px 22px;flex-wrap:wrap}
  .dt-footer p{margin:0}
}

@media (max-width: 700px) {
  .dt-footer-main {
    padding: 45px 22px 35px;
    flex-direction: column;
    gap: 38px;
  }

  .dt-footer-links {
    gap: 55px;
  }

  .dt-footer-bottom {
    padding: 18px 22px;
    flex-direction: column;
  }
}/* End custom CSS */