.elementor-31 .elementor-element.elementor-element-092c0fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-aa25da5 *//* =========================
   FOOTER - FINAL
========================= */
.wa-footer{
  background: #09090b;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 60px 0 30px;
}

.wa-footer-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.wa-footer-brand h4{
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.wa-footer-brand p{
  max-width: 420px;
}

.wa-footer-links{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.wa-footer-links a{
  font-size: 14px;
  color: #a1a1aa;
  font-weight: 500;
  transition: all 0.3s ease;
}

.wa-footer-links a:hover{
  color: #34d399;
  transform: translateY(-2px);
}

.wa-footer-bottom{
  text-align: center;
}

.wa-footer-bottom p{
  margin: 0;
  font-size: 14px;
  color: #71717a;
}

/* Mobile */
@media (max-width: 767px){
  .wa-footer{
    padding: 40px 0 24px;
  }

  .wa-footer-top{
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .wa-footer-links{
    justify-content: center;
    gap: 16px;
  }

  .wa-footer-brand p{
    margin: 0 auto;
  }
}/* End custom CSS */