.footer .fontpage {
  background-color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding: 0 4vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat-Regular;
  overflow: hidden;
}

.footer .fontpage .bigname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10vw;
}

.footer .fontpage .bigname .border {
  width: 5px;
  height: 1em;
  background-color: #40d2e1;
  margin-right: 1em;
}

.footer .fontpage .bigname .name {
  font-family: Montserrat-Blod;
  font-weight: bold;
  font-size: 140%;
}

.footer .fontpage .t2 {
  width: 4vw;
  height: 8px;
  background-color: #40d2e1;
  margin-bottom: 1em;
}

.footer .fontpage .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 70%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .fontpage .left .description {
  font-family: Montserrat-Regular;
  color: #bbbbbb;
  font-weight: bold;
  font-size: 80%;
  margin-top: 1em;
}

.footer .fontpage .left .imgs {
  margin-top: 2em;
}

.footer .fontpage .left .imgs img {
  width: 2em;
  margin-right: 0.4em;
}

.footer .fontpage .mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 70%;
  position: relative;
}

.footer .fontpage .mid .ways {
  color: #bbbbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 70%;
  margin-top: 1em;
  font-size: 85%;
  font-weight: 700;
  margin-bottom: 4vw;
}

.footer .fontpage .mid .ways .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vw;
}

.footer .fontpage .mid .ways .item .left {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}

.footer .fontpage .mid .ways .item .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .fontpage .mid .ways .item .right .tt1,
.footer .fontpage .mid .ways .item .right .tt2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .fontpage .mid .ways .item .right .tt1 .name,
.footer .fontpage .mid .ways .item .right .tt2 .name {
  min-width: 35%;
}

.footer .friendlinkline {
  height: 50px;
  background-color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bbbbbb;
  font-size: 70%;
  padding: 1em 0;
}

.footer .friendlinkline .name {
  color: #40d2e1;
}
/*# sourceMappingURL=foot_m.css.map */