.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.footer-slices {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
@media screen and (max-width: 766px) {
  .footer-slices {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    padding: 0 24px;
  }
}

.forgemage-footer-information {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 1rem;
  font-family: var(--font-body), sans-serif;
  flex: 1;
  order: -1;
}
@media screen and (max-width: 766px) {
  .forgemage-footer-information {
    flex-basis: 100%;
    gap: 24px;
  }
}

.copyright {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: var(--font-body), sans-serif;
  color: var(--bs-body-color);
}
@media screen and (max-width: 766px) {
  .copyright {
    margin: 40px 24px;
  }
}

@media screen and (max-width: 766px) {
  .footer-column {
    flex: 1 1 40%;
    min-width: 0;
  }
}
.footer-column__title {
  cursor: default;
  font-family: var(--font-body), sans-serif;
  font-size: 1.25rem;
  color: var(--main-orange);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.footer-column__list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-column a, .footer-column a:hover {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.05;
  color: var(--bs-body-color);
  position: relative;
}
.footer-column a:hover:after {
  width: 100%;
  left: 0;
}
.footer-column a:after {
  bottom: -3px;
  content: "";
  display: block;
  height: 1px;
  left: 50px;
  width: 0;
  position: absolute;
  background: var(--bs-body-color);
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

/*# sourceMappingURL=institutional-footer.output.css.map */
