footer {
  min-height: 30dvh;
  color: #fff;
  background: rgb(80, 80, 80);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer {
    font-size: 0.8rem;
    padding-bottom: 20px;
  }
}

.footer-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .footer-wrap {
    padding: 0 20px;
  }
}

.footer-links {
  padding-top: 2%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-links ul li:first-child {
  padding: 10px 0 0;
}

.footer-links ul li:not(:first-child) {
  padding: 10px 0 0 20px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #eaeaa7;
  text-decoration: underline;
}

.footer-links ul li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: 900;
  font-size: 18px;
  font-weight: bold;
  margin-right: 3px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.footer-links ul li:first-child a:hover::before {
  color: #eaeaa7;
}

.external-link::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 5px;
  font-size: 0.9em;
  color: #fff;
}

.footer-container-bottom {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-container-bottom {
    padding-top: 20px;
    align-items: center;
  }
}

.footer-logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer-container-bottom ul li a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  font-size: 12px;
  text-align: center;
}/*# sourceMappingURL=footer.css.map */