@charset "UTF-8";

#localnav-viewport-emitter {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    z-index: -1
}

#localnav-viewport-emitter::before {
    content: "ac-localnav:large"
}

@media only screen and (max-width:1023px) {
    #localnav-viewport-emitter::before {
        content: "ac-localnav:medium"
    }
}

@media only screen and (max-width:767px) {
    #localnav-viewport-emitter::before {
        content: "ac-localnav:small"
    }
}

.localnav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    min-width: 1024px;
    z-index: 9997
}

@media only screen and (max-width:1044px) {
    .localnav {
        min-width: 320px
    }
}

.localnav.localnav-stacked {
    height: 66px
}

@media only screen and (max-width:767px) {
    .localnav {
        height: 60px
    }

    .localnav.localnav-stacked {
        height: 63px
    }
}

.localnav-overlap .localnav {
    margin-bottom: -52px
}

.localnav.localnav-stacked .localnav-overlap .localnav {
    margin-bottom: -66px
}

@media only screen and (max-width:767px) {
    .localnav-overlap .localnav {
        margin-bottom: -48px
    }

    .localnav.localnav-stacked .localnav-overlap .localnav {
        margin-bottom: -63px
    }
}

.topnav-overlap .localnav {
    margin-top: 44px;
    margin-bottom: -96px
}

.topnav-overlap .localnav.localnav-stacked {
    margin-bottom: -110px
}

@media only screen and (max-width:767px) {
    .topnav-overlap .localnav {
        margin-top: 48px;
        margin-bottom: -96px
    }

    .topnav-overlap .localnav.localnav-stacked {
        margin-bottom: -111px
    }
}

.localnav.theme-dark {
    background: 0 0
}

.localnav-menustate {
    display: none
}

.localnav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1
}

.localnav-content {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    position: relative;
    z-index: 2
}

.localnav-content::after,
.localnav-content::before {
    content: ' ';
    display: table
}

.localnav-content::after {
    clear: both
}

@supports (padding:calc(max(0px))) {
    .localnav-content {
        padding-left: calc(max(22px, env(safe-area-inset-left)));
        padding-right: calc(max(22px, env(safe-area-inset-right)))
    }
}

@media only screen and (max-width:1023px) {
    .localnav-content {
        border-bottom: none
    }
}

@media only screen and (max-width:767px) {
    .localnav-content {
        padding: 0 16px
    }
}

.localnav.css-sticky {
    position: sticky
}

.localnav.no-css-sticky.localnav-sticking {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: fixed
}

#localnav-sticky-placeholder {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: -1
}

#localnav-sticky-placeholder.no-css-sticky.localnav-sticking {
    height: 52px
}

.localnav-overlap #localnav-sticky-placeholder.no-css-sticky.localnav-sticking,
.topnav-overlap #localnav-sticky-placeholder.no-css-sticky.localnav-sticking {
    height: 0
}

@media only screen and (max-width:767px) {
    #localnav-sticky-placeholder.no-css-sticky.localnav-sticking {
        height: 48px
    }
}

.localnav-curtain {
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9996;
    transition: opacity .2s ease
}

@media only screen and (max-width:767px) {
    .localnav-curtain {
        transition: opacity 1s ease .2s, width 0s ease 1.2s, height 0s ease 1.2s
    }
}

.localnav-menustate:checked~.localnav-curtain,
.localnav-menustate:target~.localnav-curtain {
    transition: opacity 1s ease .1s
}

@media only screen and (max-width:767px) {

    .localnav-menustate:checked~.localnav-curtain,
    .localnav-menustate:target~.localnav-curtain {
        opacity: 1;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }
}

.localnav-actions {
    float: left;
    padding-top: 18px
}

.localnav.localnav-stacked .localnav-actions {
    padding-top: 34px
}

@media only screen and (max-width:767px) {
    .localnav-actions {
        right: 0;
        padding-left: 22px;
        padding-right: 22px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    @supports (padding:calc(max(0px))) {
        .localnav-actions {
            padding-right: calc(max(22px, env(safe-area-inset-right)))
        }
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .localnav-actions {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px
    }

    .localnav.localnav-stacked .localnav-actions {
        padding-top: 32px
    }
}

.localnav-action {
    margin-left: 24px;
    float: left
}


.localnav-action-menucta {
    margin-top: -2px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .localnav-action-menucta {
        float: left
    }
}

.localnav-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: background-color .5s cubic-bezier(.28, .11, .32, 1)
}

.localnav-background:after {
    background-color: rgba(0, 0, 0, .16)
}

@media only screen and (max-width:767px) {
    .localnav-background {
        min-height: 48px;
        transition: background-color .5s ease .7s
    }

    .localnav.localnav-hero .localnav-background {
        transition-delay: 0s
    }
}

.localnav.localnav-scrim .localnav-background {
    background-color: rgba(255, 255, 255, .9)
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
    .localnav.localnav-scrim .localnav-background {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, .72)
    }
}

.localnav-scrim.localnav.localnav-noblur .localnav-background {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: rgba(255, 255, 255, .9)
}

.localnav-scrim.localnav.theme-dark .localnav-background,
.theme-dark .localnav.localnav-scrim .localnav-background {
    background-color: rgba(29, 29, 31, .9)
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {

    .localnav-scrim.localnav.theme-dark .localnav-background,
    .theme-dark .localnav.localnav-scrim .localnav-background {
        background-color: rgba(29, 29, 31, .72)
    }
}

.localnav-scrim.theme-dark.localnav.localnav-noblur .localnav-background,
.theme-dark .localnav-scrim.localnav.localnav-noblur .localnav-background {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: rgba(29, 29, 31, .9)
}

.localnav.localnav-sticking .localnav-background {
    background-color: rgba(255, 255, 255, .9);
    transition: background-color .5s cubic-bezier(.28, .11, .32, 1);
    transition-property: background-color, -webkit-backdrop-filter;
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
    .localnav.localnav-sticking .localnav-background {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, .72)
    }
}

.localnav-sticking.localnav.localnav-noblur .localnav-background {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: rgba(255, 255, 255, .9)
}

.localnav-sticking.localnav.theme-dark .localnav-background,
.theme-dark .localnav.localnav-sticking .localnav-background {
    background-color: rgba(29, 29, 31, .9)
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {

    .localnav-sticking.localnav.theme-dark .localnav-background,
    .theme-dark .localnav.localnav-sticking .localnav-background {
        background-color: rgba(29, 29, 31, .72)
    }
}

.localnav-sticking.theme-dark.localnav.localnav-noblur .localnav-background,
.theme-dark .localnav-sticking.localnav.localnav-noblur .localnav-background {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: rgba(29, 29, 31, .9)
}

.localnav-menustate:checked~.localnav .localnav-background,
.localnav-menustate:target~.localnav .localnav-background {
    background-color: #fff;
    max-height: none;
    transition: background-color .5s ease;
    transition-property: background-color, -webkit-backdrop-filter;
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {

    .localnav-menustate:checked~.localnav .localnav-background,
    .localnav-menustate:target~.localnav .localnav-background {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, .9)
    }
}

.localnav-menustate:checked~.localnav.localnav-noblur .localnav-background,
.localnav-menustate:target~.localnav.localnav-noblur .localnav-background {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: #fff
}

.localnav.theme-dark .localnav-background:after,
.theme-dark .localnav .localnav-background:after {
    background-color: rgba(255, 255, 255, .24)
}

.localnav-menustate:checked~.theme-dark.localnav .localnav-background,
.localnav-menustate:target~.theme-dark.localnav .localnav-background,
.theme-dark .localnav-menustate:checked~.localnav .localnav-background,
.theme-dark .localnav-menustate:target~.localnav .localnav-background {
    background-color: #1d1d1f
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {

    .localnav-menustate:checked~.theme-dark.localnav .localnav-background,
    .localnav-menustate:target~.theme-dark.localnav .localnav-background,
    .theme-dark .localnav-menustate:checked~.localnav .localnav-background,
    .theme-dark .localnav-menustate:target~.localnav .localnav-background {
        background-color: rgba(29, 29, 31, .9)
    }
}

.localnav-menustate:checked~.theme-dark.localnav.localnav-noblur .localnav-background,
.localnav-menustate:target~.theme-dark.localnav.localnav-noblur .localnav-background,
.theme-dark .localnav-menustate:checked~.localnav.localnav-noblur .localnav-background,
.theme-dark .localnav-menustate:target~.localnav.localnav-noblur .localnav-background {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: #1d1d1f
}

.localnav.localnav-hero .localnav-background:after {
    background-color: rgba(255, 255, 255, .24)
}

.localnav-hero.localnav.localnav-sticking .localnav-background:after {
    background-color: rgba(0, 0, 0, .16)
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-background:after,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-background:after {
    background-color: rgba(255, 255, 255, .24)
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-background:after,
.localnav-menustate:target~.localnav-hero.localnav .localnav-background:after {
    background-color: rgba(0, 0, 0, .16)
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-background:after,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-background:after,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-background:after,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-background:after {
    background-color: rgba(255, 255, 255, .24)
}

.localnav-background:after {
    margin-left: -490px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 980px;
    height: 1px;
    z-index: 1
}

@media only screen and (max-width:1023px) {
    .localnav-background:after {
        margin-left: 0;
        left: 0;
        width: 100%
    }
}

.localnav.localnav-noborder .localnav-background:after {
    display: none
}

.localnav.localnav-scrim .localnav-background:after {
    margin-left: 0;
    left: 0;
    width: 100%
}

.localnav.localnav-sticking .localnav-background:after {
    margin-left: 0;
    left: 0;
    width: 100%
}

.localnav-menustate:checked~.localnav .localnav-background:after,
.localnav-menustate:target~.localnav .localnav-background:after {
    margin-left: 0;
    left: 0;
    width: 100%
}

.localnav-menu {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: right;
    margin-top: -3px
}

.localnav-menu:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-menu:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-menu:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-menu:lang(zh) {
    letter-spacing: 0
}

.localnav-menu:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-menu:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-menu:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-menu:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-menu:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width:767px) {
    .localnav-menu {
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: -.02em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(ar) {
        letter-spacing: 0;
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(ja) {
        letter-spacing: 0;
        font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(ko) {
        letter-spacing: 0;
        font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh) {
        letter-spacing: 0
    }

    .localnav-menu:lang(th) {
        font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

@media only screen and (max-width:767px) {
    .localnav-menu {
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: -.02em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-top: 0;
        margin-top: 0;
        width: 100%
    }

    .localnav-menu:lang(ar) {
        letter-spacing: 0;
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(ja) {
        letter-spacing: 0;
        font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(ko) {
        letter-spacing: 0;
        font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh) {
        letter-spacing: 0
    }

    .localnav-menu:lang(th) {
        font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-menu:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.localnav-menu-tray {
    float: left;
    padding-top: 18px
}

.localnav.localnav-stacked .localnav-menu-tray {
    padding-top: 34px
}

@media only screen and (max-width:767px) {
    .localnav.localnav-stacked .localnav-menu-tray {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .localnav-menu-tray {
        float: none;
        overflow: hidden;
        pointer-events: none;
        visibility: hidden;
        width: 100%;
        padding-top: 0;
        max-height: 0;
        transition: max-height .5s cubic-bezier(.28, .11, .32, 1) .4s, visibility 0s linear 1s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-tray,
    .localnav-menustate:target~.localnav .localnav-menu-tray {
        max-height: 400px;
        max-height: calc(100vh - 48px - 48px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: auto;
        visibility: visible;
        transition-delay: .2s, 0s
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {

    .localnav-menustate:checked~.localnav .localnav-menu-tray,
    .localnav-menustate:target~.localnav .localnav-menu-tray {
        max-height: 280px;
        max-height: calc(100vh - 48px - 48px)
    }
}

@media only screen and (max-width:767px) {

    .localnav-menustate:checked~.localnav.localnav-opening .localnav-menu-tray,
    .localnav-menustate:target~.localnav.localnav-opening .localnav-menu-tray {
        overflow-y: hidden
    }

    .localnav-menustate:checked~.localnav.localnav-sticking .localnav-menu-tray,
    .localnav-menustate:target~.localnav.localnav-sticking .localnav-menu-tray {
        max-height: calc(100vh - 48px)
    }
}

@media only screen and (max-width:767px) {
    .localnav-menu-items {
        opacity: 0;
        padding: 4px 24px 24px;
        transform: translate3d(0, -150px, 0);
        transition: transform 1s cubic-bezier(.23, 1, .32, 1) .5s, opacity .7s cubic-bezier(.23, 1, .32, 1) .2s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-items,
    .localnav-menustate:target~.localnav .localnav-menu-items {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition-delay: .2s, .4s
    }
}

.localnav-menu-item {
    margin-left: 24px;
    float: left;
    list-style: none
}

@media only screen and (max-width:767px) {
    .localnav-menu-item {
        margin-left: 0;
        display: inline-block;
        float: none;
        width: 100%;
        height: 44px
    }

    .localnav-menu-item:first-child .localnav-menu-link {
        border-top: 0
    }

    .localnav.theme-dark .localnav-menu-item,
    .theme-dark .localnav .localnav-menu-item {
        border-color: rgba(255, 255, 255, .24)
    }

    .localnav-menu-item:nth-child(1) .localnav-menu-link {
        transition-delay: 70ms
    }

    .localnav-menu-item:nth-child(2) .localnav-menu-link {
        transition-delay: .14s
    }

    .localnav-menu-item:nth-child(3) .localnav-menu-link {
        transition-delay: .21s
    }

    .localnav-menu-item:nth-child(4) .localnav-menu-link {
        transition-delay: .28s
    }

    .localnav-menu-item:nth-child(5) .localnav-menu-link {
        transition-delay: .35s
    }

    .localnav-menu-item:nth-child(6) .localnav-menu-link {
        transition-delay: .42s
    }

    .localnav-menu-item:nth-child(7) .localnav-menu-link {
        transition-delay: .49s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-item:nth-child(1) .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-item:nth-child(1) .localnav-menu-link {
        transition-delay: .56s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-item:nth-child(2) .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-item:nth-child(2) .localnav-menu-link {
        transition-delay: .49s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-item:nth-child(3) .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-item:nth-child(3) .localnav-menu-link {
        transition-delay: .42s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-item:nth-child(4) .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-item:nth-child(4) .localnav-menu-link {
        transition-delay: .35s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-item:nth-child(5) .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-item:nth-child(5) .localnav-menu-link {
        transition-delay: .28s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-item:nth-child(6) .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-item:nth-child(6) .localnav-menu-link {
        transition-delay: .21s
    }

    .localnav-menustate:checked~.localnav .localnav-menu-item:nth-child(7) .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-item:nth-child(7) .localnav-menu-link {
        transition-delay: .14s
    }
}

.localnav-menu-link {
    color: #000;
    display: inline-block;
    line-height: 22px;
    white-space: nowrap;
    opacity: .88
}

.localnav-menu-link:hover {
    color: #06c;
    opacity: 1;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .localnav-menu-link {
        border-top: 1px solid rgba(0, 0, 0, .181818);
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 1.3;
        opacity: 0;
        transform: translate3d(0, -25px, 0);
        transition: .5s ease;
        transition-property: transform, opacity
    }

    .localnav.theme-dark .localnav-menu-link,
    .theme-dark .localnav .localnav-menu-link {
        border-color: rgba(255, 255, 255, .26087)
    }

    .localnav-menustate:checked~.localnav .localnav-menu-link,
    .localnav-menustate:target~.localnav .localnav-menu-link {
        opacity: .88;
        transform: translate3d(0, 0, 0)
    }
}

.localnav.theme-dark .localnav-menu-link,
.theme-dark .localnav .localnav-menu-link {
    color: #fff;
    opacity: .92
}

.localnav.theme-dark .localnav-menu-link:hover,
.theme-dark .localnav .localnav-menu-link:hover {
    color: #2997ff;
    opacity: 1
}

.localnav-menustate:checked~.theme-dark.localnav .localnav-menu-link,
.localnav-menustate:target~.theme-dark.localnav .localnav-menu-link,
.theme-dark .localnav-menustate:checked~.localnav .localnav-menu-link,
.theme-dark .localnav-menustate:target~.localnav .localnav-menu-link {
    opacity: .92
}

.localnav.localnav-hero .localnav-menu-link {
    color: #fff;
    opacity: .92
}

.localnav.localnav-hero .localnav-menu-link:hover {
    color: #2997ff;
    opacity: 1
}

.localnav-hero.localnav.localnav-sticking .localnav-menu-link {
    color: #000;
    opacity: .88
}

.localnav-hero.localnav.localnav-sticking .localnav-menu-link:hover {
    color: #06c;
    opacity: 1
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-menu-link,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-menu-link {
    color: #fff;
    opacity: .92
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-menu-link:hover,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-menu-link:hover {
    color: #2997ff;
    opacity: 1
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link,
.localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link {
    color: #000;
    opacity: .88
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link:hover,
.localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link:hover {
    color: #06c;
    opacity: 1
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-menu-link,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-menu-link,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link {
    color: #fff;
    opacity: .92
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-menu-link:hover,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-menu-link:hover,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link:hover,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link:hover {
    color: #2997ff;
    opacity: 1
}

.localnav-menu-link.current {
    color: #000;
    opacity: .56;
    cursor: default
}

.localnav-menu-link.current:hover {
    color: #000
}

.localnav-menustate:checked~.localnav .localnav-menu-link.current,
.localnav-menustate:target~.localnav .localnav-menu-link.current {
    opacity: .56;
    border-color: rgba(0, 0, 0, .285714)
}

.localnav.theme-dark .localnav-menu-link.current,
.theme-dark .localnav .localnav-menu-link.current {
    color: #fff;
    opacity: .56
}

.localnav.theme-dark .localnav-menu-link.current:hover,
.theme-dark .localnav .localnav-menu-link.current:hover {
    color: #fff
}

.localnav-menustate:checked~.theme-dark.localnav .localnav-menu-link.current,
.localnav-menustate:target~.theme-dark.localnav .localnav-menu-link.current,
.theme-dark .localnav-menustate:checked~.localnav .localnav-menu-link.current,
.theme-dark .localnav-menustate:target~.localnav .localnav-menu-link.current {
    opacity: .56;
    border-color: rgba(255, 255, 255, .428571)
}

.localnav.localnav-hero .localnav-menu-link.current {
    color: #fff;
    opacity: .56
}

.localnav.localnav-hero .localnav-menu-link.current:hover {
    color: #fff
}

.localnav-hero.localnav.localnav-sticking .localnav-menu-link.current {
    color: #000;
    opacity: .56
}

.localnav-hero.localnav.localnav-sticking .localnav-menu-link.current:hover {
    color: #000
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-menu-link.current,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-menu-link.current {
    color: #fff;
    opacity: .56
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-menu-link.current:hover,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-menu-link.current:hover {
    color: #fff
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link.current,
.localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link.current {
    color: #000;
    opacity: .56;
    border-color: rgba(0, 0, 0, .285714)
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link.current:hover,
.localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link.current:hover {
    color: #000
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-menu-link.current,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-menu-link.current,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link.current,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link.current {
    color: #fff;
    opacity: .56;
    border-color: rgba(255, 255, 255, .428571)
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-menu-link.current:hover,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-menu-link.current:hover,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-menu-link.current:hover,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-menu-link.current:hover {
    color: #fff
}

.localnav-action-menucta {
    display: none
}

@media only screen and (max-width:767px) {
    .localnav-action-menucta {
        display: block
    }
}

.localnav-menucta {
    margin-right: -11px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 30px;
    -webkit-tap-highlight-color: transparent
}

.localnav-menucta-chevron {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 1s cubic-bezier(.86, 0, .07, 1), transform-origin 1s cubic-bezier(.86, 0, .07, 1);
    transform: translateY(0);
    opacity: .8
}

.localnav-menucta-chevron::after,
.localnav-menucta-chevron::before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    width: 11px;
    height: 1px;
    z-index: 1;
    transition: transform 1s cubic-bezier(.86, 0, .07, 1), transform-origin 1s cubic-bezier(.86, 0, .07, 1)
}

.localnav-menucta-chevron::before {
    right: 50%;
    border-radius: .5px 0 0 .5px
}

.localnav-menucta-chevron::after {
    left: 50%;
    border-radius: 0 .5px .5px 0
}

.localnav-menucta-chevron::after,
.localnav-menucta-chevron::before {
    background: #000
}

.localnav-menucta-chevron::before {
    transform-origin: 100% 100%;
    transform: rotate(40deg) scaleY(1.1)
}

.localnav-menucta-chevron::after {
    transform-origin: 0 100%;
    transform: rotate(-40deg) scaleY(1.1)
}

.localnav-menucta-chevron:hover {
    opacity: 1
}

.localnav-menustate:checked~.localnav .localnav-menucta-chevron,
.localnav-menustate:target~.localnav .localnav-menucta-chevron {
    transform: translateY(-8px)
}

.localnav-menustate:checked~.localnav .localnav-menucta-chevron::before,
.localnav-menustate:target~.localnav .localnav-menucta-chevron::before {
    transform-origin: 100% 0;
    transform: rotate(-40deg) scaleY(1.1)
}

.localnav-menustate:checked~.localnav .localnav-menucta-chevron::after,
.localnav-menustate:target~.localnav .localnav-menucta-chevron::after {
    transform-origin: 0 0;
    transform: rotate(40deg) scaleY(1.1)
}

.localnav.theme-dark .localnav-menucta-chevron::after,
.localnav.theme-dark .localnav-menucta-chevron::before,
.theme-dark .localnav .localnav-menucta-chevron::after,
.theme-dark .localnav .localnav-menucta-chevron::before {
    background: #fff
}

.theme-dark .localnav.localnav-sticking .localnav-menucta-chevron::after,
.theme-dark .localnav.localnav-sticking .localnav-menucta-chevron::before,
.theme-dark.localnav.localnav-sticking .localnav-menucta-chevron::after,
.theme-dark.localnav.localnav-sticking .localnav-menucta-chevron::before {
    background: #fff
}

.localnav-menustate:checked~.theme-dark.localnav .localnav-menucta-chevron::after,
.localnav-menustate:checked~.theme-dark.localnav .localnav-menucta-chevron::before,
.localnav-menustate:target~.theme-dark.localnav .localnav-menucta-chevron::after,
.localnav-menustate:target~.theme-dark.localnav .localnav-menucta-chevron::before,
.theme-dark .localnav-menustate:checked~.localnav .localnav-menucta-chevron::after,
.theme-dark .localnav-menustate:checked~.localnav .localnav-menucta-chevron::before,
.theme-dark .localnav-menustate:target~.localnav .localnav-menucta-chevron::after,
.theme-dark .localnav-menustate:target~.localnav .localnav-menucta-chevron::before {
    background: #fff
}

.localnav.localnav-hero .localnav-menucta-chevron::after,
.localnav.localnav-hero .localnav-menucta-chevron::before {
    background: #fff
}

.localnav-hero.localnav.localnav-sticking .localnav-menucta-chevron::after,
.localnav-hero.localnav.localnav-sticking .localnav-menucta-chevron::before {
    background: #000
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-menucta-chevron::after,
.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-menucta-chevron::before,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-menucta-chevron::after,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-menucta-chevron::before {
    background: #fff
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-menucta-chevron::after,
.localnav-menustate:checked~.localnav-hero.localnav .localnav-menucta-chevron::before,
.localnav-menustate:target~.localnav-hero.localnav .localnav-menucta-chevron::after,
.localnav-menustate:target~.localnav-hero.localnav .localnav-menucta-chevron::before {
    background: #000
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-menucta-chevron::after,
.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-menucta-chevron::before,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-menucta-chevron::after,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-menucta-chevron::before,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-menucta-chevron::after,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-menucta-chevron::before,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-menucta-chevron::after,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-menucta-chevron::before {
    background: #fff
}

.localnav-menucta-anchor {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}

@media only screen and (max-width:767px) {
    .localnav-menucta-anchor {
        display: block
    }

    .localnav-menucta-anchor-close {
        display: none
    }
}

.localnav-menucta-anchor:focus {
    outline-offset: -6px;
    width: 100%;
    height: 100%
}

.localnav-menucta-anchor-close {
    display: none
}

.localnav-menucta-anchor-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

@media only screen and (max-width:767px) {

    .localnav-menustate:checked~.localnav .localnav-menucta-anchor-open,
    .localnav-menustate:target~.localnav .localnav-menucta-anchor-open {
        display: none
    }

    .localnav-menustate:checked~.localnav .localnav-menucta-anchor-close,
    .localnav-menustate:target~.localnav .localnav-menucta-anchor-close {
        display: block
    }
}

.we-localnav__title .localnav-title {
    font-size: 21px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default;
    display: block;
    float: left;
    margin: 5px 100px;
    padding: 0;
    height: 52px;
    white-space: nowrap
}

.localnav-title:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title:lang(th) {
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width:767px) {
    .localnav-title {
        font-size: 19px;
        line-height: 1.26316;
        font-weight: 600;
        letter-spacing: .012em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(ar) {
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(ja) {
        font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(ko) {
        font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(th) {
        font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

@media only screen and (max-width:767px) {
    .localnav-title-compact {
        font-size: 17px;
        line-height: 1.41184;
        font-weight: 600;
        letter-spacing: -.022em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(ar) {
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(ja) {
        font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(ko) {
        font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(th) {
        font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .localnav-title-compact:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.localnav-title:lang(ja) {
    margin: 15px 0 -15px
}

@media only screen and (max-width:767px) {
    .localnav-title:lang(ja) {
        margin: 12px 0 -12px
    }
}

.localnav.localnav-stacked .localnav-title {
    height: 66px
}

.localnav.localnav-stacked .localnav-title:lang(ar) {
    margin: 9px 0 -9px
}

@media only screen and (max-width:767px) {
    .localnav-title {
        display: inline-block;
        margin: 12px 0 -12px;
        height: 48px
    }

    .localnav.localnav-stacked .localnav-title {
        height: 63px
    }
}

.localnav-title a {
    display: flex;
    flex-direction: column-reverse;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    opacity: .88
}

.localnav-title a:hover {
    text-decoration: none
}

.localnav.theme-dark .localnav-title a,
.theme-dark .localnav .localnav-title a {
    opacity: .92
}

.localnav.localnav-hero .localnav-title a {
    opacity: .92
}

.localnav-hero.localnav.localnav-sticking .localnav-title a {
    opacity: .88
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-title a,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-title a {
    opacity: .92
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-title a,
.localnav-menustate:target~.localnav-hero.localnav .localnav-title a {
    opacity: .88
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-title a,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-title a,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-title a,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-title a {
    opacity: .92
}

.localnav-title,
.localnav-title a {
    color: #000;
    transition: color .5s cubic-bezier(.28, .11, .32, 1)
}

.localnav.theme-dark .localnav-title,
.localnav.theme-dark .localnav-title a,
.theme-dark .localnav .localnav-title,
.theme-dark .localnav .localnav-title a {
    color: #fff
}

.localnav.localnav-hero .localnav-title,
.localnav.localnav-hero .localnav-title a {
    color: #fff
}

.localnav-hero.localnav.localnav-sticking .localnav-title,
.localnav-hero.localnav.localnav-sticking .localnav-title a {
    color: #000
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-title,
.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-title a,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-title,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-title a {
    color: #fff
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-title,
.localnav-menustate:checked~.localnav-hero.localnav .localnav-title a,
.localnav-menustate:target~.localnav-hero.localnav .localnav-title,
.localnav-menustate:target~.localnav-hero.localnav .localnav-title a {
    color: #000
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-title,
.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-title a,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-title,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-title a,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-title,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-title a,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-title,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-title a {
    color: #fff
}

.localnav-title-comingsoon,
.localnav-title-subhead {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    top: -1px;
    color: #000;
    opacity: .56
}

.localnav-title-comingsoon:lang(ar),
.localnav-title-subhead:lang(ar) {
    line-height: 1.66667;
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title-comingsoon:lang(ja),
.localnav-title-subhead:lang(ja) {
    line-height: 1.41667;
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title-comingsoon:lang(ko),
.localnav-title-subhead:lang(ko) {
    line-height: 1.41667;
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title-comingsoon:lang(zh),
.localnav-title-subhead:lang(zh) {
    letter-spacing: 0
}

.localnav-title-comingsoon:lang(th),
.localnav-title-subhead:lang(th) {
    line-height: 1.33337;
    letter-spacing: 0;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title-comingsoon:lang(zh-CN),
.localnav-title-subhead:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title-comingsoon:lang(zh-HK),
.localnav-title-subhead:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title-comingsoon:lang(zh-MO),
.localnav-title-subhead:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav-title-comingsoon:lang(zh-TW),
.localnav-title-subhead:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.localnav.localnav-stacked .localnav-title-comingsoon,
.localnav.localnav-stacked .localnav-title-subhead {
    opacity: .64
}

@media only screen and (max-width:767px) {

    .localnav.localnav-stacked .localnav-title-comingsoon,
    .localnav.localnav-stacked .localnav-title-subhead {
        top: 0
    }
}

.localnav.theme-dark .localnav-title-comingsoon,
.localnav.theme-dark .localnav-title-subhead,
.theme-dark .localnav .localnav-title-comingsoon,
.theme-dark .localnav .localnav-title-subhead {
    color: #fff
}

.theme-dark .localnav.localnav-stacked .localnav-title-comingsoon,
.theme-dark .localnav.localnav-stacked .localnav-title-subhead,
.theme-dark.localnav.localnav-stacked .localnav-title-comingsoon,
.theme-dark.localnav.localnav-stacked .localnav-title-subhead {
    opacity: .61
}

.localnav.localnav-hero .localnav-title-comingsoon,
.localnav.localnav-hero .localnav-title-subhead {
    color: #fff;
    opacity: .56
}

.localnav-hero.localnav.localnav-stacked .localnav-title-comingsoon,
.localnav-hero.localnav.localnav-stacked .localnav-title-subhead {
    opacity: .61
}

.localnav-hero.localnav.localnav-sticking .localnav-title-comingsoon,
.localnav-hero.localnav.localnav-sticking .localnav-title-subhead {
    color: #000
}

.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-title-comingsoon,
.localnav-hero.localnav-sticking.localnav.theme-dark .localnav-title-subhead,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-title-comingsoon,
.theme-dark .localnav-hero.localnav.localnav-sticking .localnav-title-subhead {
    color: #fff
}

.localnav-menustate:checked~.localnav-hero.localnav .localnav-title-comingsoon,
.localnav-menustate:checked~.localnav-hero.localnav .localnav-title-subhead,
.localnav-menustate:target~.localnav-hero.localnav .localnav-title-comingsoon,
.localnav-menustate:target~.localnav-hero.localnav .localnav-title-subhead {
    color: #000
}

.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-title-comingsoon,
.localnav-menustate:checked~.localnav-hero.localnav.theme-dark .localnav-title-subhead,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-title-comingsoon,
.localnav-menustate:target~.localnav-hero.localnav.theme-dark .localnav-title-subhead,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-title-comingsoon,
.theme-dark .localnav-menustate:checked~.localnav-hero.localnav .localnav-title-subhead,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-title-comingsoon,
.theme-dark .localnav-menustate:target~.localnav-hero.localnav .localnav-title-subhead {
    color: #fff
}

:root {
    --r-localnav-height: 52px;
    --r-localnav-stacked-height: 66px;
    --r-localnav-viewport-large-min-width: 1024px;
    --r-localnav-viewport-medium-min-width: 768px;
    --r-localnav-viewport-medium-max-width: 1023px;
    --r-localnav-viewport-small-min-width: 320px;
    --r-localnav-viewport-small-max-width: 767px;
}

@media only screen and (max-width:767px) {
    :root {
        --r-localnav-height: 48px;
        --r-localnav-stacked-height: 63px;
    }
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0
}

abbr,
blockquote,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
input,
legend,
li,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

address,
caption,
code,
figcaption,
pre,
th {
    font-size: 1em;
    font-weight: 400;
    font-style: normal
}

fieldset,
iframe {
    border: 0
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

details,
main,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline
}

button {
    background: 0 0;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}

button:disabled {
    cursor: default
}

:focus {
    outline: 4px solid rgba(0, 125, 250, .6);
    outline-offset: 1px
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

html {
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 106.25%;
    quotes: "“" "”"
}

[lang]:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

[lang]:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

[lang]:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

[lang]:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

[lang]:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

[lang]:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

[lang]:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

[lang]:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

:lang(cs) {
    quotes: "„" "“"
}

:lang(de) {
    quotes: "„" "“"
}

:lang(de-CH) {
    quotes: "«" "»"
}

:lang(de-LI) {
    quotes: "«" "»"
}

:lang(fr) {
    quotes: "« " " »"
}

:lang(fr-CH) {
    quotes: "«" "»"
}

:lang(es-ES) {
    quotes: "«" "»"
}

:lang(hu) {
    quotes: "„" "“"
}

:lang(ja-JP) {
    quotes: "「" "」"
}

:lang(no-NO) {
    quotes: "«" "»"
}

:lang(lt) {
    quotes: "„" "“"
}

:lang(pl) {
    quotes: "„" "“"
}

:lang(ru) {
    quotes: "« " " »"
}

:lang(zh) {
    quotes: "「" "」"
}

:lang(zh-CN) {
    quotes: "“" "”"
}

body {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #1d1d1f;
    font-style: normal
}

body:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body:lang(zh) {
    letter-spacing: 0
}

body:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body,
button,
input,
select,
textarea {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #1d1d1f
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    display: block;
    margin: 0
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+* {
    margin-top: 0
}

h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h2+h6,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h3+h6,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h4+h6,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
h5+h6,
h6+h1,
h6+h2,
h6+h3,
h6+h4,
h6+h5,
h6+h6 {
    margin-top: 0
}

ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
    margin-top: 0
}

.heading-collapsed+* {
    margin-top: 0
}

ol+*,
p+*,
ul+* {
    margin-top: 0
}

ol,
ul {
    margin-left: 1.17647em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0;
    margin-bottom: 0
}

nav ol,
nav ul {
    margin: 0;
    list-style: none
}

li li {
    font-size: 1em
}

.link,
a {
    color: #0070c9;
    letter-spacing: inherit
}

.link:link,
.link:visited,
a:link,
a:visited {
    text-decoration: none
}

.link:hover,
a:hover {
    text-decoration: underline
}

.link:active,
a:active {
    text-decoration: none
}

.link:disabled,
a:disabled {
    opacity: .32
}

.links-inline,
.links-stacked {
    margin-left: 0;
    margin-right: 0;
    list-style: none
}

.links-inline li {
    display: inline;
    margin: 0
}

.links-inline li:first-child {
    margin-left: 0
}

.links-inline li:last-child {
    margin-right: 0
}

.links-stacked li {
    margin: 0;
    display: block
}

.links-stacked li+li {
    margin-top: 0
}

b,
strong {
    font-weight: 600
}

cite,
dfn,
em,
i {
    font-style: italic
}

sub,
sup {
    position: relative;
    font-size: .6em;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.footnote a {
    vertical-align: inherit;
    color: inherit
}

.footnote a:hover {
    color: #0070c9;
    text-decoration: none
}

.footnote-reduced {
    font-size: .45em
}

sup.footnote-reduced {
    top: -.86em
}

sub.footnote-reduced {
    bottom: -.36em
}

.footnote-supglyph {
    position: relative;
    vertical-align: baseline
}

.footnote-supglyph.footnote-reduced {
    font-size: .9em;
    top: -.09em
}

.footnote-diamond {
    position: relative;
    vertical-align: baseline;
    font-feature-settings: "numr";
    font-size: 1em
}

sup.footnote-diamond {
    top: initial
}

sub.footnote-diamond {
    bottom: -.5em
}

.footnote-diamond.footnote-reduced {
    font-size: .9em;
    top: -.09em
}

sub.footnote-diamond.footnote-reduced {
    top: initial;
    bottom: -.52em
}

.footnote-number {
    position: relative;
    vertical-align: baseline;
    font-feature-settings: "numr";
    font-size: 1em
}

sup.footnote-number {
    top: initial
}

sub.footnote-number {
    bottom: -.5em
}

.footnote-number.footnote-reduced {
    font-size: .9em;
    top: -.09em
}

sub.footnote-number.footnote-reduced {
    top: initial;
    bottom: -.52em
}

abbr {
    border: 0
}

:lang(ja),
:lang(ko),
:lang(th),
:lang(zh) {
    font-style: normal
}

:lang(ko) {
    word-break: keep-all
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-spacebetween {
    justify-content: space-between
}

.justify-content-spacearound {
    justify-content: space-around
}

.justify-content-spaceevenly {
    justify-content: space-evenly
}

.align-items-start {
    align-items: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

.align-self-start {
    align-self: flex-start
}

.align-self-center {
    align-self: center
}

.align-self-end {
    align-self: flex-end
}

.small-justify-content-start {
    justify-content: flex-start
}

.small-justify-content-end {
    justify-content: flex-end
}

.small-justify-content-center {
    justify-content: center
}

.small-justify-content-spacebetween {
    justify-content: space-between
}

.small-justify-content-spacearound {
    justify-content: space-around
}

.small-justify-content-spaceevenly {
    justify-content: space-evenly
}

.small-align-items-start {
    align-items: flex-start
}

.small-align-items-center {
    align-items: center
}

.small-align-items-end {
    align-items: flex-end
}

.small-align-self-start {
    align-self: flex-start
}

.small-align-self-center {
    align-self: center
}

.small-align-self-end {
    align-self: flex-end
}

@media only screen and (min-width:735px) {
    .medium-justify-content-start {
        justify-content: flex-start
    }

    .medium-justify-content-end {
        justify-content: flex-end
    }

    .medium-justify-content-center {
        justify-content: center
    }

    .medium-justify-content-spacebetween {
        justify-content: space-between
    }

    .medium-justify-content-spacearound {
        justify-content: space-around
    }

    .medium-justify-content-spaceevenly {
        justify-content: space-evenly
    }

    .medium-align-items-start {
        align-items: flex-start
    }

    .medium-align-items-center {
        align-items: center
    }

    .medium-align-items-end {
        align-items: flex-end
    }

    .medium-align-self-start {
        align-self: flex-start
    }

    .medium-align-self-center {
        align-self: center
    }

    .medium-align-self-end {
        align-self: flex-end
    }
}

@media only screen and (min-width:1069px) {
    .large-justify-content-start {
        justify-content: flex-start
    }

    .large-justify-content-end {
        justify-content: flex-end
    }

    .large-justify-content-center {
        justify-content: center
    }

    .large-justify-content-spacebetween {
        justify-content: space-between
    }

    .large-justify-content-spacearound {
        justify-content: space-around
    }

    .large-justify-content-spaceevenly {
        justify-content: space-evenly
    }

    .large-align-items-start {
        align-items: flex-start
    }

    .large-align-items-center {
        align-items: center
    }

    .large-align-items-end {
        align-items: flex-end
    }

    .large-align-self-start {
        align-self: flex-start
    }

    .large-align-self-center {
        align-self: center
    }

    .large-align-self-end {
        align-self: flex-end
    }
}

.selfclear::after,
.selfclear::before {
    content: ' ';
    display: table
}

.selfclear::after {
    clear: both
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

@media only screen and (inverted-colors) {
    .no-inversion {
        filter: invert(1)
    }
}

.nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap
}

.clear {
    clear: both
}

.cursor-grab {
    cursor: move;
    cursor: grab
}

.cursor-grabbing {
    cursor: move;
    cursor: grabbing
}

.icon::after,
.icon::before,
.more::after,
.more::before {
    font-family: "SF Pro Icons", "Apple WebExp Icons Custom";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.icon::after,
.icon::before,
.more::after,
.more::before {
    text-decoration: none
}

.icon::before,
.more::before {
    display: none
}

.icon-after::after,
.more::after {
    padding-left: .3em;
    top: 0
}

.icon-before::before {
    padding-right: .3em;
    display: inline-block;
    top: 0
}

.icon-before::after {
    display: none
}

.icon-before.icon-apple::before {
    padding-right: 0;
    display: inline-block;
    top: 0
}

.icon-before.icon-apple::after {
    display: none
}

.icon-apple::after,
.icon-apple::before {
    content: ""
}

.icon-chevrondown::after,
.icon-chevrondown::before {
    content: ""
}

.icon-chevrondowncircle::after,
.icon-chevrondowncircle::before {
    content: ""
}

.icon-chevronleft::after,
.icon-chevronleft::before {
    content: ""
}

.icon-chevronleftcircle::after,
.icon-chevronleftcircle::before {
    content: ""
}

.icon-chevronright::after,
.icon-chevronright::before {
    content: ""
}

.icon-chevronrightcircle::after,
.icon-chevronrightcircle::before {
    content: ""
}

.icon-chevronup::after,
.icon-chevronup::before {
    content: ""
}

.icon-chevronupcircle::after,
.icon-chevronupcircle::before {
    content: ""
}

.icon-downloadcircle::after,
.icon-downloadcircle::before {
    content: ""
}

.icon-arrowupcircle::after,
.icon-arrowupcircle::before {
    content: "􀁶"
}

.icon-external::after,
.icon-external::before {
    content: ""
}

.icon-share::after,
.icon-share::before {
    content: ""
}

.icon-search::after,
.icon-search::before {
    content: ""
}

.icon-arkit::after,
.icon-arkit::before {
    content: ""
}

.icon-pausecircle::after,
.icon-pausecircle::before {
    content: ""
}

.icon-pausesolid::after,
.icon-pausesolid::before {
    content: ""
}

.icon-playcircle::after,
.icon-playcircle::before {
    content: ""
}

.icon-playsolid::after,
.icon-playsolid::before {
    content: ""
}

.icon-replay::after,
.icon-replay::before {
    content: ""
}

.icon-stopcircle::after,
.icon-stopcircle::before {
    content: ""
}

.icon-stopsolid::after,
.icon-stopsolid::before {
    content: ""
}

.icon-circle::after,
.icon-circle::before {
    content: ""
}

.icon-check::after,
.icon-check::before {
    content: ""
}

.icon-checkcircle::after,
.icon-checkcircle::before {
    content: ""
}

.icon-checksolid::after,
.icon-checksolid::before {
    content: ""
}

.icon-reset::after,
.icon-reset::before {
    content: ""
}

.icon-resetcircle::after,
.icon-resetcircle::before {
    content: ""
}

.icon-resetsolid::after,
.icon-resetsolid::before {
    content: ""
}

.icon-exclamation::after,
.icon-exclamation::before {
    content: ""
}

.icon-exclamationcircle::after,
.icon-exclamationcircle::before {
    content: ""
}

.icon-exclamationsolid::after,
.icon-exclamationsolid::before {
    content: ""
}

.icon-exclamationtriangle::after,
.icon-exclamationtriangle::before {
    content: ""
}

.icon-exclamationtrianglesolid::after,
.icon-exclamationtrianglesolid::before {
    content: ""
}

.icon-infocircle::after,
.icon-infocircle::before {
    content: ""
}

.icon-infosolid::after,
.icon-infosolid::before {
    content: ""
}

.icon-question::after,
.icon-question::before {
    content: ""
}

.icon-questioncircle::after,
.icon-questioncircle::before {
    content: ""
}

.icon-questionsolid::after,
.icon-questionsolid::before {
    content: ""
}

.icon-plus::after,
.icon-plus::before {
    content: ""
}

.icon-pluscircle::after,
.icon-pluscircle::before {
    content: ""
}

.icon-plussolid::after,
.icon-plussolid::before {
    content: ""
}

.icon-minus::after,
.icon-minus::before {
    content: ""
}

.icon-minuscircle::after,
.icon-minuscircle::before {
    content: ""
}

.icon-minussolid::after,
.icon-minussolid::before {
    content: ""
}

.icon-1circle::after,
.icon-1circle::before {
    content: ""
}

.icon-2circle::after,
.icon-2circle::before {
    content: ""
}

.icon-3circle::after,
.icon-3circle::before {
    content: ""
}

.icon-4circle::after,
.icon-4circle::before {
    content: ""
}

.icon-5circle::after,
.icon-5circle::before {
    content: ""
}

.icon-6circle::after,
.icon-6circle::before {
    content: ""
}

.icon-7circle::after,
.icon-7circle::before {
    content: ""
}

.icon-8circle::after,
.icon-8circle::before {
    content: ""
}

.icon-9circle::after,
.icon-9circle::before {
    content: ""
}

.icon-10circle::after,
.icon-10circle::before {
    content: ""
}

.icon-11circle::after,
.icon-11circle::before {
    content: ""
}

.icon-12circle::after,
.icon-12circle::before {
    content: ""
}

.icon-13circle::after,
.icon-13circle::before {
    content: ""
}

.icon-14circle::after,
.icon-14circle::before {
    content: ""
}

.icon-15circle::after,
.icon-15circle::before {
    content: ""
}

.icon-16circle::after,
.icon-16circle::before {
    content: ""
}

.icon-17circle::after,
.icon-17circle::before {
    content: ""
}

.icon-18circle::after,
.icon-18circle::before {
    content: ""
}

.icon-19circle::after,
.icon-19circle::before {
    content: ""
}

.icon-20circle::after,
.icon-20circle::before {
    content: ""
}

.icon-close::after,
.icon-close::before {
    content: ""
}

.icon-closecompact::after,
.icon-closecompact::before {
    content: ""
}

.icon-paddleleft::after,
.icon-paddleleft::before {
    content: ""
}

.icon-paddleleftcompact::after,
.icon-paddleleftcompact::before {
    content: ""
}

.icon-paddleright::after,
.icon-paddleright::before {
    content: ""
}

.icon-paddlerightcompact::after,
.icon-paddlerightcompact::before {
    content: ""
}

.icon-paddleup::after,
.icon-paddleup::before {
    content: ""
}

.icon-paddleupcompact::after,
.icon-paddleupcompact::before {
    content: ""
}

.icon-paddledown::after,
.icon-paddledown::before {
    content: ""
}

.icon-paddledowncompact::after,
.icon-paddledowncompact::before {
    content: ""
}

.icon-thumbnailreplay::after,
.icon-thumbnailreplay::before {
    content: ""
}

.icon-thumbnailpause::after,
.icon-thumbnailpause::before {
    content: ""
}

.icon-thumbnailplay::after,
.icon-thumbnailplay::before {
    content: ""
}

.icon-externalrtl::after,
.icon-externalrtl::before {
    content: ""
}

.icon-questionrtl::after,
.icon-questionrtl::before {
    content: ""
}

.icon-questioncirclertl::after,
.icon-questioncirclertl::before {
    content: ""
}

.icon-questionsolidrtl::after,
.icon-questionsolidrtl::before {
    content: ""
}

.icon-star::after,
.icon-star::before {
    content: ""
}

.icon-progress-play::after,
.icon-progress-play::before {
    content: ""
}

.icon-progress-stop::after,
.icon-progress-stop::before {
    content: ""
}

.icon-progress-pause::after,
.icon-progress-pause::before {
    content: ""
}

.icon-legacy-close::after,
.icon-legacy-close::before {
    content: ""
}

.icon-musicvideo::after,
.icon-musicvideo::before {
    content: ""
}

.icon-imessage::after,
.icon-imessage::before {
    content: ""
}

.icon-watch::after,
.icon-watch::before {
    content: ""
}

.icon-screenshots::after,
.icon-screenshots::before {
    content: ""
}

.icon-digitalbooklet::after,
.icon-digitalbooklet::before {
    content: ""
}

.icon-play::after,
.icon-play::before {
    content: ""
}

.icon-pause::after,
.icon-pause::before {
    content: ""
}

.icon-explicit::after,
.icon-explicit::before {
    content: ""
}

.icon-explicit-large::after,
.icon-explicit-large::before {
    content: ""
}

.icon-clean::after,
.icon-clean::before {
    content: ""
}

.icon-clean-large::after,
.icon-clean-large::before {
    content: ""
}

.icon-mediaplayer-previous::after,
.icon-mediaplayer-previous::before {
    content: ""
}

.icon-mediaplayer-play::after,
.icon-mediaplayer-play::before {
    content: ""
}

.icon-mediaplayer-pause::after,
.icon-mediaplayer-pause::before {
    content: ""
}

.icon-mediaplayer-stop::after,
.icon-mediaplayer-stop::before {
    content: ""
}

.icon-mediaplayer-next::after,
.icon-mediaplayer-next::before {
    content: ""
}

.icon-close-solid::after,
.icon-close-solid::before {
    content: ""
}

.icon-sharrow::after,
.icon-sharrow::before {
    content: ""
}

.icon-embed-facebook::after,
.icon-embed-facebook::before {
    content: ""
}

.icon-embed-twitter::after,
.icon-embed-twitter::before {
    content: ""
}

.icon-embed-link::after,
.icon-embed-link::before {
    content: ""
}

.icon-embed-copylink::after,
.icon-embed-copylink::before {
    content: ""
}

.icon-embed-weibo::after,
.icon-embed-weibo::before {
    content: ""
}

.icon-shuffle::after,
.icon-shuffle::before {
    content: ""
}

.icon-user::after,
.icon-user::before {
    content: ""
}

.icon-book-review::after,
.icon-book-review::before {
    content: ""
}

.icon-review-quote::after,
.icon-review-quote::before {
    content: ""
}

.icon-review-quote-rtl::after,
.icon-review-quote-rtl::before {
    content: ""
}

.icon-explicit-ko::after,
.icon-explicit-ko::before {
    content: ""
}

.icon-a-square-fill-medium::after,
.icon-a-square-fill-medium::before {
    content: ""
}

.icon-18-circle-fill-medium::after,
.icon-18-circle-fill-medium::before {
    content: ""
}

.more::after,
.more::before {
    content: ""
}

.more-block {
    margin-top: .5em
}

.icon-wrapper .icon,
.icon-wrapper .icon-after::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .more:not(.icon-before)::after {
    display: inline;
    position: static
}

a.icon-wrapper {
    text-decoration: none
}

a.icon-wrapper:hover .icon-copy {
    text-decoration: underline
}

html[dir=rtl] .icon-external::after,
html[dir=rtl] .icon-external::before {
    content: ""
}

html[dir=rtl] .icon-wrapper {
    unicode-bidi: bidi-override
}

html[dir=rtl] .icon-copy {
    unicode-bidi: embed
}

:lang(ar) .icon-question::after,
:lang(ar) .icon-question::before {
    content: ""
}

:lang(ar) .icon-questioncircle::after,
:lang(ar) .icon-questioncircle::before {
    content: ""
}

:lang(ar) .icon-questionsolid::after,
:lang(ar) .icon-questionsolid::before {
    content: ""
}

body,
html {
    box-sizing: border-box;
    background-color: #f5f5f7
}

*,
::after,
::before {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 1em;
    font-weight: 400
}

ol li,
ul li {
    list-style: none
}

ol,
ul {
    margin: 0
}

.l-row {
    padding: 0;
    font-size: 0
}

.l-row--peek {
    display: flex;
    align-items: flex-end
}

.l-row--ratings-grid {
    display: flex;
    flex-wrap: wrap
}

.l-row--margin-top {
    margin-top: 20px
}

.l-column {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px
}

.l-row {
    margin-left: -3.39506%
}

.l-column {
    margin-left: 3.28358%
}

@media only screen and (max-width:734px) {
    .l-column--small-hide+.l-column {
        margin-left: 0
    }
}

.small-valign-top {
    vertical-align: top !important;
    align-self: start
}

.small-valign-center {
    vertical-align: middle !important;
    align-self: center
}

.small-valign-bottom {
    vertical-align: bottom !important;
    align-self: end
}

@media only screen and (max-width:734px) {
    .l-row--peek {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        width: auto;
        min-width: 100%;
        white-space: nowrap;
        margin-bottom: -9.75px;
        margin-left: -6.25vw;
        margin-right: -6.25vw;
        padding-left: 6.25vw;
        padding-right: 6.25vw
    }

    .l-row--peek::after {
        content: '';
        display: block;
        flex: 0 0 6.25vw;
        align-self: stretch
    }

    .l-row--peek .l-column:first-child {
        margin-left: 0
    }

    .l-row--peek .small-1 {
        flex-shrink: 0;
        width: 19.41231vw;
        max-width: 19.41231vw
    }

    .l-row--peek .small-2 {
        flex-shrink: 0;
        width: 62.10821vw;
        max-width: 62.10821vw
    }

    .l-row--peek .small-3 {
        flex-shrink: 0;
        width: 64.8041vw;
        max-width: 64.8041vw
    }

    .l-row--peek .small-4 {
        flex-shrink: 0;
        width: 77.5vw;
        max-width: 87.5vw
    }

    .l-row--peek .small-5 {
        flex-shrink: 0;
        width: 110.1959vw;
        max-width: 110.1959vw
    }

    .l-row--peek .small-6 {
        flex-shrink: 0;
        width: 132.89179vw;
        max-width: 132.89179vw
    }

    .l-row--peek .small-7 {
        flex-shrink: 0;
        width: 155.58769vw;
        max-width: 155.58769vw
    }

    .l-row--peek .small-8 {
        flex-shrink: 0;
        width: 178.28358vw;
        max-width: 178.28358vw
    }

    .l-row--peek .small-9 {
        flex-shrink: 0;
        width: 200.97948vw;
        max-width: 200.97948vw
    }

    .l-row--peek .small-10 {
        flex-shrink: 0;
        width: 223.67537vw;
        max-width: 223.67537vw
    }

    .l-row--peek .small-11 {
        flex-shrink: 0;
        width: 246.37127vw;
        max-width: 246.37127vw
    }

    .l-row--peek .small-12 {
        flex-shrink: 0;
        width: 269.06716vw;
        max-width: 269.06716vw
    }

    .l-row--peek .small-offset-1 {
        margin-left: 11.61692%
    }

    .l-row--peek .small-offset-2 {
        margin-left: 19.95025%
    }

    .l-row--peek .small-offset-3 {
        margin-left: 28.28358%
    }

    .l-row--peek .small-offset-4 {
        margin-left: 36.61692%
    }

    .l-row--peek .small-offset-5 {
        margin-left: 44.95025%
    }

    .l-row--peek .small-offset-6 {
        margin-left: 53.28358%
    }

    .l-row--peek .small-offset-7 {
        margin-left: 61.61692%
    }

    .l-row--peek .small-offset-8 {
        margin-left: 69.95025%
    }

    .l-row--peek .small-offset-9 {
        margin-left: 78.28358%
    }

    .l-row--peek .small-offset-10 {
        margin-left: 86.61692%
    }

    .l-row--peek .small-offset-11 {
        margin-left: 94.95025%
    }

    .l-row--peek .small-offset-12 {
        margin-left: 103.28358%
    }

    .l-row--peek .l-column {
        white-space: normal;
        padding-bottom: 9.75px
    }
}

.small-1 {
    flex-shrink: 0;
    width: 5.04975%;
    max-width: 5.04975%
}

.small-2 {
    flex-shrink: 0;
    width: 13.38308%;
    max-width: 13.38308%
}

.small-3 {
    flex-shrink: 0;
    width: 21.71642%;
    max-width: 21.71642%
}

.small-4 {
    flex-shrink: 0;
    width: 30.04975%;
    max-width: 30.04975%
}

.small-5 {
    flex-shrink: 0;
    width: 38.38308%;
    max-width: 38.38308%
}

.small-6 {
    flex-shrink: 0;
    width: 46.71642%;
    max-width: 46.71642%
}

.small-7 {
    flex-shrink: 0;
    width: 55.04975%;
    max-width: 55.04975%
}

.small-8 {
    flex-shrink: 0;
    width: 63.38308%;
    max-width: 63.38308%
}

.small-9 {
    flex-shrink: 0;
    width: 71.71642%;
    max-width: 71.71642%
}

.small-10 {
    flex-shrink: 0;
    width: 80.04975%;
    max-width: 80.04975%
}

.small-11 {
    flex-shrink: 0;
    width: 88.38308%;
    max-width: 88.38308%
}

.small-12 {
    flex-shrink: 0;
    width: 96.71642%;
    max-width: 96.71642%
}

.small-offset-1 {
    margin-left: 11.61692%
}

.small-offset-2 {
    margin-left: 19.95025%
}

.small-offset-3 {
    margin-left: 28.28358%
}

.small-offset-4 {
    margin-left: 36.61692%
}

.small-offset-5 {
    margin-left: 44.95025%
}

.small-offset-6 {
    margin-left: 53.28358%
}

.small-offset-7 {
    margin-left: 61.61692%
}

.small-offset-8 {
    margin-left: 69.95025%
}

.small-offset-9 {
    margin-left: 78.28358%
}

.small-offset-10 {
    margin-left: 86.61692%
}

.small-offset-11 {
    margin-left: 94.95025%
}

.small-offset-12 {
    margin-left: 103.28358%
}

@media only screen and (min-width:735px) {
    .small-1 {
        flex-shrink: 0;
        width: 5.44316%;
        max-width: 5.44316%
    }

    .small-2 {
        flex-shrink: 0;
        width: 13.77649%;
        max-width: 13.77649%
    }

    .small-3 {
        flex-shrink: 0;
        width: 22.10983%;
        max-width: 22.10983%
    }

    .small-4 {
        flex-shrink: 0;
        width: 30.44316%;
        max-width: 30.44316%
    }

    .small-5 {
        flex-shrink: 0;
        width: 38.77649%;
        max-width: 38.77649%
    }

    .small-6 {
        flex-shrink: 0;
        width: 47.10983%;
        max-width: 47.10983%
    }

    .small-7 {
        flex-shrink: 0;
        width: 55.44316%;
        max-width: 55.44316%
    }

    .small-8 {
        flex-shrink: 0;
        width: 63.77649%;
        max-width: 63.77649%
    }

    .small-9 {
        flex-shrink: 0;
        width: 72.10983%;
        max-width: 72.10983%
    }

    .small-10 {
        flex-shrink: 0;
        width: 80.44316%;
        max-width: 80.44316%
    }

    .small-11 {
        flex-shrink: 0;
        width: 88.77649%;
        max-width: 88.77649%
    }

    .small-12 {
        flex-shrink: 0;
        width: 97.10983%;
        max-width: 97.10983%
    }

    .small-offset-1 {
        margin-left: 11.22351%
    }

    .small-offset-2 {
        margin-left: 19.55684%
    }

    .small-offset-3 {
        margin-left: 27.89017%
    }

    .small-offset-4 {
        margin-left: 36.22351%
    }

    .small-offset-5 {
        margin-left: 44.55684%
    }

    .small-offset-6 {
        margin-left: 52.89017%
    }

    .small-offset-7 {
        margin-left: 61.22351%
    }

    .small-offset-8 {
        margin-left: 69.55684%
    }

    .small-offset-9 {
        margin-left: 77.89017%
    }

    .small-offset-10 {
        margin-left: 86.22351%
    }

    .small-offset-11 {
        margin-left: 94.55684%
    }

    .small-offset-12 {
        margin-left: 102.89017%
    }
}

@media only screen and (min-width:1069px) {
    .small-1 {
        flex-shrink: 0;
        width: 6.39456%;
        max-width: 6.39456%
    }

    .small-2 {
        flex-shrink: 0;
        width: 14.72789%;
        max-width: 14.72789%
    }

    .small-3 {
        flex-shrink: 0;
        width: 23.06122%;
        max-width: 23.06122%
    }

    .small-4 {
        flex-shrink: 0;
        width: 31.39456%;
        max-width: 31.39456%
    }

    .small-5 {
        flex-shrink: 0;
        width: 39.72789%;
        max-width: 39.72789%
    }

    .small-6 {
        flex-shrink: 0;
        width: 48.06122%;
        max-width: 48.06122%
    }

    .small-7 {
        flex-shrink: 0;
        width: 56.39456%;
        max-width: 56.39456%
    }

    .small-8 {
        flex-shrink: 0;
        width: 64.72789%;
        max-width: 64.72789%
    }

    .small-9 {
        flex-shrink: 0;
        width: 73.06122%;
        max-width: 73.06122%
    }

    .small-10 {
        flex-shrink: 0;
        width: 81.39456%;
        max-width: 81.39456%
    }

    .small-11 {
        flex-shrink: 0;
        width: 89.72789%;
        max-width: 89.72789%
    }

    .small-12 {
        flex-shrink: 0;
        width: 98.06122%;
        max-width: 98.06122%
    }

    .small-offset-1 {
        margin-left: 10.27211%
    }

    .small-offset-2 {
        margin-left: 18.60544%
    }

    .small-offset-3 {
        margin-left: 26.93878%
    }

    .small-offset-4 {
        margin-left: 35.27211%
    }

    .small-offset-5 {
        margin-left: 43.60544%
    }

    .small-offset-6 {
        margin-left: 51.93878%
    }

    .small-offset-7 {
        margin-left: 60.27211%
    }

    .small-offset-8 {
        margin-left: 68.60544%
    }

    .small-offset-9 {
        margin-left: 76.93878%
    }

    .small-offset-10 {
        margin-left: 85.27211%
    }

    .small-offset-11 {
        margin-left: 93.60544%
    }

    .small-offset-12 {
        margin-left: 101.93878%
    }
}

@media only screen and (min-width:735px) {
    .l-row {
        margin-left: -2.97619%
    }

    .l-column {
        margin-left: 2.89017%
    }
}

@media only screen and (min-width:735px) and (max-width:734px) {
    .l-column--small-hide+.l-column {
        margin-left: 0
    }
}

@media only screen and (min-width:735px) {
    .medium-valign-top {
        vertical-align: top !important;
        align-self: start
    }

    .medium-valign-center {
        vertical-align: middle !important;
        align-self: center
    }

    .medium-valign-bottom {
        vertical-align: bottom !important;
        align-self: end
    }
}

@media only screen and (min-width:735px) {
    .medium-1 {
        flex-shrink: 0;
        width: 5.44316%;
        max-width: 5.44316%
    }

    .medium-2 {
        flex-shrink: 0;
        width: 13.77649%;
        max-width: 13.77649%
    }

    .medium-3 {
        flex-shrink: 0;
        width: 22.10983%;
        max-width: 22.10983%
    }

    .medium-4 {
        flex-shrink: 0;
        width: 30.44316%;
        max-width: 30.44316%
    }

    .medium-5 {
        flex-shrink: 0;
        width: 38.77649%;
        max-width: 38.77649%
    }

    .medium-6 {
        flex-shrink: 0;
        width: 47.10983%;
        max-width: 47.10983%
    }

    .medium-7 {
        flex-shrink: 0;
        width: 55.44316%;
        max-width: 55.44316%
    }

    .medium-8 {
        flex-shrink: 0;
        width: 63.77649%;
        max-width: 63.77649%
    }

    .medium-9 {
        flex-shrink: 0;
        width: 72.10983%;
        max-width: 72.10983%
    }

    .medium-10 {
        flex-shrink: 0;
        width: 80.44316%;
        max-width: 80.44316%
    }

    .medium-11 {
        flex-shrink: 0;
        width: 88.77649%;
        max-width: 88.77649%
    }

    .medium-12 {
        flex-shrink: 0;
        width: 97.10983%;
        max-width: 97.10983%
    }

    .medium-offset-1 {
        margin-left: 11.22351%
    }

    .medium-offset-2 {
        margin-left: 19.55684%
    }

    .medium-offset-3 {
        margin-left: 27.89017%
    }

    .medium-offset-4 {
        margin-left: 36.22351%
    }

    .medium-offset-5 {
        margin-left: 44.55684%
    }

    .medium-offset-6 {
        margin-left: 52.89017%
    }

    .medium-offset-7 {
        margin-left: 61.22351%
    }

    .medium-offset-8 {
        margin-left: 69.55684%
    }

    .medium-offset-9 {
        margin-left: 77.89017%
    }

    .medium-offset-10 {
        margin-left: 86.22351%
    }

    .medium-offset-11 {
        margin-left: 94.55684%
    }

    .medium-offset-12 {
        margin-left: 102.89017%
    }
}

@media only screen and (min-width:1069px) {
    .medium-1 {
        flex-shrink: 0;
        width: 6.39456%;
        max-width: 6.39456%
    }

    .medium-2 {
        flex-shrink: 0;
        width: 14.72789%;
        max-width: 14.72789%
    }

    .medium-3 {
        flex-shrink: 0;
        width: 23.06122%;
        max-width: 23.06122%
    }

    .medium-4 {
        flex-shrink: 0;
        width: 31.39456%;
        max-width: 31.39456%
    }

    .medium-5 {
        flex-shrink: 0;
        width: 39.72789%;
        max-width: 39.72789%
    }

    .medium-6 {
        flex-shrink: 0;
        width: 48.06122%;
        max-width: 48.06122%
    }

    .medium-7 {
        flex-shrink: 0;
        width: 56.39456%;
        max-width: 56.39456%
    }

    .medium-8 {
        flex-shrink: 0;
        width: 64.72789%;
        max-width: 64.72789%
    }

    .medium-9 {
        flex-shrink: 0;
        width: 73.06122%;
        max-width: 73.06122%
    }

    .medium-10 {
        flex-shrink: 0;
        width: 81.39456%;
        max-width: 81.39456%
    }

    .medium-11 {
        flex-shrink: 0;
        width: 89.72789%;
        max-width: 89.72789%
    }

    .medium-12 {
        flex-shrink: 0;
        width: 98.06122%;
        max-width: 98.06122%
    }

    .medium-offset-1 {
        margin-left: 10.27211%
    }

    .medium-offset-2 {
        margin-left: 18.60544%
    }

    .medium-offset-3 {
        margin-left: 26.93878%
    }

    .medium-offset-4 {
        margin-left: 35.27211%
    }

    .medium-offset-5 {
        margin-left: 43.60544%
    }

    .medium-offset-6 {
        margin-left: 51.93878%
    }

    .medium-offset-7 {
        margin-left: 60.27211%
    }

    .medium-offset-8 {
        margin-left: 68.60544%
    }

    .medium-offset-9 {
        margin-left: 76.93878%
    }

    .medium-offset-10 {
        margin-left: 85.27211%
    }

    .medium-offset-11 {
        margin-left: 93.60544%
    }

    .medium-offset-12 {
        margin-left: 101.93878%
    }
}

@media only screen and (min-width:1069px) {
    .l-row {
        margin-left: -1.97711%
    }

    .l-column {
        margin-left: 1.93878%
    }
}

@media only screen and (min-width:1069px) and (max-width:734px) {
    .l-column--small-hide+.l-column {
        margin-left: 0
    }
}

@media only screen and (min-width:1069px) {
    .large-valign-top {
        vertical-align: top !important;
        align-self: start
    }

    .large-valign-center {
        vertical-align: middle !important;
        align-self: center
    }

    .large-valign-bottom {
        vertical-align: bottom !important;
        align-self: end
    }
}

@media only screen and (min-width:1069px) {
    .large-1 {
        flex-shrink: 0;
        width: 6.39456%;
        max-width: 6.39456%
    }

    .large-2 {
        flex-shrink: 0;
        width: 14.72789%;
        max-width: 14.72789%
    }

    .large-3 {
        flex-shrink: 0;
        width: 23.06122%;
        max-width: 23.06122%
    }

    .large-4 {
        flex-shrink: 0;
        width: 31.39456%;
        max-width: 31.39456%
    }

    .large-5 {
        flex-shrink: 0;
        width: 39.72789%;
        max-width: 39.72789%
    }

    .large-6 {
        flex-shrink: 0;
        width: 48.06122%;
        max-width: 48.06122%
    }

    .large-7 {
        flex-shrink: 0;
        width: 56.39456%;
        max-width: 56.39456%
    }

    .large-8 {
        flex-shrink: 0;
        width: 64.72789%;
        max-width: 64.72789%
    }

    .large-9 {
        flex-shrink: 0;
        width: 73.06122%;
        max-width: 73.06122%
    }

    .large-10 {
        flex-shrink: 0;
        width: 81.39456%;
        max-width: 81.39456%
    }

    .large-11 {
        flex-shrink: 0;
        width: 89.72789%;
        max-width: 89.72789%
    }

    .large-12 {
        flex-shrink: 0;
        width: 98.06122%;
        max-width: 98.06122%
    }

    .large-offset-1 {
        margin-left: 10.27211%
    }

    .large-offset-2 {
        margin-left: 18.60544%
    }

    .large-offset-3 {
        margin-left: 26.93878%
    }

    .large-offset-4 {
        margin-left: 35.27211%
    }

    .large-offset-5 {
        margin-left: 43.60544%
    }

    .large-offset-6 {
        margin-left: 51.93878%
    }

    .large-offset-7 {
        margin-left: 60.27211%
    }

    .large-offset-8 {
        margin-left: 68.60544%
    }

    .large-offset-9 {
        margin-left: 76.93878%
    }

    .large-offset-10 {
        margin-left: 85.27211%
    }

    .large-offset-11 {
        margin-left: 93.60544%
    }

    .large-offset-12 {
        margin-left: 101.93878%
    }
}

.l-column--grid {
    vertical-align: baseline;
    margin-bottom: 3.28358%
}

@media only screen and (min-width:735px) {
    .l-column--grid {
        margin-bottom: 2.89017%
    }
}

@media only screen and (min-width:1069px) {
    .l-column--grid {
        margin-bottom: 1.93878%
    }
}

@media only screen and (max-width:734px) {

    .l-column--grid.small-1:nth-child(12n+1):nth-last-child(-n+12),
    .l-column--grid.small-1:nth-child(12n+1):nth-last-child(-n+12)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-column--grid.medium-1:nth-child(12n+1):nth-last-child(-n+12),
    .l-column--grid.medium-1:nth-child(12n+1):nth-last-child(-n+12)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-column--grid.large-1:nth-child(12n+1):nth-last-child(-n+12),
    .l-column--grid.large-1:nth-child(12n+1):nth-last-child(-n+12)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-column--grid.small-2:nth-child(6n+1):nth-last-child(-n+6),
    .l-column--grid.small-2:nth-child(6n+1):nth-last-child(-n+6)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-row--ratings-grid .small-1~.l-column--grid.small-2:nth-child(6n+2):nth-last-child(-n+6),
    .l-row--ratings-grid .small-1~.l-column--grid.small-2:nth-child(6n+2):nth-last-child(-n+6)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-column--grid.medium-2:nth-child(6n+1):nth-last-child(-n+6),
    .l-column--grid.medium-2:nth-child(6n+1):nth-last-child(-n+6)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-row--ratings-grid .medium-1~.l-column--grid.medium-2:nth-child(6n+2):nth-last-child(-n+6),
    .l-row--ratings-grid .medium-1~.l-column--grid.medium-2:nth-child(6n+2):nth-last-child(-n+6)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-column--grid.large-2:nth-child(6n+1):nth-last-child(-n+6),
    .l-column--grid.large-2:nth-child(6n+1):nth-last-child(-n+6)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-row--ratings-grid .large-1~.l-column--grid.large-2:nth-child(6n+2):nth-last-child(-n+6),
    .l-row--ratings-grid .large-1~.l-column--grid.large-2:nth-child(6n+2):nth-last-child(-n+6)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-column--grid.small-3:nth-child(4n+1):nth-last-child(-n+4),
    .l-column--grid.small-3:nth-child(4n+1):nth-last-child(-n+4)~.l-column--grid {
        margin-bottom: 0
    }
}


@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-column--grid.medium-3:nth-child(4n+1):nth-last-child(-n+4),
    .l-column--grid.medium-3:nth-child(4n+1):nth-last-child(-n+4)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-column--grid.large-3:nth-child(4n+1):nth-last-child(-n+4),
    .l-column--grid.large-3:nth-child(4n+1):nth-last-child(-n+4)~.l-column--grid {
        margin-bottom: 0
    }
}


@media only screen and (max-width:734px) {

    .l-column--grid.small-4:nth-child(3n+1):nth-last-child(-n+3),
    .l-column--grid.small-4:nth-child(3n+1):nth-last-child(-n+3)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-row--ratings-grid .small-2~.l-column--grid.small-4:nth-child(3n+2):nth-last-child(-n+3),
    .l-row--ratings-grid .small-2~.l-column--grid.small-4:nth-child(3n+2):nth-last-child(-n+3)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-column--grid.medium-4:nth-child(3n+1):nth-last-child(-n+3),
    .l-column--grid.medium-4:nth-child(3n+1):nth-last-child(-n+3)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-row--ratings-grid .medium-2~.l-column--grid.medium-4:nth-child(3n+2):nth-last-child(-n+3),
    .l-row--ratings-grid .medium-2~.l-column--grid.medium-4:nth-child(3n+2):nth-last-child(-n+3)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-column--grid.large-4:nth-child(3n+1):nth-last-child(-n+3),
    .l-column--grid.large-4:nth-child(3n+1):nth-last-child(-n+3)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-row--ratings-grid .large-2~.l-column--grid.large-4:nth-child(3n+2):nth-last-child(-n+3),
    .l-row--ratings-grid .large-2~.l-column--grid.large-4:nth-child(3n+2):nth-last-child(-n+3)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-column--grid.small-6:nth-child(2n+1):nth-last-child(-n+2),
    .l-column--grid.small-6:nth-child(2n+1):nth-last-child(-n+2)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-row--ratings-grid .small-3~.l-column--grid.small-6:nth-child(2n+2):nth-last-child(-n+2),
    .l-row--ratings-grid .small-3~.l-column--grid.small-6:nth-child(2n+2):nth-last-child(-n+2)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-column--grid.medium-6:nth-child(2n+1):nth-last-child(-n+2),
    .l-column--grid.medium-6:nth-child(2n+1):nth-last-child(-n+2)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-row--ratings-grid .medium-3~.l-column--grid.medium-6:nth-child(2n+2):nth-last-child(-n+2),
    .l-row--ratings-grid .medium-3~.l-column--grid.medium-6:nth-child(2n+2):nth-last-child(-n+2)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-column--grid.large-6:nth-child(2n+1):nth-last-child(-n+2),
    .l-column--grid.large-6:nth-child(2n+1):nth-last-child(-n+2)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-row--ratings-grid .large-3~.l-column--grid.large-6:nth-child(2n+2):nth-last-child(-n+2),
    .l-row--ratings-grid .large-3~.l-column--grid.large-6:nth-child(2n+2):nth-last-child(-n+2)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-column--grid.small-12:nth-child(1n+1):nth-last-child(-n+1),
    .l-column--grid.small-12:nth-child(1n+1):nth-last-child(-n+1)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (max-width:734px) {

    .l-row--ratings-grid .small-6~.l-column--grid.small-12:nth-child(1n+2):nth-last-child(-n+1),
    .l-row--ratings-grid .small-6~.l-column--grid.small-12:nth-child(1n+2):nth-last-child(-n+1)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-column--grid.medium-12:nth-child(1n+1):nth-last-child(-n+1),
    .l-column--grid.medium-12:nth-child(1n+1):nth-last-child(-n+1)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:735px) and (max-width:1068px) {

    .l-row--ratings-grid .medium-6~.l-column--grid.medium-12:nth-child(1n+2):nth-last-child(-n+1),
    .l-row--ratings-grid .medium-6~.l-column--grid.medium-12:nth-child(1n+2):nth-last-child(-n+1)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-column--grid.large-12:nth-child(1n+1):nth-last-child(-n+1),
    .l-column--grid.large-12:nth-child(1n+1):nth-last-child(-n+1)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {

    .l-row--ratings-grid .large-6~.l-column--grid.large-12:nth-child(1n+2):nth-last-child(-n+1),
    .l-row--ratings-grid .large-6~.l-column--grid.large-12:nth-child(1n+2):nth-last-child(-n+1)~.l-column--grid {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1069px) {
    .large-4-of-8 {
        width: calc((100% - 1.93878% - 19px)/ 2);
        max-width: calc((100% - 1.93878% - 19px)/ 2)
    }

    .large-4-of-8:not(:first-child) {
        margin-left: 19px
    }
}

.l-column--equal-height {
    align-self: stretch
}

body {
    min-width: 320px
}

.small-hide {
    display: none
}

.small-show {
    display: block
}

.small-show-inline {
    display: inline
}

.small-show-inlineblock {
    display: inline-block
}

@media only screen and (min-width:735px) {
    .medium-hide {
        display: none
    }

    .medium-show {
        display: block
    }

    .medium-show-inline {
        display: inline
    }

    .medium-show-inlineblock {
        display: inline-block
    }
}

@media only screen and (min-width:1069px) {
    .large-hide {
        display: none
    }

    .large-show {
        display: block
    }

    .large-show-inline {
        display: inline
    }

    .large-show-inlineblock {
        display: inline-block
    }
}

.viewport-content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%
}

@media only screen and (min-width:735px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width: 692px
    }
}

@media only screen and (min-width:1069px) {
    .viewport-content {
        margin-left: auto;
        margin-right: auto;
        width: 980px
    }
}

.small-show-tablecell {
    display: table-cell
}

@media only screen and (min-width:735px) {
    .medium-show-tablecell {
        display: table-cell
    }
}

@media only screen and (min-width:1069px) {
    .large-show-tablecell {
        display: table-cell
    }
}

.l-content-width {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%
}

@media only screen and (min-width:735px) {
    .l-content-width {
        margin-left: auto;
        margin-right: auto;
        width: 692px
    }
}

@media only screen and (min-width:1069px) {
    .l-content-width {
        margin-left: auto;
        margin-right: auto;
        width: 980px
    }
}

.l-content-width--centered {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (max-width:734px) {
    .l-content-width--small-full-width {
        width: 100%
    }
}

@media only screen and (min-width:735px) {
    .l-content-width--small-only {
        width: auto
    }
}

body>.ember-view {
    background-color: #fff
}

body>.ember-view:has(.is-apps-theme) {
    flex-grow: 1
}

.l-viewport-centered {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.l-viewport-centered--with-header-footer {
    justify-content: center
}

.l-viewport-centered--with-header-footer>:first-child {
    margin-bottom: auto
}

.l-viewport-centered--with-header-footer>:last-child {
    margin-top: auto
}


.ac-gf-footer-locale-lang {
    visibility: hidden
}

footer#ac-globalfooter .ac-gf-footer {
    border-top: none
}

@media only screen and (inverted-colors) {

    img:not(picture>img),
    picture,
    video {
        filter: invert(1)
    }
}

address[dir=rtl],
article[dir=rtl],
blockquote[dir=rtl],
dd[dir=rtl],
details[dir=rtl],
dialog[dir=rtl],
div[dir=rtl],
dl[dir=rtl],
dt[dir=rtl],
fieldset[dir=rtl],
form[dir=rtl],
h1[dir=rtl],
h2[dir=rtl],
h3[dir=rtl],
h4[dir=rtl],
h5[dir=rtl],
h6[dir=rtl],
nav[dir=rtl],
ol[dir=rtl],
p[dir=rtl],
pre[dir=rtl],
section[dir=rtl],
table[dir=rtl],
ul[dir=rtl] {
    text-align: initial;
    direction: rtl
}

bdo[dir=rtl],
span[dir=rtl] {
    direction: rtl;
    unicode-bidi: bidi-override
}

.truncate-single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.truncate-single-line--block {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.has-modal {
    overflow: hidden
}

.has-modal-full-viewport {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.has-modal-full-viewport body {
    height: 100%;
    overflow: hidden
}

.modal {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none
}

.modal-standard {
    overflow: auto;
    padding: 54px 0;
    background: rgba(0, 0, 0, .48);
    -webkit-overflow-scrolling: touch
}

.modal-standard .content-table {
    display: table;
    width: 100%;
    height: 100%
}

.modal-standard .content-cell {
    display: table-cell;
    vertical-align: middle
}

.modal-standard .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%
}

@media only screen and (min-width:735px) {
    .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 692px
    }
}

@media only screen and (min-width:1069px) {
    .modal-standard .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 980px
    }
}

.modal-standard .content-padding {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding: 80px 8.33333%;
    background: #fff;
    border-radius: 18px;
    padding-top: 60px;
    padding-bottom: 60px
}

.modal-standard .modal-close {
    left: 22px
}

.modal-standard.theme-dark .content-padding,
.theme-dark .modal-standard .content-padding {
    background: #1d1d1f
}

.modal-full-viewport {
    background: #fff;
    padding: 96px 0
}

@media only screen and (min-width:735px) {
    .modal-full-viewport {
        padding: 80px 0
    }
}

.modal-full-viewport.remove-container-padding {
    padding: 0
}

.modal-full-viewport.theme-dark,
.theme-dark .modal-full-viewport {
    background: #000
}

.modal-open {
    display: block;
    z-index: 11000
}

.modal-open:focus {
    outline-offset: -4px
}

.modal-close {
    position: absolute;
    display: flex;
    z-index: 9999;
    overflow: hidden;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    background: 0 0;
    border: 0;
    color: rgba(134, 134, 139, .8)
}

.modal-close::after,
.modal-close::before {
    font-family: "SF Pro Icons", "Apple WebExp Icons Custom";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.modal-close::after,
.modal-close::before {
    text-decoration: none
}

.modal-close::before {
    display: none
}

.modal-close::after,
.modal-close::before {
    content: ""
}

.modal-close:hover {
    color: #86868b
}

.theme-dark .modal-close {
    color: rgba(110, 110, 115, .8)
}

.theme-dark .modal-close:hover {
    color: #6e6e73
}

.modal-close::after {
    width: .9em;
    height: .9em;
    top: .05em;
    padding: 0;
    font-weight: 300
}

@media only screen and (min-width:735px) {
    .modal-close {
        top: 20px;
        left: 20px;
        font-size: 32px
    }
}

.ac-video-icon {
    background-repeat: no-repeat
}

.ac-video-icon.controls-airplay-button,
.ac-video-icon.icon-ctrl_airplay {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M14.5%2C14.8c0.5%2C0.7%2C0.2%2C1.2-0.6%2C1.2H6.1c-0.8%2C0-1.1-0.5-0.6-1.2l3.7-5.4c0.4-0.7%2C1.2-0.7%2C1.6%2C0L14.5%2C14.8z%0A%09%20M17.4%2C0H2.6C1.2%2C0%2C0%2C1.2%2C0%2C2.6v6.7C0%2C10.8%2C1.2%2C12%2C2.6%2C12H4c0.3%2C0%2C0.5-0.2%2C0.5-0.5S4.3%2C11%2C4%2C11H2.6C1.7%2C11%2C1%2C10.3%2C1%2C9.4V2.6%0A%09C1%2C1.7%2C1.7%2C1%2C2.6%2C1h14.8C18.3%2C1%2C19%2C1.7%2C19%2C2.6v6.7c0%2C0.9-0.7%2C1.6-1.6%2C1.6H16c-0.3%2C0-0.5%2C0.2-0.5%2C0.5S15.7%2C12%2C16%2C12h1.4%0A%09c1.4%2C0%2C2.6-1.2%2C2.6-2.6V2.6C20%2C1.2%2C18.8%2C0%2C17.4%2C0z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.controls-airplay-button.airplay-active,
.ac-video-icon.icon-ctrl_airplay_active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%232997ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ectrl_airplay_active%3C%2Ftitle%3E%3Crect%20id%3D%22Bounding-Box%22%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%3Cpath%20id%3D%22ctrl_airplay_active%22%20class%3D%22cls-2%22%20d%3D%22M10.8%2C9.4a.87.87%2C0%2C0%2C0-1.6%2C0L5.5%2C14.8c-.5.7-.2%2C1.2.6%2C1.2h7.8c.8%2C0%2C1.1-.5.6-1.2ZM20%2C2.6V9.4A2.65%2C2.65%2C0%2C0%2C1%2C17.4%2C12H16a.5.5%2C0%2C0%2C1%2C0-1h1.4A1.58%2C1.58%2C0%2C0%2C0%2C19%2C9.4V2.6A1.58%2C1.58%2C0%2C0%2C0%2C17.4%2C1H2.6A1.58%2C1.58%2C0%2C0%2C0%2C1%2C2.6V9.3A1.61%2C1.61%2C0%2C0%2C0%2C2.6%2C11H4a.5.5%2C0%2C0%2C1%2C0%2C1H2.6A2.65%2C2.65%2C0%2C0%2C1%2C0%2C9.4V2.6A2.65%2C2.65%2C0%2C0%2C1%2C2.6%2C0H17.4A2.65%2C2.65%2C0%2C0%2C1%2C20%2C2.6Z%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_arrow,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-bottom,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-left,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-right,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-top {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229px%22%20height%3D%2210px%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M7.6%2C5.8c0.7-0.4%2C0.7-1.2%2C0-1.6L2.2%2C0.5C1.5%2C0%2C1%2C0.3%2C1%2C1.1v7.8C1%2C9.7%2C1.5%2C10%2C2.2%2C9.5L7.6%2C5.8z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20width%3D%229%22%20height%3D%2210%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-ctrl_cc_active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M17.89%2C16H2.11C0.95%2C16%2C0%2C15.04%2C0%2C13.87V2.13C0%2C0.96%2C0.95%2C0%2C2.11%2C0h15.79%0AC19.05%2C0%2C20%2C0.96%2C20%2C2.13v11.73C20%2C15.04%2C19.05%2C16%2C17.89%2C16z%20M7.92%2C6.96c0.59%2C0%2C0.79%2C0%2C1.45%2C0c0.04-1.83-1.24-2.87-2.99-2.87%0AS3.34%2C5.31%2C3.34%2C7.53s0-0.05%2C0%2C1.03s0.41%2C3.35%2C3.1%2C3.35c2.23%2C0%2C3-1.61%2C2.93-2.78c-0.77%2C0-0.86%2C0-1.45%2C0c0%2C0.5-0.19%2C1.43-1.49%2C1.43%0Ac-1.31%2C0-1.57-1.22-1.58-2.05s0-0.07%2C0-1.16s0.57-1.92%2C1.59-1.92S7.92%2C6.13%2C7.92%2C6.96z%20M15.17%2C6.96c0.59%2C0%2C0.79%2C0%2C1.45%2C0%0Ac0.04-1.83-1.24-2.87-2.99-2.87s-3.04%2C1.23-3.04%2C3.44s0-0.05%2C0%2C1.03s0.41%2C3.35%2C3.1%2C3.35c2.23%2C0%2C3-1.61%2C2.93-2.78%0Ac-0.77%2C0-0.86%2C0-1.45%2C0c0%2C0.5-0.19%2C1.43-1.49%2C1.43c-1.31%2C0-1.57-1.22-1.58-2.05s0-0.07%2C0-1.16s0.57-1.92%2C1.59-1.92%0AS15.17%2C6.13%2C15.17%2C6.96z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-ctrl_cc_default {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M17.5%2C15.99h-15c-1.38%2C0-2.5-1.19-2.5-2.64V2.64C0%2C1.18%2C1.12%2C0%2C2.5%2C0h15C18.88%2C0%2C20%2C1.18%2C20%2C2.64%0A%09%09v10.71C20%2C14.81%2C18.88%2C15.99%2C17.5%2C15.99z%20M2.5%2C1C1.67%2C1%2C1%2C1.73%2C1%2C2.64v10.71c0%2C0.91%2C0.67%2C1.64%2C1.5%2C1.64h15%0A%09%09c0.83%2C0%2C1.5-0.74%2C1.5-1.64V2.64C19%2C1.73%2C18.33%2C1%2C17.5%2C1H2.5z%20M4.75%2C7.55c0-1.47%2C0.68-2.21%2C1.7-2.21s1.56%2C0.75%2C1.56%2C1.52h1.26V6.74%0A%09%09c0-1.34-1.02-2.56-2.83-2.56c-1.86%2C0-3.01%2C1.25-3.01%2C3.35v0.95c0%2C2.13%2C1.14%2C3.32%2C3%2C3.32c1.87%2C0%2C2.84-1.24%2C2.84-2.47V9.23H8.01%0A%09%09c0%2C0.77-0.53%2C1.43-1.55%2C1.43c-1.04%2C0-1.72-0.7-1.72-2.18V7.55z%20M12%2C7.55c0-1.47%2C0.68-2.21%2C1.7-2.21s1.56%2C0.75%2C1.56%2C1.52h1.26V6.74%0A%09%09c0-1.34-1.02-2.56-2.83-2.56c-1.86%2C0-3.01%2C1.25-3.01%2C3.35v0.95c0%2C2.13%2C1.14%2C3.32%2C3%2C3.32c1.87%2C0%2C2.84-1.24%2C2.84-2.47V9.23h-1.26%0A%09%09c0%2C0.77-0.53%2C1.43-1.55%2C1.43c-1.04%2C0-1.72-0.7-1.72-2.18V7.55z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.controls-text-tracks-toggle-button,
.ac-video-icon.icon-ctrl_cc_off {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M17.4%2C1C18.3%2C1%2C19%2C1.7%2C19%2C2.5v8c0%2C0.8-0.7%2C1.5-1.6%2C1.5H16l-4%2C2.5V12H2.6C1.7%2C12%2C1%2C11.3%2C1%2C10.4%0A%09V2.5C1%2C1.7%2C1.7%2C1%2C2.6%2C1H17.4%20M9.5%2C8h7C16.8%2C8%2C17%2C7.8%2C17%2C7.5S16.8%2C7%2C16.5%2C7h-7C9.2%2C7%2C9%2C7.2%2C9%2C7.5S9.2%2C8%2C9.5%2C8%20M3.5%2C8h4%0A%09C7.8%2C8%2C8%2C7.8%2C8%2C7.5S7.8%2C7%2C7.5%2C7h-4C3.2%2C7%2C3%2C7.2%2C3%2C7.5S3.2%2C8%2C3.5%2C8%20M12.5%2C10h4c0.3%2C0%2C0.5-0.2%2C0.5-0.5S16.8%2C9%2C16.5%2C9h-4%0A%09C12.2%2C9%2C12%2C9.2%2C12%2C9.5S12.2%2C10%2C12.5%2C10%20M3.5%2C10h7c0.3%2C0%2C0.5-0.2%2C0.5-0.5S10.8%2C9%2C10.5%2C9h-7C3.2%2C9%2C3%2C9.2%2C3%2C9.5S3.2%2C10%2C3.5%2C10%20M17.4%2C0%0A%09H2.6C1.2%2C0%2C0%2C1.1%2C0%2C2.5v7.9C0%2C11.9%2C1.1%2C13%2C2.6%2C13H11v1.5c0%2C0.4%2C0.2%2C0.7%2C0.5%2C0.9c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1s0.4-0.1%2C0.6-0.2l3.7-2.3%0A%09h1.1c1.4%2C0%2C2.6-1.1%2C2.6-2.5v-8C20%2C1.1%2C18.8%2C0%2C17.4%2C0L17.4%2C0z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.controls-text-tracks-toggle-button.text-tracks-visible,
.ac-video-icon.icon-ctrl_cc_on {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M17.4%2C0H2.6C1.2%2C0%2C0%2C1.1%2C0%2C2.5v7.9C0%2C11.9%2C1.1%2C13%2C2.6%2C13H11v1.5c0%2C0.4%2C0.2%2C0.7%2C0.5%2C0.9%0A%09c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1s0.4-0.1%2C0.6-0.2l3.7-2.3h1.1c1.4%2C0%2C2.6-1.1%2C2.6-2.5v-8C20%2C1.1%2C18.8%2C0%2C17.4%2C0z%20M3.5%2C7h4C7.8%2C7%2C8%2C7.2%2C8%2C7.5%0A%09S7.8%2C8%2C7.5%2C8h-4C3.2%2C8%2C3%2C7.8%2C3%2C7.5S3.2%2C7%2C3.5%2C7z%20M10.5%2C10h-7C3.2%2C10%2C3%2C9.8%2C3%2C9.5S3.2%2C9%2C3.5%2C9h7C10.8%2C9%2C11%2C9.2%2C11%2C9.5%0A%09S10.8%2C10%2C10.5%2C10z%20M16.5%2C10h-4C12.2%2C10%2C12%2C9.8%2C12%2C9.5S12.2%2C9%2C12.5%2C9h4C16.8%2C9%2C17%2C9.2%2C17%2C9.5S16.8%2C10%2C16.5%2C10z%20M16.5%2C8h-7%0A%09C9.2%2C8%2C9%2C7.8%2C9%2C7.5S9.2%2C7%2C9.5%2C7h7C16.8%2C7%2C17%2C7.2%2C17%2C7.5S16.8%2C8%2C16.5%2C8z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-controls .ac-video-captions-selector-container .controls-captions-selector li.showing::before,
.ac-video-icon.icon-ctrl_check {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2218px%22%20viewBox%3D%220%200%201222%202444%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpolygon%20class%3D%22fill%22%20points%3D%22154.84%2C1317.22%2043.16%2C1437.31%20469.88%2C1834.18%201179.1%2C1168.83%201066.9%2C1049.23%20469.4%2C1609.76%0A%09%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%228%22%20height%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.controls-full-screen-button,
.ac-video-icon.icon-ctrl_fullscreen {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M6.87%2C9.97l-4.89%2C4.9C2.17%2C14.96%2C2.38%2C15%2C2.61%2C15h3.91c0.28%2C0%2C0.5%2C0.22%2C0.5%2C0.5S6.79%2C16%2C6.51%2C16%0A%09%09H2.61C1.17%2C16%2C0%2C14.82%2C0%2C13.37V9.51c0-0.28%2C0.22-0.5%2C0.5-0.5S1%2C9.23%2C1%2C9.51v3.86c0%2C0.23%2C0.05%2C0.45%2C0.13%2C0.65l4.89-4.89%0A%09%09c0.23-0.23%2C0.61-0.23%2C0.85%2C0C7.1%2C9.36%2C7.1%2C9.74%2C6.87%2C9.97z%20M13.4%2C0H9.5C9.23%2C0%2C9%2C0.22%2C9%2C0.5S9.23%2C1%2C9.5%2C1h3.89%0A%09%09c0.22%2C0%2C0.43%2C0.05%2C0.63%2C0.13L9.09%2C6.06c-0.23%2C0.23-0.23%2C0.61%2C0%2C0.85c0.12%2C0.12%2C0.27%2C0.18%2C0.42%2C0.18s0.31-0.06%2C0.42-0.18l4.93-4.93%0A%09%09C14.95%2C2.18%2C15%2C2.4%2C15%2C2.63V6.5C15%2C6.78%2C15.23%2C7%2C15.5%2C7S16%2C6.78%2C16%2C6.5V2.63C16%2C1.18%2C14.83%2C0%2C13.4%2C0z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.controls-full-screen-button.is-fullscreen,
.ac-video-icon.icon-ctrl_fullscreen_exit {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M7%2C11.65v3.86c0%2C0.28-0.22%2C0.5-0.5%2C0.5S6%2C15.79%2C6%2C15.51v-3.86C6%2C11.42%2C5.95%2C11.2%2C5.87%2C11l-4.84%2C4.82%0A%09%09C0.91%2C15.94%2C0.76%2C16%2C0.6%2C16c-0.15%2C0-0.31-0.06-0.42-0.18c-0.23-0.24-0.23-0.62%2C0-0.85l4.86-4.84C4.84%2C10.05%2C4.63%2C10%2C4.41%2C10H0.5%0A%09%09C0.23%2C10%2C0%2C9.78%2C0%2C9.5S0.23%2C9%2C0.5%2C9h3.91C5.84%2C9%2C7%2C10.19%2C7%2C11.65z%20M15.5%2C6h-3.89c-0.22%2C0-0.43-0.05-0.62-0.13l4.83-4.84%0A%09%09c0.23-0.23%2C0.23-0.61%2C0-0.85s-0.61-0.23-0.85%2C0l-4.83%2C4.84C10.05%2C4.82%2C10%2C4.6%2C10%2C4.36V0.5C10%2C0.22%2C9.78%2C0%2C9.5%2C0S9%2C0.22%2C9%2C0.5v3.87%0A%09%09C9%2C5.82%2C10.17%2C7%2C11.61%2C7h3.89C15.78%2C7%2C16%2C6.77%2C16%2C6.5S15.78%2C6%2C15.5%2C6z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-ctrl_pause,
.is-playing .ac-video-icon.controls-play-pause-button {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2086%2086%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h86v86h-86z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m22%2064.715v-43.388c0-2.555%201.452-4.327%204.6-4.327h5.8c3.185%200%204.6%201.731%204.6%204.327v43.388c0%202.554-1.411%204.285-4.6%204.285h-5.8c-3.148%200-4.6-1.731-4.6-4.285zm26%200v-43.388c0-2.596%201.452-4.327%204.6-4.327h5.847c3.142%200%204.553%201.772%204.553%204.327v43.388c0%202.554-1.411%204.285-4.556%204.285h-5.844c-3.148%200-4.6-1.731-4.6-4.285z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.controls-picture-in-picture-button.is-picture-in-picture,
.ac-video-icon.icon-ctrl_pip_active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M17.99%2C16h-5.93c-1.26%2C0-2.01-1.02-2.01-2v-0.5c0-0.28%2C0.22-0.5%2C0.5-0.5s0.5%2C0.22%2C0.5%2C0.5V14%0A%09%09c0%2C0.49%2C0.38%2C1%2C1.01%2C1h5.93c0.57%2C0%2C1-0.43%2C1-1v-3c0-0.27-0.12-0.54-0.32-0.73c-0.13-0.13-0.37-0.29-0.67-0.26h-0.49%0A%09%09c-0.28%2C0-0.5-0.22-0.5-0.5s0.22-0.5%2C0.5-0.5h0.48c0.5-0.02%2C1%2C0.18%2C1.38%2C0.54C19.77%2C9.92%2C20%2C10.45%2C20%2C10.99v3%0A%09%09C20%2C15.12%2C19.12%2C16%2C17.99%2C16z%20M0%2C2v7c0%2C1.1%2C0.9%2C2%2C2%2C2h11c1.1%2C0%2C2-0.9%2C2-2V2c0-1.1-0.9-2-2-2H2C0.9%2C0%2C0%2C0.9%2C0%2C2z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.controls-picture-in-picture-button,
.ac-video-icon.icon-ctrl_pip_default {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M6.49%2C12H2.43C0.93%2C12%2C0%2C10.77%2C0%2C9.63V2.37C0%2C1.22%2C0.85%2C0%2C2.43%2C0h11.21C14.8%2C0%2C16%2C0.89%2C16%2C2.37v3.11%0A%09%09c0%2C0.28-0.22%2C0.5-0.5%2C0.5S15%2C5.75%2C15%2C5.48V2.37C15%2C1.48%2C14.3%2C1%2C13.63%2C1H2.43C1.26%2C1%2C1%2C1.99%2C1%2C2.37v7.27C1%2C10.19%2C1.46%2C11%2C2.43%2C11%0A%09%09h4.06c0.28%2C0%2C0.5%2C0.22%2C0.5%2C0.5S6.76%2C12%2C6.49%2C12z%20M10%2C11v3c0%2C1.1%2C0.9%2C2%2C2%2C2h6c1.1%2C0%2C2-0.9%2C2-2v-3c0-1.1-0.9-2-2-2h-6%0A%09%09C10.9%2C9%2C10%2C9.9%2C10%2C11z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ac-video-icon.controls-play-pause-button,
.ac-video-icon.icon-ctrl_play {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2086%2086%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h86v86h-86z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m22%2064.728v-43.373c0-3.501%202.1-5.355%204.737-5.355a6.365%206.365%200%200%201%203.748%201.071l36.083%2021.048c2.471%201.442%203.831%202.636%203.831%204.9s-1.359%203.46-3.831%204.9l-36.083%2021.01a6.365%206.365%200%200%201%20-3.748%201.071c-2.637%200-4.737-1.812-4.737-5.272z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_replay,
.end-state .ac-video-icon.controls-play-pause-button {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2086%2086%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h86v86h-86z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m37.932%2037.972a4.4%204.4%200%200%201%201.557-3.4l3.36-3.319h-.492c-8.4%200-14.67%206.679-14.67%2015.695a15.326%2015.326%200%201%200%2030.652%200%205.614%205.614%200%201%201%2011.228%200%2026.533%2026.533%200%201%201%20-53.067%200%2025.734%2025.734%200%200%201%2025.9-26.187h.041l-2.95-2.909a4.4%204.4%200%200%201%20-1.557-3.4%205.4%205.4%200%200%201%205.366-5.452%204.8%204.8%200%200%201%203.606%201.557l11.351%2011.6a5.329%205.329%200%200%201%201.762%204.016%205.414%205.414%200%200%201%20-1.762%204.016l-11.351%2011.635a4.819%204.819%200%200%201%20-3.606%201.476%205.352%205.352%200%200%201%20-5.368-5.328z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.controls-toggle-mute-volume-button.is-muted,
.ac-video-icon.icon-ctrl_volume_mute {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M9%2C7.48L5.34%2C3.81l2.34-2.07c0.21-0.23%2C0.55-0.3%2C0.84-0.19C8.82%2C1.66%2C9.01%2C1.95%2C9%2C2.26V7.48z%0A%09%09%20M9%2C12.29v1.46c0%2C0.31-0.19%2C0.59-0.49%2C0.71c-0.09%2C0.03-0.18%2C0.05-0.28%2C0.05c-0.21%2C0-0.41-0.09-0.56-0.25L4%2C11H1%0A%09%09c-0.51%2C0-1-0.42-1-0.99V5.98C0%2C5.43%2C0.48%2C5%2C0.99%2C5h0.74L9%2C12.29z%20M12.57%2C13.91c0.13-0.01%2C0.26-0.07%2C0.35-0.17%0A%09%09c0.19-0.21%2C0.17-0.52-0.04-0.71L2.07%2C2.21C1.86%2C2.03%2C1.55%2C2.04%2C1.36%2C2.26C1.18%2C2.47%2C1.19%2C2.78%2C1.41%2C2.96l10.81%2C10.82%0A%09%09C12.31%2C13.88%2C12.44%2C13.92%2C12.57%2C13.91z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ac-video-icon.controls-toggle-mute-volume-button,
.ac-video-icon.icon-ctrl_volume_on {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M16.07%2C15.9c-0.14%2C0-0.29-0.05-0.4-0.16c-0.23-0.22-0.24-0.58-0.02-0.81%0A%09%09c1.79-1.88%2C2.78-4.34%2C2.78-6.93c0-2.62-1-5.09-2.82-6.97c-0.22-0.23-0.22-0.6%2C0-0.82c0.22-0.22%2C0.58-0.23%2C0.8%2C0%0A%09%09c0.01%2C0.01%2C0.04%2C0.04%2C0.05%2C0.06c2%2C2.07%2C3.12%2C4.83%2C3.12%2C7.74c0%2C2.89-1.1%2C5.63-3.1%2C7.73C16.37%2C15.84%2C16.22%2C15.9%2C16.07%2C15.9z%0A%09%09%20M12.91%2C13.03c1.36-1.29%2C2.17-3.17%2C2.17-5.03c0-1.85-0.81-3.73-2.17-5.03c-0.23-0.22-0.59-0.21-0.81%2C0.02%0A%09%09c-0.22%2C0.23-0.21%2C0.59%2C0.02%2C0.81c1.14%2C1.09%2C1.82%2C2.66%2C1.82%2C4.2c0%2C1.55-0.68%2C3.12-1.81%2C4.2c-0.23%2C0.22-0.24%2C0.58-0.02%2C0.81%0A%09%09c0.11%2C0.12%2C0.26%2C0.18%2C0.42%2C0.18C12.65%2C13.19%2C12.79%2C13.14%2C12.91%2C13.03z%20M7.68%2C1.74L4%2C5.01H0.99C0.48%2C5.01%2C0%2C5.44%2C0%2C5.99v3.98%0A%09%09c0%2C0.57%2C0.48%2C0.99%2C1%2C0.99h3l3.67%2C3.3c0.16%2C0.16%2C0.36%2C0.25%2C0.56%2C0.25c0.1%2C0%2C0.19-0.02%2C0.28-0.05C8.81%2C14.34%2C9%2C14.06%2C9%2C13.75V2.26%0A%09%09c0.01-0.31-0.18-0.6-0.48-0.71C8.23%2C1.44%2C7.9%2C1.52%2C7.68%2C1.74z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_close {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M7.31%2C6.5l5.09-5.09c0.22-0.22%2C0.22-0.59%2C0-0.81s-0.59-0.22-0.81%2C0L6.5%2C5.69L1.41%2C0.59%0A%09%09c-0.22-0.22-0.59-0.22-0.81%2C0s-0.22%2C0.59%2C0%2C0.81L5.69%2C6.5l-5.09%2C5.09c-0.22%2C0.22-0.22%2C0.59%2C0%2C0.81c0.11%2C0.11%2C0.26%2C0.17%2C0.41%2C0.17%0A%09%09s0.29-0.06%2C0.41-0.17L6.5%2C7.31l5.09%2C5.09c0.11%2C0.11%2C0.26%2C0.17%2C0.41%2C0.17s0.29-0.06%2C0.41-0.17c0.22-0.22%2C0.22-0.59%2C0-0.81L7.31%2C6.5z%0A%09%09%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-share_embed {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2024%2017%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M14.03%2C1.28l-2.85%2C14.79c-0.09%2C0.26-0.32%2C0.43-0.58%2C0.43c-0.06%2C0-0.12-0.01-0.18-0.03%0A%09%09c-0.15-0.05-0.28-0.15-0.35-0.3c-0.07-0.14-0.09-0.3-0.04-0.45l2.85-14.8c0.05-0.16%2C0.16-0.29%2C0.3-0.36s0.3-0.09%2C0.46-0.04%0A%09%09C13.96%2C0.63%2C14.13%2C0.97%2C14.03%2C1.28z%20M23.48%2C8.62c0.01-0.04%2C0.02-0.08%2C0.02-0.12s-0.01-0.08-0.02-0.12s-0.01-0.07-0.02-0.11%0A%09%09c-0.02-0.04-0.04-0.08-0.07-0.12c-0.02-0.02-0.02-0.05-0.04-0.07l-0.01-0.01c-0.01-0.01-0.01-0.02-0.02-0.02l-5.79-5.39%0A%09%09c-0.24-0.23-0.62-0.21-0.85%2C0.03s-0.21%2C0.62%2C0.03%2C0.85l5.32%2C4.95l-5.32%2C4.95c-0.24%2C0.23-0.26%2C0.61-0.03%2C0.85%0A%09%09c0.12%2C0.13%2C0.28%2C0.19%2C0.44%2C0.19c0.15%2C0%2C0.29-0.05%2C0.41-0.16l5.79-5.39c0.01-0.01%2C0.01-0.02%2C0.02-0.02l0.01-0.01%0A%09%09c0.02-0.02%2C0.03-0.05%2C0.04-0.07c0.03-0.04%2C0.05-0.07%2C0.07-0.12C23.47%2C8.69%2C23.47%2C8.65%2C23.48%2C8.62z%20M7.33%2C2.7%0A%09%09C7.1%2C2.45%2C6.73%2C2.44%2C6.48%2C2.67L0.69%2C8.06c-0.01%2C0-0.01%2C0.01-0.02%2C0.02L0.66%2C8.09C0.64%2C8.11%2C0.63%2C8.14%2C0.62%2C8.16%0A%09%09C0.59%2C8.2%2C0.56%2C8.23%2C0.54%2C8.28c-0.01%2C0.03-0.02%2C0.07-0.02%2C0.1C0.51%2C8.42%2C0.5%2C8.46%2C0.5%2C8.5s0.01%2C0.08%2C0.02%2C0.12%0A%09%09c0.01%2C0.03%2C0.01%2C0.07%2C0.02%2C0.1C0.56%2C8.76%2C0.59%2C8.8%2C0.62%2C8.84c0.02%2C0.02%2C0.02%2C0.05%2C0.04%2C0.07l0.01%2C0.01%0A%09%09c0.01%2C0.01%2C0.01%2C0.02%2C0.02%2C0.02l5.79%2C5.39c0.12%2C0.11%2C0.26%2C0.16%2C0.41%2C0.16c0.16%2C0%2C0.32-0.06%2C0.44-0.19%0A%09%09c0.23-0.24%2C0.21-0.62-0.03-0.85L1.98%2C8.5L7.3%2C3.54C7.54%2C3.32%2C7.56%2C2.94%2C7.33%2C2.7z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2224%22%20height%3D%2217%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_fb {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2016%2017%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M14.78%2C2.22C14.93%2C2.37%2C15%2C2.56%2C15%2C2.78v12.44c0%2C0.22-0.07%2C0.4-0.22%2C0.55%0A%09%09C14.63%2C15.93%2C14.44%2C16%2C14.22%2C16h-3.56v-5.42h1.82l0.27-2.11h-2.09V7.12c0-0.34%2C0.06-0.59%2C0.19-0.74c0.16-0.19%2C0.45-0.29%2C0.85-0.29%0A%09%09h1.12V4.2c-0.14-0.02-0.34-0.03-0.6-0.05c-0.35-0.02-0.69-0.04-1.03-0.04c-0.54%2C0-1.02%2C0.11-1.43%2C0.32%0A%09%09c-0.4%2C0.22-0.72%2C0.54-0.93%2C0.95C8.59%2C5.81%2C8.47%2C6.32%2C8.47%2C6.91v1.56H6.65v2.11h1.82V16h-6.7c-0.22%2C0-0.4-0.07-0.55-0.22%0A%09%09C1.07%2C15.63%2C0.99%2C15.43%2C1%2C15.22V2.78c0-0.21%2C0.08-0.41%2C0.23-0.55S1.57%2C2%2C1.78%2C2h12.44C14.44%2C2%2C14.63%2C2.07%2C14.78%2C2.22z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2216%22%20height%3D%2217%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_link {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2017%2017%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M7.37%2C10.15c-0.15%2C0-0.31-0.06-0.42-0.18L6.83%2C9.87c-1.32-1.35-1.28-3.41%2C0.1-4.79l3.68-3.68%0A%09%09c1.33-1.33%2C3.66-1.33%2C4.99%2C0c1.38%2C1.38%2C1.38%2C3.61%2C0%2C4.99l-1.75%2C1.75c-0.23%2C0.23-0.61%2C0.23-0.85%2C0c-0.23-0.23-0.23-0.61%2C0-0.85%0A%09%09l1.75-1.75c0.91-0.91%2C0.91-2.38%2C0-3.29c-0.88-0.88-2.41-0.88-3.29%2C0L7.78%2C5.93c-0.9%2C0.9-0.94%2C2.23-0.09%2C3.09l0.1%2C0.1%0A%09%09c0.23%2C0.23%2C0.23%2C0.61%2C0%2C0.85C7.67%2C10.09%2C7.52%2C10.15%2C7.37%2C10.15z%20M6.39%2C15.6l3.68-3.68c1.37-1.37%2C1.4-3.48%2C0.07-4.81l-0.09-0.09%0A%09%09c-0.23-0.23-0.61-0.23-0.85%2C0c-0.23%2C0.23-0.23%2C0.61%2C0%2C0.85l0.09%2C0.09c0.87%2C0.87%2C0.84%2C2.21-0.07%2C3.12l-3.68%2C3.68%0A%09%09c-0.88%2C0.88-2.41%2C0.88-3.29%2C0c-0.91-0.91-0.91-2.38%2C0-3.29l1.79-1.79c0.23-0.23%2C0.23-0.61%2C0-0.85c-0.23-0.23-0.61-0.23-0.85%2C0%0A%09%09l-1.79%2C1.79c-1.38%2C1.37-1.38%2C3.61%2C0%2C4.99c0.67%2C0.67%2C1.55%2C1.03%2C2.49%2C1.03S5.73%2C16.26%2C6.39%2C15.6z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_twitter {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2019%2017%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M16.94%2C2.88c-0.26%2C0.34-0.57%2C0.61-0.93%2C0.83C16.7%2C3.63%2C17.36%2C3.44%2C18%2C3.15%0A%09%09c-0.47%2C0.72-1.05%2C1.33-1.74%2C1.84c0.06%2C1.36-0.16%2C2.72-0.63%2C3.99c-0.45%2C1.22-1.08%2C2.3-1.9%2C3.25c-0.86%2C0.99-1.91%2C1.8-3.1%2C2.36%0A%09%09c-1.3%2C0.61-2.71%2C0.91-4.25%2C0.91c-0.97%2C0-1.91-0.14-2.82-0.41c-0.88-0.28-1.72-0.67-2.49-1.18c0.27%2C0.04%2C0.54%2C0.06%2C0.83%2C0.06%0A%09%09c0.79%2C0%2C1.57-0.13%2C2.32-0.4c0.72-0.26%2C1.38-0.63%2C1.98-1.12c-1.5-0.03-2.81-1.02-3.23-2.46c0.21%2C0.05%2C0.43%2C0.07%2C0.64%2C0.07%0A%09%09c0.32%2C0%2C0.62-0.04%2C0.92-0.13C4%2C9.82%2C3.53%2C9.61%2C3.1%2C9.27C2.23%2C8.6%2C1.73%2C7.56%2C1.74%2C6.46V6.43C2.23%2C6.7%2C2.76%2C6.85%2C3.32%2C6.86%0A%09%09C2.84%2C6.54%2C2.47%2C6.12%2C2.2%2C5.61C1.92%2C5.09%2C1.77%2C4.53%2C1.77%2C3.92c0-0.63%2C0.15-1.22%2C0.46-1.78c0.86%2C1.08%2C1.94%2C1.96%2C3.16%2C2.6%0A%09%09C6.64%2C5.4%2C7.98%2C5.77%2C9.4%2C5.84c-0.06-0.26-0.09-0.53-0.09-0.8c0-0.64%2C0.16-1.24%2C0.47-1.79c0.87-1.55%2C2.78-2.18%2C4.4-1.45%0A%09%09C14.62%2C2%2C15%2C2.27%2C15.32%2C2.62c0.78-0.16%2C1.51-0.45%2C2.2-0.86C17.4%2C2.17%2C17.2%2C2.54%2C16.94%2C2.88L16.94%2C2.88z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2219%22%20height%3D%2217%22%2F%3E%0A%3C%2Fsvg%3E")
}

.ac-video-icon.icon-view_field,
.compass-wrapper .ac-video-icon.compass-field {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cg%3E%0A%09%3Crect%20class%3D%22no-fill%22%20width%3D%2238%22%20height%3D%2238%22%2F%3E%0A%09%3Cpath%20style%3D%22opacity%3A0.32%3Bfill%3A%23FFFFFF%3B%22%20d%3D%22M25.11%2C11.73c0%2C0-2.5-2.23-6.11-2.23s-6.11%2C2.23-6.11%2C2.23c-0.38%2C0.32-0.61%2C0.8-0.61%2C1.33%0A%09%09c0%2C0.48%2C0.19%2C0.91%2C0.5%2C1.23c0.32%2C0.32%2C5.24%2C5.32%2C5.46%2C5.53c0.2%2C0.19%2C0.47%2C0.31%2C0.77%2C0.31s0.57-0.12%2C0.77-0.31%0A%09%09c0.22-0.21%2C5.14-5.21%2C5.46-5.53c0.31-0.32%2C0.5-0.75%2C0.5-1.23C25.73%2C12.53%2C25.49%2C12.05%2C25.11%2C11.73z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-view_ring,
.compass-wrapper .ac-video-icon.compass-ring {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cg%20id%3D%22View_Ring_1_%22%3E%0A%09%3Cpolyline%20class%3D%22no-fill%22%20points%3D%220%2C0%2038%2C0%2038%2C38%200%2C38%22%2F%3E%0A%09%3Cpath%20class%3D%22fill%22%20style%3D%22opacity%3A0.32%22%20d%3D%22M28.4%2C9.3C26%2C6.9%2C22.7%2C5.6%2C19%2C5.6s-7%2C1.4-9.4%2C3.8C7%2C11.8%2C5.4%2C15.2%2C5.4%2C19c0%2C7.5%2C6.1%2C13.6%2C13.6%2C13.6%0A%09%09S32.6%2C26.5%2C32.6%2C19C32.6%2C15.2%2C31%2C11.8%2C28.4%2C9.3z%20M19%2C30.4c-6.3%2C0-11.4-5.1-11.4-11.4c0-3.2%2C1.3-6.2%2C3.4-8.3c2.1-2%2C4.9-3.2%2C8-3.2%0A%09%09s5.9%2C1.3%2C8%2C3.2c2.2%2C2.1%2C3.4%2C5.1%2C3.4%2C8.3C30.4%2C25.3%2C25.3%2C30.4%2C19%2C30.4z%22%2F%3E%0A%09%3Cpath%20class%3D%22fill%22%20style%3D%22display%3Anone%3B%22%20d%3D%22M19%2C30.5c-6.3%2C0-11.4-5.1-11.4-11.4c0-3.3%2C1.3-6.3%2C3.5-8.4S16%2C7.5%2C19%2C7.5s5.9%2C1.3%2C7.9%2C3.1%0A%09%09c2.2%2C2.1%2C3.5%2C5.1%2C3.5%2C8.4C30.4%2C25.4%2C25.3%2C30.5%2C19%2C30.5z%22%2F%3E%0A%09%3Cpath%20class%3D%22fill%22%20d%3D%22M19%2C5.5c-3.6%2C0-6.9%2C1.4-9.4%2C3.8l0%2C0C9.4%2C9.5%2C9.3%2C9.7%2C9.3%2C10c0%2C0.6%2C0.5%2C1%2C1%2C1%0A%09%09c0.4%2C0%2C0.6-0.2%2C0.8-0.4C13%2C8.8%2C15.9%2C7.5%2C19%2C7.5s6%2C1.3%2C7.9%2C3.1c0.2%2C0.2%2C0.4%2C0.4%2C0.8%2C0.4c0.5%2C0%2C1-0.4%2C1-1c0-0.3-0.1-0.5-0.3-0.7l0%2C0%0A%09%09C25.9%2C6.9%2C22.6%2C5.5%2C19%2C5.5z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-view_scrim,
.compass-wrapper .ac-video-icon.compass-background {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2238px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2038%2038%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Sticker-Sheet%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22view_scrim%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22boundingbox%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2238%22%20height%3D%2238%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22icon%22%20fill%3D%22%236E6E73%22%20fill-rule%3D%22nonzero%22%20opacity%3D%220.4%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218.12%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")
}

.cursor-pointer {
    cursor: pointer
}


.ac-video-controls.captions-selector-showing .ac-video-captions-selector-container {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s ease
}

.ac-video-controls .ac-video-captions-selector-container {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgba(29, 29, 31, .56);
    border-radius: 6px;
    position: absolute;
    bottom: 20px;
    left: -7px;
    padding: 8px 14px 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    transition: opacity .5s ease, visibility 0s ease .5s
}

.ac-video-controls .ac-video-captions-selector-container.showing {
    visibility: visible;
    opacity: 1
}

.ac-video-controls .ac-video-captions-selector-container .ac-video-captions-selector-title {
    color: rgba(255, 255, 255, .52);
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.ac-video-controls .ac-video-captions-selector-container .controls-captions-selector {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    padding-left: 12px;
    white-space: nowrap
}

.ac-video-controls .ac-video-captions-selector-container .controls-captions-selector li:not(.showing):hover {
    text-decoration: underline
}

.ac-video-controls .ac-video-captions-selector-container .controls-captions-selector li.showing::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 18px;
    left: 14px;
    margin-top: -1px
}

video::cue {
    background-color: #000;
    color: #fff;
    font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600
}


.ac-video-poster {
    transition: opacity .5s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1
}

.ac-video-poster img {
    display: block;
    width: 100%;
    height: auto
}

.ac-video-poster.ac-video-poster-hide {
    opacity: 0;
    pointer-events: none
}

.ac-video-controls {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden
}

.ac-video-controls.mobile {
    display: none
}

.ac-video-controls [data-focus-method=mouse] {
    outline: 0
}

.ac-video-controls [data-focus-method=mouse].ac-slider-chapter-container:focus::before {
    outline: 0
}

.ac-video-controls.hidden {
    visibility: hidden
}

.ac-video-controls.start-state .controls-container {
    opacity: 1;
    background: rgba(0, 0, 0, .16);
    transition: all .5s cubic-bezier(.4, 0, .6, 1)
}

.ac-video-controls.start-state .center-button-container {
    opacity: 1;
    transform: translateY(0)
}

.ac-video-controls.start-state .controls-social-tray {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.ac-video-controls.start-state .main-controls-container {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.ac-video-controls.start-state.mobile {
    display: block
}

.ac-video-controls.start-state.mobile .controls-container .is-playing {
    display: none
}

.ac-video-controls.end-state .controls-container {
    opacity: 1;
    background: rgba(0, 0, 0, .56);
    transition: all .5s cubic-bezier(.4, 0, .6, 1)
}

.ac-video-controls.end-state .center-button-container {
    opacity: 1;
    transform: translateY(0)
}

.ac-video-controls.end-state .controls-social-tray {
    opacity: 1;
    transform: translateY(0)
}

.ac-video-controls.end-state .main-controls-container {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.ac-video-controls.end-state.mobile {
    display: block
}

.ac-video-controls .controls-container {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .56));
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.4, 0, .6, 1)
}

.ac-video-controls.hide-cursor .controls-container {
    cursor: none
}

.ac-video-controls.hide-cursor .center-button-container {
    cursor: none
}

.was-loading .ac-video-controls .center-button-container {
    transition: none
}

.ac-video-controls .center-button-container {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.4, 0, .6, 1) 50ms, transform .5s cubic-bezier(.4, 0, .6, 1)
}

.ac-video-controls .controls-social-tray {
    width: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.4, 0, .6, 1) 50ms, transform .5s cubic-bezier(.4, 0, .6, 1)
}

.ac-video-controls .controls-social-tray.hidden {
    display: none
}

.ac-video-controls .main-controls-container {
    direction: ltr;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.4, 0, .6, 1) 50ms, transform .5s cubic-bezier(.4, 0, .6, 1)
}


.ac-video-controls .main-controls {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none
}


.ac-video-controls .main-controls-item {
    flex: 1;
    position: relative;
    top: 0
}


.ac-video-controls .main-controls-item:first-child {
    margin-left: 0
}

.ac-video-controls .main-controls-item:last-child {
    margin-right: 0
}

.user-hover {
    cursor: default
}

.user-hover .controls-container {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.4, .1, .4, 1)
}

.user-hover .center-button-container {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s cubic-bezier(0, 0, .2, 1) .25s, transform .5s cubic-bezier(0, 0, .2, 1) .2s
}

.user-hover .controls-social-tray {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s cubic-bezier(0, 0, .2, 1) .35s, transform .5s cubic-bezier(0, 0, .2, 1) .3s
}

.user-hover .main-controls-container {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s cubic-bezier(0, 0, .2, 1) 50ms, transform .5s cubic-bezier(0, 0, .2, 1)
}

.user-hover .start-state .controls-container {
    background: rgba(0, 0, 0, .32)
}

.user-hover .end-state .controls-container {
    background: rgba(0, 0, 0, .64)
}

.mouse-leave .center-button-container,
.mouse-leave .controls-social-tray,
.mouse-leave .main-controls-container {
    transform: translateY(20px)
}

.initial-play .center-button-container,
.initial-play .controls-social-tray,
.initial-play .main-controls-container {
    transition: opacity .4s cubic-bezier(.4, 0, .6, 1) 50ms, transform .5s cubic-bezier(.4, 0, .6, 1)
}

.threesixty-video {
    cursor: none
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container {
    cursor: grabbing
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-play-pause-button-container,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-progress-bar,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-social-tray,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .end-state-wrapper,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .main-controls-container {
    pointer-events: none
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-play-pause-button-container *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-progress-bar *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-social-tray *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .end-state-wrapper *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .main-controls-container * {
    pointer-events: none
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-button {
    cursor: grabbing
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-progress-bar {
    cursor: grabbing
}

.threesixty-video.recently-dragging .ac-video-controls .controls-container {
    cursor: grab
}

.threesixty-video.recently-dragging .ac-video-controls .controls-container .controls-button {
    cursor: grab
}

.threesixty-video.recently-dragging .ac-video-controls .controls-container .controls-progress-bar {
    cursor: grab
}

.threesixty-video.user-hover .ac-video-controls .center-button-container {
    cursor: grab
}

.threesixty-video.user-hover .ac-video-controls.end-state .center-button-container,
.threesixty-video.user-hover .ac-video-controls.start-state .center-button-container {
    cursor: pointer
}

.threesixty-video .ac-video-controls.mobile {
    display: flex
}

.threesixty-video .ac-video-controls.mobile .controls-container {
    display: block
}

.threesixty-video .ac-video-controls.mobile:not(.start-state):not(.end-state) .controls-play-pause-button-container {
    pointer-events: none
}

.button-wrapper {
    position: relative;
    height: 100%
}

.controls-button {
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
    box-sizing: content-box;
    pointer-events: all
}

.controls-button:hover {
    cursor: pointer
}

.is-playing .loading .ac-video-icon.controls-play-pause-button,
.loading .ac-video-icon.icon-ctrl_pause,
.loading .is-playing .ac-video-icon.controls-play-pause-button {
    background-image: none
}

.loading .ac-video-icon.controls-play-pause-button,
.loading .ac-video-icon.icon-ctrl_play {
    background-image: none
}

.ac-video-icon {
    background-position: 50% 50%;
    opacity: .8;
    transition: opacity .5s ease
}

.main-controls:hover .ac-video-icon,
.sharing-state:hover .ac-video-icon {
    opacity: .56 !important
}

.sharing-state:hover .textarea-active .ac-video-icon {
    opacity: .8 !important
}

.center-button-container:hover .ac-video-icon,
.controls-social-tray .ac-video-icon:hover,
.controls-social-tray .textarea-active .ac-video-icon:hover,
.main-controls .ac-video-icon:hover {
    opacity: 1 !important
}

.user-hover .controls-play-pause-button,
.user-hover .controls-play-pause-button-container {
    cursor: pointer
}

.controls-social-tray,
.main-controls-container {
    cursor: default
}

.controls-play-pause-button-container {
    width: 100%;
    height: 100%
}

.controls-play-pause-button-container.hidden {
    display: none
}

.controls-play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .75;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: 0 0;
    transition: transform .2s ease, opacity .3s ease
}


.controls-play-pause-button-container:active .controls-play-pause-button {
    transform: scale(.9) translateX(-50%) translateY(-50%)
}

.controls-play-pause-button::after {
    content: " ";
    display: block
}

.is-playing .controls-play-pause-button::after {
    display: none
}

.end-state .controls-play-pause-button::after {
    display: none
}

.controls-toggle-mute-volume-button {
    bottom: 0;
    width: 20px;
    max-width: 20px
}

.controls-text-tracks-toggle-button {
    width: 20px;
    max-width: 20px
}

.controls-text-tracks-toggle-button.no-text-tracks {
    display: none
}

.ac-video-controls.captions-selector-showing .controls-text-tracks-toggle-button {
    opacity: 1 !important
}

.controls-airplay-button {
    width: 20px;
    max-width: 20px
}

.controls-airplay-button.airplay-unsupported {
    display: none
}

.controls-picture-in-picture-button {
    width: 20px;
    max-width: 20px
}

.controls-picture-in-picture-button.picture-in-picture-unsupported {
    display: none
}

.controls-full-screen-button {
    width: 16px;
    max-width: 16px
}

.controls-full-screen-button.fullscreen-unsupported {
    display: none
}

.controls-progress {
    display: flex;
    pointer-events: none
}

.controls-progress-bar:hover .ac-slider-thumb-background {
    opacity: 1;
    transform: scale(.83333);
    transition: transform .25s ease, opacity .25s ease
}

.controls-progress-bar:hover .ac-slider-chapter-container .ac-slider-chapter-marker {
    opacity: .56
}

.controls-progress-bar:active .ac-slider-thumb-background {
    transform: scale(1)
}

.controls-progress-time {
    color: #fff;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    line-height: 1;
    position: relative
}

.controls-progress-indicator .ac-slider-runnable-track {
    background: rgba(255, 255, 255, .16);
    border-radius: 2px;
    position: relative;
    width: 100%;
    height: 100%
}

.controls-progress-indicator .ac-slider-ax-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.controls-progress-indicator .ac-slider-hover-track {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.controls-progress-indicator .ac-slider-hover-notch {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 9;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4, 0, .6, 1);
    pointer-events: none
}

.hover.controls-progress-indicator .ac-slider-hover-notch {
    opacity: 1;
    transition: opacity .1s cubic-bezier(0, 0, .2, 1)
}

.hover.controls-progress-indicator .ac-slider-hover-notch.hidden {
    opacity: 0
}

.controls-progress-indicator .ac-slider-hover-notch.invert-element {
    background: #000
}

.controls-progress-indicator .ac-slider-chapters-track {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.controls-progress-indicator .ac-slider-chapter-container {
    box-sizing: content-box;
    position: absolute;
    height: 4px;
    width: 9px;
    padding: 18px 0;
    background-color: transparent;
    top: -18px;
    opacity: 1;
    transform: translateX(-50%);
    border-right: 2px solid transparent;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    cursor: pointer
}

.controls-progress-indicator .ac-slider-chapter-container.hidden-chapter {
    pointer-events: none
}

.controls-progress-indicator .ac-slider-chapter-container.hidden-chapter .ac-slider-chapter-marker {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.controls-progress-indicator .ac-slider-chapter-container .ac-slider-chapter-marker {
    position: relative;
    height: 4px;
    width: 4px;
    margin: 0 auto;
    background-color: #fff;
    transition: transform .25s ease, opacity .4s ease, border-radius .25s ease;
    transform: scaleX(.25);
    border-radius: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.controls-progress-indicator .ac-slider-chapter-container .ac-slider-chapter-marker span {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.controls-progress-indicator .ac-slider-chapter-container .ac-slider-chapter-marker.invert-element {
    background: #000
}

.controls-progress-indicator .ac-slider-chapter-container::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: 10px;
    width: 10px
}

.controls-progress-indicator .ac-slider-chapter-container:focus .ac-slider-chapter-marker,
.controls-progress-indicator .ac-slider-chapter-container:hover .ac-slider-chapter-marker {
    opacity: 1;
    transform: scale(1);
    border-radius: 100%
}

.controls-progress-indicator .ac-slider-chapter-container:focus {
    outline: 0
}

.controls-progress-indicator .ac-slider-chapter-container:focus::before {
    outline: 4px solid rgba(0, 125, 250, .6);
    outline-offset: 1px
}

.controls-progress-indicator .ac-slider-chapter-container:focus::before[data-focus-method=mouse]:not(input):not(textarea):not(select),
.controls-progress-indicator .ac-slider-chapter-container:focus::before[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0
}

.controls-progress-indicator .ac-slider-inner-track {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1
}

.controls-progress-indicator .ac-slider-scrubbed {
    position: absolute;
    background: #fff;
    height: 4px;
    width: 100%;
    margin-left: calc(-100% + (4px / 2));
    z-index: 1
}

.controls-progress-indicator .ac-slider-buffered {
    position: absolute;
    background: #FFF;
    height: 4px;
    border-radius: 2px;
    width: 100%;
    margin-left: calc(-100% + (4px / 2));
    opacity: .16
}

.controls-progress-indicator .ac-slider-thumb {
    border-radius: 50%;
    height: 4px;
    width: 4px;
    position: relative;
    z-index: 10
}

.controls-progress-indicator .ac-slider-thumb-background-wrapper {
    height: 12px;
    width: 12px;
    position: absolute;
    top: -18px;
    left: -4px;
    padding-top: 14px;
    padding-bottom: 14px
}

.controls-progress-indicator .ac-slider-thumb-background-wrapper:active .ac-slider-thumb-background,
.controls-progress-indicator .ac-slider-thumb-background-wrapper:hover .ac-slider-thumb-background {
    transform: scale(1)
}

.controls-progress-indicator .ac-slider-thumb-background {
    background: #fff;
    border-radius: 50%;
    height: 12px;
    width: 100%;
    opacity: 0;
    transform: scale(.33333);
    transform-origin: 50% 50%;
    transition: transform .25s ease, opacity .25s ease .25s;
    will-change: transform
}

.controls-progress-indicator .ac-slider-thumb-overlay {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 12px;
    transform: scale(.33333);
    transform-origin: 50% 50%;
    transition: transform .25s ease;
    width: 100%
}

.controls-progress-indicator.ac-slider-inactive .ac-slider-thumb {
    visibility: hidden
}

.controls-volume {
    cursor: pointer;
    max-width: 20px
}

.controls-volume:hover {
    height: 90px
}

.controls-volume .controls-volume-level-indicator {
    bottom: 35px;
    left: 7px;
    width: 4px;
    padding: 10px 10px 0 10px;
    height: 60px;
    position: absolute;
    pointer-events: none
}

.ac-video-controls.mobile .controls-volume .controls-volume-level-indicator {
    display: none
}

.controls-volume .controls-volume-level-indicator:active .ac-slider-thumb-background {
    transform: scale(1)
}

.controls-volume .ac-slider-runnable-track {
    border-radius: 2px;
    position: relative;
    width: 100%;
    height: 100%;
    left: -4px;
    padding-left: 4px;
    padding-right: 4px
}

.controls-volume .ac-slider-background {
    background: rgba(255, 255, 255, .32);
    border-radius: 2px;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    transition: height .2345s cubic-bezier(.4, 0, .6, 1), opacity 67ms cubic-bezier(.4, 0, .6, 1) 335ms
}

.controls-volume .ac-slider-inner-track {
    border-radius: 2px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    height: 0;
    width: 4px;
    transform-style: preserve-3d;
    transition: height 335ms cubic-bezier(.4, 0, .6, 1), opacity 67ms cubic-bezier(.4, 0, .6, 1) 335ms
}

.controls-volume .ac-slider-thumb-wrapper {
    width: 12px;
    height: 0;
    bottom: 0;
    left: 1px;
    position: absolute;
    z-index: 10;
    transition: height 335ms cubic-bezier(.4, 0, .6, 1)
}

.controls-volume .ac-slider-thumb {
    background: #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: auto;
    position: absolute;
    opacity: 0;
    transform: scale(.4);
    transform-origin: 50% 100%;
    transition: transform 201ms cubic-bezier(.4, 0, .6, 1) 201ms, opacity 67ms cubic-bezier(.4, 0, .6, 1) 335ms;
    will-change: transform
}

.controls-volume .ac-slider-thumb-background-wrapper {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -1px;
    left: -1px
}

.controls-volume .ac-slider-thumb-background-wrapper:active .ac-slider-thumb-background,
.controls-volume .ac-slider-thumb-background-wrapper:hover .ac-slider-thumb-background {
    transform: scale(1)
}

.controls-volume .ac-slider-thumb-background {
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(.83333);
    transform-origin: 50% 50%;
    transition: transform .25s ease
}

.controls-volume .ac-slider-scrubbed {
    background: #fff;
    bottom: calc(100% - (10px / 2));
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: margin-bottom 335ms linear;
    will-change: bottom
}

.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive),
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .controls-volume-level-indicator,
.controls-volume:active,
.controls-volume:active .controls-volume-level-indicator,
.controls-volume:hover,
.controls-volume:hover .controls-volume-level-indicator {
    pointer-events: all
}

.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-ax-track,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .controls-volume-level-indicator .ac-slider-ax-track,
.controls-volume:active .ac-slider-ax-track,
.controls-volume:active .controls-volume-level-indicator .ac-slider-ax-track,
.controls-volume:hover .ac-slider-ax-track,
.controls-volume:hover .controls-volume-level-indicator .ac-slider-ax-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .controls-toggle-mute-volume-button,
.controls-volume:active .controls-toggle-mute-volume-button,
.controls-volume:hover .controls-toggle-mute-volume-button {
    opacity: 1 !important
}

.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-background,
.controls-volume:active .ac-slider-background,
.controls-volume:hover .ac-slider-background {
    height: 100%;
    opacity: 1;
    transition: height .2345s ease-out, opacity 33.5ms ease-out
}

.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-inner-track,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-thumb-wrapper,
.controls-volume:active .ac-slider-inner-track,
.controls-volume:active .ac-slider-thumb-wrapper,
.controls-volume:hover .ac-slider-inner-track,
.controls-volume:hover .ac-slider-thumb-wrapper {
    height: 100%;
    transition: height 268ms ease-out 67ms
}

.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-thumb,
.controls-volume:active .ac-slider-thumb,
.controls-volume:hover .ac-slider-thumb {
    opacity: 1;
    transform: scale(1);
    transition: transform .25125s ease-out 50.25ms, opacity 50.25ms ease-out 50.25ms
}

.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-scrubbed,
.controls-volume:active .ac-slider-scrubbed,
.controls-volume:hover .ac-slider-scrubbed {
    margin-bottom: 5px;
    transition: margin-bottom 335ms linear
}

.live-stream {
    display: none;
    text-align: center;
    white-space: nowrap
}

.live-stream .live-stream-text {
    color: #fff;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 12px;
    letter-spacing: -.01em;
    display: block;
    position: relative
}


@keyframes loading-fade {
    from {
        opacity: 1
    }

    75% {
        opacity: .12
    }

    to {
        opacity: .12
    }
}


.dragging .compass {
    cursor: grabbing
}


.ac-modal-video-pip {
    opacity: 0;
    pointer-events: none;
    display: block
}

.modal .modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.modal .modal-content.center-horizontal {
    display: flex;
    justify-content: center
}

.shelf-grid {
    margin-bottom: 0;
    width: 100%;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.shelf-grid__body {
    width: 100%;
    overflow: hidden;
    box-sizing: content-box;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
}


.shelf-grid__header {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 25px;
    padding-right: 25px;
    padding-left: 0;
    padding-right: 0
}

.shelf-grid-announcer {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.shelf-grid--peeking-small {
    margin: 0
}



.focusing-outlet {
    outline: 0
}

.animation-wrapper>:not(.animation-wrapper__container) {
    transition: opacity 250ms cubic-bezier(.21, .11, .18, 1)
}

.animation-wrapper.is-hidden>:not(.animation-wrapper__container) {
    opacity: 0;
    pointer-events: none;
    transition-duration: .1s
}

.animation-wrapper__container {
    display: inline-block;
    position: fixed;
    top: 50%;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1
}

.animation-wrapper__progress-outer {
    height: 2px;
    width: 109px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    opacity: 0;
    background-color: rgba(123, 123, 139, .2);
    border-radius: 2px;
    animation: animation-wrapper-appear .1s cubic-bezier(.21, .11, .18, 1) 3s forwards;
    z-index: 1
}

.animation-wrapper__progress-inner {
    content: '';
    display: block;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    background-color: rgba(123, 123, 139, .9);
    border-radius: inherit;
    transition: transform 5ms ease-in-out;
    right: 100%;
    z-index: 1
}

@keyframes animation-wrapper-appear {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.app-privacy__cards {
    margin-top: 13px;
    display: grid;
    grid-gap: 20px
}

@media only screen and (min-width:735px) {
    .app-privacy__cards {
        grid-template-columns: repeat(auto-fit, minmax(calc((100% - 20px)/ 2), 1fr))
    }
}

@media only screen and (min-width:1069px) {
    .app-privacy__cards {
        grid-template-columns: repeat(auto-fit, minmax(calc((100% - (20px * 2))/ 3), 1fr))
    }
}

.app-privacy__card {
    padding: 28px 20px 20px;
    width: 100%;
    border-radius: 16px;
    background-color: #f8f8f8
}

@media only screen and (min-width:735px) {
    .app-privacy__card:first-child:last-child {
        max-width: 50%
    }
}



.app-privacy__learn-more {
    margin-top: 20px
}

.app-privacy__developer-name {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(zh) {
    letter-spacing: 0
}

.app-privacy__developer-name:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app-privacy__developer-name:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.link {
    text-decoration: none;
    color: #0070c9
}

@media (monochrome),
(min-monochrome:1) {
    .link {
        text-decoration: underline !important
    }
}

.is-itunes-theme .link {
    color: #0070c9
}

.is-tv-theme .link {
    color: #0f6ea1
}

.is-mac-theme .link {
    color: #0070c9
}

.is-podcasts-theme .link {
    color: #7d50df
}

.is-apps-theme .link {
    color: #0070c9
}

.link.is-active,
.link:active,
.link:focus,
.link:hover {
    text-decoration: underline
}

@media (monochrome),
(min-monochrome:1) {
    .link--no-decoration {
        text-decoration: underline !important
    }
}

.link--no-decoration.is-active,
.link--no-decoration:active,
.link--no-decoration:focus,
.link--no-decoration:hover {
    text-decoration: none
}

.link--no-tint {
    color: inherit
}

.is-itunes-theme .link--no-tint {
    color: inherit
}

.is-tv-theme .link--no-tint {
    color: inherit
}

.is-mac-theme .link--no-tint {
    color: inherit
}

.is-podcasts-theme .link--no-tint {
    color: inherit
}

.is-apps-theme .link--no-tint {
    color: inherit
}

.targeted-link {
    text-decoration: none
}

.targeted-link.is-active,
.targeted-link:active,
.targeted-link:focus,
.targeted-link:hover {
    text-decoration: none
}

.targeted-link.is-active .targeted-link__target,
.targeted-link:active .targeted-link__target,
.targeted-link:focus .targeted-link__target,
.targeted-link:hover .targeted-link__target {
    text-decoration: underline
}

@media (monochrome),
(min-monochrome:1) {
    .targeted-link:not(.targeted-link--no-monochrome-underline) .targeted-link__target {
        text-decoration: underline !important
    }
}

.section {
    padding-top: 19px;
    padding-bottom: 32px
}

.section--hero,
.section--hero-fullwidth-artwork {
    padding-top: 40px
}

@media only screen and (min-width:1069px) {
    .section--hero-book {
        padding-top: 52px
    }
}

.section--hero {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:734px) {
    .section--small-no-padding-top {
        padding-top: 0
    }
}

.section--large-padding-top {
    padding-top: 32px
}

.section--no-padding-top {
    padding-top: 0
}

.section--no-padding-bottom {
    padding-bottom: 0
}

.section--bordered {
    border-top: 1px solid #d6d6d6
}

.section--book-infobar {
    padding-top: 32px;
    display: flex;
    align-items: stretch
}

.section--publisher-description+.section--book-infobar {
    padding-top: 0
}

@media only screen and (max-width:734px) {
    .section--book-infobar {
        margin-bottom: 32px;
        padding-bottom: 0
    }
}

@media only screen and (max-width:734px) {
    .section--link-list {
        padding-top: 0;
        padding-bottom: 19px
    }

    .section--link-list+.section--bordered {
        padding-top: 0;
        border-top: 0
    }
}

@media only screen and (max-width:734px) {
    .section--small-not-bordered {
        border-top: none
    }
}

.section--subscribe-hidden {
    display: none
}

@media only screen and (max-width:734px) {
    .section--small-full-width {
        margin-left: -7.14286%;
        margin-right: -7.14286%;
        padding-left: 7.14286%;
        padding-right: 7.14286%
    }
}

@media only screen and (max-width:734px) {
    .section--media-shelf {
        width: 100%
    }

    .section--media-shelf .section__nav {
        margin-left: 6.25%;
        margin-right: 6.25%
    }
}

.section__headline {
    margin-bottom: 17px;
    flex-shrink: 1;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .024em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(zh) {
    font-weight: 600
}

.section__headline:lang(zh-HK) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(zh-MO) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(zh-TW) {
    font-weight: 600;
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(zh-CH) {
    font-weight: 600
}

.section__headline:lang(th) {
    line-height: 1.422;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link {
    display: flex;
    gap: .5em;
    margin-bottom: 17px;
    transition: gap .2s
}

.section__headline-link:hover {
    text-decoration: none;
    gap: .75em
}

.section__headline-link::after {
    color: #1d1d1f;
    content: '\203A';
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .024em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(zh) {
    font-weight: 600
}

.section__headline-link::after:lang(zh-HK) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(zh-MO) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(zh-TW) {
    font-weight: 600;
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(zh-CH) {
    font-weight: 600
}

.section__headline-link::after:lang(th) {
    line-height: 1.422;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link::after:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__headline-link .section__headline {
    margin-bottom: 0
}

.section__headline--book {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(ar) {
    font-family: "New York Medium", "SF Pro AR", "SF Pro Gulf", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(ja) {
    font-family: "New York Medium", "SF Pro JP", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(ko) {
    font-family: "New York Medium", "SF Pro KR", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(th) {
    font-family: "New York Medium", "SF Pro TH", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(zh-CN) {
    font-family: "New York Medium", "SF Pro SC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(zh-HK) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(zh-MO) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.section__headline--book:lang(zh-TW) {
    font-family: "New York Medium", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

@media only screen and (max-width:1068px) {
    .section__nav--artist-top-songs {
        margin-top: 32px;
        padding-top: 19px;
        border-top: 1px solid #d6d6d6
    }
}

.section__subheadline {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__subheadline:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section__nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.section__nav--align-start {
    justify-content: flex-start
}

.section__nav--align-start>:first-child {
    margin-right: 14px
}

.section__nav--small {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-flow: row wrap
}

.section__nav__see-all-link {
    margin-bottom: 17px;
    display: inline-block;
    flex-shrink: 0;
    margin-left: 16px
}

@media only screen and (max-width:734px) {

    .section__nav--book-lighting .section__headline,
    .section__nav--book-lighting .section__nav__see-all-link {
        margin-bottom: 0
    }
}

.section-group {
    background-color: #f8f8f8
}

@media only screen and (min-width:1069px) {
    .section-group--artist {
        margin-top: 20px
    }
}

.section-group--books-featured-review+.section-group--books-featured-review {
    margin-top: 10px
}

@keyframes we-button-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 100%
    }
}

.we-button {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #0070c9;
    min-width: 28px;
    padding: 2px 16px;
    display: inline-block;
    border-radius: 18px;
    color: #1d1d1f;
    cursor: pointer;
    text-align: center;
    white-space: nowrap
}

.we-button:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:lang(zh) {
    letter-spacing: 0
}

.we-button:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button:hover {
    text-decoration: none
}

.we-button:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, .6);
    outline: 0
}

.we-button:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.we-button:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow: none
}

.we-button:active {
    outline: 0
}

.we-button.disabled,
.we-button:disabled {
    color: #1d1d1f;
    cursor: default;
    opacity: .3
}

.we-button--compact {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 23px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 12px
}

.we-button--compact:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--compact:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--compact:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--compact:lang(zh) {
    letter-spacing: 0
}

.we-button--compact:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--compact:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--compact:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--compact:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--compact:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--block {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.we-button--secondary {
    color: #06c
}

.we-button--secondary.disabled,
.we-button--secondary:disabled {
    color: #06c
}

.we-button-flat {
    color: #fff;
    border: 1px solid #0070c9;
    background: #0070c9
}

.we-button-flat:hover {
    border-color: #0070c9;
    background: #0087f2;
    border-color: #0087f2
}

.we-button-flat.is-active,
.we-button-flat:active {
    background: #0059a0;
    border-color: #0059a0
}

.we-button-flat.disabled,
.we-button-flat:disabled {
    background: #0070c9;
    border-color: #0070c9;
    color: #fff;
    opacity: .3
}

.we-button-flat--plain {
    color: #000;
    border: 1px solid transparent;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0
}

.we-button-flat--plain:hover {
    border-color: transparent;
    background: rgba(20, 20, 20, 0);
    border-color: rgba(20, 20, 20, 0)
}

.we-button-flat--plain.is-active,
.we-button-flat--plain:active {
    background: rgba(0, 0, 0, 0);
    border-color: transparent
}

.we-button-flat--plain.disabled,
.we-button-flat--plain:disabled {
    background: 0 0;
    border-color: transparent;
    color: #000;
    opacity: .3
}

.we-button-flat--plain:hover {
    color: #0070c9
}

.is-itunes-theme .we-button-flat--plain:hover {
    color: #0070c9
}

.is-tv-theme .we-button-flat--plain:hover {
    color: #0f6ea1
}

.is-mac-theme .we-button-flat--plain:hover {
    color: #0070c9
}

.is-podcasts-theme .we-button-flat--plain:hover {
    color: #7d50df
}

.is-apps-theme .we-button-flat--plain:hover {
    color: #0070c9
}

.we-button--spinner {
    position: relative;
    transition: .25s
}

.we-button--spinner.we-button--loading {
    background-color: transparent;
    border-color: transparent
}

.we-button--pill,
.we-button--pill-chin {
    border-radius: 9999em;
    color: #fff;
    background-color: rgba(255, 255, 255, .25);
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(zh),
.we-button--pill:lang(zh) {
    font-weight: 600
}

.we-button--pill-chin:lang(zh-HK),
.we-button--pill:lang(zh-HK) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(zh-MO),
.we-button--pill:lang(zh-MO) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(zh-TW),
.we-button--pill:lang(zh-TW) {
    font-weight: 600;
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(zh-CH),
.we-button--pill:lang(zh-CH) {
    font-weight: 600
}

.we-button--pill-chin:lang(th),
.we-button--pill:lang(th) {
    line-height: 2.07375;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(ar),
.we-button--pill:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(ja),
.we-button--pill:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(ko),
.we-button--pill:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:lang(zh-CN),
.we-button--pill:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-chin:active,
.we-button--pill-chin:focus,
.we-button--pill-chin:hover,
.we-button--pill:active,
.we-button--pill:focus,
.we-button--pill:hover {
    background-color: rgba(255, 255, 255, .2)
}

.we-button--pill,
.we-button--pill-keycolor,
.we-button--pill-small {
    border-radius: 9999em;
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(zh),
.we-button--pill-small:lang(zh),
.we-button--pill:lang(zh) {
    font-weight: 600
}

.we-button--pill-keycolor:lang(zh-HK),
.we-button--pill-small:lang(zh-HK),
.we-button--pill:lang(zh-HK) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(zh-MO),
.we-button--pill-small:lang(zh-MO),
.we-button--pill:lang(zh-MO) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(zh-TW),
.we-button--pill-small:lang(zh-TW),
.we-button--pill:lang(zh-TW) {
    font-weight: 600;
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(zh-CH),
.we-button--pill-small:lang(zh-CH),
.we-button--pill:lang(zh-CH) {
    font-weight: 600
}

.we-button--pill-keycolor:lang(th),
.we-button--pill-small:lang(th),
.we-button--pill:lang(th) {
    line-height: 2.07375;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(ar),
.we-button--pill-small:lang(ar),
.we-button--pill:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(ja),
.we-button--pill-small:lang(ja),
.we-button--pill:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(ko),
.we-button--pill-small:lang(ko),
.we-button--pill:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-keycolor:lang(zh-CN),
.we-button--pill-small:lang(zh-CN),
.we-button--pill:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.is-itunes-theme .we-button--pill,
.is-itunes-theme .we-button--pill-small {
    color: #0070c9;
    border: 1px solid #efeff4;
    background: #efeff4
}

.is-itunes-theme .we-button--pill-small:hover,
.is-itunes-theme .we-button--pill:hover {
    border-color: #efeff4;
    background: #e6e6ee;
    border-color: #e6e6ee
}

.is-itunes-theme .we-button--pill-small.is-active,
.is-itunes-theme .we-button--pill-small:active,
.is-itunes-theme .we-button--pill.is-active,
.is-itunes-theme .we-button--pill:active {
    background: #dddde8;
    border-color: #dddde8
}

.is-itunes-theme .we-button--pill-small.disabled,
.is-itunes-theme .we-button--pill-small:disabled,
.is-itunes-theme .we-button--pill.disabled,
.is-itunes-theme .we-button--pill:disabled {
    background: #efeff4;
    border-color: #efeff4;
    color: #0070c9;
    opacity: .3
}

.is-tv-theme .we-button--pill,
.is-tv-theme .we-button--pill-small {
    color: #0f6ea1;
    border: 1px solid #efeff4;
    background: #efeff4
}

.is-tv-theme .we-button--pill-small:hover,
.is-tv-theme .we-button--pill:hover {
    border-color: #efeff4;
    background: #e6e6ee;
    border-color: #e6e6ee
}

.is-tv-theme .we-button--pill-small.is-active,
.is-tv-theme .we-button--pill-small:active,
.is-tv-theme .we-button--pill.is-active,
.is-tv-theme .we-button--pill:active {
    background: #dddde8;
    border-color: #dddde8
}

.is-tv-theme .we-button--pill-small.disabled,
.is-tv-theme .we-button--pill-small:disabled,
.is-tv-theme .we-button--pill.disabled,
.is-tv-theme .we-button--pill:disabled {
    background: #efeff4;
    border-color: #efeff4;
    color: #0f6ea1;
    opacity: .3
}

.is-mac-theme .we-button--pill,
.is-mac-theme .we-button--pill-small {
    color: #0070c9;
    border: 1px solid #efeff4;
    background: #efeff4
}

.is-mac-theme .we-button--pill-small:hover,
.is-mac-theme .we-button--pill:hover {
    border-color: #efeff4;
    background: #e6e6ee;
    border-color: #e6e6ee
}

.is-mac-theme .we-button--pill-small.is-active,
.is-mac-theme .we-button--pill-small:active,
.is-mac-theme .we-button--pill.is-active,
.is-mac-theme .we-button--pill:active {
    background: #dddde8;
    border-color: #dddde8
}

.is-mac-theme .we-button--pill-small.disabled,
.is-mac-theme .we-button--pill-small:disabled,
.is-mac-theme .we-button--pill.disabled,
.is-mac-theme .we-button--pill:disabled {
    background: #efeff4;
    border-color: #efeff4;
    color: #0070c9;
    opacity: .3
}

.is-podcasts-theme .we-button--pill,
.is-podcasts-theme .we-button--pill-small {
    color: #7d50df;
    border: 1px solid #efeff4;
    background: #efeff4
}

.is-podcasts-theme .we-button--pill-small:hover,
.is-podcasts-theme .we-button--pill:hover {
    border-color: #efeff4;
    background: #e6e6ee;
    border-color: #e6e6ee
}

.is-podcasts-theme .we-button--pill-small.is-active,
.is-podcasts-theme .we-button--pill-small:active,
.is-podcasts-theme .we-button--pill.is-active,
.is-podcasts-theme .we-button--pill:active {
    background: #dddde8;
    border-color: #dddde8
}

.is-podcasts-theme .we-button--pill-small.disabled,
.is-podcasts-theme .we-button--pill-small:disabled,
.is-podcasts-theme .we-button--pill.disabled,
.is-podcasts-theme .we-button--pill:disabled {
    background: #efeff4;
    border-color: #efeff4;
    color: #7d50df;
    opacity: .3
}

.is-apps-theme .we-button--pill,
.is-apps-theme .we-button--pill-small {
    color: #0070c9;
    border: 1px solid #efeff4;
    background: #efeff4
}

.is-apps-theme .we-button--pill-small:hover,
.is-apps-theme .we-button--pill:hover {
    border-color: #efeff4;
    background: #e6e6ee;
    border-color: #e6e6ee
}

.is-apps-theme .we-button--pill-small.is-active,
.is-apps-theme .we-button--pill-small:active,
.is-apps-theme .we-button--pill.is-active,
.is-apps-theme .we-button--pill:active {
    background: #dddde8;
    border-color: #dddde8
}

.is-apps-theme .we-button--pill-small.disabled,
.is-apps-theme .we-button--pill-small:disabled,
.is-apps-theme .we-button--pill.disabled,
.is-apps-theme .we-button--pill:disabled {
    background: #efeff4;
    border-color: #efeff4;
    color: #0070c9;
    opacity: .3
}

.we-button--pill:not(.we-button--spinner) {
    min-width: 48px
}

.we-button--pill-small:not(.we-button--spinner) {
    min-width: 42px
}

.is-itunes-theme .we-button--pill-keycolor {
    color: #fff;
    border: 1px solid #0070c9;
    background: #0070c9
}

.is-itunes-theme .we-button--pill-keycolor:hover {
    border-color: #0070c9;
    background: #0067ba;
    border-color: #0067ba
}

.is-itunes-theme .we-button--pill-keycolor.is-active,
.is-itunes-theme .we-button--pill-keycolor:active {
    background: #005faa;
    border-color: #005faa
}

.is-itunes-theme .we-button--pill-keycolor.disabled,
.is-itunes-theme .we-button--pill-keycolor:disabled {
    background: #0070c9;
    border-color: #0070c9;
    color: #fff;
    opacity: .3
}

.is-tv-theme .we-button--pill-keycolor {
    color: #fff;
    border: 1px solid #0f6ea1;
    background: #0f6ea1
}

.is-tv-theme .we-button--pill-keycolor:hover {
    border-color: #0f6ea1;
    background: #0e6493;
    border-color: #0e6493
}

.is-tv-theme .we-button--pill-keycolor.is-active,
.is-tv-theme .we-button--pill-keycolor:active {
    background: #0c5b85;
    border-color: #0c5b85
}

.is-tv-theme .we-button--pill-keycolor.disabled,
.is-tv-theme .we-button--pill-keycolor:disabled {
    background: #0f6ea1;
    border-color: #0f6ea1;
    color: #fff;
    opacity: .3
}

.is-mac-theme .we-button--pill-keycolor {
    color: #fff;
    border: 1px solid #0070c9;
    background: #0070c9
}

.is-mac-theme .we-button--pill-keycolor:hover {
    border-color: #0070c9;
    background: #0067ba;
    border-color: #0067ba
}

.is-mac-theme .we-button--pill-keycolor.is-active,
.is-mac-theme .we-button--pill-keycolor:active {
    background: #005faa;
    border-color: #005faa
}

.is-mac-theme .we-button--pill-keycolor.disabled,
.is-mac-theme .we-button--pill-keycolor:disabled {
    background: #0070c9;
    border-color: #0070c9;
    color: #fff;
    opacity: .3
}

.is-podcasts-theme .we-button--pill-keycolor {
    color: #fff;
    border: 1px solid #7d50df;
    background: #7d50df
}

.is-podcasts-theme .we-button--pill-keycolor:hover {
    border-color: #7d50df;
    background: #7343dd;
    border-color: #7343dd
}

.is-podcasts-theme .we-button--pill-keycolor.is-active,
.is-podcasts-theme .we-button--pill-keycolor:active {
    background: #6a36da;
    border-color: #6a36da
}

.is-podcasts-theme .we-button--pill-keycolor.disabled,
.is-podcasts-theme .we-button--pill-keycolor:disabled {
    background: #7d50df;
    border-color: #7d50df;
    color: #fff;
    opacity: .3
}

.is-apps-theme .we-button--pill-keycolor {
    color: #fff;
    border: 1px solid #0070c9;
    background: #0070c9
}

.is-apps-theme .we-button--pill-keycolor:hover {
    border-color: #0070c9;
    background: #0067ba;
    border-color: #0067ba
}

.is-apps-theme .we-button--pill-keycolor.is-active,
.is-apps-theme .we-button--pill-keycolor:active {
    background: #005faa;
    border-color: #005faa
}

.is-apps-theme .we-button--pill-keycolor.disabled,
.is-apps-theme .we-button--pill-keycolor:disabled {
    background: #0070c9;
    border-color: #0070c9;
    color: #fff;
    opacity: .3
}

.we-button--pill,
.we-button--pill-keycolor {
    min-width: 48px
}

.we-button--pill-small {
    min-width: 42px;
    padding: 0 12px;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    height: 21px;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--pill-small:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.is-itunes-theme .we-button--pill-small:not(.we-button--pill-white):active,
.is-itunes-theme .we-button--pill-small:not(.we-button--pill-white):focus,
.is-itunes-theme .we-button--pill-small:not(.we-button--pill-white):hover {
    background-color: #0070c9;
    border-color: #0070c9;
    color: #fff
}

.is-tv-theme .we-button--pill-small:not(.we-button--pill-white):active,
.is-tv-theme .we-button--pill-small:not(.we-button--pill-white):focus,
.is-tv-theme .we-button--pill-small:not(.we-button--pill-white):hover {
    background-color: #0f6ea1;
    border-color: #0f6ea1;
    color: #fff
}

.is-mac-theme .we-button--pill-small:not(.we-button--pill-white):active,
.is-mac-theme .we-button--pill-small:not(.we-button--pill-white):focus,
.is-mac-theme .we-button--pill-small:not(.we-button--pill-white):hover {
    background-color: #0070c9;
    border-color: #0070c9;
    color: #fff
}

.is-podcasts-theme .we-button--pill-small:not(.we-button--pill-white):active,
.is-podcasts-theme .we-button--pill-small:not(.we-button--pill-white):focus,
.is-podcasts-theme .we-button--pill-small:not(.we-button--pill-white):hover {
    background-color: #7d50df;
    border-color: #7d50df;
    color: #fff
}

.is-apps-theme .we-button--pill-small:not(.we-button--pill-white):active,
.is-apps-theme .we-button--pill-small:not(.we-button--pill-white):focus,
.is-apps-theme .we-button--pill-small:not(.we-button--pill-white):hover {
    background-color: #0070c9;
    border-color: #0070c9;
    color: #fff
}

.we-button--pill-small.icon-play::before {
    top: -1px;
    font-size: 11px
}

.we-button--centered {
    padding-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    height: 20px
}

.we-button--pill-keycolor {
    color: #fff;
    border: 1px solid #0070c9;
    background: #0070c9
}

.we-button--pill-keycolor:hover {
    border-color: #0070c9;
    background: #0067ba;
    border-color: #0067ba
}

.we-button--pill-keycolor.is-active,
.we-button--pill-keycolor:active {
    background: #005faa;
    border-color: #005faa
}

.we-button--pill-keycolor.disabled,
.we-button--pill-keycolor:disabled {
    background: #0070c9;
    border-color: #0070c9;
    color: #fff;
    opacity: .3
}

.we-button--outlined {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9
}

.we-button--outlined:hover {
    border-color: #0079d8;
    background: 0 0;
    color: #0079d8
}

.we-button--outlined.is-active,
.we-button--outlined:active {
    border-color: #0087f2;
    background: 0 0;
    color: #0087f2
}

.we-button--outlined.disabled,
.we-button--outlined:disabled {
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9;
    opacity: .3
}

.is-itunes-theme .we-button--outlined {
    border-width: 1px;
    border-style: solid;
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9
}

.is-itunes-theme .we-button--outlined:hover {
    border-color: #0079d8;
    background: 0 0;
    color: #0079d8
}

.is-itunes-theme .we-button--outlined.is-active,
.is-itunes-theme .we-button--outlined:active {
    border-color: #0087f2;
    background: 0 0;
    color: #0087f2
}

.is-itunes-theme .we-button--outlined.disabled,
.is-itunes-theme .we-button--outlined:disabled {
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9;
    opacity: .3
}

.is-tv-theme .we-button--outlined {
    border-width: 1px;
    border-style: solid;
    border-color: #0f6ea1;
    background: 0 0;
    color: #0f6ea1
}

.is-tv-theme .we-button--outlined:hover {
    border-color: #1078af;
    background: 0 0;
    color: #1078af
}

.is-tv-theme .we-button--outlined.is-active,
.is-tv-theme .we-button--outlined:active {
    border-color: #1288c6;
    background: 0 0;
    color: #1288c6
}

.is-tv-theme .we-button--outlined.disabled,
.is-tv-theme .we-button--outlined:disabled {
    border-color: #0f6ea1;
    background: 0 0;
    color: #0f6ea1;
    opacity: .3
}

.is-mac-theme .we-button--outlined {
    border-width: 1px;
    border-style: solid;
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9
}

.is-mac-theme .we-button--outlined:hover {
    border-color: #0079d8;
    background: 0 0;
    color: #0079d8
}

.is-mac-theme .we-button--outlined.is-active,
.is-mac-theme .we-button--outlined:active {
    border-color: #0087f2;
    background: 0 0;
    color: #0087f2
}

.is-mac-theme .we-button--outlined.disabled,
.is-mac-theme .we-button--outlined:disabled {
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9;
    opacity: .3
}

.is-podcasts-theme .we-button--outlined {
    border-width: 1px;
    border-style: solid;
    border-color: #7d50df;
    background: 0 0;
    color: #7d50df
}

.is-podcasts-theme .we-button--outlined:hover {
    border-color: #875de1;
    background: 0 0;
    color: #875de1
}

.is-podcasts-theme .we-button--outlined.is-active,
.is-podcasts-theme .we-button--outlined:active {
    border-color: #9772e5;
    background: 0 0;
    color: #9772e5
}

.is-podcasts-theme .we-button--outlined.disabled,
.is-podcasts-theme .we-button--outlined:disabled {
    border-color: #7d50df;
    background: 0 0;
    color: #7d50df;
    opacity: .3
}

.is-apps-theme .we-button--outlined {
    border-width: 1px;
    border-style: solid;
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9
}

.is-apps-theme .we-button--outlined:hover {
    border-color: #0079d8;
    background: 0 0;
    color: #0079d8
}

.is-apps-theme .we-button--outlined.is-active,
.is-apps-theme .we-button--outlined:active {
    border-color: #0087f2;
    background: 0 0;
    color: #0087f2
}

.is-apps-theme .we-button--outlined.disabled,
.is-apps-theme .we-button--outlined:disabled {
    border-color: #0070c9;
    background: 0 0;
    color: #0070c9;
    opacity: .3
}

.we-button--external {
    padding: 7px 8px 5px;
    animation: we-button-fade-in .2s;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (min-width:735px) {
    .we-button--external {
        padding: 7px 10px 5px
    }
}

.we-button--external::after {
    font-size: 1.2em;
    font-weight: 300;
    padding-left: 0
}

.we-button--external:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--external:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--external:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--external:lang(zh) {
    letter-spacing: 0
}

.we-button--external:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--external:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--external:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--external:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button--external:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-text {
    font-weight: 500
}

.we-button__container {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

@media only screen and (min-width:735px) {
    .we-button__container {
        flex-direction: row;
        align-items: center
    }
}

.we-button__app-subline {
    color: #86868b;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.18182;
    font-weight: 400;
    letter-spacing: .006em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(th) {
    line-height: 1.4005;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-button__app-subline:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (min-width:735px) {
    .we-button__app-subline {
        max-width: 140px;
        margin-top: 0;
        margin-left: 8px
    }
}

.is-apps-theme .we-button--light,
.is-apps-theme .we-button--light:focus,
.is-apps-theme .we-button--light:hover {
    color: #fff;
    border-color: #fff
}

.badge {
    display: inline-block;
    border: 1px solid #636366;
    border-radius: 3px;
    color: #636366;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    font-size: 7.5px;
    line-height: 1.06667;
    font-weight: 700;
    letter-spacing: -.006em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1
}

.badge:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.badge:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.badge:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.badge:lang(zh) {
    font-weight: 600;
    letter-spacing: 0
}

.badge:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.badge:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.badge:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.badge:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.badge:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (min-width:735px) {
    .badge {
        font-size: 10px;
        line-height: 1.3;
        font-weight: 700;
        letter-spacing: -.006em;
        font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(ar) {
        letter-spacing: 0;
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(ja) {
        letter-spacing: 0;
        font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(ko) {
        letter-spacing: 0;
        font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(zh) {
        font-weight: 600;
        letter-spacing: 0
    }

    .badge:lang(th) {
        font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .badge:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.badge--inverted {
    background-color: #636366;
    color: #fff
}

.badge--no-border {
    border: 0
}

.badge--product-title {
    margin-bottom: 3px;
    padding-bottom: 0;
    display: inline-block;
    font-size: 10.4px;
    letter-spacing: .04em;
    vertical-align: middle
}

@media only screen and (min-width:1069px) {
    .badge--product-title {
        margin-bottom: 2px
    }
}

.badge-asset {
    display: inline-block;
    vertical-align: text-bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

@media only screen and (max-width:734px) {
    .badge-asset--dbatmos.badge-asset--small-medium {
        width: 35px;
        height: 10px
    }
}

.badge-asset--dbatmos.badge-asset--small {
    width: 35px;
    height: 10px
}

@media only screen and (max-width:734px) {
    .badge-asset--4k.badge-asset--small-medium {
        width: 17px;
        height: 10px
    }
}

.badge-asset--4k.badge-asset--small {
    width: 17px;
    height: 10px
}

@media only screen and (max-width:734px) {
    .badge-asset--dbvision.badge-asset--small-medium {
        width: 35px;
        height: 10px
    }
}

.badge-asset--dbvision.badge-asset--small {
    width: 35px;
    height: 10px
}

@media only screen and (max-width:734px) {
    .badge-asset--hdr.badge-asset--small-medium {
        width: 23px;
        height: 10px
    }
}

.badge-asset--hdr.badge-asset--small {
    width: 23px;
    height: 10px
}

@media only screen and (max-width:734px) {
    .badge-asset--hd.badge-asset--small-medium {
        width: 17px;
        height: 10px
    }
}

.badge-asset--hd.badge-asset--small {
    width: 17px;
    height: 10px
}

@media only screen and (max-width:734px) {
    .badge-asset--cc.badge-asset--small-medium {
        width: 17px;
        height: 10px
    }
}

.badge-asset--cc.badge-asset--small {
    width: 17px;
    height: 10px
}



@media only screen and (max-width:734px) {
    .badge-asset--sdh.badge-asset--small-medium {
        width: 21px;
        height: 10px
    }
}

.badge-asset--sdh.badge-asset--small {
    width: 21px;
    height: 10px
}


@media only screen and (max-width:734px) {
    .badge-asset--ad.badge-asset--small-medium {
        width: 17px;
        height: 10px
    }
}

.badge-asset--ad.badge-asset--small {
    width: 17px;
    height: 10px
}

.badge-asset--us-g {
    width: 20px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-g.badge-asset--small-medium {
        width: 14px;
        height: 10px
    }
}

.badge-asset--us-g.badge-asset--small {
    width: 14px;
    height: 10px
}

.badge-asset--us-nc17 {
    width: 44px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-nc17.badge-asset--small-medium {
        width: 30px;
        height: 10px
    }
}

.badge-asset--us-nc17.badge-asset--small {
    width: 30px;
    height: 10px
}

.badge-asset--us-pg-13 {
    width: 44px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-pg-13.badge-asset--small-medium {
        width: 30px;
        height: 10px
    }
}

.badge-asset--us-pg-13.badge-asset--small {
    width: 30px;
    height: 10px
}

.badge-asset--us-pg {
    width: 30px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-pg.badge-asset--small-medium {
        width: 21px;
        height: 10px
    }
}

.badge-asset--us-pg.badge-asset--small {
    width: 21px;
    height: 10px
}

.badge-asset--us-r {
    width: 20px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-r.badge-asset--small-medium {
        width: 14px;
        height: 10px
    }
}

.badge-asset--us-r.badge-asset--small {
    width: 14px;
    height: 10px
}

.badge-asset--us-nr {
    width: 69px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-nr.badge-asset--small-medium {
        width: 46px;
        height: 10px
    }
}

.badge-asset--us-nr.badge-asset--small {
    width: 46px;
    height: 10px
}

.badge-asset--us-tv-14 {
    width: 39px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-14.badge-asset--small-medium {
        width: 26px;
        height: 10px
    }
}

.badge-asset--us-tv-14.badge-asset--small {
    width: 26px;
    height: 10px
}

.badge-asset--us-tv-g {
    width: 35px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-g.badge-asset--small-medium {
        width: 24px;
        height: 10px
    }
}

.badge-asset--us-tv-g.badge-asset--small {
    width: 24px;
    height: 10px
}

.badge-asset--us-tv-ma {
    width: 44px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-ma.badge-asset--small-medium {
        width: 30px;
        height: 10px
    }
}

.badge-asset--us-tv-ma.badge-asset--small {
    width: 30px;
    height: 10px
}

.badge-asset--us-tv-nr {
    width: 68px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-nr.badge-asset--small-medium {
        width: 46px;
        height: 10px
    }
}

.badge-asset--us-tv-nr.badge-asset--small {
    width: 46px;
    height: 10px
}

.badge-asset--us-tv-pg {
    width: 42px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-pg.badge-asset--small-medium {
        width: 28px;
        height: 10px
    }
}

.badge-asset--us-tv-pg.badge-asset--small {
    width: 28px;
    height: 10px
}

.badge-asset--us-tv-ur {
    width: 59px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-ur.badge-asset--small-medium {
        width: 40px;
        height: 10px
    }
}

.badge-asset--us-tv-ur.badge-asset--small {
    width: 40px;
    height: 10px
}

.badge-asset--us-tv-y {
    width: 34px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-y.badge-asset--small-medium {
        width: 23px;
        height: 10px
    }
}

.badge-asset--us-tv-y.badge-asset--small {
    width: 23px;
    height: 10px
}

.badge-asset--us-tv-y7 {
    width: 41px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-y7.badge-asset--small-medium {
        width: 28px;
        height: 10px
    }
}

.badge-asset--us-tv-y7.badge-asset--small {
    width: 28px;
    height: 10px
}

.badge-asset--us-tv-y7fv {
    width: 48px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-tv-y7fv.badge-asset--small-medium {
        width: 32px;
        height: 10px
    }
}

.badge-asset--us-tv-y7fv.badge-asset--small {
    width: 32px;
    height: 10px
}

.badge-asset--us-unrated {
    width: 59px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--us-unrated.badge-asset--small-medium {
        width: 40px;
        height: 10px
    }
}

.badge-asset--us-unrated.badge-asset--small {
    width: 40px;
    height: 10px
}

.badge-asset--gb-12 {
    width: 19px;
    height: 19px
}

@media only screen and (max-width:734px) {
    .badge-asset--gb-12.badge-asset--small-medium {
        width: 15px;
        height: 15px
    }
}

.badge-asset--gb-12.badge-asset--small {
    width: 15px;
    height: 15px
}

.badge-asset--gb-15 {
    width: 19px;
    height: 19px
}

@media only screen and (max-width:734px) {
    .badge-asset--gb-15.badge-asset--small-medium {
        width: 15px;
        height: 15px
    }
}

.badge-asset--gb-15.badge-asset--small {
    width: 15px;
    height: 15px
}

.badge-asset--gb-18 {
    width: 19px;
    height: 19px
}

@media only screen and (max-width:734px) {
    .badge-asset--gb-18.badge-asset--small-medium {
        width: 15px;
        height: 15px
    }
}

.badge-asset--gb-18.badge-asset--small {
    width: 15px;
    height: 15px
}

.badge-asset--gb-pg {
    width: 25.33px;
    height: 19px
}

@media only screen and (max-width:734px) {
    .badge-asset--gb-pg.badge-asset--small-medium {
        width: 15px;
        height: 15px
    }
}

.badge-asset--gb-pg.badge-asset--small {
    width: 15px;
    height: 15px
}

.badge-asset--gb-u {
    width: 25.33px;
    height: 19px
}

@media only screen and (max-width:734px) {
    .badge-asset--gb-u.badge-asset--small-medium {
        width: 22.5px;
        height: 15px
    }
}

.badge-asset--gb-u.badge-asset--small {
    width: 22.5px;
    height: 15px
}

.badge-asset--gb-unrated {
    width: 59px;
    height: 15px
}

@media only screen and (max-width:734px) {
    .badge-asset--gb-unrated.badge-asset--small-medium {
        width: 40px;
        height: 10px
    }
}

.badge-asset--gb-unrated.badge-asset--small {
    width: 40px;
    height: 10px
}

.badge-with-label {
    color: #333
}

.badge-with-label::before {
    content: "";
    display: inline-block;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 3px
}


.carrier {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding-bottom: 7vh
}



.radial-progress--small-player .radial-progress__background-circle,
.table__row__track .radial-progress__background-circle {
    display: none
}

@keyframes loading-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.radial-progress__pause-icon {
    opacity: 0
}

.bordered-list__control:focus .radial-progress__pause-icon,
.bordered-list__control:hover .radial-progress__pause-icon,
.table__row__control:focus .radial-progress__pause-icon,
.table__row__control:hover .radial-progress__pause-icon,
.we-audio-controls--small-player .radial-progress__pause-icon,
.we-selectable-item--allows-interaction:focus .radial-progress__pause-icon,
.we-selectable-item--allows-interaction:hover .radial-progress__pause-icon {
    opacity: 1
}

.radial-progress__eq-bars {
    height: 11px;
    width: 17px;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 50%;
    z-index: 1
}

.bordered-list__control:focus .radial-progress__eq-bars,
.bordered-list__control:hover .radial-progress__eq-bars,
.table__row__control:focus .radial-progress__eq-bars,
.table__row__control:hover .radial-progress__eq-bars,
.we-selectable-item--allows-interaction:focus .radial-progress__eq-bars,
.we-selectable-item--allows-interaction:hover .radial-progress__eq-bars {
    opacity: 0
}


@keyframes eq-bar {
    0% {
        transform: scaleY(.27273)
    }

    100% {
        transform: none
    }
}

.cast-list {
    margin-bottom: -24px
}

.cast-list__role {
    padding-bottom: 24px
}

.table {
    width: 100%;
    border-collapse: collapse
}

@media only screen and (min-width:735px) {
    .table {
        margin-bottom: 15px;
        width: calc(100% - 12px);
        margin-left: 12px
    }
}

.table__head {
    color: #636366;
    border-bottom: 1px solid #d6d6d6
}

@media only screen and (max-width:734px) {
    .table__head {
        -webkit-clip-path: inset(100% 0 -1px 0);
        clip-path: inset(100% 0 -1px 0)
    }

    .table__head th {
        color: transparent
    }
}

@media only screen and (min-width:1069px) {
    .table__head {
        border-top: 1px solid #d6d6d6
    }

    .table--artwork .table__head {
        border-top: hidden;
        -webkit-clip-path: inset(100% 0 -1px 0);
        clip-path: inset(100% 0 -1px 0)
    }

    .table--artwork .table__head th {
        color: transparent
    }
}

.spread {
    max-width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.spread>:not(:last-child) {
    margin-right: 5px
}

.spread__badge-inline-end {
    font-size: 19px;
    line-height: 1;
    color: #636366;
    margin-left: auto
}

.spread__badge-inline+.spread__badge-inline,
.spread__badge-inline-end+.spread__badge-inline-end {
    margin-left: 5px
}

.tracks__track {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #d6d6d6
}

@media only screen and (min-width:1069px) {
    .tracks__track {
        padding-top: 18px;
        padding-bottom: 18px
    }
}



@media only screen and (min-width:735px) {
    .no-js .tracks__track {
        display: flex
    }
}

@media only screen and (max-width:1068px) {
    .tracks__track .tracks__track__inline-brands {
        display: none
    }
}

.we-localnav {
    box-sizing: content-box
}

@supports (-ms-ime-align:auto) {
    html[dir=rtl] .we-localnav:not(.localnav-sticking) {
        position: relative;
        z-index: 2
    }
}

@supports (-ms-ime-align:auto) {
    .we-localnav__shim {
        display: block;
        position: absolute;
        height: 52px
    }

    @media only screen and (max-width:767px) {
        .we-localnav__shim {
            height: 48px
        }
    }
}

@supports (-ms-ime-align:auto) {
    .web-localnav__content {
        z-index: 1
    }
}

.we-localnav__title {
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 16px 250px -16px
}

@media only screen and (max-width:767px) {
    .we-localnav__title {
        font-size: 19px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: .012em;
        font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(ar) {
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(ja) {
        font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(ko) {
        font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(th) {
        font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.we-localnav__title:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title:lang(th) {
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width:767px) {
    .we-localnav__title {
        margin: 14px 200px -14px
    }
}

.we-localnav__title a {
    display: inline-block
}

.we-localnav__title__product {
    color: #000
}

.we-localnav__title__qualifier {
    color: #636366;
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width:767px) {
    .we-localnav__title__qualifier {
        font-size: 19px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: .012em;
        font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(ar) {
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(ja) {
        font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(ko) {
        font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(th) {
        font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-localnav__title__qualifier:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.we-localnav__title__qualifier:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title__qualifier:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title__qualifier:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title__qualifier:lang(th) {
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title__qualifier:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title__qualifier:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title__qualifier:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__title__qualifier:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-localnav__actions {
    padding-top: 10px
}

@media only screen and (max-width:767px) {
    .we-localnav__actions {
        padding-top: 10px
    }
}

.we-localnav__action {
    float: left;
    margin-left: 19px
}

.we-localnav__action:first-child {
    margin-left: 0
}

.we-localnav__action--logout+.we-localnav__action--login {
    margin-left: 0
}

.we-localnav__action--login {
    padding-top: 3px
}

@media only screen and (max-width:767px) {
    .we-localnav__action--login {
        padding-top: 2px
    }
}

.we-localnav__background {
    background-color: rgba(255, 255, 255, .9)
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
    .we-localnav__background {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, .72)
    }
}

.localnav.localnav-noblur .we-localnav__background {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: rgba(255, 255, 255, .9)
}

.we-localnav__background::after {
    margin-left: 0;
    left: 0;
    width: 100%
}

@media only screen and (min-width:1069px) {
    .we-localnav__background::after {
        width: 980px;
        margin-left: -490px;
        left: 50%;
        right: auto
    }

    .we-localnav__background::after:after {
        background-color: rgba(0, 0, 0, .16)
    }
}



.localnav-button.icon-user::after {
    font-size: 22px;
    line-height: 0;
    vertical-align: middle;
    padding-left: 8px
}

@media only screen and (max-width:767px) {
    .localnav-button.icon-user::after {
        display: none
    }
}

.localnav-button--sign-out {
    display: inline-flex;
    align-items: center;
    color: #636366
}

@media only screen and (max-width:420px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(de),
    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:520px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(el),
    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:360px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(en),
    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:480px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(es),
    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:480px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(fi),
    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:460px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(fr),
    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:360px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(hi),
    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:400px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(it),
    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:380px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(ja),
    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:460px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(ms),
    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:440px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(no),
    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:540px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(pt),
    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:500px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(ru),
    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:440px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(sv),
    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:420px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(th),
    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:440px) {

    .we-localnav:not(.we-localnav--no-qualifier):lang(tr),
    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:360px) {

    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca),
    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--music):not(.we-localnav--no-qualifier):lang(ca) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:520px) {

    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca),
    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title {
        height: 75px
    }

    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__product,
    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__product:first-child,
    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav--music:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:540px) {

    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk),
    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title {
        height: 75px
    }

    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__product,
    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__product:first-child,
    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav:not(.we-localnav--books):not(.we-localnav--podcasts):not(.we-localnav--no-qualifier):lang(uk) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:340px) {

    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk),
    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title {
        height: 75px
    }

    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__product,
    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__product:first-child,
    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav--books:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:440px) {

    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk),
    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title {
        height: 75px
    }

    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title {
        margin: 16px 0 -16px
    }

    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__product,
    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__qualifier {
        display: block
    }

    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__product:first-child,
    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .we-localnav--podcasts:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:767px) {

    .localnav.localnav-stacked,
    .localnav.localnav-stacked .we-localnav__title {
        height: 75px
    }

    .localnav.localnav-stacked .we-localnav__title {
        margin: 16px 0 -16px
    }

    .localnav.localnav-stacked .we-localnav__title__product,
    .localnav.localnav-stacked .we-localnav__title__qualifier {
        display: block
    }

    .localnav.localnav-stacked .we-localnav__title__product:first-child,
    .localnav.localnav-stacked .we-localnav__title__qualifier:first-child {
        margin-top: 0;
        margin-bottom: 4px
    }

    .localnav.localnav-stacked .we-localnav__actions {
        text-align: right;
        top: auto;
        bottom: 15px
    }
}

@media only screen and (max-width:320px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(de) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:420px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(el) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:260px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(en) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:380px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(es) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:380px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(fi) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(fr) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:260px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(hi) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:300px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(it) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:300px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(ja) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:380px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(ms) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:340px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(no) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(pt) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(ru) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:340px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(sv) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:360px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(th) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:350px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(tr) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(ca) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .we-localnav:not(.we-localnav--no-qualifier):lang(uk) .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .localnav.localnav-stacked .we-localnav__action {
        float: right;
        margin-top: 0;
        clear: both;
        margin-left: 0
    }
}

.we-localnav__app--reveal-on-scroll {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s cubic-bezier(.28, .11, .32, 1)
}

.localnav.localnav-sticking .we-localnav__app--reveal-on-scroll {
    opacity: 1;
    visibility: visible
}

@supports (-ms-ime-align:auto) {
    .localnav.localnav-sticking {
        position: fixed
    }

    .localnav.localnav-sticking+.we-localnav__shim {
        position: relative
    }
}

.we-localnav .we-localnav__menu .localnav-menu-tray+.we-localnav__actions {
    top: 0;
    padding-top: 16px
}

@media screen and (min-width:735px) {
    .we-localnav__menu {
        font-size: 13px
    }

    .we-localnav__menu .localnav-menu-tray .localnav-menu-link {
        margin-top: 4px
    }
}

.we-artwork {
    margin: 0;
    position: relative;
    display: block;
    z-index: 1
}

.we-artwork::before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    border-radius: 6px;
    border: .5px solid rgba(0, 0, 0, .1);
    z-index: 1
}

@media only screen and (max-width:734px) {
    .we-artwork::before {
        min-width: 100%;
        min-height: 100%
    }
}

.we-artwork::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: var(--background-color);
    border-radius: 6px;
    left: 0
}

.we-artwork:not(.we-artwork--downloaded)::after {
    content: ""
}

.we-artwork__image {
    margin: 0;
    display: block;
    border-radius: 6px
}

@media only screen and (min-width:735px) {
    .we-artwork__image {
        width: auto
    }
}

.we-artwork--artist-header-profile .we-artwork__image {
    margin: 0 auto
}

.we-artwork--book-badge {
    display: inline-block;
    line-height: 0
}

.we-artwork--not-round .we-artwork__image,
.we-artwork--not-round::after,
.we-artwork--not-round::before,
.we-artwork--screenshot-platform-ipad .we-artwork__image,
.we-artwork--screenshot-platform-ipad::after,
.we-artwork--screenshot-platform-ipad::before,
.we-artwork--screenshot-platform-mac .we-artwork__image,
.we-artwork--screenshot-platform-mac::after,
.we-artwork--screenshot-platform-mac::before {
    border-radius: 0
}




.we-artwork--macos-app-icon::before {
    border: none;
    border-radius: 0
}

.we-artwork:not(.we-artwork--downloaded) .we-artwork__image {
    opacity: 0;
    background-color: var(--background-color)
}

.we-artwork--watch-app-icon .we-artwork__image,
.we-artwork--watch-app-icon::after,
.we-artwork--watch-app-icon::before {
    border-radius: 9999em
}

.we-artwork--ios-app-icon .we-artwork__image,
.we-artwork--ios-app-icon::after,
.we-artwork--ios-app-icon::before {
    border-radius: 22.5%
}

@supports ((-webkit-mask-position: initial) or (mask-position: initial)) {

    .we-artwork--ios-app-icon .we-artwork__image,
    .we-artwork--ios-app-icon::after {
        -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A") center/100% 100% no-repeat;
        mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A") center/100% 100% no-repeat
    }

    @supports (-ms-ime-align:auto) {

        html[dir=rtl] .we-artwork--ios-app-icon .we-artwork__image,
        html[dir=rtl] .we-artwork--ios-app-icon::after {
            -webkit-mask: none;
            mask: none
        }
    }
}

@supports ((-webkit-mask-position: initial) or (mask-position: initial)) {

    .we-artwork--ios-app-icon .we-artwork__image,
    .we-artwork--ios-app-icon::before {
        border: none
    }
}

@keyframes showImageAnimation {
    to {
        visibility: visible
    }
}

@keyframes showImageAnimation {
    to {
        visibility: visible
    }
}

@media only screen and (max-width:734px) {
    .we-artwork--fullwidth {
        width: 100%
    }

    .we-artwork--fullwidth .we-artwork__image {
        width: 100%;
        height: auto
    }

    .we-artwork--fullwidth .we-artwork__image::before {
        width: 100%;
        display: block;
        content: ''
    }
}

.we-artwork--lockup {
    width: 100%
}

@media only screen and (min-width:735px) {
    .we-artwork--lockup {
        width: initial
    }
}

@media only screen and (max-width:734px) {
    .we-artwork--small-viewportwidth {
        width: 100vw;
        margin-left: -7.14286%
    }

    .we-artwork--small-viewportwidth .we-artwork__image {
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width:734px) {
    .we-artwork--small-bottom-margin {
        margin-bottom: 8px
    }
}


@media only screen and (min-width:735px) {
    .we-artwork--uber {
        margin-top: 20px;
        width: calc(100vw - (20px * 2));
        max-width: 1120px;
        height: 280px
    }
}


@keyframes hideImageAnimation {
    0% {
        opacity: 100%
    }

    25% {
        opacity: 100%
    }

    100% {
        opacity: 0
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}


@keyframes showImageAnimation {
    to {
        visibility: visible
    }
}

.we-book-artwork {
    position: relative;
    z-index: 1
}


@media only screen and (min-width:735px) {
    .we-hero__app-icon {
        width: 160px
    }
}

.we-hero__app-icon:nth-child(even) {
    transform: translateX(calc(50% + 16px))
}

@media only screen and (min-width:735px) {
    .we-hero__app-icon:nth-child(even) {
        transform: translateX(75px)
    }
}


.we-global-footer {
    --pageBG: white;
    --systemPrimary: rgba(0, 0, 0, 0.72);
    --systemSecondary: rgba(134, 134, 139, 1);
    background-color: #f5f5f7;
    padding-top: 25px;
    padding-bottom: 20px
}

@media only screen and (min-width:735px) {
    .we-global-footer__wrapper {
        display: flex
    }
}

.we-global-footer__left {
    order: 1
}

.we-global-footer__right {
    order: 2;
    margin-left: auto;
    margin-bottom: 10px
}



.breakout-large-container {
    position: relative;
    display: block;
    z-index: 1
}

@media only screen and (max-width:734px) {
    .breakout-large-card__short {
        color: #fff
    }
}

.breakout-large-card__short:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__short:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__short:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__short:lang(zh) {
    letter-spacing: 0
}

.breakout-large-card__short:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__short:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__short:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__short:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__short:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action {
    display: block;
    margin-top: 22px;
    color: #fff;
    font-size: 18px;
    line-height: 1.22226;
    font-weight: 600;
    letter-spacing: .027em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(th) {
    line-height: 1.44839;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(hi) {
    line-height: 1.41778
}

.breakout-large-card__action:lang(ko) {
    line-height: 1.52381;
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breakout-large-card__action:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-lockup {
    color: #333;
    overflow: hidden;
    border-radius: 6px
}

.we-lockup--in-app-event-module,
.we-lockup--in-app-event-story-module {
    position: relative;
    overflow: visible;
    border-radius: 8px
}

.we-lockup--in-app-event-module .we-lockup__overlay,
.we-lockup--in-app-event-story-module .we-lockup__overlay {
    position: relative
}

.we-lockup--in-app-event-module .we-lockup__joe-color,
.we-lockup--in-app-event-module .we-lockup__material,
.we-lockup--in-app-event-story-module .we-lockup__joe-color,
.we-lockup--in-app-event-story-module .we-lockup__material {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px
}

.lockup--arcade .we-lockup__eyebrow:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lockup--arcade .we-lockup__eyebrow:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lockup--arcade .we-lockup__eyebrow:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lockup--arcade .we-lockup__eyebrow:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lockup--arcade .we-lockup__eyebrow:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lockup--arcade .we-lockup__eyebrow:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lockup--arcade .we-lockup__eyebrow:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lockup--arcade .we-lockup__eyebrow:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-truncate {
    position: relative;
    z-index: 1
}

.we-truncate--single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.we-truncate--single-line[dir=rtl] {
    width: 100%
}

@supports (-ms-ime-align:auto) {
    .we-truncate--truncated::before {
        content: '';
        color: #fff;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, .8) 33%, #fff 100%) no-repeat;
        display: block;
        position: absolute;
        bottom: 0;
        height: calc(1em + 1px);
        width: 4em;
        opacity: .9;
        z-index: 1;
        right: 0
    }
}

.we-truncate__button {
    float: right
}

@supports (-ms-ime-align:auto) {
    .we-truncate__button {
        position: absolute;
        bottom: -1px;
        float: initial;
        right: 0;
        z-index: 2
    }
}

.we-truncate__button--direction-reversed {
    float: left
}


@media only screen and (max-width:735px) {
    .we-about-artist-inline__desc {
        padding-bottom: 12px
    }
}

@media only screen and (min-width:735px) {
    .we-about-artist-inline__desc--detailed {
        padding-right: 20px
    }
}

.we-about-artist-inline__artwork-link {
    display: block;
    line-height: 0
}

.information-list {
    display: table;
    width: 100%;
    border-collapse: collapse
}

.information-list.information-list--app {
    display: block;
    width: auto
}

.information-list.information-list--episode {
    padding-right: 36px
}

.information-list__item {
    display: table-row
}

.information-list--app .information-list__item {
    padding-bottom: 16px;
    display: inline-block
}

.information-list__item__term {
    display: table-cell;
    text-align: right;
    vertical-align: initial;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(zh) {
    letter-spacing: 0
}

.information-list__item__term:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__term:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list:not(.information-list--app) :not(:first-of-type)>.information-list__item__term {
    padding-top: 16px
}

.information-list--app .information-list__item__term {
    display: block;
    vertical-align: top;
    color: #636366;
    text-align: left
}

.information-list__item__term:lang(ja),
.information-list__item__term:lang(ko),
.information-list__item__term:lang(th),
.information-list__item__term:lang(zh) {
    white-space: nowrap
}

@supports (-ms-ime-align:auto) {
    .information-list__item__term:lang(fr) {
        white-space: nowrap
    }
}

.information-list__item__definition {
    display: table-cell;
    vertical-align: initial;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(zh) {
    letter-spacing: 0
}

.information-list__item__definition:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

html[dir=rtl] .information-list__item__definition p[dir=ltr] {
    text-align: right;
    text-align: end
}

.information-list--app .information-list__item__definition {
    display: block;
    padding-left: 0
}

.information-list__item__definition__item:not(:first-of-type) {
    padding-top: 16px
}

.information-list__item__definition__item__term {
    color: #000;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(zh) {
    letter-spacing: 0
}

.information-list__item__definition__item__term:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition__item__term:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.information-list__item__definition--copyright:lang(ar),
.information-list__item__definition--copyright:lang(iw-IL) {
    direction: ltr
}

.information-list__item--seller .information-list__item__definition__item__term {
    padding-top: 16px
}

.information-list__item--seller .information-list__item__definition__item__definition {
    white-space: pre
}

.we-media-preview {
    width: 100%;
    min-width: 32px;
    height: 100%;
    box-sizing: border-box;
    line-height: 0;
    z-index: 2
}

.we-media-preview--work {
    transform: translateX(-7px)
}

.we-star-rating {
    display: inline-block
}

.we-star-rating-stars,
.we-star-rating-stars-outlines {
    display: inline-block;
    height: 9.5px;
    background-image: url(../assets/images/stars-lg-bc4f4bfdd931e007ab096dd1c209c689.svg);
    background-size: 10px 19px
}

.we-star-rating--large .we-star-rating-stars,
.we-star-rating--large .we-star-rating-stars-outlines {
    height: 25px;
    background-size: 24px 50px
}

.we-star-rating-stars-outlines {
    width: 50px;
    background-position: 0 9.5px;
    line-height: 9.5px;
    z-index: 1
}

.we-star-rating--large .we-star-rating-stars-outlines {
    width: 120px;
    background-position: 0 25px
}

.we-star-rating-stars {
    width: 0;
    background-position-x: 0
}

.we-star-rating-stars.we-star-rating-stars-0 {
    width: 0
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-0 {
    width: 0
}

.we-star-rating-stars.we-star-rating-stars-0_5 {
    width: 5px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-0_5 {
    width: 12px
}

.we-star-rating-stars.we-star-rating-stars-1 {
    width: 10px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-1 {
    width: 24px
}

.we-star-rating-stars.we-star-rating-stars-1_5 {
    width: 15px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-1_5 {
    width: 36px
}

.we-star-rating-stars.we-star-rating-stars-2 {
    width: 20px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-2 {
    width: 48px
}

.we-star-rating-stars.we-star-rating-stars-2_5 {
    width: 25px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-2_5 {
    width: 60px
}

.we-star-rating-stars.we-star-rating-stars-3 {
    width: 30px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-3 {
    width: 72px
}

.we-star-rating-stars.we-star-rating-stars-3_5 {
    width: 35px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-3_5 {
    width: 84px
}

.we-star-rating-stars.we-star-rating-stars-4 {
    width: 40px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-4 {
    width: 96px
}

.we-star-rating-stars.we-star-rating-stars-4_5 {
    width: 45px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-4_5 {
    width: 108px
}

.we-star-rating-stars.we-star-rating-stars-5 {
    width: 50px
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-5 {
    width: 120px
}

.we-rating-count {
    display: inline-block
}

.we-customer-ratings {
    margin-bottom: 15px
}

.we-customer-ratings__stats {
    display: inline-flex;
    vertical-align: bottom;
    justify-content: space-between
}

.we-customer-ratings__count {
    letter-spacing: .04em
}

.we-customer-ratings__averages {
    text-align: center;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(zh) {
    letter-spacing: 0
}

.we-customer-ratings__averages:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__averages:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (min-width:735px) {
    .we-customer-ratings__averages {
        text-align: left
    }
}

.we-customer-ratings__count {
    margin-top: 8px;
    text-align: right;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(zh) {
    letter-spacing: 0
}

.we-customer-ratings__count:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-ratings__count:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (min-width:735px) {
    .we-customer-ratings__count {
        margin-top: 0;
        align-self: flex-end
    }
}

.we-customer-ratings__averages__display {
    margin-bottom: 10px;
    display: block;
    line-height: 43px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.07em;
    color: #4c4c50;
    margin-right: 3px
}

@media only screen and (min-width:735px) {
    .we-customer-ratings__averages__display {
        margin-bottom: 0;
        display: inline-block
    }
}

.we-customer-review {
    height: 100%;
    padding: 13px 16px 16px;
    background-color: #f8f8f8;
    border-radius: 6px;
    align-self: start
}

.we-modal__content__wrapper .we-customer-review {
    padding-left: 0;
    padding-right: 0
}

.l-column--equal-height>.we-customer-review {
    min-height: 184px
}

.we-customer-review__rating {
    margin-bottom: 3px
}

.we-customer-review__header {
    display: flex
}

.we-customer-review__separator {
    white-space: pre
}

html[dir=rtl] .we-customer-review__separator {
    margin-left: .25em
}

.we-customer-review__title {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(zh) {
    letter-spacing: 0
}

.we-customer-review__title:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__title:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(zh) {
    letter-spacing: 0
}

.we-customer-review__body:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__body:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user {
    margin-bottom: 15px;
    color: #636366;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__header--user:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-customer-review__user[dir=rtl] {
    width: initial
}

.we-customer-review__date {
    flex-shrink: 0;
    white-space: nowrap
}

.we-trusted-review {
    height: 100%;
    padding: 13px 16px 16px;
    background-color: #f8f8f8;
    border-radius: 6px;
    align-self: start
}

.we-modal__content__wrapper .we-trusted-review {
    padding-left: 0;
    padding-right: 0
}

.l-column--equal-height>.we-trusted-review {
    min-height: 184px
}

.we-trusted-review__header,
.we-trusted-review__subhead {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.we-trusted-review__header {
    margin-bottom: 14px
}

.we-trusted-review__header--critic {
    display: block
}

.we-trusted-review__consensus-rating {
    line-height: 0;
    overflow: hidden;
    margin-left: 20px
}

.we-trusted-review__consensus-rating:first-child {
    margin-left: 0
}

.we-trusted-review__subhead {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.we-trusted-review__critic-source,
.we-trusted-review__rating {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .023em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(zh),
.we-trusted-review__rating:lang(zh) {
    font-weight: 600
}

.we-trusted-review__critic-source:lang(zh-HK),
.we-trusted-review__rating:lang(zh-HK) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(zh-MO),
.we-trusted-review__rating:lang(zh-MO) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(zh-TW),
.we-trusted-review__rating:lang(zh-TW) {
    font-weight: 600;
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(zh-CH),
.we-trusted-review__rating:lang(zh-CH) {
    font-weight: 600
}

.we-trusted-review__critic-source:lang(th),
.we-trusted-review__rating:lang(th) {
    line-height: 1.48125;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(hi),
.we-trusted-review__rating:lang(hi) {
    line-height: 1.45
}

.we-trusted-review__critic-source:lang(ar),
.we-trusted-review__rating:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(ja),
.we-trusted-review__rating:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(ko),
.we-trusted-review__rating:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source:lang(zh-CN),
.we-trusted-review__rating:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__critic-source::before,
.we-trusted-review__rating::before {
    vertical-align: baseline;
    margin-right: 6px
}

.we-trusted-review__rating {
    margin-top: 2px
}

.we-trusted-review__rating-subcopy {
    display: block;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(zh) {
    letter-spacing: 0
}

.we-trusted-review__rating-subcopy:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__rating-subcopy:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label,
.we-trusted-review__breakdown-label {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(ar),
.we-trusted-review__breakdown-label:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(ja),
.we-trusted-review__breakdown-label:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(ko),
.we-trusted-review__breakdown-label:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(zh),
.we-trusted-review__breakdown-label:lang(zh) {
    letter-spacing: 0
}

.we-trusted-review__body-label:lang(th),
.we-trusted-review__breakdown-label:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(zh-CN),
.we-trusted-review__breakdown-label:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(zh-HK),
.we-trusted-review__breakdown-label:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(zh-MO),
.we-trusted-review__breakdown-label:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__body-label:lang(zh-TW),
.we-trusted-review__breakdown-label:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(zh) {
    letter-spacing: 0
}

.we-trusted-review__summary-item:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-item:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(zh) {
    letter-spacing: 0
}

.we-trusted-review__summary-value:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-trusted-review__summary-value:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.has-modal--page-overlay {
    overflow: hidden
}

.has-modal--full-viewport {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.has-modal--full-viewport body {
    height: 100%;
    overflow: hidden
}

.we-modal {
    position: fixed;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    max-height: 100vh;
    z-index: 0
}

@media only screen and (min-width:735px) {
    .we-modal {
        top: 0
    }
}

@supports (-ms-ime-align:auto) {
    .we-modal {
        top: 0
    }
}

.we-modal.we-modal--apps-categories-filter {
    top: 0
}

.we-modal--page-overlay {
    padding: 0;
    background: rgba(255, 255, 255, .9)
}

@media only screen and (min-width:735px) {
    .we-modal--page-overlay {
        padding-top: 54px;
        padding-bottom: 54px
    }
}

.we-modal__content {
    padding-top: 30px;
    padding-bottom: 30px;
    height: calc(100vh - 49px);
    width: 100%;
    position: absolute;
    top: 50%;
    background: #fff;
    word-break: break-word;
    transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 5px;
    left: 50%;
    z-index: 1;
    border-top: 1px solid #d6d6d6
}

@media only screen and (min-width:735px) {
    .we-modal__content {
        height: auto;
        max-width: 600px;
        max-height: calc(100vh - 108px);
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 10px;
        box-shadow: 0 15px 20px rgba(0, 0, 0, .5)
    }
}

.we-modal--apps-categories-filter .we-modal__content {
    border-top: 0;
    height: 100vh;
    padding-top: 20px;
    padding-right: 0
}

.we-modal__content--review {
    background-color: #f8f8f8
}

.we-modal__content__wrapper {
    max-height: calc(100vh - 109px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 15px
}

@media only screen and (min-width:735px) {
    .we-modal__content__wrapper {
        max-height: calc(100vh - 168px)
    }
}

.we-modal--apps-categories-filter .we-modal__content__wrapper {
    overflow: visible;
    padding-right: 0
}

.we-modal--full-viewport {
    background: #fff
}

.we-modal--open {
    display: block;
    z-index: 10001
}

.we-modal__name {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #636366;
    font-size: 19px;
    line-height: 2.31579;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(th) {
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__name:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal__close {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    border: 0;
    position: absolute;
    top: 15px;
    overflow: hidden;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
    background: 0 0;
    color: #636366;
    text-align: right;
    padding-right: 20px;
    left: 0;
    z-index: 10001
}

.we-modal__close::after,
.we-modal__close::before {
    font-family: "SF Pro Icons", "Apple WebExp Icons Custom";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.we-modal__close::after,
.we-modal__close::before {
    text-decoration: none
}

.we-modal__close::before {
    display: none
}

.we-modal__close::after,
.we-modal__close::before {
    content: ""
}

.we-modal--apps-categories-filter .we-modal__close {
    top: 45px;
    color: #000;
    font-size: 21px;
    left: auto;
    right: 0
}

.we-modal__close--overlay {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: default;
    z-index: 0
}

@media only screen and (min-width:735px) {
    .we-modal__show {
        margin-bottom: 17px
    }
}

@media only screen and (min-width:735px) {
    .we-star-bar-graph {
        margin-bottom: 4px
    }
}

.we-star-bar-graph__row {
    display: flex;
    align-items: center
}

.we-star-bar-graph__bar {
    width: calc(100% - 59px);
    height: 2px;
    position: relative;
    top: 1px;
    background-color: #efeff4;
    border-radius: 4px;
    margin-left: 10px;
    z-index: 1
}

.we-star-bar-graph__bar__foreground-bar {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #636366;
    border-radius: 4px;
    left: 0;
    z-index: 1
}

.we-star-bar-graph__stars {
    width: 10px;
    height: 9px;
    display: inline-block;
    background-size: 49px 9px;
    background-position: 100% center;
    background-repeat: no-repeat;
    margin-left: auto
}

.we-star-bar-graph__stars--2 {
    width: 19.5px
}

.we-star-bar-graph__stars--3 {
    width: 29.5px
}

.we-star-bar-graph__stars--4 {
    width: 39.5px
}

.we-star-bar-graph__stars--5 {
    width: 49px
}

.we-screenshot-viewer+.we-screenshot-viewer {
    margin-top: 11px
}


.we-screenshot-viewer__screenshots .we-screenshot-viewer__screenshot--labelled {
    padding-bottom: 28px
}

@media only screen and (max-width:734px) {
    .we-screenshot-viewer__screenshots {
        margin-top: 15px
    }
}

@media only screen and (min-width:735px) {
    .we-screenshot-viewer__screenshots {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }
}

@supports (-ms-ime-align:auto) {
    .we-screenshot-viewer__screenshots {
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.we-screenshot-viewer__screenshots-list {
    align-items: center
}

.we-loading-spinner--see-all {
    margin-top: 4px;
    margin-bottom: 22px
}



.product-header>:first-child {
    margin-top: 0
}

.product-header>:last-child {
    margin-bottom: 0
}



.product-header__title {
    display: block;
    font-size: 25px;
    line-height: 2.22226;
    font-weight: 600;
    letter-spacing: .027em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(th) {
    line-height: 1.44839;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(hi) {
    line-height: 1.41778
}

.product-header__title:lang(ko) {
    line-height: 1.52381;
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__title:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (min-width:735px) {
    .product-header__title {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 700;
        letter-spacing: .023em;
        font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(zh) {
        font-weight: 600
    }

    .product-header__title:lang(zh-HK) {
        font-weight: 600;
        font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(zh-MO) {
        font-weight: 600;
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(zh-TW) {
        font-weight: 600;
        font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(zh-CH) {
        font-weight: 600
    }

    .product-header__title:lang(th) {
        line-height: 1.48125;
        font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(hi) {
        line-height: 1.45
    }

    .product-header__title:lang(ar) {
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(ja) {
        font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(ko) {
        font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .product-header__title:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.product-header__title.icon-explicit-large::after,
.product-header__title.icon-explicit::after {
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle
}

.product-header__content-rating {
    display: inline-block;
    max-width: 100%;
    height: 13px;
    align-self: flex-start;
    vertical-align: middle;
    margin-bottom: 3px
}

@media only screen and (min-width:735px) {
    .product-header__content-rating {
        height: 16px
    }
}

@media only screen and (min-width:1069px) {
    .product-header__content-rating--australia {
        margin-bottom: 1.5px
    }
}

.product-header__identity,
.product-header__subtitle {
    display: block;
    font-size: 18px;
    line-height: 1.22226;
    font-weight: 400;
    letter-spacing: .027em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(th),
.product-header__subtitle:lang(th) {
    line-height: 1.44839;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(hi),
.product-header__subtitle:lang(hi) {
    line-height: 1.41778
}

.product-header__identity:lang(ko),
.product-header__subtitle:lang(ko) {
    line-height: 1.52381;
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(ar),
.product-header__subtitle:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(ja),
.product-header__subtitle:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(zh-CN),
.product-header__subtitle:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(zh-HK),
.product-header__subtitle:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(zh-MO),
.product-header__subtitle:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__identity:lang(zh-TW),
.product-header__subtitle:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-header__subtitle {
    color: #636366
}

@media only screen and (min-width:735px) {
    .product-header--padded-start {
        padding-left: 10px
    }
}

.product-header__list {
    color: #636366
}

.product-header__list>:first-child {
    margin-top: 0
}

.product-header__list>:last-child {
    margin-bottom: 0
}

.product-header__list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.product-header__routes {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 32px;
    position: relative;
    z-index: 1
}

.product-header__routes.small-hide {
    display: none
}

.product-header__routes.small-show {
    display: flex
}

@media only screen and (min-width:735px) {
    .product-header__routes.medium-hide {
        display: none
    }

    .product-header__routes.medium-show {
        display: flex
    }
}

@media only screen and (min-width:1069px) {
    .product-header__routes.large-hide {
        display: none
    }

    .product-header__routes.large-show {
        display: flex
    }
}

.product-header__routes--wrap {
    margin-bottom: 16px;
    align-items: center
}

.product-header__routes--desc {
    margin-top: 15px;
    margin-bottom: 32px
}

.product-header__routes__cta {
    margin: 0;
    flex-shrink: 0
}

@media only screen and (min-width:735px) {
    .product-header__routes__cta {
        margin: 0 10px 0 0
    }
}

.product-header__routes__cta--book-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.product-header__routes__cta__open-cta {
    margin-right: 10px
}

.product-header__routes__cta__listen-cta {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.product-header__routes__cta__listen-cta::after {
    font-size: 1em;
    margin-right: 6px
}

.product-header__preorder-disclaimer,
.product-header__routes__client-not-detected {
    color: #636366
}

.product-header__routes__badges {
    margin-left: 1em
}

.product-artwork--bottom-separator {
    margin-bottom: 20px
}

.product-artwork--captioned {
    margin-bottom: 12px
}

@media only screen and (max-width:734px) {
    .product-artwork--bottom-separator-button {
        margin-bottom: 16px
    }
}

@media only screen and (max-width:734px) {
    .product-artwork--bottom-separator-price {
        margin-bottom: 17px
    }
}

.product-artwork__caption {
    padding-bottom: 10px;
    color: #636366
}

@media only screen and (min-width:735px) {
    .product-artwork__caption {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between
    }
}

.product-hero {
    z-index: 2
}

@supports (-ms-ime-align:auto) {
    .localnav-sticking~html[dir=rtl] .product-hero {
        margin-top: 52px
    }
}

.product-hero__cta {
    margin-bottom: 32px
}

.product-hero__nav {
    margin-top: 17px
}

@media only screen and (min-width:735px) {
    .product-hero__nav {
        margin-top: 27px
    }
}

@media only screen and (min-width:735px) {

    .product-hero__tracks,
    .product-hero__tracks-sosumi {
        padding-left: 10px
    }
}

.product-hero__tracks--top-margin-small {
    margin-top: 20px
}

.product-hero__tracks--top-margin-large {
    margin-top: 32px
}

@media only screen and (min-width:735px) {
    .product-hero__badges {
        max-height: 30px;
        position: absolute;
        right: 0;
        z-index: 1
    }
}

.product-hero__extras-badge {
    max-height: 30px;
    display: block
}

.product-hero__extras-badge__image {
    height: auto;
    max-height: 30px
}

.product-hero__controls {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 21px;
    color: #636366;
    border-top: 1px solid #d6d6d6
}

.product-hero__controls.small-hide {
    display: none
}

.product-hero__controls.small-show {
    display: flex
}

@media only screen and (min-width:735px) {
    .product-hero__controls.medium-hide {
        display: none
    }

    .product-hero__controls.medium-show {
        display: flex
    }
}

@media only screen and (min-width:1069px) {
    .product-hero__controls.large-hide {
        display: none
    }

    .product-hero__controls.large-show {
        display: flex
    }
}

@media only screen and (max-width:734px) {
    .product-hero-desc--small {
        padding-top: 17px;
        border-top: 1px solid #d6d6d6
    }
}

.product-hero-desc {
    margin-top: 20px
}

.product-hero-desc--spacer-bottom {
    margin-bottom: 20px
}

.product-hero-desc--spacer-bottom-large {
    margin-bottom: 32px
}

.product-hero-desc--side-bar {
    padding-top: 17px;
    border-top: 1px solid #d6d6d6
}

.product-hero-desc--side-bar-as-caption {
    padding-top: 5px
}

.product-hero-desc__section::after {
    display: block;
    content: '';
    clear: both
}

.product-controls {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: baseline;
    justify-content: flex-start
}

@media only screen and (min-width:735px) {
    .product-controls {
        justify-content: flex-end
    }
}

.product-controls--hero,
.product-controls--hero-with-table {
    flex-grow: 1;
    padding-top: 16px;
    padding-bottom: 16px
}

.product-controls--hero .product-controls__button:not(:last-of-type),
.product-controls--hero-with-table .product-controls__button:not(:last-of-type) {
    margin-right: 29px
}

.product-controls--hero .product-controls__button::before,
.product-controls--hero-with-table .product-controls__button::before {
    margin-left: 7px;
    margin-right: 9px
}

.product-controls--hero .product-controls__button.icon-play::before,
.product-controls--hero-with-table .product-controls__button.icon-play::before {
    margin-left: 10px;
    margin-right: 3px
}

.product-controls--hero-with-table {
    padding-bottom: 15px
}

.product-controls--hero-controls {
    padding-top: 14px;
    padding-bottom: 14px
}

.product-controls--artwork {
    transition: opacity .15s ease-in-out, transform .2s ease-in-out
}

.product-controls--artwork .product-controls__button:not(:last-of-type) {
    margin-right: 19px
}

.product-controls--artwork .product-controls__button.icon-play::after {
    margin-left: 4px
}

.product-controls__button.icon::after,
.product-controls__button.icon::before {
    vertical-align: middle
}

.product-controls__button.icon-play::after,
.product-controls__button.icon-play::before {
    font-size: 15px
}

@supports (-ms-ime-align:auto) {
    .product-controls__button.icon-play.icon-after::after {
        padding-left: .3em;
        top: -2px
    }

    .product-controls__button.icon-play.icon-before::before {
        padding-right: .3em;
        display: inline-block;
        top: -2px
    }

    .product-controls__button.icon-play.icon-before::after {
        display: none
    }
}

.product-controls__button.icon-shuffle::after,
.product-controls__button.icon-shuffle::before {
    font-size: 22px
}

.album-header {
    margin-bottom: 16px
}

@media only screen and (min-width:735px) {
    .album-header {
        margin-top: 10px;
        margin-bottom: 26px
    }
}

.album-header__identity {
    margin-bottom: 2px;
    color: #636366
}

.album-header__routes {
    margin-top: 15px
}

@media only screen and (min-width:735px) {
    .app-header {
        margin-top: 9px
    }
}


@media only screen and (max-width:734px) {
    .app-header__title {
        margin-bottom: 2px
    }
}

.app-header__routes {
    margin-top: 6px
}

@media only screen and (min-width:735px) {
    .app-header__routes {
        margin-top: 5px
    }
}


.page-header--a {
    padding-top: 42px;
    padding-bottom: 32px
}

.page-header--b {
    padding-top: 8px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (max-width:734px) {
    .page-header--b.page-header--artist.page-header--with-artwork {
        padding-top: 0;
        align-items: center
    }
}

@media only screen and (min-width:735px) {
    .page-header--b {
        padding-bottom: 12px;
        max-width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }

    .page-header--b:not(.page-header--with-artwork) {
        padding-top: 28px
    }
}

.page-header--b2 {
    padding-top: 12px;
    padding-bottom: 32px
}

@media only screen and (min-width:735px) {
    .page-header--b2 {
        padding-top: 8px
    }
}

.page-header--developer {
    padding-bottom: 32px
}

@media only screen and (max-width:734px) {
    .page-header--developer.page-header--with-artwork {
        align-items: flex-start
    }
}

@media only screen and (max-width:734px) {

    .page-header--author,
    .page-header--book-series {
        padding-top: 20px;
        padding-bottom: 32px
    }
}

.page-header__description {
    margin-bottom: 16px
}

.page-header__cta--hero-artist {
    flex-shrink: 0
}

.podcast-header {
    margin-bottom: 20px
}

@media only screen and (min-width:735px) {
    .podcast-header {
        margin-top: 10px;
        margin-bottom: 32px
    }
}

.podcast-header__identity {
    margin-bottom: 2px
}

.podcast-header__list {
    margin-top: 12px
}

.podcast-header__routes {
    margin-top: 15px;
    margin-bottom: 32px
}

@media only screen and (min-width:735px) {
    .podcast-header__routes {
        margin-bottom: 13px
    }
}


@media only screen and (min-width:735px) {
    .movie-header {
        margin-top: 7px
    }
}

@media only screen and (min-width:1069px) {
    .movie-header {
        padding-right: 60px
    }
}

.movie-header__title {
    margin-bottom: 0
}

@media only screen and (min-width:735px) {
    .movie-header__title {
        margin-bottom: 4px
    }
}

.movie-header__list {
    margin-bottom: 13px
}

@media only screen and (min-width:735px) {
    .movie-header__list {
        margin-bottom: 12px
    }
}

@media only screen and (max-width:734px) {
    .movie-header__list:last-of-type {
        margin-bottom: 11px
    }
}

.movie-header__list.movie-header__list--price {
    margin-top: 12px;
    margin-bottom: 5px;
    color: #333
}

@media only screen and (max-width:734px) {
    .movie-header__list .movie-header__list__item--release-date {
        flex-basis: 100%;
        display: block
    }

    .movie-header__list .movie-header__list__item--release-date::before {
        content: normal
    }
}

@media only screen and (max-width:1068px) {
    .movie-header__list .movie-header__list__item--expected-release-date {
        flex-basis: 100%;
        display: block
    }

    .movie-header__list .movie-header__list__item--expected-release-date::before {
        content: normal
    }
}

.movie-header__desc+.movie-header__routes {
    margin-top: 15px
}

@media only screen and (min-width:735px) {
    .video-header {
        margin-top: 0
    }
}

@media only screen and (min-width:1069px) {
    .video-header {
        margin-top: 9px
    }
}

@media only screen and (min-width:735px) {
    .show-header {
        margin-top: 7px
    }
}

.show-header__subtitle {
    margin-bottom: 6px
}

.show-header__list {
    margin-bottom: 12px
}

@media only screen and (max-width:734px) {
    .show-header--itunes .show-header__list {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:734px) {
    .show-header--tv .show-header__list {
        margin-bottom: 2px
    }
}

.show-header__title+.show-header__list {
    margin-top: 1px
}

@media only screen and (min-width:735px) {
    .show-header__title+.show-header__list {
        margin-top: 4px
    }
}

@media only screen and (max-width:734px) {
    .show-header__list .show-header__list__item--release-date {
        margin-top: 1px;
        flex-basis: 100%;
        display: block
    }

    .show-header__list .show-header__list__item--release-date::before {
        content: normal
    }
}

.show-header__list--price {
    margin-top: 4px;
    margin-bottom: 5px;
    color: #333
}

.show-header__desc+.show-header__routes {
    margin-top: 7px
}

@media only screen and (max-width:734px) {
    .show-header__description {
        border-top: none
    }
}

@media only screen and (min-width:735px) {
    .book-header {
        margin-top: 6px
    }
}




.book-header__list {
    margin-bottom: 13px
}

@keyframes showAudioControls {
    0% {
        opacity: 0;
        transform: translateY(2px)
    }

    70% {
        transform: none
    }

    100%,
    90% {
        opacity: 1;
        transform: none
    }
}

@keyframes showAudioControlsSmall {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.shelf-grid {
    padding: 0
}

.shelf-grid__body {
    overflow: initial
}

@media only screen and (max-width:734px) {
    .shelf-grid__body {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.shelf-grid-nav {
    display: none
}

@media only screen and (min-width:772px) {
    .shelf-grid-nav {
        display: block
    }
}

.star-rating {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px
}


html[dir=rtl] .star-rating__fill {
    transform: scaleX(-1)
}

.star-rating__count {
    color: rgba(60, 60, 67, .6);
    font-size: 10px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .006em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.star-rating__count:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.books-swoosh {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%
}

@media only screen and (min-width:735px) {
    .books-swoosh {
        margin-left: auto;
        margin-right: auto;
        width: 692px
    }
}

@media only screen and (min-width:1069px) {
    .books-swoosh {
        margin-left: auto;
        margin-right: auto;
        width: 980px
    }
}

.books-swoosh__header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px
}

.books-swoosh__headline {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -.0275em;
    font-family: "New York Medium", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif;
    flex-shrink: 1
}

.books-swoosh__headline:lang(ar) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro AR", "SF Pro Gulf", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__headline:lang(ja) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro JP", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__headline:lang(ko) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro KR", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__headline:lang(zh) {
    font-weight: 600;
    letter-spacing: 0
}

.books-swoosh__headline:lang(th) {
    font-family: "New York Medium", "SF Pro TH", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__headline:lang(zh-CN) {
    font-family: "New York Medium", "SF Pro SC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__headline:lang(zh-HK) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__headline:lang(zh-MO) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__headline:lang(zh-TW) {
    font-family: "New York Medium", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.books-swoosh__see-all {
    margin-bottom: 2px
}

.grouping-page-header {
    height: 425px;
    position: relative
}

@media only screen and (min-width:735px) {
    .grouping-page-header {
        height: 385px
    }
}

.grouping-page-header--on-light {
    color: #000
}

.grouping-page-header--on-dark {
    color: #fff
}

.grouping-page-header__foreground {
    bottom: 0;
    left: 0;
    padding: 0 20px 40px;
    position: absolute;
    right: 0
}

@media only screen and (min-width:735px) {
    .grouping-page-header__foreground {
        display: flex;
        padding: 0 0 40px;
        width: 692px;
        margin: 0 auto
    }
}

@media only screen and (min-width:1069px) {
    .grouping-page-header__foreground {
        width: 980px
    }
}

@media only screen and (min-width:735px) {
    .grouping-page-header__headings {
        max-width: 385px
    }
}

@media only screen and (min-width:1069px) {
    .grouping-page-header__headings {
        max-width: 50%
    }
}

.grouping-page-header__title {
    font-size: 34px;
    line-height: 1.20596;
    font-weight: 700;
    letter-spacing: -.00706em;
    font-family: "New York Medium", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif;
    margin-bottom: 11px
}

.grouping-page-header__title:lang(ar) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro AR", "SF Pro Gulf", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.grouping-page-header__title:lang(ja) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro JP", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.grouping-page-header__title:lang(ko) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro KR", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.grouping-page-header__title:lang(zh) {
    font-weight: 600;
    letter-spacing: 0
}

.grouping-page-header__title:lang(th) {
    font-family: "New York Medium", "SF Pro TH", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.grouping-page-header__title:lang(zh-CN) {
    font-family: "New York Medium", "SF Pro SC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.grouping-page-header__title:lang(zh-HK) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.grouping-page-header__title:lang(zh-MO) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.grouping-page-header__title:lang(zh-TW) {
    font-family: "New York Medium", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

@media only screen and (min-width:735px) {
    .grouping-page-header__title {
        font-size: 38px;
        line-height: 1.21053;
        font-weight: 700;
        letter-spacing: -.00132em;
        font-family: "New York Medium", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(ar) {
        letter-spacing: 0;
        font-family: "New York Medium", "SF Pro AR", "SF Pro Gulf", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(ja) {
        letter-spacing: 0;
        font-family: "New York Medium", "SF Pro JP", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(ko) {
        letter-spacing: 0;
        font-family: "New York Medium", "SF Pro KR", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(zh) {
        font-weight: 600;
        letter-spacing: 0
    }

    .grouping-page-header__title:lang(th) {
        font-family: "New York Medium", "SF Pro TH", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(zh-CN) {
        font-family: "New York Medium", "SF Pro SC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(zh-HK) {
        font-family: "New York Medium", "SF Pro HK", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(zh-MO) {
        font-family: "New York Medium", "SF Pro HK", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }

    .grouping-page-header__title:lang(zh-TW) {
        font-family: "New York Medium", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
    }
}

.grouping-page-header__subtitle {
    font-size: 15px;
    line-height: 1.33338;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(zh) {
    letter-spacing: 0
}

.grouping-page-header__subtitle:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__subtitle:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.grouping-page-header__action {
    margin-top: 24px
}

@media only screen and (min-width:735px) {
    .grouping-page-header__action {
        margin: auto 0 0 auto;
        padding-left: 45px
    }
}

.grouping-page-header--on-light .grouping-page-header__action-button {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background: 0 0;
    color: #000
}

.grouping-page-header--on-light .grouping-page-header__action-button:hover {
    border-color: #080808;
    background: 0 0;
    color: #080808
}

.grouping-page-header--on-light .grouping-page-header__action-button.is-active,
.grouping-page-header--on-light .grouping-page-header__action-button:active {
    border-color: #141414;
    background: 0 0;
    color: #141414
}

.grouping-page-header--on-light .grouping-page-header__action-button.disabled,
.grouping-page-header--on-light .grouping-page-header__action-button:disabled {
    border-color: #000;
    background: 0 0;
    color: #000;
    opacity: .3
}

.grouping-page-header--on-dark .grouping-page-header__action-button {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    background: 0 0;
    color: #fff
}

.grouping-page-header--on-dark .grouping-page-header__action-button:hover {
    border-color: #fff;
    background: 0 0;
    color: #fff
}

.grouping-page-header--on-dark .grouping-page-header__action-button.is-active,
.grouping-page-header--on-dark .grouping-page-header__action-button:active {
    border-color: #fff;
    background: 0 0;
    color: #fff
}

.grouping-page-header--on-dark .grouping-page-header__action-button.disabled,
.grouping-page-header--on-dark .grouping-page-header__action-button:disabled {
    border-color: #fff;
    background: 0 0;
    color: #fff;
    opacity: .3
}

.grouping-page-header__background {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.grouping-page-header__background-image {
    position: relative
}

.grouping-page-header__background-image>img {
    display: block;
    height: auto;
    max-height: none;
    width: 100%
}

@media only screen and (min-width:735px) {
    .grouping-page-header__background-image>img {
        max-height: 100%;
        margin: 0 auto;
        width: auto
    }
}

.grouping-page-header__background-image::after {
    content: '';
    display: block;
    height: 135px;
    position: relative;
    top: -135px;
    width: 100%
}

.grouping-row--bordered+.grouping-row--bordered {
    border-top: 1px solid #d6d6d6
}

.room__headline--books {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(ar) {
    font-family: "New York Medium", "SF Pro AR", "SF Pro Gulf", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(ja) {
    font-family: "New York Medium", "SF Pro JP", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(ko) {
    font-family: "New York Medium", "SF Pro KR", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(th) {
    font-family: "New York Medium", "SF Pro TH", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(zh-CN) {
    font-family: "New York Medium", "SF Pro SC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(zh-HK) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(zh-MO) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.room__headline--books:lang(zh-TW) {
    font-family: "New York Medium", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title {
    font-size: 34px;
    line-height: 1.20596;
    font-weight: 700;
    letter-spacing: -.00706em;
    font-family: "New York Medium", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.20596;
    font-weight: 700;
    letter-spacing: .018em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(ar) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro AR", "SF Pro Gulf", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(ja) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro JP", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(ko) {
    letter-spacing: 0;
    font-family: "New York Medium", "SF Pro KR", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(zh) {
    font-weight: 600;
    letter-spacing: 0
}

.charts-header__title:lang(th) {
    font-family: "New York Medium", "SF Pro TH", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(zh-CN) {
    font-family: "New York Medium", "SF Pro SC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(zh-HK) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(zh-MO) {
    font-family: "New York Medium", "SF Pro HK", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(zh-TW) {
    font-family: "New York Medium", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-header__title:lang(zh) {
    font-weight: 600
}

.charts-header__title:lang(zh-HK) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(zh-MO) {
    font-weight: 600;
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(zh-TW) {
    font-weight: 600;
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(zh-CH) {
    font-weight: 600
}

.charts-header__title:lang(th) {
    line-height: 1.42899;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__title:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.charts-header__native-cta {
    text-align: right
}

.charts-header-container {
    padding-bottom: 14px
}

.charts-content-container {
    padding-top: 0
}

.charts-section .chart {
    counter-reset: section
}

.charts-section .chart .we-lockup__copy {
    display: flex;
    gap: 4px
}

html[dir=rtl] .charts-section .chart .we-lockup__copy {
    flex-direction: row-reverse
}

html[dir=rtl] .charts-section .chart .we-lockup__copy div[dir=ltr] {
    text-align: left
}

.charts-section .chart .we-lockup__copy .we-lockup__rank {
    display: inline-block;
    font-weight: 600
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank {
    padding-right: 8px;
    font-size: 19px;
    line-height: 1.15798;
    font-weight: 600;
    letter-spacing: -.026em;
    font-family: "New York Small", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(ar) {
    letter-spacing: 0;
    font-family: "New York Small", "SF Pro AR", "SF Pro Gulf", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(ja) {
    letter-spacing: 0;
    font-family: "New York Small", "SF Pro JP", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(ko) {
    letter-spacing: 0;
    font-family: "New York Small", "SF Pro KR", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(zh) {
    letter-spacing: 0
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(th) {
    font-family: "New York Small", "SF Pro TH", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(zh-CN) {
    font-family: "New York Small", "SF Pro SC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(zh-HK) {
    font-family: "New York Small", "SF Pro HK", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(zh-MO) {
    font-family: "New York Small", "SF Pro HK", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup--in-book-shelf .we-lockup__copy .we-lockup__rank:lang(zh-TW) {
    font-family: "New York Small", "SF Pro TC", "SF Pro Icons", "Apple WebExp Icons Custom", Times, serif
}

.charts-section .chart .we-lockup__copy .we-lockup__text {
    overflow: hidden
}

.charts-section-custom-config .we-lockup__copy {
    margin-bottom: 20px
}

@media only screen and (max-width:734px) {
    .charts-header .we-button--external {
        margin-top: 15px;
        margin-bottom: 2px
    }
}

@media only screen and (min-width:735px) {
    .charts-header .we-button--external {
        display: inline-block
    }
}

@media screen and (max-width:734px) {

    .charts-section,
    .we-genre-filter__categories-list {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px
    }
}

.charts-section .section {
    padding-top: 17px;
    padding-bottom: 28px
}

@media only screen and (min-width:735px) {
    .chart .section>.l-row {
        flex-wrap: wrap
    }
}

.charts-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px
}

.has-overlay-open {
    overflow: hidden
}

.we-genre-filter a {
    color: inherit
}

.we-genre-filter a:hover {
    text-decoration: none
}

.we-genre-filter__popular-list {
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px
}

.we-genre-filter__popular-list a {
    margin-right: 10px
}

@media only screen and (max-width:734px) {
    .we-genre-filter__popular-list a {
        display: none
    }
}

.we-genre-filter__popular-list a.hidden {
    display: none
}

.we-genre-filter__popular-list a.active {
    pointer-events: none
}

.we-genre-filter__popular-list .active .we-genre-filter__pill {
    font-weight: 600
}

.we-genre-filter__pill {
    height: 24px;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    background-color: #f2f2f2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(zh) {
    letter-spacing: 0
}

.we-genre-filter__pill:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__pill:hover {
    background-color: rgba(242, 242, 242, .8)
}

.we-genre-filter__trigger::after,
.we-genre-filter__trigger::before {
    font-family: "SF Pro Icons", "Apple WebExp Icons Custom";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.we-genre-filter__trigger::after,
.we-genre-filter__trigger::before {
    text-decoration: none
}

.we-genre-filter__trigger::before {
    display: none
}

.we-genre-filter__trigger::after,
.we-genre-filter__trigger::before {
    content: ""
}

.we-genre-filter__trigger::after {
    padding-left: .3em;
    top: 0
}

.we-genre-filter__trigger::after {
    font-size: 20px;
    font-weight: 100;
    z-index: 1
}

.we-genre-filter__trigger--up {
    font-weight: 600
}

.we-genre-filter__trigger--up::after,
.we-genre-filter__trigger--up::before {
    font-family: "SF Pro Icons", "Apple WebExp Icons Custom";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.we-genre-filter__trigger--up::after,
.we-genre-filter__trigger--up::before {
    text-decoration: none
}

.we-genre-filter__trigger--up::before {
    display: none
}

.we-genre-filter__trigger--up::after,
.we-genre-filter__trigger--up::before {
    content: ""
}

.we-genre-filter__trigger--up::after {
    padding-left: .3em;
    top: 0
}

.we-genre-filter__trigger--up::after {
    font-size: 20px;
    font-weight: 100
}

.we-genre-filter__name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.we-modal--apps-categories-filter .we-genre-filter__name {
    font-size: 15px;
    line-height: 1.33338;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(zh) {
    letter-spacing: 0
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-modal--apps-categories-filter .we-genre-filter__name:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__artwork {
    margin-right: 10px
}

.we-genre-filter__item {
    padding-top: 14px;
    padding-bottom: 14px;
    height: 22px;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(zh) {
    letter-spacing: 0
}

.we-genre-filter__item:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.we-genre-filter__item:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (min-width:735px) {
    .we-genre-filter__item {
        font-size: 15px;
        line-height: 1.33338;
        font-weight: 400;
        letter-spacing: -.016em;
        font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(ar) {
        letter-spacing: 0;
        font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(ja) {
        letter-spacing: 0;
        font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(ko) {
        letter-spacing: 0;
        font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(zh) {
        letter-spacing: 0
    }

    .we-genre-filter__item:lang(th) {
        line-height: 1.58;
        font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(zh-CN) {
        font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(zh-HK) {
        font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(zh-MO) {
        font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .we-genre-filter__item:lang(zh-TW) {
        font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
}

.we-genre-filter--apps .we-genre-filter__item {
    padding-top: 12px;
    padding-bottom: 12px
}

.we-modal--apps-categories-filter .we-genre-filter__item {
    padding-top: 13px;
    padding-bottom: 13px
}

.we-genre-filter__categories-list {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 12px;
    column-gap: 12px
}

@media only screen and (min-width:735px) {
    .we-genre-filter__categories-list {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media only screen and (min-width:1069px) {
    .we-genre-filter__categories-list {
        -moz-column-count: 4;
        column-count: 4
    }
}

.we-modal--apps-categories-filter .we-genre-filter__categories-list {
    padding-left: 0;
    padding-right: 0
}

.we-genre-filter__categories-list a {
    color: inherit;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.we-genre-filter__categories-list a:hover {
    text-decoration: none
}

.we-genre-filter__categories-list a.active {
    pointer-events: none
}

.we-genre-filter__dropdown {
    padding-top: 6px;
    padding-bottom: 26px;
    width: 100%;
    max-height: 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .1);
    overflow: hidden;
    visibility: hidden;
    transition: max-height .5s ease-out;
    left: 0;
    z-index: 3
}

.we-genre-filter--apps .we-genre-filter__dropdown {
    margin-top: 27px;
    padding-top: 19px;
    padding-bottom: 38px
}

@media only screen and (min-width:735px) {
    .we-genre-filter--apps .we-genre-filter__dropdown {
        margin-top: 23px
    }
}

.we-genre-filter__dropdown--expanded {
    max-height: 1060px;
    visibility: visible
}

@media only screen and (min-width:735px) {
    .we-genre-filter__dropdown--expanded {
        max-height: 1060px
    }
}

@media only screen and (min-width:1069px) {
    .we-genre-filter__dropdown--expanded {
        max-height: 396px
    }
}

.we-genre-filter__curtain {
    width: 100%;
    display: none;
    position: fixed;
    top: 366px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    z-index: 2
}

@media only screen and (min-width:735px) {
    .we-genre-filter__curtain {
        top: 260px
    }
}

.we-genre-filter__curtain--expanded {
    display: block
}

.we-genre-filter__triggers-list {
    display: flex;
    flex-wrap: wrap
}

.we-genre-filter__trigger:not(:last-of-type) {
    margin-right: 10px
}

.we-genre-filter__dropdown-container {
    flex-basis: 100%
}

.has-modal--app-categories-filter {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1
}

.has-modal--app-categories-filter body {
    height: 100%;
    overflow: hidden
}

.we-genre-filter__header {
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
    margin-right: 20px;
    border-bottom: 1px solid #d6d6d6
}

.we-genre-filter__header .we-tabs__tab.is-active {
    border-bottom: 3px solid #0070c9
}

.we-genre-filter__content {
    padding-top: 8px;
    padding-bottom: 8px;
    flex: 1;
    overflow: auto;
    height: calc(100vh - 80px)
}

.we-page-error {
    min-height: calc(100vh - 180px);
    height: 100%
}


.privacy-type__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.privacy-type__icon svg {
    height: auto;
    width: 100%;
    fill: #0070c9
}

.privacy-type--modal .privacy-type__icon {
    margin-left: unset;
    margin-right: unset
}

.privacy-type__heading {
    margin-top: 9px;
    color: #111;
    text-align: center;
    font-size: 15px;
    line-height: 1.33338;
    font-weight: 600;
    letter-spacing: -.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(zh) {
    letter-spacing: 0
}

.privacy-type__heading:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__heading:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading {
    text-align: left;
    font-size: 18px;
    line-height: 1.22226;
    font-weight: 600;
    letter-spacing: .027em;
    font-family: "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(th) {
    line-height: 1.44839;
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(hi) {
    line-height: 1.41778
}

.privacy-type--modal .privacy-type__heading:lang(ko) {
    line-height: 1.52381;
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__heading:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}


.privacy-type__data-category-heading {
    padding-top: 7px;
    padding-bottom: 5px;
    color: #111;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(zh) {
    letter-spacing: 0
}

.privacy-type__data-category-heading:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__data-category-heading:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading {
    padding-top: 2px;
    padding-bottom: unset;
    font-size: 15px;
    line-height: 1.33338;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(zh) {
    letter-spacing: 0
}

.privacy-type--modal .privacy-type__data-category-heading:lang(th) {
    line-height: 1.58;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__data-category-heading:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__category-items {
    margin-top: 4px;
    color: #666
}

.privacy-type__description {
    margin-top: 6px;
    color: #666;
    text-align: center;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(ar) {
    letter-spacing: 0;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(ja) {
    letter-spacing: 0;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(ko) {
    letter-spacing: 0;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(zh) {
    letter-spacing: 0
}

.privacy-type__description:lang(th) {
    line-height: 1.64077;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang HK", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type__description:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.privacy-type--modal .privacy-type__description {
    margin-bottom: 22px;
    text-align: left
}

.privacy-type__grid {
    display: inline-grid;
    grid-gap: 10px;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon content";
    align-items: center
}

.privacy-type--modal .privacy-type__grid {
    display: grid;
    align-items: unset;
    min-height: unset;
    max-height: unset
}

.privacy-type--modal .privacy-type__grid+.privacy-type__grid {
    margin-top: 13px
}

.privacy-type__grid-icon {
    grid-area: icon;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.privacy-type__glyph {
    height: 19px;
    width: 100%;
    fill: currentColor
}

.privacy-type__glyph--financial-info {
    height: 20px
}

.privacy-type__glyph--location {
    height: 18px
}

.privacy-type__glyph--user-content {
    height: 22px
}

.privacy-type__glyph--identifiers {
    height: 21px
}

.privacy-type__glyph--sensitive-info {
    height: 22px
}

.privacy-type__grid-content {
    grid-area: content
}

.privacy-type__items {
    margin-top: 11px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.privacy-type--modal .privacy-type__items {
    display: block
}

.privacy-type__items--single-item {
    grid-template-columns: 1fr;
    text-align: center
}

.privacy-type__item {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.podcast-channel {
    display: grid;
    height: calc(100vh - 100px);
    grid-template-columns: auto;
    grid-template-rows: 238px auto
}

@media only screen and (min-width:735px) {
    .podcast-channel {
        grid-template-columns: min-content minmax(auto, 385px);
        grid-template-rows: auto;
        grid-column-gap: 40px;
        place-content: center
    }
}

.podcast-channel__logo {
    display: grid;
    place-content: center;
    background-image: linear-gradient(white, #eee)
}

@media only screen and (min-width:735px) {
    .podcast-channel__logo {
        display: block;
        background-image: none
    }
}

.podcast-channel__logo-artwork {
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 10px 13px 0 rgba(0, 0, 0, .11);
    position: relative;
    z-index: 1002
}

.podcast-channel__logo-artwork::after {
    box-shadow: none
}

.podcast-channel__body {
    padding-top: 16px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (min-width:735px) {
    .podcast-channel__body {
        padding-top: 0;
        margin-bottom: 0;
        text-align: left;
        justify-self: left;
        display: grid;
        align-content: center;
        padding-left: 0;
        padding-right: 0
    }
}


.event-details__image {
    grid-row: 1/3;
    grid-column: 1/2
}

.event-details__image img,
.event-details__image picture {
    height: 100%;
    width: 100%
}

@media only screen and (min-width:735px) {
    .event-details__image {
        grid-area: image
    }
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

hr {
    border: 0;
    border-bottom: 1px solid #d2d2d7
}

html[dir=rtl] .no-js:not(#globalnav) {
    direction: rtl
}

html[dir=rtl] .no-js:not(#globalnav) * {
    text-align: right
}


@media screen and (min-width:670px) {
    .quick-links__link-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 84px
    }
}

@media only screen and (min-width:1069px) {
    .quick-links__link-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.arcade-see-all {
    padding: 20px 0 32px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    background: #f8f8f8
}

@media only screen and (min-width:735px) {
    .arcade-see-all {
        border-radius: 15px
    }
}

.arcade-see-all__river-chiclet {
    contain: content;
    margin: 8px
}

.arcade-see-all__river-chiclet.we-artwork--downloaded .we-artwork__image {
    background-color: rgba(0, 0, 0, .1)
}

.arcade-see-all__river-wrapper {
    width: 1080px;
    overflow: hidden
}

@media screen and (prefers-reduced-motion:no-preference) {
    .arcade-see-all__river {
        animation: marquee var(--move-marquee-duration, 22s) linear infinite;
        --move-marquee: -86.6%;
        --move-marquee-duration: 120s
    }
}

@media only screen and (prefers-reduced-motion:no-preference) and (min-width:1069px) {
    .arcade-see-all__river {
        --move-marquee: -120%
    }
}

.arcade-see-all__river-top {
    align-items: center;
    display: flex
}

.arcade-see-all__river-bottom {
    position: relative;
    align-items: center;
    display: flex;
    right: 6%;
    z-index: 1
}

html[dir=rtl] .arcade-see-all__river-bottom {
    right: -6%
}

.arcade-see-all__wordmark {
    width: 88px
}

@media only screen and (min-width:1069px) {
    .arcade-see-all__wordmark {
        width: 128px
    }
}

.arcade-see-all__link {
    margin-bottom: 0;
    margin-left: 0
}