#footer {
  padding-block-end: 50rem;
}

#footer .content {
  gap: 24rem;
}

#footer .content .top .notify {
  flex-direction: row;
  gap: 14rem;
}

#footer .content .top .notify .icon {
  width: 20rem;
}

#footer .content .top .notify .text {
  font-size: 13rem;
}

#footer .content .bottom {
  flex-direction: row;
  justify-content: space-between;
}

#footer .content .bottom .left {
  max-width: 304rem;
  width: auto;
  justify-content: flex-start;
  gap: 20rem 41rem;
}

#footer .content .bottom .left .languageButton {
  padding-inline: 0;
  display: flex;
}

#footer .content .bottom .left .buttons {
  justify-content: flex-start;
}

#footer .content .bottom .nav {
  flex-direction: row;
  justify-content: space-between;
  gap: 24rem;
  width: 100%;
  flex-wrap: nowrap;
  max-width: 744rem;
}

#footer .content .bottom .nav .group {
  width: max-content;
}

#footer .content .bottom .nav .group .title {
  text-align: left;
}

#footer .content .bottom .nav .group .links {
  align-items: flex-start;
}

#footer .content .bottom .nav .group .links .link {
  text-align: left;
}

#footer .content .cards {
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
  margin-top: 34rem;
}

#footer .content .cards .card .card__bottom {
  flex-wrap: nowrap;
}

