footer {
  max-width: 1040px;
  margin: auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
footer.footer {
  margin-top: 60px;
  font-family: var(--Font-Text);
}
footer.footer .footer-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 62px;
  padding-bottom: 80px;
  border-top: 0.5px solid var(--Color-Border);
}
footer.footer .footer-body .column.--left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 242px;
}
footer.footer .footer-body .column.--left .col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
footer.footer .footer-body .column.--left p {
  margin: 0;
  color: var(--Color-Text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
footer.footer .footer-body .column.--left .rs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.footer .footer-body .column.--right .col {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.footer .footer-body .column.--right .col > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
footer.footer .footer-body .column.--right .col > li .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 150px;
}
footer.footer .footer-body .column.--right .col > li .sub-menu a {
  color: var(--Color-Text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
footer.footer .footer-body .column.--right .col > li .sub-menu a:hover {
  color: var(--Color-Link);
}
footer.footer .footer-body .column.--right .col > li .sub-menu a:hover:visited {
  color: var(--Color-Link-Visited);
}
footer.footer .footer-body .column.--right .col > li .sub-menu a:active {
  color: var(--Color-Link-Pressed);
}
footer.footer .footer-body .column.--right .col > li .sub-menu a:active:visited {
  color: var(--Color-Link-Visited);
}
footer.footer .footer-body .column.--right .col a {
  margin: 0;
  color: var(--Color-Text);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}
footer.footer .footer-body .column.--right .col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.footer .footer-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding-top: 36px;
  padding-bottom: 32px;
  border-top: 0.5px solid var(--Color-Border);
  color: var(--Color-Text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
footer.footer .footer-footer p {
  margin: 0;
}
footer.footer .footer-footer .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
footer.footer .footer-footer .menu a {
  color: var(--Color-Text);
  text-decoration: none;
  cursor: pointer;
}
footer.footer .footer-footer .menu a:hover {
  color: var(--Color-Link);
}
footer.footer .footer-footer .menu a:active {
  color: var(--Color-Link-Pressed);
}
@media screen and (max-width: 1439px) {
  footer.footer .footer-body {
    flex-direction: column;
    gap: 44px;
  }
  footer.footer .footer-body .column.--left {
    flex-direction: row;
    gap: 24px;
    width: 100%;
    max-width: inherit;
  }
  footer.footer .footer-body .column.--left .col,
  footer.footer .footer-body .column.--left .rs {
    width: 100%;
  }
  footer.footer .footer-body .column.--right {
    width: 100%;
  }
  footer.footer .footer-body .column.--right .col {
    justify-content: space-between;
  }
}
@media screen and (max-width: 839px) {
  footer.footer .footer-body {
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 0px;
  }
  footer.footer .footer-body .column.--left {
    flex-direction: column;
    gap: 55px;
  }
  footer.footer .footer-body .column.--left .col,
  footer.footer .footer-body .column.--left .rs {
    align-items: center;
    justify-content: center;
  }
  footer.footer .footer-body .column.--right .col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  footer.footer .footer-body .column.--right .col .menu-item-has-children:nth-child(4) {
    margin-top: -74px;
  }
  footer.footer .footer-body .column.--right .subnav {
    width: inherit;
  }
  footer.footer .footer-footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
  }
  footer.footer .footer-footer .menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=footer.css.map */
