.kndsb-footer {
  clear: both;
  color: #fff;
  width: 100%;
}
.kndsb-footer__main { background: #ff6b24; }
.section_footer-main > .padding-global > .container-large > .padding-section-medium {
  padding-bottom: var(--kndsb-section-medium);
  padding-top: var(--kndsb-section-medium);
}
.kndsb-footer__inner {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, .9fr);
  width: 100%;
}
.kndsb-footer__column { min-width: 0; }
.kndsb-footer__logo { display: block; height: auto; max-height: 100px; max-width: 280px; object-fit: contain; width: auto; }
.kndsb-footer__details,
.kndsb-footer__text { font-size: 12px; line-height: 1.65; margin-top: 24px; }
.kndsb-footer__title { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .035em; margin: 0 0 20px; text-transform: uppercase; }
.kndsb-footer__menu { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.kndsb-site .kndsb-footer a { color: #fff; }
.kndsb-site .kndsb-footer a:hover { color: #253780; text-decoration: none; }
.kndsb-footer__certifications { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.kndsb-footer__certifications .widget { margin: 0; }
.kndsb-footer__certifications img { background: #fff; max-height: 75px; max-width: 165px; object-fit: contain; padding: 5px; }
.kndsb-footer__bottom { background: #111; }
.kndsb-footer__bottom-inner { width: 100%; }
.kndsb-footer__copyright { color: #fff; font-size: 11px; line-height: 1.4; margin: 0; }

@media (max-width: 760px) {
  .kndsb-footer__inner { grid-template-columns: 1fr; }
  .kndsb-footer__logo { max-width: 230px; }
}
