.aw-footer {
  margin-top: 50px;
  color: white; }
  .aw-footer ._menu-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    background: #323f4d; }
  .aw-footer ._menu-item {
    margin: 0 10px; }
  .aw-footer ._footer_page {
    display: none;
    color: white;
    background: #323f4d; }
  .aw-footer ._gradient {
    height: 6px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: linear-gradient(to right, #af140f, #e6a507, #247427, #22afe5, #493553, #af140f); }
