/**************** Footer *****************/

footer {
  /*background-color: #0e0e4c;*/
  border-top:1px solid var(--gray3);
  background-color: var(--gray2);
  padding: 80px 0;
}

footer .container {
    max-width:1046px;
    margin:0 auto;
    padding:0 50px;
}

.download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.footer-title {
  font-size: 22px;
  font-weight: 200;
  letter-spacing: -0.02em;
}
.tokenbank {
  font-size: 54px;
  font-weight: 400;
}
.download-content {
  display: flex;
  align-items: center;
  margin: 16px 0px 97px 0px;
}
.rectangle-logo {
  width: 81px;
  height: 81px;
  margin-right: 23px;
}
.bottom-buttons {
  display: flex;
  max-width: 385px;
}
.download-btn-bottom {
  width: 50%;
  margin:10px;
  cursor: pointer;
}
/* Responsive */

@media screen and (max-width: 1024px) {
  .bottom-buttons {
    display: none;
  }
}
@media screen and (max-width: 490px) {
  .footer-title {
    font-size: 20px;
  }
  .tokenbank {
    font-size: 40px;
  }
  .rectangle-logo {
    width: 50px;
    height: 50px;
    margin-right: 23px;
  }
}


/* footer */
footer .container {position:relative}

/*#footer-v4 {padding-top:150px;color:#fff}*/

/*#footer-v4 .util {position:absolute;top:0;right:15px;display:flex;}*/
footer .util {display:flex;justify-content: end}
footer .util a {padding-left:15px;font-size:14px;}
#footer-v4 .footer-body {margin:24px 0;font-size:14px;line-height: 1.67}
#footer-v4 .logo {
    color:var(--gray1);
    margin-bottom:8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
#footer-v4 .logo img{width:82px}
/*#footer-v4-end > div {padding:17px 0 25px}*/
#footer-v4 .container { position:relative }

#footer-v4 #isms-mark {
    max-width: 327px;
    position: absolute;
    right: 15px;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 19px 7px 11px;
    color:var(--gray1);
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: var(--gray3);
}

#footer-v4 #isms-mark img {
  width: 62px;
    margin-right:10px;
}

#footer-v4 #isms-mark p {
    font-size: 12px;
    line-height: 20px;
}

#footer-v4 .service-center {
  margin-top: 8px;
}

@media screen and (max-width:1024px) {

    footer {
      padding: 80px 0;
    }

    footer .container {
        padding: 0 20px;
    }

    /*#footer-v4 {padding-top:30px;}*/
    #footer-v4 .util {position:static;display:block;margin-bottom:20px;}
    #footer-v4 .util a {display:block;padding:5px 0;font-size:12.5px;text-decoration:underline}

    #footer-v4 .service-center {
      margin-top: 24px;
      display: block;
    }

    #footer-v4 .service-center > div:last-child {
      /*padding: 2px 0;*/
        margin-top: 4px;
    }

    #footer-v4 #isms-mark {
        margin-top: 80px;
        position: static;
        justify-content: center;
    }

    #footer-v4 #isms-mark p {
        font-size: 14px;
        line-height: 22px;
    }


}

