@font-face {
  font-family: Poppins-ExtraBold;
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.footer {
  position: relative;
  width: 100%;
  height: 437px;
  background: #00195F url("../images/footer-bg.png") no-repeat top center;
  background-size: auto 100%;
}
.footer .footer-logo {
  width: 100%;
  padding: 51px 0 25px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer .footer-logo img {
  width: 103px;
  height: 47px;
  display: block;
}
.footer .footer-content-title {
  font-family: Lato-Bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 2px;
  margin-top: 40px;
}
.footer .footer-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer .footer-link .footer-link-left {
  font-family: Poppins-Regular;
  background: linear-gradient(20.0885942452deg, #C0FF3A 0%, #00FFA3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  letter-spacing: 14px;
}
.footer .footer-link .footer-link-right {
  display: flex;
  align-items: center;
}
.footer .footer-link .footer-link-right .footer-link-item + .footer-link-item {
  margin-left: 20px;
}
.footer .footer-link .footer-link-right .footer-link-item {
  width: 39px;
  height: 39px;
}
.footer .footer-link .footer-link-right .footer-link-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .footer-copyright {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
}
.footer .footer-copyright .footer-copyright-right {
  margin-left: 10px;
}

/*# sourceMappingURL=footer.css.map */
