/* V761 - footer bottom clipping fix */
footer,
.site-footer,
.nm-footer,
.nm746-footer,
.nm747-footer,
[data-site-footer] {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  box-sizing: border-box !important;
  margin-top: 0 !important;
  padding: 28px 0 20px !important;
  background: #fbfbfe !important;
  border-top: 1px solid #e7e9f4 !important;
}
footer *, .site-footer *, .nm-footer *, [data-site-footer] * {
  box-sizing: border-box !important;
}
footer .container,
.site-footer .container,
.nm-footer .container,
[data-site-footer] .container {
  width: min(1220px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
}
footer .footer-inner,
.site-footer .footer-inner,
.nm-footer .footer-inner,
[data-site-footer] .footer-inner,
footer .nm-footer-grid,
.site-footer .nm-footer-grid,
.nm-footer .nm-footer-grid,
[data-site-footer] .nm-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(140px, 1fr)) !important;
  gap: 28px !important;
  align-items: start !important;
  overflow: visible !important;
}
footer .footer-brand,
.site-footer .footer-brand,
.nm-footer .footer-brand,
[data-site-footer] .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  min-width: 0 !important;
}
footer img,
.site-footer img,
.nm-footer img,
[data-site-footer] img {
  display: block !important;
  max-width: 170px !important;
  height: auto !important;
}
footer p,
.site-footer p,
.nm-footer p,
[data-site-footer] p {
  margin: 0 !important;
  color: #7e86a6 !important;
  line-height: 1.55 !important;
}
footer h4,
footer .footer-title,
.site-footer h4,
.site-footer .footer-title,
.nm-footer h4,
.nm-footer .footer-title,
[data-site-footer] h4,
[data-site-footer] .footer-title {
  margin: 0 0 12px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #1d2340 !important;
}
footer ul,
.site-footer ul,
.nm-footer ul,
[data-site-footer] ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer li,
.site-footer li,
.nm-footer li,
[data-site-footer] li {
  margin: 0 0 10px !important;
}
footer a,
.site-footer a,
.nm-footer a,
[data-site-footer] a {
  color: #6f7898 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
footer a:hover,
.site-footer a:hover,
.nm-footer a:hover,
[data-site-footer] a:hover {
  color: #6957ff !important;
}
footer .footer-bottom,
.site-footer .footer-bottom,
.nm-footer .footer-bottom,
[data-site-footer] .footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 20px !important;
  padding-top: 14px !important;
  border-top: 1px solid #eceef8 !important;
  min-height: 0 !important;
  overflow: visible !important;
  color: #9198b4 !important;
  font-size: 13px !important;
}
/* kill clipping from wrappers */
footer > div,
.site-footer > div,
.nm-footer > div,
[data-site-footer] > div {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
.nm761-gap-killer {
  display: none !important;
}
@media (max-width: 980px) {
  footer .footer-inner,
  .site-footer .footer-inner,
  .nm-footer .footer-inner,
  [data-site-footer] .footer-inner,
  footer .nm-footer-grid,
  .site-footer .nm-footer-grid,
  .nm-footer .nm-footer-grid,
  [data-site-footer] .nm-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 640px) {
  footer,
  .site-footer,
  .nm-footer,
  [data-site-footer] {
    padding: 22px 0 16px !important;
  }
  footer .container,
  .site-footer .container,
  .nm-footer .container,
  [data-site-footer] .container {
    width: calc(100% - 28px) !important;
  }
  footer .footer-inner,
  .site-footer .footer-inner,
  .nm-footer .footer-inner,
  [data-site-footer] .footer-inner,
  footer .nm-footer-grid,
  .site-footer .nm-footer-grid,
  .nm-footer .nm-footer-grid,
  [data-site-footer] .nm-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  footer .footer-bottom,
  .site-footer .footer-bottom,
  .nm-footer .footer-bottom,
  [data-site-footer] .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
