.footer {
  padding: 5.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
@media only screen and (max-width: 855px) {
  .footer-section {
    display: none !important;
  }
}
@media only screen and (max-width: 705px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__logo-section {
  height: 19rem;
  width: 33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 6.8rem;
}
@media only screen and (max-width: 780px) {
  .footer__logo-section {
    width: 21rem;
    margin-right: 2.8rem;
  }
}
@media only screen and (max-width: 705px) {
  .footer__logo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem;
    width: 100%;
    min-width: 27.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 2.2rem;
    margin-bottom: 2.6rem;
  }
}
.footer__logo {
  width: 23.3rem;
}
@media only screen and (max-width: 780px) {
  .footer__logo {
    width: 18rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 705px) {
  .footer__logo {
    width: 21rem;
    margin-bottom: 2rem;
  }
}
.footer__links-section {
  width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .footer__links-section {
    width: 37rem;
  }
}
@media only screen and (max-width: 734px) {
  .footer__links-section {
    width: 33rem;
  }
}
@media only screen and (max-width: 705px) {
  .footer__links-section {
    width: 90%;
    min-width: 35rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer__links-section {
    width: 100%;
  }
}
.footer__links-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__links-col:last-child {
  margin-left: 3.2rem;
}
@media screen and (max-width: 705px) {
  .footer__links-col:first-child {
    margin-left: auto;
  }
  .footer__links-col:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__link {
  font-family: "Ubuntu";
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 2.2rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__link:link, .footer__link:visited {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer__link:hover {
  color: #fff;
}
@media only screen and (max-width: 855px) {
  .footer__link {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .footer__link {
    color: #fff;
  }
  .footer__link:link, .footer__link:visited {
    color: #fff;
  }
}
@media only screen and (max-width: 705px) {
  .footer__link {
    font-size: 1.6rem;
  }
}
.footer__form-section {
  margin-left: auto;
}
@media only screen and (max-width: 705px) {
  .footer__form-section {
    margin-left: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: 60%;
    min-width: 35rem;
  }
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.3rem;
}
.footer__form .btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__form .btn-secondary .btn-icon {
  height: 2rem;
}
@media only screen and (max-width: 780px) {
  .footer__form {
    display: none;
  }
}
.footer__input {
  font-family: "Lato";
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 1.2 !important;
  color: #222e71;
  background-color: #fff;
  border: none;
  padding: 2.4rem 2.5rem;
  border-radius: 1rem;
  width: 30rem;
  max-width: 39.5rem;
  margin-right: -6.9rem;
}
@media only screen and (max-width: 1330px) {
  .footer__input {
    margin-right: -7.3rem;
  }
}
.footer__input:focus {
  outline: none;
  background-color: #fff;
}
.footer__input::-webkit-input-placeholder {
  font-family: "Lato" !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: rgba(34, 46, 113, 0.6);
}
@media only screen and (max-width: 1050px) {
  .footer__input {
    margin-right: -7.8rem;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__socials .btn-social:not(:first-child) {
  margin-left: 2rem;
  width: 40px;
  height: 40px;
}
.footer__socials .btn-social.btn-icon-no-border > .btn-icon {
  width: 36px;
}
@media only screen and (max-width: 705px) {
  .footer__socials {
    margin-top: 5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer .btn-outline-white {
  display: none;
}
@media only screen and (max-width: 780px) {
  .footer .btn-outline-white {
    display: inline-block;
  }
}
.footer .btn-primary {
  display: none;
  min-width: 20rem;
  margin-top: 3rem;
  min-width: 30rem;
}
@media only screen and (max-width: 705px) {
  .footer .btn-primary {
    display: block;
  }
}
