.footer-wrap {
  color: #505050;
  background-color: #f7f9fc;
}
.footer-wrap .footer-wrap-top .footer-content {
  text-align: center;
  padding: 50px 0;
}
.footer-wrap .footer-wrap-top .footer-content .line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.footer-wrap .footer-wrap-top .footer-content .line img {
  display: block;
  width: 199px;
  height: auto;
  padding-bottom: 20px;
}
.footer-wrap .footer-wrap-top .footer-content .line .title {
  font-size: 16px;
  padding-bottom: 20px;
}
.footer-wrap .footer-wrap-top .footer-content .line .text {
  font-size: 14px;
  line-height: 200%;
  width: 100%;
}
.footer-wrap .footer-wrap-top .footer-content .line .text a:hover {
  color: #1089ff;
}
.footer-wrap .footer-wrap-top .footer-content .code-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap .footer-wrap-top .footer-content .code-container .code-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.footer-wrap .footer-wrap-top .footer-content .code-container .code-box img {
  display: block;
  width: 120px;
  height: 120px;
  padding-bottom: 0;
}
.footer-wrap .footer-wrap-bottom {
  color: #505050;
  background-color: #f0f1f3;
}
.footer-wrap .footer-wrap-bottom .bottom-content {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-wrap .footer-wrap-bottom .bottom-content .text {
  display: inline-block;
  padding: 0 5px;
}
.footer-wrap .footer-wrap-bottom .bottom-content .badge {
  display: flex;
  align-items: center;
}
.footer-wrap .footer-wrap-bottom .bottom-content .badge img {
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-wrap-top .footer-content .line .title {
    padding-top: 10px;
  }
  .footer-wrap .footer-wrap-top .footer-content .line .text {
    font-size: 12px !important;
  }
  .footer-wrap .footer-wrap-top .footer-content .line img {
    width: 160px;
  }
  .footer-wrap .footer-wrap-top .footer-content .bin-row .bin-col-span-xs-6:last-child {
    position: absolute;
    left: 50px;
    bottom: -20px;
  }
  .footer-wrap .footer-wrap-bottom .bottom-content {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-wrap-bottom .bottom-content {
    padding: 15px 0;
  }
}
