.footer {
  padding-bottom: 2.8125rem;
}
.footer--small .footer {
  padding-bottom: 2rem;
}
.footer--small .footer__logo {
  height: 3.0625rem;
}
.footer--small .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer__wrapper:last-child:not(:first-child) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__logo {
  display: block;
  height: 2.5625rem;
}
.footer__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__socials > li > a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.footer__socials > li > a > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__socials > li > a > svg path {
  -webkit-transition: fill var(--hover-transition);
  transition: fill var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__socials > li > a:hover > svg path {
    fill: #ed9143;
  }
}
.footer__socials > li:not(:last-child) {
  margin-right: 1.25rem;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__links > li > a {
  font-size: max(0.75rem, 12px);
  line-height: 120%;
  font-weight: 300;
  color: var(--white);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__links > li > a:hover {
    color: #ed9143;
  }
}
.footer__links > li:not(:last-child) {
  margin-right: 1.25rem;
}
.footer__copyright {
  font-size: max(0.875rem, 12px);
  line-height: 100%;
  color: var(--white-05);
  text-align: center;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 35px;
  }
  .footer--small {
    padding-bottom: 20px;
  }
  .footer--small .footer__logo {
    height: 33px;
  }
  .footer--small .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__wrapper:last-child {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .footer__logo:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer__socials {
    margin-bottom: 24px;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__links > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */