.footer {
  padding-top: 3.25rem;
  background: #00267e;
}
.footer .footer-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1440px) {
  .footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.footer .footer-wrapper .footer-info {
  width: 322px;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .footer .footer-wrapper .footer-info {
    display: flex;
    gap: 4rem;
    width: auto;
  }
}
.footer .footer-wrapper .footer-info .logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .footer .footer-wrapper .footer-info .logo {
    flex-shrink: 0;
  }
}
.footer .footer-wrapper .footer-info .logo img {
  width: 124px;
}
.footer .footer-wrapper .footer-info .contact-info {
  margin-bottom: 1.875rem;
}
.footer .footer-wrapper .footer-info .contact-info .contact-item {
  color: #ffffff;
  line-height: 1.6;
  font-size: 1.125rem;
}
.footer .footer-wrapper .footer-info .contact-info .contact-item a {
  text-decoration: none;
}
.footer .footer-wrapper .footer-info .contact-info .contact-item a:hover {
  text-decoration: underline;
}
.footer .footer-wrapper .footer-links {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .footer .footer-wrapper .footer-links {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-wrapper .footer-links {
    gap: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-wrapper .footer-links .link-group {
    width: calc(33.33% - 2rem);
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-wrapper .footer-links .link-group {
    width: calc(50% - 1rem);
  }
}
.footer .footer-wrapper .footer-links .link-group h4 {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
}
.footer .footer-wrapper .footer-links .link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-wrapper .footer-links .link-group ul li {
  margin-bottom: 0.75rem;
}
.footer .footer-wrapper .footer-links .link-group ul li a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
}
.footer .footer-wrapper .footer-links .link-group ul li a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  padding-bottom: 1.25rem;
  text-align: center;
  color: #f9f9f9;
  font-size: 0.9375rem;
}