.footer {
  position: relative;
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer--small {
  margin: 2rem 0;
  padding: unset !important;
}
.footer--small .footer__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer--small .footer__logo {
  height: 24px;
}
.footer__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  line-height: 0;
}
.footer__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px 3rem;
}
.footer__block {
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  font-weight: 300;
  margin: 0 10px;
}
.footer__container {
  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__logo {
  display: block;
  height: 3rem;
}
.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;
  margin: 0 -10px;
}
.footer__socials > li {
  margin: 0 10px;
}
.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(--purple);
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}
.footer__links > li {
  margin: 0 10px;
}
.footer__links > li > a {
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  font-weight: 300;
  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__links > li > a:hover {
    color: var(--purple);
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 32px;
    padding-bottom: 32px;
  }
  .footer--small {
    margin: 20px 0;
  }
  .footer--small .footer__logo {
    height: 16px;
    margin-bottom: unset;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .footer__block:not(:last-child) {
    margin-bottom: 43px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo {
    height: 40px;
    margin-bottom: 24px;
  }
  .footer__socials {
    margin-bottom: 24px;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: unset;
  }
  .footer__links > li {
    margin: unset;
  }
  .footer__links > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */
/*# sourceMappingURL=footer.css.map */