@import url("./root.css");
.footer-container {
  width: 100%;
  background: var(--footer-bg);
  color: #fff;
  padding: 1.25rem 15rem;
  box-sizing: border-box;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 0 0 0;
  margin: 0 auto;
}
.footer-info-cols {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  flex: 1;
  margin-top: 1rem;
}
.footer-contact,
.footer-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: lighter;
  line-height: 3;
  text-align: left;
}
.footer-contact {
  align-items: flex-start;
}
.footer-links {
  align-items: flex-start;
  margin-left: 7rem;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
  font-size: 0.82rem;
}
.footer-qrcode-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 7.5rem;
  margin-left: 0;
}
.footer-qrcode {
  height: 9rem;
  width: 9rem;
  object-fit: contain;
}
.footer-bottom {
  width: 100%;
  text-align: left;
  padding: 0.75rem 0 0.5rem 0;
  color: #bbb;
  font-size: 0.75rem;
  background: transparent;
  font-weight: 100;
  margin: 3rem auto 1rem auto;
  padding-left: 0;
}
