#footer {
  padding-block-start: 40rem;
  padding-block-end: 18rem;
  background: var(--color-bg);
  color: var(--color-font);
}

#footer > .inner {
  max-width: var(--innerWidth);
}

@media (orientation: landscape) {
  #footer {
    padding-block-end: 50rem;
  }
}

#footer .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 36rem;
}

@media (orientation: landscape) {
  #footer .content {
    gap: 24rem;
  }
}

#footer .content .top {
  width: 100%;
}

#footer .content .top .notify {
  padding-inline: 14rem;
  padding-block: 21rem;
  background: hsl(from var(--color-white) h s l / 12%);
  border-radius: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
}

@media (orientation: landscape) {
  #footer .content .top .notify {
    flex-direction: row;
    gap: 14rem;
  }
}

#footer .content .top .notify .icon {
  width: 16rem;
  flex-shrink: 0;
}

@media (orientation: landscape) {
  #footer .content .top .notify .icon {
    width: 20rem;
  }
}

#footer .content .top .notify .text {
  font-size: 11rem;
  line-height: 142%;
  font-weight: 400;
}

@media (orientation: landscape) {
  #footer .content .top .notify .text {
    font-size: 13rem;
  }
}

#footer .content .bottom {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 48.5rem;
  width: 100%;
}

@media (orientation: landscape) {
  #footer .content .bottom {
    flex-direction: row;
  }
}

#footer .content .bottom .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30rem;
  flex-shrink: 0;
  width: 100%;
}

@media (orientation: landscape) {
  #footer .content .bottom .left {
    max-width: 200rem;
    width: auto;
    justify-content: flex-start;
    gap: 20rem 41rem;
  }
}

@media (orientation: landscape) {
  #footer .content .bottom .left .languageButton {
    padding-inline: 0;
  }
}

@media (orientation: portrait) {
  #footer .content .bottom .left .languageButton {
    display: none;
  }
}

#footer .content .bottom .left .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  width: 100%;
}

@media (orientation: landscape) {
  #footer .content .bottom .left .buttons {
    justify-content: flex-start;
  }
}

#footer .content .bottom .left .buttons .btn.apple .icon {
  width: 13rem;
}

#footer .content .bottom .left .buttons .btn.google .icon {
  width: 15rem;
}

#footer .content .bottom .left .buttons .btn.gallery .icon {
  width: 14rem;
}

#footer .content .bottom .left .logo {
  width: 96rem;
  display: block;
  max-width: 100%;
  filter: grayscale(1) contrast(0) brightness(5);
}

#footer .content .bottom .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: inherit;
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}

@media (orientation: landscape) {
  #footer .content .bottom .nav {
    flex-direction: row;
    justify-content: flex-start;
    gap: 56rem;
    width: auto;
    flex-wrap: nowrap;
  }
}

#footer .content .bottom .nav .group {
  overflow: hidden;
  width: 100%;
}

@media (orientation: landscape) {
  #footer .content .bottom .nav .group {
    width: auto;
  }

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

#footer .content .bottom .nav .group .title {
  font-family: 'ALS Hauss VF';
  font-size: 20rem;
  line-height: 125%;
  font-weight: 550;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

@media (orientation: landscape) {
  #footer .content .bottom .nav .group .title {
    text-align: left;
  }
}

#footer .content .bottom .nav .group .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  margin-block-start: 9rem;
}

@media (orientation: landscape) {
  #footer .content .bottom .nav .group .links {
    align-items: flex-start;
  }
}

#footer .content .bottom .nav .group .links .link {
  display: block;
  font-size: 14rem;
  line-height: 125%;
  font-weight: 400;
  color: #909090;
  max-width: max-content;
  text-align: center;
}

#footer .content .bottom .nav .group .links .link.active {
  color: var(--color-font);
}

@media (orientation: landscape) {
  #footer .content .bottom .nav .group .links .link {
    text-align: left;
  }
}

@media (hover: hover) {
  #footer .content .bottom .nav .group .links .link:hover {
    color: var(--color-font);
  }
}

#footer .content .bottom .right {
  color: #6b6d80;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

@media (orientation: landscape) {
  #footer .content .bottom .right {
    max-width: 300rem;
    margin-inline-start: auto;
  }
}

#footer .content .bottom .right .credits {
  font-size: 11rem;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

@media (orientation: landscape) {
  #footer .content .bottom .right .credits {
    text-align: left;
  }
}

#footer .content .bottom .right .credits.designInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}

@media (orientation: landscape) {
  #footer .content .bottom .right .credits.designInfo {
    justify-content: flex-start;
  }
}

#footer .content .bottom .right .credits.designInfo .button {
  color: inherit;
  border-color: currentColor;
  padding-inline: 3.8rem;
  padding-block: 3.3rem;
  height: 12rem;
}

#footer .content .bottom .right .credits.designInfo .button .icon {
  width: 41rem;
}
