/* Start custom CSS for html, class: .elementor-element-8811acb */.hmc-footer{
  padding: 70px 20px 28px;
  background: #0f1115;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
}

.hmc-footer__wrap{
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hmc-footer__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 34px;
  margin-bottom: 26px;
}

.hmc-footer__brand img{
  display: block;
  max-width: 170px;
  width: auto;
  height: auto;
  margin-bottom: 16px;
}

.hmc-footer__brand p{
  max-width: 380px;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.hmc-footer__col h4{
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.hmc-footer__col ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.hmc-footer__col ul li{
  margin-bottom: 10px;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.7;
}

.hmc-footer__col ul li a{
  color: rgba(255,255,255,0.68);
  text-decoration: none;
  transition: color .2s ease;
}

.hmc-footer__col ul li a:hover{
  color: #ffffff;
}

.hmc-footer__bottom{
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 18px;
  text-align: center;
}

.hmc-footer__bottom p{
  margin: 0;
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1024px){
  .hmc-footer{
    padding: 56px 16px 24px;
  }

  .hmc-footer__wrap{
    width: min(100%, calc(100% - 24px));
  }

  .hmc-footer__grid{
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px){
  .hmc-footer{
    padding: 50px 12px 22px;
  }

  .hmc-footer__wrap{
    width: 100%;
  }

  .hmc-footer__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hmc-footer__brand p{
    max-width: 100%;
    font-size: 14px;
  }

  .hmc-footer__col ul li{
    font-size: 14px;
  }

  .hmc-footer__bottom p{
    font-size: 12px;
  }
}/* End custom CSS */