/* section-routers start */
sup a{
    color: #666;
}

sup a:hover{
    color: #0070c9;
    text-decoration:none
}
.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: 414px;
    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: 552px;
    }
}

#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 */

/* routers start */
.section-routers .section-routers-hero-img {
    transform: translate(30px,28px);
    margin: 0 auto;
    width: 160px;
    height: 150px;
    background-size: 160px 150px;
    background-repeat: no-repeat;
    background-image: url("/apple-pay/images/overview/routers/wallet_logo_lz2xjq1ermym_large.png")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .section-routers .section-routers-hero-img {
        background-image: url("/apple-pay/images/overview/routers/wallet_logo_lz2xjq1ermym_large_2x.png")
    }
}
@media only screen and (max-width: 734px) {
    .section-routers .section-routers-hero-img {
        transform: translate(20px,18px);
        width: 101px;
        height: 95px;
        background-size: 101px 95px;
        background-repeat: no-repeat;
        background-image: url("/apple-pay/images/overview/routers/wallet_logo_lz2xjq1ermym_small.png")
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-routers .section-routers-hero-img {
        background-image: url("/apple-pay/images/overview/routers/wallet_logo_lz2xjq1ermym_small_2x.png")
    }
}

.section-routers .section-routers-transport-card-img {
    transform: translateY(65px);
    margin: 1px auto;
    width: 290px;
    height: 300px;
    background-size: 290px 300px;
    background-repeat: no-repeat;
    background-image: url("/apple-pay/images/overview/routers/transit_card_lz2xjq1ermym_large.png")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .section-routers .section-routers-transport-card-img {
        background-image: url("/apple-pay/images/overview/routers/transit_card_lz2xjq1ermym_large_2x.png")
    }
}
@media only screen and (max-width: 1068px) {
    .section-routers .section-routers-transport-card-img {
        transform: translateY(43px);
        width: 221px;
        height: 228px;
        background-size: 221px 228px;
        background-repeat: no-repeat;
        background-image: url("/apple-pay/images/overview/routers/transit_card_lz2xjq1ermym_medium.png")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-routers .section-routers-transport-card-img {
        background-image: url("/apple-pay/images/overview/routers/transit_card_lz2xjq1ermym_medium_2x.png")
    }
}
@media only screen and (max-width: 734px) {
    .section-routers .section-routers-transport-card-img {
        transform: translateY(27px);
        width: 198px;
        height: 204px;
        background-size: 198px 204px;
        background-repeat: no-repeat;
        background-image: url("/apple-pay/images/overview/routers/transit_card_lz2xjq1ermym_small.png")
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-routers .section-routers-transport-card-img {
        background-image: url("/apple-pay/images/overview/routers/transit_card_lz2xjq1ermym_small_2x.png")
    }
}

.section-routers .section-routers-car-key-img {
    transform: translateY(65px);
    margin: 0 auto;
    width: 290px;
    height: 300px;
    background-size: 290px 300px;
    background-repeat: no-repeat;
    background-image: url("/apple-pay/images/overview/routers/car_keys_lz2xjq1ermym_large.png")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .section-routers .section-routers-car-key-img {
        background-image: url("/apple-pay/images/overview/routers/car_keys_lz2xjq1ermym_large_2x.png")
    }
}
@media only screen and (max-width: 1068px) {
    .section-routers .section-routers-car-key-img {
        transform: translateY(43px);
        width: 221px;
        height: 228px;
        background-size: 221px 228px;
        background-repeat: no-repeat;
        background-image: url("/apple-pay/images/overview/routers/car_keys_lz2xjq1ermym_medium.png")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-routers .section-routers-car-key-img {
        background-image: url("/apple-pay/images/overview/routers/car_keys_lz2xjq1ermym_medium_2x.png")
    }
}
@media only screen and (max-width: 734px) {
    .section-routers .section-routers-car-key-img {
        transform: translateY(27px);
        width: 198px;
        height: 204px;
        background-size: 198px 204px;
        background-repeat: no-repeat;
        background-image: url("/apple-pay/images/overview/routers/car_keys_lz2xjq1ermym_small.png")
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-routers .section-routers-car-key-img {
        background-image: url("/apple-pay/images/overview/routers/car_keys_lz2xjq1ermym_small_2x.png")
    }
}
/* routers end */

/* taxi */
.section-easy-does-it .content-icon-chocolate {
    width: 80px;
    height: 75px;
    background-size: 80px 75px;
    background-repeat: no-repeat;
    background-image: url(/apple-pay/images/overview/emoji_6__ei2645uws802_large.png);
    margin-top: -8px;
    top:11px
}
@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .section-easy-does-it .content-icon-chocolate {
        background-image:url(/apple-pay/images/overview/emoji_6__ei2645uws802_large_2x.png)
    }
}
@media only screen and (max-width: 1068px) {
    .section-easy-does-it .content-icon-chocolate {
        width: 59px;
        height: 55px;
        background-size: 59px 55px;
        background-repeat: no-repeat;
        background-image:url(/apple-pay/images/overview/emoji_6__ei2645uws802_medium.png)
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-easy-does-it .content-icon-chocolate {
        background-image:url(/apple-pay/images/overview/emoji_6__ei2645uws802_medium_2x.png)
    }
}
@media only screen and (max-width: 734px) {
    .section-easy-does-it .content-icon-chocolate {
        width: 32px;
        height: 30px;
        background-size: 32px 30px;
        background-repeat: no-repeat;
        background-image:url(/apple-pay/images/overview/emoji_6__ei2645uws802_small.png)
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-easy-does-it .content-icon-chocolate {
        background-image:url(/apple-pay/images/overview/emoji_6__ei2645uws802_small_2x.png)
    }
}
@media only screen and (max-width: 1068px) {
    .section-easy-does-it .content-icon-chocolate {
        margin-top: -9px;
        top:8px
    }
}
@media only screen and (max-width: 734px) {
    .section-easy-does-it .content-icon-chocolate {
        margin-top: -5px;
        top:5px
    }
}

/* meal */
.section-easy-does-it .content-icon-takeout {
    width: 78px;
    height: 73px;
    background-size: 78px 73px;
    background-repeat: no-repeat;
    background-image: url(/apple-pay/images/overview/emoji_4__lz2xjq1ermym_large.png);
    margin-top: -5px;
    top:12px
}
@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .section-easy-does-it .content-icon-takeout {
        background-image:url(/apple-pay/images/overview/emoji_4__lz2xjq1ermym_large_2x.png)
    }
}
@media only screen and (max-width: 1068px) {
    .section-easy-does-it .content-icon-takeout {
        width: 57px;
        height: 54px;
        background-size: 57px 54px;
        background-repeat: no-repeat;
        background-image:url(/apple-pay/images/overview/emoji_4__lz2xjq1ermym_medium.png)
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-easy-does-it .content-icon-takeout {
        background-image:url(/apple-pay/images/overview/emoji_4__lz2xjq1ermym_medium_2x.png)
    }
}
@media only screen and (max-width: 734px) {
    .section-easy-does-it .content-icon-takeout {
        width: 31px;
        height: 30px;
        background-size: 31px 30px;
        background-repeat: no-repeat;
        background-image:url(/apple-pay/images/overview/emoji_4__lz2xjq1ermym_small.png)
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-easy-does-it .content-icon-takeout {
        background-image:url(/apple-pay/images/overview/emoji_4__lz2xjq1ermym_small_2x.png)
    }
}
@media only screen and (max-width: 1068px) {
    .section-easy-does-it .content-icon-takeout {
        margin-top: -7px;
        top:8px
    }
}
@media only screen and (max-width: 734px) {
    .section-easy-does-it .content-icon-takeout {
        margin-top: -5px;
        top:5px
    }
}

/* bank */
.section-easy-does-it .content-icon-contactless {
    width: 142px;
    height: 63px;
    background-size: 142px 63px;
    background-repeat: no-repeat;
    background-image: url(/apple-pay/images/overview/icon_contactless__dsvr40s28sk2_large.png);
    margin-top: 0px;
    top: 2px;
    margin-right:-6px
}
@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .section-easy-does-it .content-icon-contactless {
        background-image:url(/apple-pay/images/overview/icon_contactless__dsvr40s28sk2_large_2x.png)
    }
}
@media only screen and (max-width: 1068px) {
    .section-easy-does-it .content-icon-contactless {
        width: 103px;
        height: 46px;
        background-size: 103px 46px;
        background-repeat: no-repeat;
        background-image:url(/apple-pay/images/overview/icon_contactless__dsvr40s28sk2_medium.png)
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-easy-does-it .content-icon-contactless {
        background-image:url(/apple-pay/images/overview/icon_contactless__dsvr40s28sk2_medium_2x.png)
    }
}
@media only screen and (max-width: 734px) {
    .section-easy-does-it .content-icon-contactless {
        width: 70px;
        height: 32px;
        background-size: 70px 32px;
        background-repeat: no-repeat;
        background-image:url(/apple-pay/images/overview/icon_contactless__dsvr40s28sk2_small.png)
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-easy-does-it .content-icon-contactless {
        background-image:url(/apple-pay/images/overview/icon_contactless__dsvr40s28sk2_small_2x.png)
    }
}
@media only screen and (max-width: 1068px) {
    .section-easy-does-it .content-icon-contactless {
        margin-top: -3px;
        top: 3px;
        margin-right:-2px
    }
}
@media only screen and (max-width: 734px) {
    .section-easy-does-it .content-icon-contactless {
        margin-top: -10px;
        top: 5px;
        margin-right:0
    }
}

.section-faqs {
    padding-top: 150px;
}
@media only screen and (max-width: 1068px) {
    .section-faqs {
        padding-top: 118px;
    }
}
@media only screen and (max-width: 734px) {
    .section-faqs {
        padding-top: 87px;
    }
}

@media only screen and (max-width: 734px) {
    .section-easy-does-it .typography-body-copy-emoji {
        margin-bottom: 98px;
    }
}
@media only screen and (max-width: 734px) {
    .section-easy-does-it.section {
        padding-bottom: 90px;
    }
    .section-routers .section-headline {
        margin-top: 10px;
    }
    .section-faqs .typography-section-subheading-2 {
        margin-top: 15px;
    }
}

/* no ipad */
html.ipad .ac-ln-button-neutral {
    display: none!important;
}

/* ios */
@media (max-height: 700px) {
    .section-hero .container-hardware {
        height:248px!important;
    }
}

#accordion {
    padding-top: 0!important;
}

/*fix HL font-size*/
