.elementor-24 .elementor-element.elementor-element-195c944{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1000;}.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-border: #dfe5ef;
}

.dfi-header {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--dfi-border);
  font-family: inherit;
}

.dfi-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  max-width: 1180px;
  min-height: 112px;
  margin: 0 auto;
  padding: 12px 24px;
}

.dfi-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  flex: 0 0 86px;
  text-decoration: none;
}

.dfi-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.dfi-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.dfi-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  color: var(--dfi-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease;
}

.dfi-header__nav a:not(.dfi-header__member)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  background: var(--dfi-yellow);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.dfi-header__nav a:hover {
  color: var(--dfi-blue);
}

.dfi-header__nav a:not(.dfi-header__member):hover::after {
  transform: scaleX(1);
}

.dfi-header__member {
  gap: 10px;
  min-height: 54px !important;
  padding: 0 26px;
  color: #fff !important;
  background: var(--dfi-blue);
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(7, 27, 61, .12);
}

.dfi-header__member:hover {
  background: var(--dfi-blue-dark);
}

.dfi-header__member span {
  font-size: 14px;
  line-height: 1;
}

.dfi-header__toggle,
.dfi-header__burger {
  display: none;
}

@media (max-width: 980px) {
  .dfi-header__inner {
    gap: 28px;
    min-height: 98px;
  }

  .dfi-header__logo {
    width: 78px;
    flex-basis: 78px;
  }

  .dfi-header__nav {
    gap: 20px;
  }

  .dfi-header__nav a {
    font-size: 15px;
  }

  .dfi-header__member {
    min-height: 50px !important;
    padding: 0 18px;
  }
}

@media (max-width: 760px) {
  .dfi-header__inner {
    justify-content: space-between;
    min-height: 88px;
  }

  .dfi-header__logo {
    width: 76px;
    flex-basis: 76px;
  }

  .dfi-header__burger {
    display: grid;
    gap: 5px;
    width: 46px;
    height: 46px;
    place-content: center;
    background: var(--dfi-blue);
    border-radius: 4px;
    cursor: pointer;
  }

  .dfi-header__burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
  }

  .dfi-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 24px;
    background: #fff;
    border-bottom: 1px solid var(--dfi-border);
    box-shadow: 0 18px 34px rgba(7, 27, 61, .12);
  }

  .dfi-header__nav a {
    min-height: 54px;
    border-bottom: 1px solid var(--dfi-border);
    font-size: 17px;
  }

  .dfi-header__nav a:not(.dfi-header__member)::after {
    display: none;
  }

  .dfi-header__member {
    justify-content: center;
    margin-top: 16px;
    border-bottom: 0 !important;
  }

  .dfi-header__toggle:checked ~ .dfi-header__nav {
    display: flex;
  }
}

.dfi-header {
  box-shadow: 0 6px 18px rgba(7, 27, 61, .05);
}/* End custom CSS */