.novo-home > .site-footer.site-footer--unified,
.novo-home > .site-footer.site-footer--unified * {
  box-sizing: border-box;
}

.novo-home > .site-footer.site-footer--unified {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  color: #102638;
  background:
    linear-gradient(rgba(255, 255, 255, .35), rgba(255, 255, 255, .35)),
    radial-gradient(circle at 13% -34%, rgba(55, 137, 232, .21), transparent 29rem),
    radial-gradient(circle at 92% 118%, rgba(55, 171, 145, .12), transparent 27rem),
    linear-gradient(128deg, #e4f1ff 0%, #edf7ff 54%, #e8f5f7 100%);
  border: 0;
  border-top: 1px solid #a9c5dd;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}

.novo-home > .site-footer.site-footer--unified::before {
  position: absolute;
  inset: 0 0 auto;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #1875dd 0%, #6daff2 52%, #3ca78d 100%);
}

.novo-home > .site-footer.site-footer--unified .novo-footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, .76fr) minmax(0, 1.74fr);
  gap: 48px 76px;
  width: min(1160px, 100%);
  padding: 56px 24px 0;
  margin: 0 auto;
}

.novo-home > .site-footer .novo-footer-lead {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 17px;
}

.novo-home > .site-footer .novo-footer-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.novo-home > .site-footer .footer-logo {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 14px;
  padding: 7px 0;
  color: #091d2d;
  font-size: 22px;
  font-weight: 650;
  line-height: 34.76px;
  letter-spacing: -.025em;
  text-decoration: none;
}

.novo-home > .site-footer .footer-logo strong {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.novo-home > .site-footer .home-code-brand-mark {
  display: inline-flex;
  width: 40px;
  height: 38px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #1468e8;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.novo-home > .site-footer .novo-wordmark-symbol {
  display: block;
  width: 40px;
  height: 38px;
  overflow: visible;
  color: #1468e8;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.novo-home > .site-footer .novo-footer-edition {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 9px;
  color: #0b58ad;
  background: rgba(255, 255, 255, .52);
  border: 1px solid #b7d2ec;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.novo-home > .site-footer .novo-footer-lead > p {
  max-width: 330px;
  margin: 0;
  color: #4e687d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.62;
}

.novo-home > .site-footer .novo-footer-primary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 9px 14px 9px 16px;
  margin-top: 3px;
  color: #fff;
  background: #1468e8;
  border: 1px solid #1468e8;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(20, 104, 232, .16);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.novo-home > .site-footer .novo-footer-primary:hover {
  color: #fff;
  background: #0758cf;
  border-color: #0758cf;
  box-shadow: 0 10px 24px rgba(20, 104, 232, .22);
  transform: translateY(-1px);
}

.novo-home > .site-footer .novo-footer-directory {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .82fr) minmax(0, .82fr);
  gap: 34px;
}

.novo-home > .site-footer .novo-footer-group {
  display: grid;
  min-width: 0;
  align-content: start;
  justify-items: start;
  gap: 12px;
}

.novo-home > .site-footer .novo-footer-group .footer-heading {
  margin: 0 0 3px;
  color: #091d2d;
  font-size: 9px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.novo-home > .site-footer .novo-footer-group > a {
  color: #49657a;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.4;
  text-decoration: none;
  transition: color 150ms ease, transform 150ms ease;
}

.novo-home > .site-footer .novo-footer-group > a:hover {
  color: #1468e8;
  transform: translateX(2px);
}

.novo-home > .site-footer .novo-footer-group .novo-footer-feature-link {
  display: grid;
  gap: 3px;
  padding-left: 12px;
  border-left: 2px solid #b6cee2;
}

.novo-home > .site-footer .novo-footer-group .novo-footer-feature-link:hover {
  border-left-color: #1468e8;
}

.novo-home > .site-footer .novo-footer-feature-link strong {
  color: #173247;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.novo-home > .site-footer .novo-footer-feature-link small {
  max-width: 210px;
  color: #688095;
  font-size: 9.5px;
  font-weight: 450;
  line-height: 1.45;
}

.novo-home > .site-footer .novo-footer-lower {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  display: flex;
  min-width: 0;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 23px 0 24px;
  margin-top: 0;
  border: 0;
}

.novo-home > .site-footer .novo-footer-lower::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  content: "";
  background:
    radial-gradient(circle at 18% -120%, rgba(137, 198, 255, .25), transparent 22rem),
    linear-gradient(90deg, #155eb4 0%, #236cac 52%, #22735f 100%);
  box-shadow: inset 0 1px rgba(220, 239, 255, .24);
  transform: translateX(-50%);
}

.novo-home > .site-footer .footer-signoff {
  margin: 0;
  color: #e3f0fd;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.novo-home > .site-footer .footer-heart {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  vertical-align: -.08em;
}

@media (max-width: 940px) {
  .novo-home > .site-footer.site-footer--unified .novo-footer-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .novo-home > .site-footer .novo-footer-lead > p {
    max-width: 540px;
  }
}

@media (max-width: 680px) {
  .novo-home > .site-footer.site-footer--unified .novo-footer-inner {
    padding: 44px 20px 0;
  }

  .novo-home > .site-footer .novo-footer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 26px;
  }

  .novo-home > .site-footer .novo-footer-group--library {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .novo-home > .site-footer .novo-footer-group--library .footer-heading {
    grid-column: 1 / -1;
  }

  .novo-home > .site-footer .novo-footer-feature-link small {
    max-width: none;
  }

  .novo-home > .site-footer .novo-wordmark-symbol {
    width: 39px;
    height: 36px;
  }

  .novo-home > .site-footer .footer-logo {
    gap: 13px;
  }
}

@media (max-width: 480px) {
  .novo-home > .site-footer .novo-footer-directory,
  .novo-home > .site-footer .novo-footer-group--library {
    grid-template-columns: 1fr;
  }

  .novo-home > .site-footer .novo-footer-group--library .footer-heading {
    grid-column: auto;
  }

  .novo-home > .site-footer .novo-footer-lower {
    min-height: 104px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .novo-home > .site-footer .footer-signoff {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .novo-home > .site-footer .novo-footer-primary,
  .novo-home > .site-footer .novo-footer-group > a {
    transition: none;
  }
}
