.footer {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #fafafa;
  padding: 1.813em 1.563em 2.688em;
}
.footer * {
  -webkit-font-smoothing: antialiased;
}
.footer__container {
  padding: 0;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
}
.footer__navigation {
  font-size: 0.813em;
  margin: 2.188em 0 0;
}
.footer__navigation a {
  cursor: pointer;
  color: #9931B0;
  text-decoration: none;
}
.footer__navigation > h3 {
  font-size: 0.813rem;
  color: #6a6a6a;
  margin-bottom: 0.75rem;
  text-rendering: optimizelegibility;
}
.footer__navigation > ul {
  list-style: none;
  padding: 0;
}
.footer__navigation > ul > li {
  margin-bottom: 0.75rem;
  -webkit-font-smoothing: antialiased;
}
.footer__navigation--flex {
  line-height: 1.53;
  font-size: 0.9em;
  text-align: center;
  margin: 2.125em 0 2.5em;
}
.footer__navigation li {
  margin-bottom: 0.75rem;
}
.footer__navigation li:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__copyright {
  display: flex;
  align-items: center;
  color: #6a6a6a;
  margin-bottom: 1.625em;
  flex-direction: column;
  justify-content: flex-start;
}
.footer__copyright > img {
  width: 8.438em;
  height: auto;
  margin-bottom: 0.75em;
}
.footer__copyright > small {
  font-size: 0.7em;
  color: #6a6a6a;
}
.footer__social-media {
  gap: 0 15px;
  display: flex;
  margin: 0 auto;
  width: 15.625em;
  align-self: center;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.footer__social-media img {
  width: 2.5rem;
}
.footer__store-buttons--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1em;
}
.footer__store-buttons--mobile a img {
  width: 100%;
  max-width: 12em;
  height: auto;
  display: flex;
}
.footer__google-play {
  display: none;
}
.footer__title {
  display: flex;
  box-sizing: border-box;
}
.footer__pipe {
  top: -0.09em;
  color: #afafaf;
  margin: 0 0.2em;
  position: relative;
}
.footer__address {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #6a6a6a;
}
.footer h2.footer__h2 {
  margin-bottom: 0;
  font-size: 1.45em;
  font-weight: 300;
}
.footer h2.footer__h2 > strong {
  display: flex;
  font-weight: 900;
  font-size: 1.563rem;
  color: #6a6a6a;
  padding-bottom: 0.375rem;
  border-bottom: 0.063em solid #9d9d9d;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin: 0 auto;
    padding: 3em 0 1em 0;
  }
  .footer h2 {
    font-size: 3.15rem;
  }
  .footer__container {
    width: 46.5em;
  }
  .footer__navigation {
    margin-right: 3.125em;
  }
  .footer__navigation-container {
    display: flex;
  }
  .footer__navigation:nth-child(even) {
    display: block;
  }
  .footer__navigation:nth-last-child(1) {
    margin-right: 0;
  }
  .footer__copyright {
    margin: 0;
    font-size: 1.25em;
    align-items: flex-start;
  }
  .footer__copyright > img {
    width: 7.438em;
  }
  .footer__social-media {
    margin: 0;
    align-self: flex-start;
    width: 9.625em;
  }
  .footer__social-media img {
    width: 2rem;
  }
  .footer__google-play {
    width: 9em;
    height: auto;
    display: flex;
    margin: 2em 0 2.3em;
  }
  .footer__store-buttons--mobile {
    display: none;
  }
  .footer__container {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .footer__title > em {
    font-size: 2.231em;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__container {
    width: 61em;
  }
  .footer__container > div:last-of-type {
    gap: 0 10px;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, auto);
  }
  .footer__container > div:last-of-type > div,
  .footer__container > div:last-of-type > nav {
    grid-column: 1/3;
  }
  .footer__container > div:last-of-type > div {
    grid-row: 1/1;
  }
  .footer__container > div:last-of-type > nav {
    grid-row: 3/3;
  }
  .footer__google-play {
    margin: 0.8rem 0;
  }
  .footer__social-media {
    width: 12.625em;
  }
  .footer__social-media img {
    width: 2.5rem;
  }
  .footer__copyright > img {
    width: 9.438em;
  }
}
@media only screen and (min-width: 1191px) {
  .footer__container {
    width: 73.2em;
  }
}