@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/font/opensans.woff2') format('woff2');
  unicode-range: U + 0000 -00FF, U + 0131 , U + 0152 -0153, U + 02 C6, U + 02 DA, U + 02 DC, U + 2000 -206F, U + 2074 , U + 20 AC, U + 2212 , U + 2215;
}
.footer-container {
  display: flex;
  flex-direction: column-reverse;
}
.footer-top {
  padding: 0;
}
.footer-right {
  margin-top: 25px;
}
.footer-left,
.footer-right {
  width: 100%;
  float: inherit;
  text-align: center;
}
.footer-grey-full-line {
  display: none;
}
.footer-bottom {
  display: inline;
}