footer .uppercontainer {
  background-color: #2a2a2aeb;
  justify-content: center;
  padding: 16px;
  display: flex;
}

footer .upper {
  width: 100%;
  max-width: 1024px;
  display: grid;
}

footer .upper .mo-logo {
  width: auto;
  height: 16px;
  margin-top: 8px;
}

footer .upper a, footer .upper a:link, footer .upper a:visited {
  color: #fffc;
  text-decoration: none;
  display: block;
}

.footer-items {
  display: none !important;
}

footer .upper a:hover {
  text-decoration: underline;
}

.footer {
  flex-direction: column;
  display: flex;
}

.footer-1-links {
  padding: 8px 0;
}

.footer-menu-3 {
  flex-direction: column;
  display: flex;
}

.footer-menu-heading {
  font-weight: 600;
  padding: 4px 0 8px !important;
}

.footer-sub-menu {
  padding-right: 16px;
}

.footer-menu-3 div:last-child .footer-items {
  display: block !important;
}

.footer a {
  font-size: 14px;
}

.footer-menu-3 a {
  padding: 4px 0;
}

.footer-menu-3 div:last-child .footer-menu-heading, .footer-menu-3 div:first-child .footer-menu-heading {
  border-top: 2.5px solid #ffffff14;
  max-width: 250px;
}

@media only screen and (width >= 720px) {
  .footer {
    flex-direction: row;
  }

  footer .upper a, footer .upper a:link, footer .upper a:visited {
    display: block;
  }

  .footer-items {
    display: block !important;
  }

  .footer-menu-1 {
    width: 20%;
  }

  .footer-menu-3 {
    flex-direction: row;
    width: 80%;
  }

  .footer-menu-3 .footer-items {
    display: block;
  }

  .footer-menu-3 a {
    padding: 2px 0;
  }

  .footer-menu-3 div:last-child .footer-menu-heading, .footer-menu-3 div:first-child .footer-menu-heading {
    border-top: none;
  }
}

@media only screen and (width >= 720px) and (width <= 959px) {
  .footer-menu-1 {
    min-width: 150px;
  }

  .footer-menu-3 {
    flex-flow: wrap;
    row-gap: 24px;
    max-width: 650px;
    margin-left: 40px;
    display: flex;
  }

  .footer-sub-menu {
    width: 150px;
  }
}

@media only screen and (width >= 960px) {
  .footer {
    width: 100%;
  }

  .footer-1-links {
    max-width: 150px;
  }

  .footer-menu-3 {
    justify-content: space-between;
  }
}

footer .lowercontainer {
  background-color: var(--color-background-a);
  justify-content: center;
  padding: 0 16px;
  display: flex;
}

footer .lower {
  text-align: center;
  width: 100%;
  max-width: 1024px;
}

footer .lower > * {
  margin: 16px 0;
}

footer .lower .follow-icons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 2.2em;
  line-height: 1;
  list-style: none;
  transition: opacity;
  display: flex;
}

footer .lower .follow-icons a {
  opacity: .5;
  transition: opacity .25s ease-in-out;
}

footer .lower .follow-icons a:hover {
  opacity: 1;
}

footer .lower .copyright {
  grid-area: copyright;
  font-size: 12.8px;
}

footer .lower .copyright a, footer .lower .app-badges a {
  color: #fffc;
  text-decoration: none;
}

footer .lower .app-badges {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  display: flex;
}

footer .lower {
  padding-bottom: 100px;
}

@media only screen and (width >= 960px) {
  footer .lower {
    padding-bottom: 0;
  }
}

@media only screen and (width >= 720px) {
  footer .lower {
    place-items: center end;
    display: grid;
  }

  footer .lower .app-badges {
    justify-self: start;
  }
}
