/* section-routers start */

.section-routers {
    padding-top: 174px;
    padding-bottom: 160px;

}

@media only screen and (max-width: 1068px) {
    .section-routers {
        padding-top: 140px;
    }
}

@media only screen and (max-width: 734px) {
    .section-routers {
        padding: 59px 0 90px
    }
}


.section-routers .wallet {
    background: #007AFF;
    color: #FFFFFF;
}

.section-routers .wallet h2,
.section-routers .wallet .router-cta {
    color: #FFFFFF;
}

.section-routers .router-items {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 1068px) {
    .section-routers .router-items {
        justify-content: space-between;
        max-width: 820px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 734px) {
    .section-routers .router-items {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

.section-routers .router {
    border-radius: 23px;
    padding: 35px 17px 0px;
    text-align: center;
    min-height: 500px;
    width: 480px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 1068px) {
    .section-routers .router {
        min-height: 400px;
        max-width: 400px;
        padding-top: 33px;
        margin-right: 20px;
        margin-bottom: 22px
    }

    .section-routers .router:last-of-type {
        margin-right: 0
    }
}

@media only screen and (max-width: 734px) {
    .section-routers .router {
        min-height: 360px;
        max-width: 87.5vw;
        margin-right: 0;
        margin-bottom: 14px
    }

    .section-routers .router:last-of-type {
        margin-bottom: 0
    }
}

/* section-routers end */

/* alts-for-apps-list start */
.alts-for-apps-list {
    margin-top: 160px;
    padding: 0 4.2%;
}

@media only screen and (max-width: 734px) {
    .alts-for-apps-list {
        margin-top: 46px;
    }
}

.alts-for-apps-list h2 {
    font-size: 48px;
    margin-bottom: 80px;
    line-height: 1.2;
}

@media only screen and (max-width: 734px) {
    .alts-for-apps-list h2 {
        font-size: 24px;
        margin-bottom: 44px;
        line-height: 1.2;
    }
}

.alts-for-apps-list .switch-items {
    height: 56px;
    border-radius: 100px;
    background-color: #E8E8ED;
    padding: 0 5px;
    margin-bottom: 63px;
}

@media only screen and (max-width: 734px) {
    .alts-for-apps-list .switch-items {
        height: 44px;
        margin-bottom: 30px;
    }
}

.alts-for-apps-list .switch-items span {
    line-height: 1.3529611765;
    letter-spacing: 0em;
    cursor: pointer;
    border-radius: 100px;
    color: #000;
    font-size: 17px;
    padding: 10px 24px;
    display: inline-block;
    margin-top: 6px;
}

@media only screen and (max-width: 734px) {
    .alts-for-apps-list .switch-items span {
        font-size: 14px;
        margin-top: 3px;
    }
}

.alts-for-apps-list .switch-items span.default-active {
    background-color: rgb(29, 29, 31);
    color: rgb(255, 255, 255);
    cursor: default;
}

.switch-library div {
    width: 920px;
    font-size: 0px;
}

@media only screen and (max-width: 1068px) {
    .switch-library div {
        width: 624px;
    }
}

@media only screen and (max-width: 734px) {
    .switch-library div {
        width: 292px;
    }
}

.switch-library div figure {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 80px;
    width: 170px;
    height: 98px;
}

.switch-library div figure:nth-child(4n) {
    margin-right: 0px;
}

@media only screen and (max-width: 1068px) {
    .switch-library div figure {
        margin-bottom: 20px;
        margin-right: 40px;
        width: 126px;
        height: 72px;
    }

    .switch-library div figure:nth-child(4n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .switch-library div figure {
        margin-right: 40px;
    }

    .switch-library div figure:nth-child(2n) {
        margin-right: 0px;
    }
}

.switch-library div p {
    text-align: center;
    position: relative;
}

.switch-library div p::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-index: 1;
}

.switch-library div p span {
    position: relative;
    font-size: 14px;
    color: rgb(0, 102, 204);
    background-color: #fff;
    padding: 0 10px;
    z-index: 2;
}

.switch-library div p span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#switch-library-1-hidden.switch-library-show {
    height: 300px;
    transition: height 1s ease;
}

@media only screen and (max-width: 1068px) {
    #switch-library-1-hidden.switch-library-show {
        height: 276px;
    }
}

@media only screen and (max-width: 734px) {
    #switch-library-1-hidden.switch-library-show {
        height: 400px;
    }
}

#switch-library-2-hidden.switch-library-show {
    height: 414px;
    transition: height 1s ease;
}

@media only screen and (max-width: 1068px) {
    #switch-library-2-hidden.switch-library-show {
        height: 276px;
    }
}

@media only screen and (max-width: 734px) {
    #switch-library-2-hidden.switch-library-show {
        height: 552px;
    }
}
.switch-library-hide {
    height: 0;
    transition: height 1s ease;
}

#switch-library-1-hidden,
#switch-library-2-hidden {
    overflow: hidden;
}

/* alts-for-apps-list end */

.m-s {
    position: relative;
    top: -1px;
    font-size: 70px;
    font-family: "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
    .m-s {
        font-size: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .m-s {
        font-size: 30px;
    }
}

/*--bank-*/
.section-logo-group h3 {
    margin-top: 170px;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
    .section-logo-group h3 {
        margin-top: 90px;
        margin-bottom: 32px;

    }
}

@media only screen and (max-width: 734px) {
    .section-logo-group h3 {
        margin-top: 96px;
        margin-bottom: 30px;
        font-size: 24px;
    }
}

.section-logo-group .logo-image {
    margin: 22px auto;
    text-indent: -9999px
}

/*--bank end-*/

.sticky-hardware-container .hardware-copy-container .hardware-cta {
    margin-bottom: 5px;
}

@media only screen and (max-width: 734px) {
    .section-easy-does-it {
        padding-bottom: 96px;
    }
}



.section-hero .ribbon a{
    color: #2997ff !important;
}

.section-hero .ribbon .footnote a{
    color: inherit !important;
}

.section-hero .ribbon .footnote a:hover{
    color: #06c !important;
}