.footer {
  padding: 2rem 0;
  position: relative;
}
.footer--small .footer__logo {
  height: 1.5rem;
}
.footer--small .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__blur {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28.125rem;
  pointer-events: none;
  z-index: -1;
  line-height: 0;
}
.footer__blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__wrapper {
  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__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: contain;
  object-fit: contain;
}
.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 path {
    fill: var(--orange);
  }
}
.footer__socials > li:not(:last-child) {
  margin-right: 1.25rem;
}
.footer__bottom {
  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;
  margin-top: 5rem;
  font-size: max(0.875rem, 12px);
  line-height: 120%;
  font-weight: 500;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__list > li > a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--white);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__list > li > a:hover {
    color: var(--orange);
  }
}
.footer__list > li:not(:last-child) {
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 0 24px;
  }
  .footer--small {
    padding-bottom: 20px;
  }
  .footer--small .footer__logo {
    height: 16px;
  }
  .footer--small .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__links {
    margin-top: 60px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__list > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 20px;
  }
  .footer__copyright {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=footer.css.map */
/*# sourceMappingURL=footer.css.map */