footer {
  color: var(--grey);
  width: 100%;
}
footer a {
  color: var(--grey) !important;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 1024px) {
  footer a {
    font-size: 12px;
  }
}
footer #top-footer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  gap: 20rem;
}
footer #top-footer .company-caption {
  width: 270px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  footer #top-footer {
    gap: 5rem;
  }
  footer #top-footer .company-caption {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  footer #top-footer {
    flex-direction: column;
    gap: 3rem;
  }
  footer #top-footer .logo-container {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
  }
  footer #top-footer .logo-container .company-caption {
    width: 54%;
    font-size: 12px;
  }
}
@media (max-width: 426px) {
  footer #top-footer {
    margin: auto !important;
    width: 81%;
    padding: 2rem 0 !important;
  }
  footer #top-footer .logo-container {
    flex-direction: column;
    align-items: start;
  }
  footer #top-footer .logo-container .company-caption {
    width: 100%;
  }
}
footer #top-footer .top-footer-list {
  display: flex;
  gap: 14rem;
  align-items: baseline;
}
@media (max-width: 1024px) {
  footer #top-footer .top-footer-list {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  footer #top-footer .top-footer-list {
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 426px) {
  footer #top-footer .top-footer-list {
    flex-direction: column;
    gap: 2rem;
  }
}
footer #top-footer .footer-column {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  gap: 1rem;
}
footer #top-footer .footer-column li {
  height: 1.5rem;
}
footer #top-footer .footer-column li a {
  font-weight: 500;
  font-size: 14px;
}
footer #top-footer .footer-column li a:hover {
  color: var(--pry-color) !important;
  transition: 0.3s;
}
footer #top-footer .footer-column .header {
  font-size: 16px !important;
  font-weight: 600;
  color: var(--sec-color);
  margin-bottom: 9px;
}
@media (max-width: 1024px) {
  footer #top-footer .footer-column .header {
    font-size: 14px !important;
  }
  footer #top-footer .footer-column li a {
    font-size: 12px;
  }
}
@media (max-width: 426px) {
  footer #top-footer .footer-column {
    width: 100%;
  }
  footer #top-footer .footer-column .header {
    margin-bottom: 0px;
  }
}
footer #bottom-footer {
  border-top: 1px solid var(--pry-color);
  font-size: 14px;
  color: var(--sec-color);
}
footer #bottom-footer a {
  font-size: 14px;
  color: var(--sec-color) !important;
}
footer #bottom-footer a:hover {
  color: var(--pry-color) !important;
  transition: 0.3s;
}
footer #bottom-footer .social-links a {
  font-size: 14px;
}
@media (max-width: 768px) {
  footer #bottom-footer {
    font-size: 11px;
  }
  footer #bottom-footer a {
    font-size: 11px;
  }
}
@media (max-width: 426px) {
  footer #bottom-footer {
    padding: 1rem 0 !important;
    width: 90%;
    margin: auto !important;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  footer #bottom-footer .social-links {
    width: 63%;
    justify-content: space-between;
  }
  footer #bottom-footer .social-links a {
    font-size: 20px;
  }
  footer #bottom-footer .company-info {
    flex-direction: column-reverse;
    gap: 1rem !important;
    width: 81%;
    text-align: center;
  }
  footer #bottom-footer .company-info .cta {
    justify-content: space-between;
  }
}/*# sourceMappingURL=footer.css.map */