.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 2.5rem 1rem;
  margin: 0 auto;
  background-color: #2d2d2d;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.footer_copyright {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
}
.footer_copyright__studio {
  margin-bottom: 1rem;
}
.footer a {
  color: #d58a9e;
}
.footer a:not(:active):hover {
  color: #00bbfe;
}
a.footer_totallyNotALink {
  color: inherit;
}
a.footer_totallyNotALink:hover {
  color: inherit !important;
}
a.footer_totallyNotALink > span {
  color: #d58a9e;
}
a.footer_totallyNotALink:hover > span {
  color: #00bbfe;
}
.footer_customBlock {
  margin-bottom: 1rem;
}
.footer_fullVersionLink {
  display: block;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
}

/*# sourceMappingURL=../maps/component/footer.css.map */
