footer {
  width: 100%;
/* ******************* footer-bar-div ******************* */
}
footer .footer-banner-div {
  width: 100%;
  min-height: 387px;
  color: #fff;
  background: linear-gradient(to right, #ea6207, #a4f6f7);
}
footer .footer-banner-div .left-div,
footer .footer-banner-div .mid-div,
footer .footer-banner-div .right-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 387px;
}
footer .footer-banner-div .left-div {
  align-items: flex-start;
  font-size: 25px;
  line-height: 40px;
}
footer .footer-banner-div .left-div .heavy-font,
footer .footer-banner-div .left-div .heavy-font span {
  font-family: 'pingfang_heavy';
}
footer .footer-banner-div .left-div button {
  position: relative;
  width: 120px;
  height: 32px;
  padding: 0px;
  margin-top: 64px;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 2px;
  border: 1px solid rgba(255,255,255,0.5);
  background: transparent;
}
@media screen and (max-width: 768px) {
  footer .footer-banner-div .left-div button {
    display: none;
  }
}
footer .footer-banner-div .left-div button:after {
  content: '';
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 0px;
  transition: all 0.5s;
  background: rgba(255,255,255,0.25);
}
footer .footer-banner-div .left-div button:hover:after {
  height: 100%;
}
footer .footer-banner-div .mid-div,
footer .footer-banner-div .bottom-div {
  justify-content: flex-end;
}
footer .footer-banner-div .mid-div img,
footer .footer-banner-div .bottom-div img {
  max-width: 90%;
}
footer .footer-banner-div .bottom-div {
  display: none;
}
footer .footer-banner-div .right-div p {
  margin-top: 32px;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  footer .footer-banner-div .left-div {
    align-items: center;
    height: auto;
    padding: 84px 0px;
  }
  footer .footer-banner-div .left-div button {
    margin-top: 32px;
  }
  footer .footer-banner-div .mid-div {
    display: none;
  }
  footer .footer-banner-div .bottom-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
  }
  footer .footer-banner-div .bottom-div img {
    width: 60%;
  }
  footer .footer-banner-div .right-div {
    height: auto;
    padding: 0px 0px 24px;
  }
}
footer .footer-bar-div,
footer .footer-address-div {
  background: #5b5b5b;
}
footer .footer-bar-div,
footer .footer-filings-div {
  padding: 0px 5.2vw;
  padding-left: clamp(32px, 5.2vw, 100px);
  padding-right: clamp(32px, 5.2vw, 100px);
}
footer .footer-bar-div .info-div,
footer .footer-filings-div .info-div {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
footer .footer-bar-div .info-div.net-info,
footer .footer-filings-div .info-div.net-info {
  color: #b5b5b6 !important;
}
footer .footer-bar-div .info-div .cop-logo,
footer .footer-filings-div .info-div .cop-logo {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
footer .footer-bar-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
@media screen and (max-width: 992px) {
  footer .footer-bar-div {
    height: 82px;
  }
}
footer .footer-bar-div .logo-div {
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
}
footer .footer-bar-div .icons-div {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
footer .footer-bar-div .icons-div .popover {
  color: #000;
}
footer .footer-bar-div .icons-div img {
  width: clamp(25px, 1.45vw, 28px);
  max-height: clamp(25px, 1.45vw, 28px);
  margin: 0px 16px;
  margin-left: clamp(10px, 0.83vw, 16px);
  margin-right: clamp(10px, 0.83vw, 16px);
}
@media screen and (max-width: 992px) {
  footer .footer-bar-div .icons-div img {
    height: 25px;
    width: auto;
    margin: 0px 10px;
    margin-left: 1.46vw;
    margin-right: 1.46vw;
  }
}
footer .footer-bar-div .icons-div a {
  outline: none;
}
footer .footer-bar-div .icons-div .flag-div img {
  width: 48px;
  margin: 0px 10px 0px 8px;
}
footer .address-div p,
footer .footer-address-div p {
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
}
footer .address-div p.title-p,
footer .footer-address-div p.title-p {
  font-family: 'pingfang-heavy';
}
footer .address-div {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0px 12px;
}
@media screen and (max-width: 992px) {
  footer .address-div {
    display: none;
    margin: 0px 0px 0px 24px;
  }
}
footer .address-div .space-div {
  width: 6.4vw;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  footer .address-div .single-div * {
    float: left;
  }
}
footer .footer-address-div {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 24px 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-address-div {
    display: flex;
  }
  footer .footer-address-div>div {
    margin-bottom: 12px;
  }
}
footer .footer-filings-div {
  display: none;
  width: 100%;
  height: 72px;
  border-top: 1px solid #727171;
  background: #5b5b5b;
}
@media screen and (max-width: 992px) {
  footer .footer-filings-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

a:hover
{
  text-decoration: none;
}
