footer .bottom {
  padding: 5.6rem 0 4.3rem;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  footer .bottom {
    padding: 3.7rem 0 4rem;
  }
}
footer .bottom .footer-logo {
  display: block;
  max-width: 12.9rem;
  height: 2.9rem;
  margin: 4.6rem auto 1.6rem;
}
@media (max-width: 768px) {
  footer .bottom .footer-logo {
    margin-top: 3.9rem;
  }
}
footer .bottom .footer-logo img {
  height: inherit;
  max-width: inherit;
}
footer .bottom p {
  margin: 0 auto;
  opacity: 0.99;
  font-weight: 400;
  font-size: 1.2rem;
  color: #494949;
  text-align: center;
  line-height: 2rem;
}
footer .bottom p:not(:first-child) {
  margin-top: 2.7rem;
}
footer .bottom p a {
  position: relative;
  display: inline-block;
  color: #494949;
  font-weight: 600;
  cursor: pointer;
}
footer .bottom p a::before {
  content: "";
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 50%;
  border-radius: 0.1rem;
  height: 0.1rem;
  width: 0;
  background: #494949;
  transform: translateX(-50%);
  transition: width 0.1s;
}
footer .bottom p a:hover::before {
  width: 100%;
}
footer .bottom p.copy {
  max-width: 91.2rem;
  font-weight: 400;
  font-size: 0.9rem;
  color: #494949;
  text-align: center;
  line-height: 1.4rem;
}
@media (max-width: 768px) {
  footer .bottom p.copy {
    max-width: 32rem;
  }
}
footer .socials {
  padding: 3.7rem 0 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1.4rem;
}
footer .socials a {
  max-width: 3.1rem;
}
footer .socials a svg {
  width: 3.1rem;
  height: auto;
}
footer .socials a svg ellipse {
  transition: 0.3s all;
}
footer .socials a:hover svg ellipse {
  fill: #122674;
}
/*# sourceMappingURL=footer.css.map */