.elementor-258 .elementor-element.elementor-element-53935f1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-819ba9d */.xp-footer-kitdigital {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e4ebf2;
  padding: 40px 20px 28px;
  box-sizing: border-box;
}

.xp-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.xp-footer-top {
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8eef5;
}

.xp-footer-funded {
  max-width: 980px;
  margin: 0 auto 20px;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4c6075;
}

.xp-footer-badge img {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.xp-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 30px;
}

.xp-footer-column h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #0d3b66;
  margin: 0 0 14px;
}

.xp-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xp-footer-column li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #5a6c7d;
}

.xp-footer-column a,
.xp-footer-column span {
  color: #5a6c7d;
  text-decoration: none;
}

.xp-footer-column a:hover {
  color: #0d3b66;
  text-decoration: underline;
}

.xp-footer-bottom {
  border-top: 1px solid #e8eef5;
  padding-top: 18px;
  text-align: center;
}

.xp-footer-bottom p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #647586;
}

.xp-footer-bottom a {
  color: #0d3b66;
  font-weight: 700;
  text-decoration: none;
}

.xp-footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .xp-footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .xp-footer-kitdigital {
    padding: 30px 16px 22px;
  }

  .xp-footer-funded {
    font-size: 12px;
  }

  .xp-footer-links-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .xp-footer-column h3 {
    font-size: 17px;
  }

  .xp-footer-column li,
  .xp-footer-bottom p {
    font-size: 14px;
  }

  .xp-footer-badge img {
    max-width: 280px;
  }
}/* End custom CSS */