.elementor-52 .elementor-element.elementor-element-12cadf0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */:root {
  --dfi-blue: #203f78;
  --dfi-blue-dark: #082452;
  --dfi-yellow: #ffc400;
  --dfi-text: #071b3d;
  --dfi-muted: #f4f6f9;
  --dfi-border: #dfe5ef;
}

.dfi-footer {
  color: var(--dfi-text);
  background: #f4f6f9;
  border-top: 1px solid var(--dfi-border);
  font-family: inherit;
}

.dfi-footer__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px 48px;
}

.dfi-footer__col {
  min-width: 0;
}

.dfi-footer__col h3 {
  position: relative;
  margin: 0 0 22px;
  color: var(--dfi-blue-dark);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.dfi-footer__col h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 12px;
  background: var(--dfi-yellow);
}

.dfi-footer__col ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dfi-footer__col a {
  color: var(--dfi-text);
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .18s ease;
}

.dfi-footer__col a:hover {
  color: var(--dfi-blue);
}

.dfi-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--dfi-blue-dark);
}

.dfi-footer__bottom p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.dfi-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.dfi-footer__bottom a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.dfi-footer__bottom a:hover {
  color: var(--dfi-yellow);
}

@media (max-width: 900px) {
  .dfi-footer__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .dfi-footer__col h3 {
    font-size: 16px;
  }

  .dfi-footer__col a {
    font-size: 14px;
  }

  .dfi-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .dfi-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    padding: 42px 24px 38px;
  }

  .dfi-footer__bottom nav {
    gap: 12px 18px;
  }
}/* End custom CSS */