.footer {
  padding-bottom: 2.5rem;
}
.footer--small {
  padding: 2.5rem 0;
  background-color: transparent;
}
.footer--small .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer--small .footer__logo {
  height: 1.5rem;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.25rem;
}
.footer__links > li {
  font-size: max(0.875rem, 12px);
  line-height: 140%;
}
.footer__links > li > a {
  color: var(--white);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__links > li > a:hover {
    color: var(--green);
  }
}
.footer__links > li:not(:last-child) {
  margin-right: 0.5rem;
}
.footer__links > li:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer__socials {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__copyright {
  text-align: center;
  margin-top: 0.9375rem;
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  .footer__links > li {
    font-size: 10.5px;
  }
  .footer__links > li:not(:last-child) {
    margin-right: 8px;
  }
  .footer__links > li:not(:last-child)::after {
    content: unset;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 45px;
  }
  .footer--small {
    padding: 20px 0;
  }
  .footer--small .footer__logo {
    height: 16px;
    margin-bottom: unset;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo {
    height: 20px;
    margin-bottom: 50px;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer__links > li {
    font-size: 14px;
  }
  .footer__links > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 8px;
  }
  .footer__copyright {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=footer.css.map */
/*# sourceMappingURL=footer.css.map */