#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;
}

#footer .content .bottom .left {
  max-width: 200rem;
  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: flex-start;
  gap: 56rem;
  width: auto;
  flex-wrap: nowrap;
}

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

#footer .content .bottom .nav .group:not(:first-child) {
  margin-inline: auto;
}

#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 .bottom .right {
  max-width: 300rem;
  margin-inline-start: auto;
}

#footer .content .bottom .right .credits {
  text-align: left;
}

#footer .content .bottom .right .credits.designInfo {
  justify-content: flex-start;
}
