@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&family=Raleway:wght@100;400;500;600;700&display=swap");
.footer-container {
  padding: 50px 0;
  background-color: #577B6E;
}
.footer-container .footer-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
.footer-container .footer-cont .row {
  max-width: 1200px;
}
.footer-container .footer-cont .row .footer-logo-content {
  margin-bottom: 30px;
}
.footer-container .footer-cont .row .footer-logo-content .footer-logo-image {
  text-align: center;
  margin-bottom: 25px;
}
.footer-container .footer-cont .row .footer-logo-content .footer-logo-image .logo-image {
  width: 100%;
  max-width: 240px;
}
.footer-container .footer-cont .row .footer-logo-content .footer-logo-description {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 21px;
  margin: 0 auto;
  max-width: 245px;
}
.footer-container .footer-cont .row .footer-content {
  margin-bottom: 30px;
  text-align: center;
}
.footer-container .footer-cont .row .footer-content .footer-content-title {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-container .footer-cont .row .footer-content .footer-content-description {
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 21px;
}
.footer-container .footer-cont .row .footer-social-content {
  text-align: center;
}
.footer-container .footer-cont .row .footer-social-content .footer-social-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 15px;
}
.footer-container .footer-cont .row .footer-social-content .footer-social-link {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 25px;
}
.footer-container .footer-cont .row .footer-social-content .footer-social-link .footer-social-icon {
  width: 100%;
  max-width: 30px;
}
.footer-container .footer-cont .row .footer-social-content .footer-social-link:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer-container {
    padding: 55px 0;
  }
  .footer-container .footer-cont .row .footer-logo-content {
    margin-bottom: 30px;
  }
  .footer-container .footer-cont .row .footer-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer-container .footer-cont .row .footer-logo-content {
    margin-bottom: 30px;
  }
  .footer-container .footer-cont .row .footer-content {
    margin-top: 15px;
    text-align: left;
  }
  .footer-container .footer-cont .row .footer-content .footer-content-title {
    text-align: left;
    margin-bottom: 15px;
  }
  .footer-container .footer-cont .row .footer-content .footer-content-description {
    text-align: left;
  }
  .footer-container .footer-cont .row .footer-social-content {
    text-align: left;
    margin-top: 15px;
  }
  .footer-container .footer-cont .row .footer-social-content .footer-social-title {
    text-align: left;
    margin-bottom: 15px;
  }
}

.footer-copyright-container {
  padding: 15px 50px;
  background-color: #464646;
}
.footer-copyright-container .footer-copyright-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
.footer-copyright-container .footer-copyright-cont .footer-copyright-content {
  text-align: center;
  font-size: 14px;
  color: #E6E5D9;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 21px;
}/*# sourceMappingURL=footer.css.map */