footer {
  background-color: #ffffff;
  overflow: hidden;
}
.footer-navigation-2 {
  background-color: var(--primary-color);
  padding: 7rem 0 2rem;
  position: relative;
}
.footer-navigation-2__logo-form {
  text-align: center;
}
.footer-navigation-2__logo-form h3 {
  font-size: 20px;
  color: var(--chalk);
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer-navigation-2__logo-form input[type=email] {
  border: 0;
  border-radius: 50px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 31px;
  max-width: 100%;
  outline: none;
  padding: 10px;
  width: 100%;
}
.footer-navigation-2__logo-form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg.hs-main-font-element {
  font-size: 12px;
}
.footer-navigation-2__logo-form .hs_submit.hs-submit input, 
.footer-navigation-2__logo-form .hs_submit.hs-submit .actions {
  height: 32px;
  width: 32px;
  border: 0;
  border-radius: 50%;
  position: relative;
}
.footer-navigation-2__logo-form .hs_submit.hs-submit .actions:after {
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  background-image: url(https://47756126.fs1.hubspotusercontent-na1.net/hubfs/47756126/form-submit.svg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer-navigation-2__logo-form ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.footer-navigation-2__logo-form .hs_submit.hs-submit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-navigation-2__form {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
.footer-navigation-2__form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  padding-right: 40px;
}
.footer-navigation-2__logo-form .hs_submit.hs-submit input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.footer-navigation-2__logo-form .hs_error_rollup {
  display: none;
}

.footer-navigation-2__menu ul li a {
  text-decoration: none;
  font-weight: 100;
}
.footer-navigation-2__menu ul li {
  font-size: 12px;
}
.footer-navigation-2__menu ul {
  list-style: none;
  column-count: 2;
}
.footer-navigation-2__menu li.hs-menu-item.hs-menu-depth-1:nth-child(3) { 
  padding-bottom: 2rem;
}
.footer-navigation-2__menu {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 0;
}

.footer-navigation-2__socials {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 2rem;
}

.footer-navigation-2__socials-items a {
  display: block;
}
img.footer-navigation-2__border-top {2
  position: absolute;
  top: 0;
  width: 100%;
}
.footer-navigation-2__socials--desktop {
  display: none;
}
@media (min-width: 769px) {
  .footer-navigation-2__socials--desktop {
    display: flex;
    margin-top: 20px;
  }
  .footer-navigation-2__socials--mobile {
    display: none;
  }
  img.footer-navigation-2__border-top {
    height: 120px;
  }
}