section.bottom-footer {
  background: #F3F3F3;
  padding: clamp(1.75rem, 3vw, 2rem) 0;
  overflow-x: hidden;
  color: var(--darker-text);
}
section.bottom-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
}
section.bottom-footer .footer-inner .footer-items {
  flex: 0 0 300px;
}
@media screen and (max-width: 767px) {
  section.bottom-footer .footer-inner .footer-items {
    flex-grow: 1;
  }
}
section.bottom-footer .footer-inner .footer-items input {
  width: 100%;
}
section.bottom-footer .footer-inner .footer-items button {
  width: 100%;
}
section.bottom-footer .footer-inner .footer-items .top-nav-button {
  display: inline;
  font-size: 1.75rem;
}
section.bottom-footer .footer-inner .footer-items .social-buttons {
  display: flex;
}
section.bottom-footer .footer-inner .footer-items.general-buttons {
  font-size: var(--step-0);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.bottom-footer .footer-inner .footer-items.general-buttons > a {
  color: inherit;
  text-decoration: none;
}
section.bottom-footer .footer-inner .footer-items .newsletter-email {
  padding: 0.45rem 0.5rem;
  border: 1px solid lightgray;
  border-radius: 0.5rem;
}
section.bottom-footer .footer-inner .footer-items .newsletter-button {
  padding: 0.75rem;
  border-radius: 0.5rem;
  outline: none;
  border: none;
  font-weight: 500;
  background-color: var(--primary-02);
}
section.bottom-footer .misc-items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0rem, 3vw, 1rem);
}
section.bottom-footer .misc-items > a {
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  section.bottom-footer .misc-items > a {
    padding: 0.25rem;
    flex: 1 1 auto;
  }
  section.bottom-footer .misc-items > a:last-child {
    border-right: none;
  }
}/*# sourceMappingURL=bottom-footer.css.map */