:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.seo-footer {
  margin-bottom: 10px;
}
.seo-footer .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .seo-footer .container {
    width: 80%;
  }
}
.seo-footer__column {
  padding-left: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .seo-footer__column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .seo-footer__column {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.seo-footer__header {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
}
.seo-footer__links {
  display: block;
  line-height: 1.15;
  padding: 5px 0;
  text-decoration: none;
  font-size: 14px;
}
