@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
}
.footer {
  width: 100%;
}
.footer .footer-top-container {
  width: 100%;
  background: #ffffff;
  height: 134px;
}
.footer .footer-top-container a {
  text-decoration: none;
  color: #172a53;
}
.footer .footer-top-container .footer-top {
  width: 100%;
  max-width: 1440px;
  padding: 32px 135px 32px 135px;
  gap: 24px;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #e8ebeb;
  background: #ffffff;
}
.footer .footer-top-container .footer-top .footer-top-top {
  width: 100%;
  height: 70px;
}
.footer .footer-top-container .footer-top .footer-top-top .footer-top-top-logo {
  width: 144px;
  height: 70px;
}
.footer .footer-top-container .footer-top .footer-top-top .footer-top-top-links {
  width: 100%;
  height: 27px;
  gap: 36px;
}
.footer .footer-top-container .footer-top .footer-top-top .footer-top-top-links .footer-top-top-link {
  width: auto;
  height: 27px;
  min-width: 120px;
  font-family: "Mulish", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-transform: capitalize;
}
.footer .footer-top-container .footer-top .footer-top-bot {
  width: 100%;
  height: 50px;
}
.footer .footer-top-container .footer-top .footer-top-bot .footer-top-bot-social {
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.footer .footer-bot-container {
  width: 100%;
  background: #fafafa;
}
.footer .footer-bot-container .footer-bot {
  width: 100%;
  max-width: 1440px;
  height: 134px;
  background: #fafafa;
  padding-inline: 135px;
}
.footer .footer-bot-container .footer-bot .footer-bot-left {
  width: auto;
}
.footer .footer-bot-container .footer-bot .footer-bot-left .footer-bot-left-info {
  font-family: "Mulish", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #323636;
}
.footer .footer-bot-container .footer-bot .footer-bot-left .footer-bot-left-others {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #aeb2b2;
}
.footer .footer-bot-container .footer-bot .footer-bot-logo {
  width: 129px;
  height: 43px;
}

@media (max-width: 480px) {
  .footer {
    height: auto;
  }
  .footer .footer-top-container {
    height: auto;
    flex-direction: column;
  }
  .footer .footer-top-container .footer-top {
    height: auto;
    padding: 32px 16px 32px 16px;
    gap: 24px;
  }
  .footer .footer-top-container .footer-top .footer-top-top {
    flex-direction: column;
    height: auto;
    align-items: flex-start !important;
    gap: 24px;
  }
  .footer .footer-top-container .footer-top .footer-top-top .footer-top-top-links {
    height: auto;
    width: auto;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start !important;
  }
  .footer .footer-bot-container {
    height: auto;
    flex-direction: column;
  }
  .footer .footer-bot-container .footer-bot {
    height: auto;
    padding: 43px 0px 43px 0px;
    gap: 16px;
    flex-direction: column;
  }
  .footer .footer-bot-container .footer-bot .footer-bot-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}/*# sourceMappingURL=footer.css.map */