/*! 4.8.0 | BH: a8fe40cc622e0d2d43d6 | CH: db4fce76 */
[data-dcm-tabs-content] {
    min-height: 500px;
    overflow: hidden
}

[data-dcm-tabs-content]>div {
    visibility: hidden
}

.nojs [data-dcm-tabs-content]>div,
[data-dcm-tabs-content]>div[data-dcm-tabs-anim] {
    visibility: visible
}

[data-dcm-tabs-anim] {
    transition: all .5s
}

[data-dcm-tabs-anim].rc-dcm-tabs-fetching {
    opacity: 0
}

[data-dcm-tab-selected] {
    pointer-events: none
}

[data-core-accordion] {
    list-style: none;
    margin: 0;
    padding: 0
}

[data-core-accordion-item] {
    margin: 0;
    padding: 0
}

[data-core-accordion-item] [data-core-accordion-content] {
    transition: height .5s ease-in-out
}

[data-core-fade-transition-wrapper] {
    opacity: 0;
    transition-duration: .4s;
    transition-property: opacity;
    transition-timing-function: ease-in-out
}

.r-fade-transition-appear-active,
.r-fade-transition-enter-active,
.r-fade-transition-enter-done,
.r-fade-transition-exit {
    opacity: 1
}

.r-fade-transition-exit-active {
    opacity: 0
}

.r-fade-transition-exit-done {
    display: none
}

[data-core-height-transition-wrapper] {
    overflow: hidden;
    transition-duration: .4s;
    transition-property: height;
    transition-timing-function: ease-in-out
}

[data-core-height-transition-content] {
    overflow: hidden
}

.r-height-transition-exit-done {
    display: none
}

.r-height-transition-enter-done:not(.r-height-transition-enter-active) [data-core-height-transition-content],
.r-height-transition-enter-done:not(.r-height-transition-enter-active)[data-core-height-transition-wrapper] {
    overflow: visible
}

.rc-accordion [data-core-height-transition-wrapper] {
    transition: height .3s ease-in-out
}

.rc-accordion [data-core-expand-button] {
    color: #06c;
    float: var(--r-sk-start);
    font-size: 14px
}

.rc-accordion-item {
    border-top: 1px solid #d2d2d7
}

.rc-accordion-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 32px 0;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-button {
        padding: 24px 0
    }
}

.rc-accordion-title {
    text-align: start
}

.rc-accordion-numbered {
    padding-inline-end: .4em
}

.rc-accordion-plusicon {
    color: #86868b;
    font-family: SF Pro Icons;
    font-size: 51px;
    font-weight: 300;
    letter-spacing: -.003em;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 0;
    padding-inline: 5px 10px
}

.rc-accordion-plusicon:lang(ar),
.rc-accordion-plusicon:lang(ja),
.rc-accordion-plusicon:lang(ko),
.rc-accordion-plusicon:lang(zh) {
    letter-spacing: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-plusicon {
        font-family: SF Pro Icons;
        font-size: 34px;
        font-weight: 300;
        letter-spacing: .004em;
        line-height: 1
    }
}

.rc-accordion-plusicon:after {
    transform: rotate(0);
    transform-origin: center center;
    transition: transform .32s ease-out
}

[data-core-accordion-button-expanded] .rc-accordion-plusicon:after {
    transform: rotate(calc(var(--direction, 1)*45deg))
}

.rc-accordion-chevrondown {
    align-items: flex-start;
    align-self: baseline;
    display: flex;
    justify-content: center;
    margin: 0;
    transition: transform .32s linear;
    transition: color .1s linear;
    width: 32px;
    stroke-width: 2.25;
    color: #86868b;
    position: relative
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-chevrondown svg {
        width: 24px
    }
}

.as-svgicon-chevrondownbase path[style] {
    stroke: currentColor !important
}

.rc-accordion-button:hover .rc-accordion-chevrondown {
    color: #6e6e73
}

.rc-accordion-collapse-icon {
    margin-inline-start: auto
}

.rc-accordion-content {
    padding-bottom: 45px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-content {
        max-width: inherit
    }
}

.rc-accordion-compact .rc-accordion-button {
    align-items: center;
    display: flex;
    padding: 17px 0;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-compact .rc-accordion-button {
        align-items: baseline
    }
}

.rc-accordion-compact .rc-accordion-numbered {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    padding-inline-end: .4em
}

.rc-accordion-compact .rc-accordion-numbered:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rc-accordion-compact .rc-accordion-numbered: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;
    letter-spacing: 0
}

.rc-accordion-compact .rc-accordion-numbered: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rc-accordion-compact .rc-accordion-numbered:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rc-accordion-compact .rc-accordion-numbered:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rc-accordion-compact .rc-accordion-numbered:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-accordion-compact .rc-accordion-numbered:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-accordion-compact .rc-accordion-numbered: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
}

.rc-accordion-compact .rc-accordion-numbered:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-compact .rc-accordion-numbered {
        font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-weight: 600;
        letter-spacing: -.016em;
        line-height: 1.2857742857
    }

    .rc-accordion-compact .rc-accordion-numbered:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        letter-spacing: 0
    }

    .rc-accordion-compact .rc-accordion-numbered: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;
        letter-spacing: 0;
        line-height: 1.3571828571
    }

    .rc-accordion-compact .rc-accordion-numbered: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;
        letter-spacing: 0;
        line-height: 1.4285914286
    }

    .rc-accordion-compact .rc-accordion-numbered:lang(zh) {
        letter-spacing: 0;
        line-height: 1.3571828571
    }

    .rc-accordion-compact .rc-accordion-numbered:lang(th) {
        font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        letter-spacing: 0;
        line-height: 1.3571828571
    }

    .rc-accordion-compact .rc-accordion-numbered:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rc-accordion-compact .rc-accordion-numbered:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rc-accordion-compact .rc-accordion-numbered: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
    }

    .rc-accordion-compact .rc-accordion-numbered:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rc-accordion-compact .rc-accordion-title {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.022em;
    line-height: 1.2353641176
}

.rc-accordion-compact .rc-accordion-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rc-accordion-compact .rc-accordion-title: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;
    letter-spacing: 0
}

.rc-accordion-compact .rc-accordion-title: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rc-accordion-compact .rc-accordion-title:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rc-accordion-compact .rc-accordion-title:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rc-accordion-compact .rc-accordion-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-accordion-compact .rc-accordion-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-accordion-compact .rc-accordion-title: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
}

.rc-accordion-compact .rc-accordion-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-compact .rc-accordion-title {
        font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-weight: 600;
        letter-spacing: -.016em;
        line-height: 1.2857742857;
        padding: 0
    }

    .rc-accordion-compact .rc-accordion-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        letter-spacing: 0
    }

    .rc-accordion-compact .rc-accordion-title: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;
        letter-spacing: 0;
        line-height: 1.3571828571
    }

    .rc-accordion-compact .rc-accordion-title: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;
        letter-spacing: 0;
        line-height: 1.4285914286
    }

    .rc-accordion-compact .rc-accordion-title:lang(zh) {
        letter-spacing: 0;
        line-height: 1.3571828571
    }

    .rc-accordion-compact .rc-accordion-title:lang(th) {
        font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        letter-spacing: 0;
        line-height: 1.3571828571
    }

    .rc-accordion-compact .rc-accordion-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rc-accordion-compact .rc-accordion-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rc-accordion-compact .rc-accordion-title: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
    }

    .rc-accordion-compact .rc-accordion-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rc-accordion-compact .rc-accordion-plusicon {
    font-family: SF Pro Icons;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .011em;
    line-height: 1.2727272727;
    padding-bottom: 0;
    padding-top: 0;
    padding-inline: 2px 6px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-compact .rc-accordion-plusicon {
        font-family: SF Pro Icons;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1
    }
}

.rc-accordion-compact .rc-accordion-content {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding-bottom: 28px;
    padding-inline-end: 35px
}

.rc-accordion-compact .rc-accordion-content:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rc-accordion-compact .rc-accordion-content: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rc-accordion-compact .rc-accordion-content: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rc-accordion-compact .rc-accordion-content:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rc-accordion-compact .rc-accordion-content:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rc-accordion-compact .rc-accordion-content:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-accordion-compact .rc-accordion-content:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-accordion-compact .rc-accordion-content: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
}

.rc-accordion-compact .rc-accordion-content:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-compact .rc-accordion-content {
        padding-inline-end: 0
    }
}

.rc-accordion-compact .rc-accordion-chevrondown {
    font-weight: 700
}

.rc-accordion-compact .rc-accordion-chevrondown svg {
    height: auto;
    width: 17px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-compact .rc-accordion-chevrondown svg {
        width: 14px
    }
}

.rc-accordion-compact .rc-accordion-chevrondown svg path {
    stroke-width: 2.75
}

.rc-accordion-compact .rc-accordion-content-numbered.rc-accordion-content {
    padding-inline-start: 22px
}

.rc-accordion-centered .rc-accordion-title {
    text-align: center
}

.rc-accordion-hideclose .rc-accordion-plusicon {
    opacity: 0;
    transform: rotate(45deg);
    transition-duration: .32s;
    transition-property: opacity
}

.rc-accordion-hideclose .rc-accordion-plusicon:after {
    transform: rotate(0);
    transition: none
}

.rc-accordion-hideclose [data-core-accordion-item-expanded] .rc-accordion-chevrondown,
.rc-accordion-hideclose [data-core-accordion-item-expanded] .rc-accordion-plusicon {
    opacity: 1
}

.rc-accordion-hideclose [data-core-accordion-item-expanded] .rc-accordion-chevrondown:after,
.rc-accordion-hideclose [data-core-accordion-item-expanded] .rc-accordion-plusicon:after {
    transform: rotate(0)
}

.rc-accordion-content-nopadding.rc-accordion-content {
    max-width: inherit;
    padding: 0
}

.rc-accordion-content-numbered.rc-accordion-content {
    padding-inline-start: 51px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-accordion-content-numbered.rc-accordion-content {
        padding-inline-start: 39px
    }
}

[data-core-gallery] {
    min-height: 100px;
    overflow: hidden;
    position: relative
}

[data-core-gallery-scroller] {
    display: flex;
    position: relative;
    white-space: nowrap;
    width: 100%
}

[data-core-gallery-fade=true] [data-core-gallery-scroller] {
    position: relative
}

[data-core-gallery-fade=true] [data-core-gallery-scroller]>* {
    transition: opacity .4s ease
}

[data-core-gallery-fade=true] [data-core-gallery-scroller]>:not(:first-child) {
    inset-inline-start: -50%;
    position: relative
}

[data-core-gallery-fade=true] [data-core-gallery-scroller]>:first-child {
    opacity: 0;
    z-index: 1
}

[data-core-gallery-item] {
    cursor: pointer;
    overflow: hidden;
    width: 100%
}

.rc-inline-gallery-item {
    text-align: center
}

.rc-inline-gallery-item .rc-inline-gallery-image {
    height: auto;
    max-height: 90%;
    max-width: 90%
}

.rc-inline-gallery-peek .rc-inline-gallery-item {
    border-radius: 18px;
    margin: 0 10px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-inline-gallery-peek .rc-inline-gallery-item {
        margin: 0 5px
    }
}

.paddlenav {
    --sk-paddlenav-diameter: 36px;
    --sk-paddlenav-arrow-color: #0000008f;
    --sk-paddlenav-arrow-color-hover: #000000a3;
    --sk-paddlenav-arrow-color-active: #000000a3;
    --sk-paddlenav-background: #0000;
    --sk-paddlenav-background-hover: #0000;
    --sk-paddlenav-background-active: #0000
}

.paddlenav,
.paddlenav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0
}

.paddlenav .paddlenav-arrow {
    background: var(--sk-paddlenav-background);
    border-radius: var(--sk-paddlenav-diameter);
    color: var(--sk-paddlenav-arrow-color);
    display: block;
    font-style: normal;
    height: var(--sk-paddlenav-diameter);
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transition: background .1s linear, color .1s linear, opacity .1s linear;
    width: var(--sk-paddlenav-diameter)
}

.paddlenav .paddlenav-arrow-next,
.paddlenav .paddlenav-arrow-previous {
    margin-top: calc(var(--sk-paddlenav-diameter)*-.5);
    top: 50%
}

html[dir=rtl] .paddlenav .paddlenav-arrow-next,
html[dir=rtl] .paddlenav .paddlenav-arrow-previous {
    transform: rotate(180deg)
}

.paddlenav .paddlenav-arrow-down,
.paddlenav .paddlenav-arrow-up {
    left: 50%;
    margin-left: calc(var(--sk-paddlenav-diameter)*-.5)
}

.paddlenav .paddlenav-arrow svg path {
    fill: var(--sk-paddlenav-arrow-color);
    transition: fill .1s linear
}

.paddlenav .paddlenav-arrow:hover {
    background: var(--sk-paddlenav-background-hover);
    color: var(--sk-paddlenav-arrow-color-hover);
    text-decoration: none
}

.paddlenav .paddlenav-arrow:hover svg path {
    fill: var(--sk-paddlenav-arrow-color-hover)
}

.paddlenav .paddlenav-arrow:active {
    background: var(--sk-paddlenav-background-active);
    color: var(--sk-paddlenav-arrow-color-active)
}

.paddlenav .paddlenav-arrow:active svg path {
    fill: var(--sk-paddlenav-arrow-color-active)
}

.paddlenav .paddlenav-arrow:focus-visible {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: var(--sk-focus-offset-container, 3px)
}

.paddlenav .paddlenav-arrow.disabled,
.paddlenav .paddlenav-arrow:disabled {
    opacity: var(--sk-link-disabled-opacity, .42);
    pointer-events: none
}

.paddlenav .paddlenav-arrow-previous {
    inset-inline-start: 18px
}

.paddlenav .paddlenav-arrow-next {
    inset-inline-end: 18px
}

.paddlenav .paddlenav-arrow-up {
    top: 18px
}

.paddlenav .paddlenav-arrow-down {
    bottom: 18px
}

.paddlenav-elevated {
    --sk-paddlenav-diameter: 56px
}

.paddlenav-super {
    --sk-paddlenav-diameter: 90px
}

.paddlenav-alpha {
    --sk-paddlenav-background: #d2d2d7a3;
    --sk-paddlenav-background-hover: hsla(240, 6%, 88%, .698);
    --sk-paddlenav-background-active: hsla(240, 4%, 77%, .654)
}

.paddlenav-solid {
    --sk-paddlenav-background: #e8e8ed;
    --sk-paddlenav-background-hover: #ececf0;
    --sk-paddlenav-background-active: #dfdfe4
}

.paddlenav-justified.paddlenav-outside .paddlenav-arrow-previous {
    inset-inline-start: 18px;
    inset-inline-start: calc((var(--sk-paddlenav-diameter) + 18px)*-1)
}

.paddlenav-justified.paddlenav-outside .paddlenav-arrow-next {
    inset-inline-end: 18px;
    inset-inline-end: calc((var(--sk-paddlenav-diameter) + 18px)*-1)
}

.paddlenav-side-aligned .paddlenav-arrow-next,
.paddlenav-side-aligned .paddlenav-arrow-previous {
    margin-top: calc((var(--sk-paddlenav-diameter) + 18px)*-1);
    top: 100%
}

.paddlenav-side-aligned .paddlenav-arrow-previous {
    inset-inline-end: calc(var(--sk-paddlenav-diameter) + 36px);
    inset-inline-start: auto
}

.paddlenav-side-aligned .paddlenav-arrow-next {
    inset-inline-end: 18px
}

.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-next,
.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-previous {
    margin-top: 18px;
    top: 100%
}

.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-previous {
    inset-inline-end: calc(var(--sk-paddlenav-diameter) + 36px);
    inset-inline-end: calc(var(--sk-paddlenav-diameter) + 18px);
    inset-inline-start: auto
}

.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-next {
    inset-inline-end: 18px;
    inset-inline-end: 0
}

.paddlenav-centered .paddlenav-arrow-next,
.paddlenav-centered .paddlenav-arrow-previous {
    margin-top: calc((var(--sk-paddlenav-diameter) + 18px)*-1);
    top: 100%
}

.paddlenav-centered .paddlenav-arrow {
    inset-inline-end: auto;
    inset-inline-start: auto
}

.paddlenav-centered .paddlenav-arrow-previous {
    margin-inline-start: calc((var(--sk-paddlenav-diameter) + 9px)*-1)
}

.paddlenav-centered .paddlenav-arrow-next {
    margin-inline-start: 9px
}

.paddlenav-centered.paddlenav-outside .paddlenav-arrow-next,
.paddlenav-centered.paddlenav-outside .paddlenav-arrow-previous {
    margin-top: 18px;
    top: 100%
}

.paddlenav-centered.paddlenav-outside .paddlenav-arrow {
    inset-inline-end: auto;
    inset-inline-start: auto
}

.paddlenav-centered.paddlenav-outside .paddlenav-arrow-previous {
    margin-inline-start: calc((var(--sk-paddlenav-diameter) + 9px)*-1)
}

.paddlenav-centered.paddlenav-outside .paddlenav-arrow-next {
    margin-inline-start: 9px
}

.with-paddlenav {
    position: relative
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow {
    opacity: 0;
    transition: background .1s linear, color .1s linear, opacity .1s linear
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow:focus-visible {
    opacity: 1
}

html.no-touch .with-paddlenav-onhover:hover .paddlenav-arrow {
    opacity: 1
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow.disabled,
html.no-touch .with-paddlenav-onhover .paddlenav-arrow:disabled {
    opacity: 0
}

.with-paddlenav-visuallyhidden .paddlenav-arrow {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%)
}

.with-paddlenav-visuallyhidden .paddlenav-arrow:focus-visible,
.with-paddlenav-visuallyhidden .paddlenav-arrow:hover {
    clip: auto;
    clip-path: none
}

.paddlenav-dark,
.paddlenav-dark.paddlenav-alpha {
    --sk-paddlenav-arrow-color: #fffc;
    --sk-paddlenav-arrow-color-hover: #fff;
    --sk-paddlenav-arrow-color-active: #fff
}

.paddlenav-dark.paddlenav-alpha {
    --sk-paddlenav-background: #424245b8;
    --sk-paddlenav-background-hover: rgba(73, 73, 76, .726);
    --sk-paddlenav-background-active: rgba(57, 57, 60, .742)
}

.paddlenav-dark.paddlenav-solid {
    --sk-paddlenav-arrow-color: #fffc;
    --sk-paddlenav-arrow-color-hover: #fff;
    --sk-paddlenav-arrow-color-active: #fff;
    --sk-paddlenav-background: #333336;
    --sk-paddlenav-background-hover: #37373a;
    --sk-paddlenav-background-active: #2f2f32
}

.theme-light .paddlenav.paddlenav-dark {
    --sk-paddlenav-arrow-color: #0000008f;
    --sk-paddlenav-arrow-color-hover: #000000a3;
    --sk-paddlenav-arrow-color-active: #000000a3;
    --sk-paddlenav-background: #e8e8ed;
    --sk-paddlenav-background-hover: #fff;
    --sk-paddlenav-background-active: #fff
}

.theme-light .paddlenav.paddlenav-dark.paddlenav-alpha {
    --sk-paddlenav-arrow-color: #fffc;
    --sk-paddlenav-arrow-color-hover: #fff;
    --sk-paddlenav-arrow-color-active: #fff;
    --sk-paddlenav-background: #424245b8;
    --sk-paddlenav-background-hover: rgba(73, 73, 76, .726);
    --sk-paddlenav-background-active: rgba(57, 57, 60, .742)
}

.theme-light .paddlenav.paddlenav-dark.paddlenav-solid {
    --sk-paddlenav-arrow-color: #fffc;
    --sk-paddlenav-arrow-color-hover: #fff;
    --sk-paddlenav-arrow-color-active: #fff;
    --sk-paddlenav-background: #333336;
    --sk-paddlenav-background-hover: #37373a;
    --sk-paddlenav-background-active: #2f2f32
}

.paddlenav-light,
.paddlenav-light.paddlenav,
.paddlenav-light.paddlenav-alpha,
.paddlenav-light.paddlenav-solid {
    --sk-paddlenav-arrow-color: #0000008f;
    --sk-paddlenav-arrow-color-hover: #000000a3;
    --sk-paddlenav-arrow-color-active: #000000a3
}

.paddlenav-light.paddlenav-solid {
    --sk-paddlenav-background: #e8e8ed;
    --sk-paddlenav-background-hover: #ececf0;
    --sk-paddlenav-background-active: #dfdfe4
}

.theme-dark .paddlenav.paddlenav-light {
    --sk-paddlenav-arrow-color: #0000008f;
    --sk-paddlenav-arrow-color-hover: #000000a3;
    --sk-paddlenav-arrow-color-active: #000000a3;
    --sk-paddlenav-background: #0000008f;
    --sk-paddlenav-background-hover: #000000a3;
    --sk-paddlenav-background-active: #000000a3
}

.theme-dark .paddlenav.paddlenav-light.paddlenav-alpha {
    --sk-paddlenav-arrow-color: #0000008f;
    --sk-paddlenav-arrow-color-hover: #000000a3;
    --sk-paddlenav-arrow-color-active: #000000a3;
    --sk-paddlenav-background: #d2d2d7a3;
    --sk-paddlenav-background-hover: hsla(240, 6%, 88%, .698);
    --sk-paddlenav-background-active: hsla(240, 4%, 77%, .654)
}

.theme-dark .paddlenav.paddlenav-light.paddlenav-solid {
    --sk-paddlenav-arrow-color: #0000008f;
    --sk-paddlenav-arrow-color-hover: #000000a3;
    --sk-paddlenav-arrow-color-active: #000000a3;
    --sk-paddlenav-background: #e8e8ed;
    --sk-paddlenav-background-hover: #ececf0;
    --sk-paddlenav-background-active: #dfdfe4
}

.rc-gallery-paddlenav button {
    z-index: 1
}

.rc-inline-gallery-peek .rc-gallery-paddlenav .paddlenav-arrow-previous {
    inset-inline-start: 68px
}

.rc-inline-gallery-peek .rc-gallery-paddlenav .paddlenav-arrow-next {
    inset-inline-end: 68px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-inline-gallery-peek .rc-gallery-paddlenav .paddlenav-arrow-previous {
        inset-inline-start: 38px
    }

    .rc-inline-gallery-peek .rc-gallery-paddlenav .paddlenav-arrow-next {
        inset-inline-end: 38px
    }
}

.dotnav {
    --sk-dotnav-background: #0000006b;
    --sk-dotnav-background-hover: #0000008a;
    --sk-dotnav-background-current: #000c;
    --sk-dotnav-size: 8px;
    --sk-dotnav-margin-block: 0;
    --sk-dotnav-margin-inline: 8px;
    box-sizing: border-box;
    text-align: center
}

.dotnav-items {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    margin: 0
}

.dotnav-item {
    list-style: none;
    margin-block: var(--sk-dotnav-margin-block);
    margin-inline: var(--sk-dotnav-margin-inline);
    position: relative
}

.dotnav-item,
.dotnav-link {
    height: var(--sk-dotnav-size);
    width: var(--sk-dotnav-size)
}

.dotnav-link {
    background: var(--sk-dotnav-background);
    border-radius: 50%;
    box-sizing: border-box;
    left: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0
}

.dotnav-link:hover {
    background: var(--sk-dotnav-background-hover)
}

.dotnav-link:focus-visible {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: var(--sk-focus-offset-container, 3px)
}

.dotnav .current.dotnav-item .dotnav-link,
.dotnav .current.dotnav-link {
    background: var(--sk-dotnav-background-current);
    cursor: default
}

.dotnav-dark,
.theme-light .dotnav.dotnav-dark {
    --sk-dotnav-background: #ffffff5c;
    --sk-dotnav-background-hover: #ffffff7a;
    --sk-dotnav-background-current: #fffc
}

.dotnav-light,
.theme-dark .dotnav.dotnav-light {
    --sk-dotnav-background: #0000006b;
    --sk-dotnav-background-hover: #0000008a;
    --sk-dotnav-background-current: #000c
}

.rc-gallery-dotnav {
    bottom: 18px;
    display: inline-block;
    inset-inline: 0;
    list-style: none;
    margin: auto;
    position: absolute;
    z-index: 1
}

.rc-inline-gallery {
    position: relative
}

.rc-inline-gallery-peek {
    overflow: hidden
}

.rc-inline-gallery-peek [data-core-gallery] {
    margin: 0 40px;
    overflow: visible
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-inline-gallery-peek [data-core-gallery] {
        margin: 0 20px
    }
}

.rc-inline-gallery-autoscroll .paddlenav-arrow {
    opacity: 0;
    transition: opacity .25 linear
}

.rc-inline-gallery-autoscroll:hover .paddlenav-arrow {
    opacity: 1
}

[data-core-overlay] {
    align-items: flex-start;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    inset-inline-end: 0;
    inset-inline-start: 0;
    overflow: auto;
    padding: 54px 0;
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

[data-core-overlay][data-core-fade-transition-wrapper] {
    transition-duration: .1s
}

[data-core-overlay].r-fade-transition-exit-done {
    display: none
}

[data-core-overlay-content] {
    background: #fff;
    margin: auto;
    padding: 30px;
    position: relative
}

[data-core-overlay-cover] {
    backface-visibility: visible;
    background: #0000007a;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

[data-core-overlay-fullscreen][data-core-overlay] {
    background-color: #fff;
    margin: 0;
    padding: 0
}

[data-core-overlay-fullscreen] [data-core-overlay-content] {
    border: none;
    margin: 0;
    max-width: none;
    min-height: 100vh;
    padding: 0;
    width: 100%
}

[data-core-overlay-fullscreen] [data-core-overlay-content]:focus {
    outline-offset: -4px
}

[data-core-overlay-open-ios-fixed],
[data-core-overlay-open] {
    overflow: hidden;
    position: relative
}

[data-core-overlay-open-ios-fixed] {
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    position: fixed;
    top: 0
}

[data-core-overlay-cover].rc-blur {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

[data-core-overlay-content]:focus-visible {
    outline: none
}

[data-core-overlay-content]:focus-visible .rc-overlay-popup-outer {
    outline: 2px solid var(--sk-focus-color);
    outline-offset: var(--sk-focus-offset-container)
}

.rc-overlay-close {
    align-items: center;
    align-self: flex-end;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    margin-inline-end: 20px;
    margin-top: 20px;
    order: -1;
    width: 44px;
    z-index: 1
}

.rc-overlay-close.rc-sticky {
    position: sticky;
    top: 20px
}

.rc-overlay-close.rc-align-start {
    align-self: flex-start;
    margin-inline: 20px 0
}

.rc-overlay-close .rc-overlay-closesvg {
    align-items: center;
    background: #e8e8ed;
    border-radius: 50%;
    color: #6e6e73;
    display: flex;
    height: 36px;
    outline: none;
    position: relative;
    transition: color .1s linear, background .1s linear;
    width: 36px
}

.rc-overlay-close .rc-overlay-closesvg svg {
    fill: currentColor;
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px
}

.rc-overlay-close:hover .rc-overlay-closesvg {
    background: #ececf0;
    color: #000000b8
}

.rc-overlay-close:active .rc-overlay-closesvg {
    background: #dfdfe4
}

.rc-overlay-close:focus-visible .rc-overlay-closesvg {
    outline: 2px solid var(--sk-focus-color);
    outline-offset: 3px
}

.rc-overlay-close:focus-visible {
    outline: none
}

.rc-overlay-popup[data-core-overlay] {
    margin: 0;
    padding: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-popup[data-core-overlay] {
        padding: 0 20px
    }
}

.rc-overlay-popup [data-core-overlay-content] {
    background: #0000;
    max-width: 816px;
    padding: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-popup [data-core-overlay-content] {
        border: none;
        max-width: 640px;
        padding: 0
    }

    .rc-overlay-popup [data-core-overlay-content]:focus {
        outline-offset: -4px
    }
}

.rc-overlay-popup-outer {
    background: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    margin: 40px 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-with-footer .rc-overlay-popup-outer {
        display: flex;
        flex-direction: column
    }
}

.rc-overlay-no-close-button .rc-overlay-fullscreen-content,
.rc-overlay-no-close-button .rc-overlay-popup-content {
    margin-top: 0
}

.rc-overlay-popup-content {
    border-radius: 18px;
    margin-top: -64px;
    overflow: hidden;
    padding: 76px
}

.rc-overlay-with-footer .rc-overlay-popup-content {
    padding-bottom: 60px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-popup-content {
        padding: 76px 6.25% 60px
    }

    .rc-overlay-with-footer .rc-overlay-popup-content {
        flex-grow: 1
    }
}

.rc-overlay-footer {
    border-radius: 0 0 18px 18px;
    overflow: hidden
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-footer {
        border-radius: 0;
        width: 100%
    }
}

.rc-overlay-popup-dismiss {
    height: 25px;
    position: absolute;
    top: 0;
    inset-inline: 0
}

.rc-overlay-fullscreen [data-core-overlay-content] {
    min-width: 100vw
}

.rc-overlay-fullscreen-content {
    background: #fff;
    margin-top: -64px;
    padding: 96px 76px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-fullscreen-content {
        padding: 76px 6.25%
    }

    .rc-overlay-with-footer .rc-overlay-fullscreen-content {
        padding-bottom: 100px
    }
}

.rc-overlay-fullscreen-outer {
    display: flex;
    flex-direction: column
}

.rc-overlay-content-nopadding .rc-overlay-fullscreen-content,
.rc-overlay-content-nopadding .rc-overlay-popup-content {
    padding: 0
}

.rc-overlay-content-doublepadding .rc-overlay-fullscreen-content,
.rc-overlay-content-doublepadding .rc-overlay-popup-content {
    padding-inline: 160px
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rc-overlay-content-doublepadding .rc-overlay-fullscreen-content,
    .rc-overlay-content-doublepadding .rc-overlay-popup-content {
        padding-inline: 6.25%
    }

    .rc-overlay-fixed-width[data-core-overlay] {
        padding: 0
    }

    .rc-overlay-fixed-width .rc-overlay-popup-outer {
        border-radius: 18px 18px 0 0;
        margin-bottom: 0;
        margin-top: 20px;
        min-height: calc(100vh - 20px)
    }
}

.rc-overlay-fixed-width [data-core-overlay-content] {
    min-width: min(48rem, 100vw)
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-fixed-width [data-core-overlay-content] {
        min-height: 100vh;
        min-width: 320px;
        width: 100%
    }
}

.rc-overlay-fixed-width.rc-overlay-content-wide [data-core-overlay-content] {
    min-width: min(60.5294117647rem, 100vw)
}

.rc-overlay-gallery-item {
    height: 100vh;
    text-align: center
}

.rc-overlay-gallery-item img {
    height: auto;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.rc-overlay-gallery {
    background-color: #f5f5f7;
    width: 100%
}

h2.visuallyhidden+.rc-overlay-gallery {
    margin-top: 0
}

.rc-overlay-gallery .rc-gallery-dotnav {
    position: fixed
}

.rc-overlay-gallery-footer {
    bottom: 42px;
    color: #6e6e73;
    position: absolute;
    text-align: center;
    width: 100%
}

.rf-dcm-gallery .rc-gallery-dotnav {
    z-index: 2
}

.rf-dcm-gallery-item {
    white-space: normal
}

.rs-dcm-gallery-multiitems {
    display: flex
}

.rf-dcm-gallery-thumbnav.rc-gallery-dotnav {
    bottom: 0;
    margin-bottom: 18px;
    position: relative;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-gallery-thumbnav.rc-gallery-dotnav {
        margin-bottom: 0;
        position: absolute
    }
}

.rf-dcm-gallery-thumbnav ul {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-gallery-thumbnav ul {
        justify-content: center
    }
}

.rf-dcm-gallery-thumbnav ul li {
    height: unset;
    margin: 0;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-gallery-thumbnav ul li {
        height: 8px;
        margin: 0 7px;
        width: 8px
    }
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-tabnav-content {
    display: inline-block;
    padding-bottom: 30px;
    position: relative
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button {
    background-color: #0000;
    border-bottom: 1px solid #d2d2d7;
    border-radius: 0;
    color: #86868b;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    position: relative;
    text-align: center;
    width: 100%
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button: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
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button {
        background-color: #d2d2d7;
        border-bottom: none;
        border-radius: 50%;
        position: absolute
    }
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:hover {
    background-color: #0000
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button:hover {
        background-color: #86868b
    }
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button.current {
    background-color: #0000;
    border-bottom: 1px solid #1d1d1f;
    color: #1d1d1f;
    font-weight: 600
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button.current {
        background-color: #1d1d1f;
        border-bottom: none
    }
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button img {
    display: block;
    margin: 0 auto
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge {
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    position: absolute;
    text-align: center;
    width: 100%
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge:lang(zh) {
    letter-spacing: 0
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge: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
}

.rf-dcm-gallery-thumbnav .rf-dcm-gallery-thumbnav-item .rc-gallery-dotnav-button .badge:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-faq-accordion h2+*,
.rf-dcm-faq-footer {
    margin-top: 0
}

[data-core-tabs-panels] {
    overflow: hidden;
    position: relative;
    transition: height .5s ease-in-out
}

[data-core-tabs-transition-done] [data-core-tabs-panels] {
    height: auto !important;
    overflow: visible
}

[data-core-tabs-panel] {
    position: absolute
}

[data-core-tabs-transition-done] [data-core-tabs-panel] {
    position: static
}

.tabnav {
    --tabnav-link-color: #6e6e73;
    --tabnav-link-color-hover: #424245;
    --tabnav-bottom-border: #d2d2d7;
    --tabnav-current-link-color: #1d1d1f;
    --tabnav-current-bottom-border: #1d1d1f;
    --tabnav-line-height: 1.2352941176;
    --tabnav-lines: 1;
    --scroll-container-paddle-width: 34px;
    --scroll-container-paddle-chevron-color: #1d1d1f;
    --scroll-container-border-color: #d2d2d7;
    --scroll-container-paddle-opacity: 0.8;
    --scroll-container-paddle-hover-opacity: 1;
    --scroll-container-paddle-hover-duration: 200ms;
    --scroll-container-paddle-fade-duration: 150ms;
    --scroll-container-paddle-horizontal-offset: -0.5px;
    --scroll-container-border-width: 1px;
    --scroll-container-safearea-offset: -10px;
    font-size: 17px;
    height: 3.1764705882em;
    overflow: hidden;
    padding-bottom: calc((var(--tabnav-lines)*var(--tabnav-line-height) - var(--tabnav-line-height))*1em);
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.tabnav.scroll-container-dark,
.theme-dark .tabnav {
    --scroll-container-border-color: #424245;
    --scroll-container-paddle-chevron-color: #f5f5f7
}

.tabnav-paddle {
    border: 0 solid var(--scroll-container-border-color);
    border-radius: 0;
    bottom: 0;
    color: var(--scroll-container-paddle-chevron-color);
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity var(--scroll-container-paddle-fade-duration) ease-out;
    width: calc(var(--scroll-container-paddle-width) - 1px)
}

.tabnav-paddle-left-icon,
.tabnav-paddle-right-icon {
    opacity: var(--scroll-container-paddle-opacity);
    transition: opacity var(--scroll-container-paddle-hover-duration) linear;
    will-change: opacity
}

.tabnav-paddle:disabled {
    opacity: 0
}

.tabnav-paddle:hover .tabnav-paddle-left-icon,
.tabnav-paddle:hover .tabnav-paddle-right-icon {
    opacity: var(--scroll-container-paddle-hover-opacity)
}

.tabnav-paddle:focus {
    outline: none
}

.tabnav-paddle:focus-visible {
    outline: none
}

.tabnav-paddle:focus-visible .tabnav-paddle-left-icon,
.tabnav-paddle:focus-visible .tabnav-paddle-right-icon {
    opacity: 1;
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: 3px
}

.tabnav-paddle:active {
    outline: none
}

.tabnav-paddle:active .tabnav-paddle-left-icon,
.tabnav-paddle:active .tabnav-paddle-right-icon {
    opacity: var(--scroll-container-paddle-hover-opacity);
    outline: none
}

.tabnav-paddle-left {
    border-right-width: var(--scroll-container-border-width);
    left: 0
}

.tabnav-paddle-left-icon {
    margin-left: var(--scroll-container-paddle-horizontal-offset)
}

@supports(left:max(calc(0px))) {
    .tabnav-paddle-left {
        left: max(env(safe-area-inset-left) + var(--scroll-container-safearea-offset), 0px)
    }
}

.tabnav-paddle-right {
    border-left-width: var(--scroll-container-border-width);
    right: 0
}

.tabnav-paddle-right-icon {
    margin-right: var(--scroll-container-paddle-horizontal-offset)
}

@supports(right:max(calc(0px))) {
    .tabnav-paddle-right {
        right: max(env(safe-area-inset-right) + var(--scroll-container-safearea-offset), 0px)
    }
}

.tabnav.tabnav-dark,
.theme-dark .tabnav {
    --tabnav-link-color: #86868b;
    --tabnav-link-color-hover: #d2d2d7;
    --tabnav-bottom-border: #424245;
    --tabnav-current-link-color: #f5f5f7;
    --tabnav-current-bottom-border: #f5f5f7;
    --scroll-container-paddle-chevron-color: #f5f5f7;
    --scroll-container-border-color: #424245
}

.tabnav.tabnav-light {
    --tabnav-link-color: #6e6e73;
    --tabnav-link-color-hover: #424245;
    --tabnav-bottom-border: #d2d2d7;
    --tabnav-current-link-color: #1d1d1f;
    --tabnav-current-bottom-border: #1d1d1f;
    --scroll-container-paddle-chevron-color: #1d1d1f;
    --scroll-container-border-color: #d2d2d7
}

.tabnav-items {
    margin-inline: var(--scroll-container-paddle-width);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: 0 0 3.1764705882em
}

@supports(margin:calc(max(0px))) {
    html:not([dir=rtl]) .tabnav-items {
        margin-inline: max(env(safe-area-inset-left) + var(--scroll-container-paddle-width) + var(--scroll-container-safearea-offset), var(--scroll-container-paddle-width))
    }

    html[dir=rtl] .tabnav-items {
        margin-inline: max(env(safe-area-inset-right) + var(--scroll-container-paddle-width) + var(--scroll-container-safearea-offset), var(--scroll-container-paddle-width))
    }
}

.tabnav-item {
    border-bottom: 1px solid var(--tabnav-bottom-border);
    display: inline-block;
    list-style: none;
    outline: none;
    padding-inline-start: 60px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .tabnav-item {
        padding-inline-start: 30px
    }
}

.tabnav-item:first-child {
    padding-inline-start: 3px
}

.tabnav-item:last-child {
    padding-inline-end: 3px
}

.tabnav.with-icons {
    height: 7.5294117647em
}

.tabnav.with-icons .tabnav-icon {
    margin: 6px auto 28px
}

.tabnav.with-2-lines {
    --tabnav-lines: 2
}

.tabnav-link {
    color: var(--tabnav-link-color);
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.021em;
    line-height: 1.2353641176;
    margin-bottom: 4px;
    margin-top: 3px;
    max-width: calc(280px - var(--scroll-container-paddle-width));
    padding: 10px 0 13px;
    position: relative;
    text-align: start;
    text-decoration: none;
    white-space: normal;
    z-index: 0
}

.tabnav-link:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.tabnav-link: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
}

.tabnav-link: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
}

.tabnav-link:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.tabnav-link:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.tabnav-link:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.tabnav-link: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
}

.tabnav-link:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.tabnav.with-paddles .tabnav-link {
    text-align: center
}

.tabnav.with-icons .tabnav-link {
    display: flex;
    flex-direction: column
}

.tabnav-link:after {
    border-bottom: 1px solid #0000;
    bottom: -5px;
    content: "";
    inset-inline-start: 0;
    position: absolute;
    width: 100%
}

.tabnav-item:first-child .tabnav-link:after {
    inset-inline-start: -3px;
    width: calc(100% + 3px)
}

.tabnav-item:last-child .tabnav-link:after {
    inset-inline-end: -3px;
    width: calc(100% + 3px)
}

.tabnav.with-icons .tabnav-label {
    align-items: center;
    display: flex;
    height: calc(var(--tabnav-lines)*var(--tabnav-line-height)*1em)
}

.tabnav .tabnav-link {
    color: var(--tabnav-link-color)
}

.tabnav .tabnav-link:hover {
    color: var(--tabnav-link-color-hover);
    text-decoration: none
}

.tabnav .tabnav-link.current {
    color: var(--tabnav-current-link-color);
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    z-index: 10
}

.tabnav .tabnav-link.current:after {
    border-bottom-color: var(--tabnav-current-bottom-border)
}

.rc-tabpills-container {
    display: flex;
    gap: 14px;
    justify-content: center;
    padding-bottom: 32px;
    padding-top: 16px
}

.rc-tabpills-container .rc-tabpills-button {
    background-color: #e8e8ed;
    color: #0000008f
}

.rc-tabpills-container .rc-tabpills-button:hover {
    background-color: #ececf0;
    color: #000000a3
}

.rc-tabpills-container .rc-tabpills-button:active {
    background-color: #dfdfe4;
    color: #000000a3
}

.rc-tabpills-container .rc-tabpills-selected,
.rc-tabpills-container .rc-tabpills-selected:active,
.rc-tabpills-container .rc-tabpills-selected:hover {
    background-color: #1d1d1f;
    color: #fff
}

.rc-tabpills-container .rc-tabpills-item {
    list-style-type: none
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-tabpills-container {
        box-sizing: border-box;
        flex-wrap: nowrap;
        justify-content: start;
        max-width: 100vw;
        overflow-x: auto;
        padding-left: 6.25%;
        padding-right: 6.25%;
        white-space: nowrap
    }
}

.rc-tabpills-container::-webkit-scrollbar {
    display: none
}

.rf-dcm-group-faq-header {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.003em;
    line-height: 1.0834933333;
    margin-bottom: 58px;
    text-align: center
}

.rf-dcm-group-faq-header:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-dcm-group-faq-header: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;
    letter-spacing: 0;
    line-height: 1.1459933333
}

.rf-dcm-group-faq-header: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;
    letter-spacing: 0;
    line-height: 1.1875
}

.rf-dcm-group-faq-header:lang(zh) {
    letter-spacing: 0
}

.rf-dcm-group-faq-header:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3334933333
}

.rf-dcm-group-faq-header:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-group-faq-header:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-group-faq-header: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
}

.rf-dcm-group-faq-header:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-group-faq-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: .004em;
        line-height: 1.125
    }

    .rf-dcm-group-faq-header: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;
        line-height: 1.21875
    }

    .rf-dcm-group-faq-header: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;
        line-height: 1.21875
    }

    .rf-dcm-group-faq-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rf-dcm-group-faq-header:lang(zh) {
        line-height: 1.21875
    }

    .rf-dcm-group-faq-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header: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
    }

    .rf-dcm-group-faq-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 64px;
        font-weight: 600;
        letter-spacing: -.009em;
        line-height: 1.0625
    }

    .rf-dcm-group-faq-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        letter-spacing: 0
    }

    .rf-dcm-group-faq-header: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;
        letter-spacing: 0;
        line-height: 1.109375
    }

    .rf-dcm-group-faq-header: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;
        letter-spacing: 0;
        line-height: 1.171875
    }

    .rf-dcm-group-faq-header:lang(zh) {
        letter-spacing: 0;
        line-height: 1.09375
    }

    .rf-dcm-group-faq-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.34375
    }

    .rf-dcm-group-faq-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header: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
    }

    .rf-dcm-group-faq-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

@media(max-width:1023px)and (max-device-width:736px)and (max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-group-faq-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.1
    }

    .rf-dcm-group-faq-header: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;
        line-height: 1.175
    }

    .rf-dcm-group-faq-header: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;
        line-height: 1.2
    }

    .rf-dcm-group-faq-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.35
    }

    .rf-dcm-group-faq-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-header: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
    }

    .rf-dcm-group-faq-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rf-dcm-group-faq {
    padding-bottom: 60px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-group-faq [data-core-fade-transition-wrapper] {
        width: auto
    }
}

.rf-dcm-group-faq .rf-dcm-faq-tabnav .rf-dcm-faq-tablist {
    margin-inline: 0
}

.rf-dcm-group-faq-left {
    text-align: start
}

.rf-dcm-faq-tabnav {
    height: auto
}

.rf-dcm-faq-tabnav .rf-dcm-faq-tablist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-faq-tabnav .rf-dcm-faq-tablist {
        justify-content: start;
        margin: 0
    }
}

.rf-dcm-group-faq-sections {
    margin-bottom: 48px
}

.rf-dcm-group-faq-sections:last-child {
    margin-bottom: 0
}

.rf-dcm-group-faq-subheader {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    margin-bottom: 4px
}

.rf-dcm-group-faq-subheader: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;
    line-height: 1.1786114286
}

.rf-dcm-group-faq-subheader: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;
    line-height: 1.25
}

.rf-dcm-group-faq-subheader:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.rf-dcm-group-faq-subheader:lang(zh) {
    line-height: 1.25
}

.rf-dcm-group-faq-subheader:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-group-faq-subheader:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-group-faq-subheader:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-group-faq-subheader: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
}

.rf-dcm-group-faq-subheader:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-group-faq-subheader {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rf-dcm-group-faq-subheader: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;
        line-height: 1.2380952381
    }

    .rf-dcm-group-faq-subheader: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;
        line-height: 1.2858042857
    }

    .rf-dcm-group-faq-subheader:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rf-dcm-group-faq-subheader:lang(zh) {
        line-height: 1.3334033333
    }

    .rf-dcm-group-faq-subheader:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-subheader:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-subheader:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-group-faq-subheader: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
    }

    .rf-dcm-group-faq-subheader:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rf-dcm-faq-tabnav-item {
    border-bottom: none;
    display: flex;
    margin: 4px 7px;
    padding: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-faq-tabnav-item {
        margin-inline-start: 0
    }
}

.rf-dcm-faq-tabnav-item .rf-dcm-faq-tabnav-link {
    border: 1px solid #1d1d1f;
    border-radius: 20px;
    min-width: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-inline: 20px;
    text-align: center
}

.rf-dcm-faq-tabnav-item .rf-dcm-faq-tabnav-link.current {
    background-color: #1d1d1f;
    color: #fff;
    pointer-events: unset
}

.rf-dcm-faq-tabnav-item .rf-dcm-faq-tabnav-link.tabnav-link,
.rf-dcm-faq-tabnav-item .rf-dcm-faq-tabnav-link.tabnav-link:hover {
    color: #1d1d1f
}

.rf-dcm-faq-tabnav-item .rf-dcm-faq-tabnav-link.tabnav-link.current,
.rf-dcm-faq-tabnav-item .rf-dcm-faq-tabnav-link.tabnav-link:hover.current {
    color: #fff
}

.rf-dcm-faq-tabnav-item .tabnav-link.current:after {
    border-bottom: none
}

.rf-faqsection-wrapper .rc-accordion-item {
    border-bottom: 1px solid #d2d2d7;
    border-top: 0
}

.rc-slider {
    cursor: pointer;
    margin: 0
}

.rc-slider-horizontal {
    max-width: 100%;
    padding: 4px 0;
    width: 250px
}

.rc-slider-vertical {
    height: 250px;
    max-height: 100%;
    padding: 0 4px
}

.rc-slider-track {
    border: 1px solid #d2d2d7;
    border-radius: 4px;
    position: relative
}

.rc-slider-horizontal .rc-slider-track {
    height: 4px;
    width: 100%
}

.rc-slider-vertical .rc-slider-track {
    height: 100%;
    width: 4px
}

.rc-slider-progress {
    background-color: #d2d2d7;
    border-radius: inherit
}

.rc-slider-horizontal .rc-slider-progress {
    height: 4px
}

.rc-slider-vertical .rc-slider-progress {
    bottom: 0;
    inset-inline: 0;
    position: absolute
}

.rc-slider-handle {
    background-color: #d2d2d7;
    border-radius: 100%;
    height: 12px;
    position: absolute;
    transform-origin: center;
    transition: padding .2s ease-in-out;
    width: 12px;
    z-index: 1
}

.rc-slider-handle:hover {
    padding: 2px
}

.rc-slider-horizontal .rc-slider-handle {
    inset-inline-start: 0;
    top: 50%;
    transform: translate(calc(var(--direction)*-50%), -50%)
}

.rc-slider-vertical .rc-slider-handle {
    bottom: 0;
    inset-inline-start: 50%;
    transform: translate(calc(var(--direction)*-50%), 50%)
}

.rc-slider-disabled,
.rc-slider-disabled * {
    pointer-events: none
}

.rc-slider-disabled .rc-slider-progress,
.rc-slider-disabled .rc-slider-track {
    opacity: .5
}

.rc-video {
    display: block;
    max-width: 100%
}

.rc-videoplayer-controls {
    align-items: center;
    background: linear-gradient(#0000000a, #0000008f);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 1s cubic-bezier(.4, 0, .6, 1);
    width: 100%;
    z-index: 2
}

.rc-videoplayer-ended .rc-videoplayer-controls,
.rc-videoplayer:not(.rc-videoplayer-touched) .rc-videoplayer-controls {
    background: #00000029;
    opacity: 1;
    transition: all .5s cubic-bezier(.4, 0, .6, 1)
}

.rc-videoplayer-hovering:not(.rc-videoplayer-touched) .rc-videoplayer-controls {
    background: #00000052
}

.rc-videoplayer-touched .rc-videoplayer-controls {
    opacity: 0;
    transition: all .5s cubic-bezier(.4, 0, .6, 1)
}

.as-keyboarduser .rc-videoplayer-controls,
.rc-videoplayer-touched.rc-videoplayer-ended .rc-videoplayer-controls,
.rc-videoplayer-touched.rc-videoplayer-hovering .rc-videoplayer-controls {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.4, .1, .4, 1)
}

.rc-videoplayer-controls-center {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(20px);
    transition: opacity .4s cubic-bezier(.4, 0, .6, 1) .05s, transform .5s cubic-bezier(.4, 0, .6, 1)
}

.as-keyboarduser .rc-videoplayer-controls-center,
.rc-videoplayer-ended .rc-videoplayer-controls-center,
.rc-videoplayer-hovering .rc-videoplayer-controls-center,
.rc-videoplayer-waiting .rc-videoplayer-controls-center,
.rc-videoplayer:not(.rc-videoplayer-touched) .rc-videoplayer-controls-center {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s cubic-bezier(0, 0, .2, 1) .25s, transform .5s cubic-bezier(0, 0, .2, 1) .2s
}

.rc-videoplayer-controls-center:active .rc-videoplayer-button {
    transform: scale(.9)
}

.rc-videoplayer-button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: .8;
    padding: 0 3px;
    transition: transform .2s ease, opacity .3s ease
}

.rc-videoplayer-button:hover {
    opacity: 1
}

.rc-videoplayer-button-playpause {
    background-image: url(../dist/assets/react-common/video-player/ctrl_play.svg);
    height: 52px;
    width: 52px
}

.rc-videoplayer-large .rc-videoplayer-button-playpause {
    background-image: url(../dist/assets/react-common/video-player/ctrl_play_super.svg);
    height: 75px;
    width: 75px
}

.rc-videoplayer-playing .rc-videoplayer-button-playpause {
    background-image: url(../dist/assets/react-common/video-player/ctrl_pause.svg)
}

.rc-videoplayer-large.rc-videoplayer-playing .rc-videoplayer-button-playpause {
    background-image: url(../dist/assets/react-common/video-player/ctrl_pause_super.svg)
}

.rc-videoplayer-ended .rc-videoplayer-button-playpause {
    background-image: url(../dist/assets/react-common/video-player/ctrl_replay.svg)
}

.rc-videoplayer-large.rc-videoplayer-ended .rc-videoplayer-button-playpause {
    background-image: url(../dist/assets/react-common/video-player/ctrl_replay_super.svg)
}

.rc-videoplayer-large.rc-videoplayer-waiting .rc-videoplayer-button-playpause,
.rc-videoplayer-waiting .rc-videoplayer-button-playpause {
    background-image: none;
    transition: background-image 0s linear .3s
}

.rc-videoplayer-controls-bottom {
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    height: 48px;
    left: auto;
    max-width: 100%;
    opacity: 0;
    padding: 0 20px;
    position: absolute;
    right: auto;
    transform: translateY(20px);
    transition: opacity .4s cubic-bezier(.4, 0, .6, 1) .05s, transform .5s cubic-bezier(.4, 0, .6, 1);
    width: 100%;
    z-index: 1
}

.rc-videoplayer-large .rc-videoplayer-controls-bottom {
    padding: 0 24px
}

.rc-videoplayer-ended .rc-videoplayer-controls-bottom,
.rc-videoplayer:not(.rc-videoplayer-touched) .rc-videoplayer-controls-bottom {
    display: none
}

.as-keyboarduser .rc-videoplayer-controls-bottom,
.rc-videoplayer-controls-bottom .rc-videoplayer-ended,
.rc-videoplayer-hovering .rc-videoplayer-controls-bottom,
.rc-videoplayer:not(.rc-videoplayer-touched) .rc-videoplayer-controls-bottom {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s cubic-bezier(0, 0, .2, 1) .05s, transform .5s cubic-bezier(0, 0, .2, 1)
}

.rc-videoplayer-button-mute {
    background-image: url(../dist/assets/react-common/video-player/ctrl_volume_on.svg);
    height: 32px;
    width: 32px
}

.rc-videoplayer-muted .rc-videoplayer-button-mute {
    background-image: url(../dist/assets/react-common/video-player/ctrl_volume_mute.svg)
}

.rc-videoplayer-button-captions {
    background-image: url(../dist/assets/react-common/video-player/ctrl_cc_off.svg);
    height: 32px;
    width: 32px
}

.rc-videoplayer-captions-on .rc-videoplayer-button-captions {
    background-image: url(../dist/assets/react-common/video-player/ctrl_cc_on.svg)
}

.rc-videoplayer-button-airplay {
    background-image: url(../dist/assets/react-common/video-player/ctrl_airplay.svg);
    height: 32px;
    width: 32px
}

.rc-videoplayer-airplay-on .rc-videoplayer-button-airplay {
    background-image: url(../dist/assets/react-common/video-player/ctrl_airplay_active.svg)
}

.rc-videoplayer-button-pip {
    background-image: url(../dist/assets/react-common/video-player/ctrl_pip_default.svg);
    height: 32px;
    width: 32px
}

.rc-videoplayer-pip .rc-videoplayer-button-pip {
    background-image: url(../dist/assets/react-common/video-player/ctrl_pip_active.svg)
}

.rc-videoplayer-button-fullscreen {
    background-image: url(../dist/assets/react-common/video-player/ctrl_fullscreen.svg);
    height: 32px;
    width: 32px
}

.rc-videoplayer-fullscreen .rc-videoplayer-button-fullscreen {
    background-image: url(../dist/assets/react-common/video-player/ctrl_fullscreen_exit.svg)
}

.rc-videoplayer-medium .rc-videoplayer-controls-bottom {
    padding: 0 18px
}

.rc-videoplayer-controls-bottom .rc-slider-track {
    background-color: #ffffff4d;
    border: none
}

.rc-videoplayer-controls-bottom .rc-slider-handle,
.rc-videoplayer-controls-bottom .rc-slider-progress {
    background-color: #fff
}

.rc-videoplayer-controls-bottom .rc-slider-handle:hover {
    padding: 4px
}

.rc-videoplayer-controls-volume {
    position: relative
}

.rc-videoplayer-controls-volume .as-keyboarduser .rc-videoplayer-volume-slider-box,
.rc-videoplayer-controls-volume .as-keyboarduser .rc-videoplayer-volume-slider-box .rc-videoplayer-button,
.rc-videoplayer-controls-volume .rc-videoplayer-volume-slider-box:hover,
.rc-videoplayer-controls-volume .rc-videoplayer-volume-slider-box:hover .rc-videoplayer-button,
.rc-videoplayer-controls-volume.rc-videoplayer-controls-volume-sliding .rc-videoplayer-volume-slider-box,
.rc-videoplayer-controls-volume.rc-videoplayer-controls-volume-sliding .rc-videoplayer-volume-slider-box .rc-videoplayer-button,
.rc-videoplayer-controls-volume:hover .rc-videoplayer-volume-slider-box,
.rc-videoplayer-controls-volume:hover .rc-videoplayer-volume-slider-box .rc-videoplayer-button {
    opacity: 1
}

.rc-videoplayer-controls-volume .as-keyboarduser .rc-videoplayer-volume-slider-box .rc-videoplayer-volume-slider,
.rc-videoplayer-controls-volume .as-keyboarduser .rc-videoplayer-volume-slider-box:after,
.rc-videoplayer-controls-volume .rc-videoplayer-volume-slider-box:hover .rc-videoplayer-volume-slider,
.rc-videoplayer-controls-volume .rc-videoplayer-volume-slider-box:hover:after,
.rc-videoplayer-controls-volume.rc-videoplayer-controls-volume-sliding .rc-videoplayer-volume-slider-box .rc-videoplayer-volume-slider,
.rc-videoplayer-controls-volume.rc-videoplayer-controls-volume-sliding .rc-videoplayer-volume-slider-box:after,
.rc-videoplayer-controls-volume:hover .rc-videoplayer-volume-slider-box .rc-videoplayer-volume-slider,
.rc-videoplayer-controls-volume:hover .rc-videoplayer-volume-slider-box:after {
    transform: translateY(-8px)
}

.rc-videoplayer-volume-slider-box {
    height: 55px;
    left: 0;
    max-height: 55px;
    opacity: .8;
    overflow: hidden;
    padding: 20px 10px 0;
    position: absolute;
    top: -70px;
    transition: opacity .335s cubic-bezier(.4, 0, .6, 1);
    width: 12px;
    z-index: 1
}

.rc-videoplayer-volume-slider-box .rc-slider-track {
    background-color: #0000
}

.as-keyboarduser .rc-videoplayer-volume-slider-box:after {
    transform: translateY(-8px)
}

.rc-videoplayer-volume-slider-box:after {
    background-color: #ffffff4d;
    border-radius: 4px;
    content: "";
    display: block;
    height: 55px;
    left: 14px;
    max-height: 55px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    transform: translateY(65px);
    transition: transform .234s cubic-bezier(.4, 0, .6, 1);
    width: 4px;
    z-index: 0
}

.rc-videoplayer-volume-slider {
    transform: translateY(65px);
    transition: transform .335s cubic-bezier(.4, 0, .6, 1)
}

.rc-videoplayer-volume-slider .rc-slider-handle {
    height: 4px;
    padding: 3px;
    width: 4px
}

.as-keyboarduser .rc-videoplayer-volume-slider {
    transform: translateY(-8px)
}

.rc-videoplayer-timeline {
    align-items: center;
    display: flex;
    justify-content: center
}

.rc-videoplayer-controls-progress {
    flex: 1;
    height: 14px;
    margin: 0 10px;
    padding: 0 7px;
    position: relative;
    top: 10px
}

.rc-videoplayer-controls-progress .rc-slider-horizontal {
    margin: 0 10px;
    width: 100%
}

.rc-videoplayer-controls-progress .rc-slider-horizontal .rc-slider-track {
    width: 100%
}

.rc-videoplayer-controls-progress .rc-slider-handle {
    height: 4px;
    width: 4px
}

.rc-videoplayer-controls-progress:hover .rc-slider-handle {
    padding: 3px
}

.rc-videoplayer-timeline-current,
.rc-videoplayer-timeline-remain {
    color: #fff;
    font-feature-settings: "tnum";
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    letter-spacing: -.11px;
    line-height: 1
}

.rc-videoplayer-loadingindicator-box {
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    position: relative;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 15
}

.rc-videoplayer-loadingindicator {
    align-self: center;
    bottom: 6px;
    height: 56px;
    opacity: 0;
    position: relative;
    right: 2px;
    transform: translateX(50%) translateY(50%);
    transition: opacity 1s ease;
    width: 56px
}

.rc-videoplayer-large .rc-videoplayer-loadingindicator {
    bottom: 8px;
    height: 75px;
    right: 3px;
    width: 75px
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator {
    opacity: 1
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>* {
    animation-direction: forward;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loading-fade;
    animation-timing-function: cubic-bezier(1, .1, 0, .3);
    background: #fff;
    border-radius: 27.5px;
    display: block;
    height: 18px;
    opacity: 0;
    position: absolute;
    width: 7px
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(0) {
    animation-delay: -.125s;
    transform: rotate(-45deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:first-child {
    animation-delay: 0s;
    transform: rotate(0deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(2) {
    animation-delay: .125s;
    transform: rotate(45deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(3) {
    animation-delay: .25s;
    transform: rotate(90deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(4) {
    animation-delay: .375s;
    transform: rotate(135deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(5) {
    animation-delay: .5s;
    transform: rotate(180deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(6) {
    animation-delay: .625s;
    transform: rotate(225deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(7) {
    animation-delay: .75s;
    transform: rotate(270deg) translateY(-18.5px)
}

.rc-videoplayer-waiting .rc-videoplayer-loadingindicator>:nth-child(8) {
    animation-delay: .875s;
    transform: rotate(315deg) translateY(-18.5px)
}

@keyframes loading-fade {
    0% {
        opacity: 1
    }

    62.5% {
        opacity: .12
    }

    to {
        opacity: .12
    }
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>* {
    border-radius: 19.5px;
    height: 12px;
    width: 5px
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(0) {
    animation-delay: -.125s;
    transform: rotate(-45deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:first-child {
    animation-delay: 0s;
    transform: rotate(0deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(2) {
    animation-delay: .125s;
    transform: rotate(45deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(3) {
    animation-delay: .25s;
    transform: rotate(90deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(4) {
    animation-delay: .375s;
    transform: rotate(135deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(5) {
    animation-delay: .5s;
    transform: rotate(180deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(6) {
    animation-delay: .625s;
    transform: rotate(225deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(7) {
    animation-delay: .75s;
    transform: rotate(270deg) translateY(-13.5px)
}

.rc-videoplayer-waiting.rc-videoplayer-medium .rc-videoplayer-loadingindicator>:nth-child(8) {
    animation-delay: .875s;
    transform: rotate(315deg) translateY(-13.5px)
}

.rc-videoplayer {
    display: block;
    height: auto;
    min-height: 400px;
    position: relative;
    width: 100%
}

.rc-videoplayer>* {
    -webkit-user-select: none;
    user-select: none
}

.rc-videoplayer video {
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.rc-videoplayer video,
.rc-videoplayer video img {
    display: block;
    outline: none
}

.rc-videoplayer video::-webkit-media-controls-start-playback-button {
    background: #00000040;
    clip-path: none;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.rc-videoplayer video::-webkit-media-controls-start-playback-background {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #fffc;
    clip-path: polygon(54.2px 55.2px, 54.2px 37.2px, 53.5px 37.9px, 25.1px 55.2px, 24.1px 55.5px, 22.4px 54.5px, 22.1px 53.5px, 22.1px 19.1px, 22.4px 18.1px, 23.1px 17.4px, 24.1px 17.1px, 25.1px 17.4px, 53.5px 34.6px, 54.2px 35.2px);
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.rc-videoplayer video::-webkit-media-controls-start-playback-glyph,
.rc-videoplayer video::-webkit-media-controls-start-playback-tint {
    background: none
}

.rc-videoplayer-poster {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .5s linear;
    width: 100%;
    z-index: 1
}

.rc-videoplayer-poster img {
    display: block;
    height: auto;
    width: 100%
}

.rc-videoplayer-touched .rc-videoplayer-poster {
    opacity: 0;
    pointer-events: none
}

.rc-videoplayer-mow {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.rc-videoplayer-mow video {
    height: 100%;
    width: 100%
}

.rc-videoplayer-mow .rc-videoplayer-controls,
.rc-videoplayer-mow .rc-videoplayer-controls-center,
.rc-videoplayer-mow .rc-videoplayer-poster {
    opacity: 1;
    transition: none
}

.rc-videoplayer-mow.rc-videoplayer-touched .rc-videoplayer-controls,
.rc-videoplayer-mow.rc-videoplayer-touched .rc-videoplayer-controls-center,
.rc-videoplayer-mow.rc-videoplayer-touched .rc-videoplayer-poster {
    display: none
}

.rc-videoplayer-mow .rc-videoplayer-controls-center {
    transform: none
}

.rc-videoplayer-transcript-btn {
    color: #06c;
    display: block;
    padding-top: 10px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-videoplayer-transcript-btn {
        text-align: center;
        width: 100%
    }
}

.rc-videoplayer-overlay .rc-videoplayer-mow {
    height: 1px;
    inset-inline-start: 50%;
    position: fixed;
    top: 50%;
    visibility: hidden;
    width: 1px;
    z-index: -1
}

.rc-videoplayer-overlay .rc-videoplayer-mow video {
    height: 100%;
    top: 0;
    inset-inline: 0;
    bottom: 0;
    width: 100%
}

.rc-videoplayer-overlay .rc-videoplayer-playing {
    visibility: visible
}

.rf-dcm-keyfeatures h2+* {
    margin-top: 0
}

.rf-dcm-keyfeatures .rf-dcm-keyfeatures-gallery-dotnav {
    bottom: 0
}

.rf-dcm-keyfeatures .rf-dcm-keyfeatures-item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    width: 100%
}

.rf-dcm-keyfeatures .rc-videoplayer {
    min-height: 557px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-keyfeatures .rc-videoplayer {
        min-height: auto
    }
}

.rf-dcm-keyfeatures .rc-videoplayer-mow {
    overflow: hidden
}

.rf-dcm-keyfeatures .rc-videoplayer-transcript-btn {
    margin: 0 auto;
    padding: 15px 0;
    width: auto
}

.rf-dcm-keyfeatures .rc-videoplayer-transcript-content {
    padding-top: 20px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-keyfeatures .rc-videoplayer-transcript-content {
        padding-bottom: 0;
        padding-top: 20px;
        padding-inline: 6.25%
    }
}

.rf-dcm-keyfeatures .rf-dcm-keyfeatures-footer {
    padding-top: 40px;
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-keyfeatures .rf-dcm-keyfeatures-footer {
        padding-top: 17px
    }
}

.rf-dcm-keyfeatures-playbutton {
    background-image: url(../dist/assets/react-dcm-components/video-player/play_icon.svg);
    display: none;
    height: 34px;
    outline: none;
    width: 34px
}

.rf-dcm-keyfeatures-videopaused+div .rf-dcm-keyfeatures-playbutton {
    display: inline-block
}

.rf-dcm-keyfeatures-pausebutton {
    background-image: url(../dist/assets/react-dcm-components/video-player/pause_icon.svg);
    display: none;
    height: 34px;
    outline: none;
    width: 34px
}

.rf-dcm-keyfeatures-videoplaying+div .rf-dcm-keyfeatures-pausebutton {
    display: inline-block
}

.rf-dcm-keyfeatures-small .rf-dcm-keyfeatures-wrapper {
    overflow: auto;
    white-space: nowrap
}

.rf-dcm-keyfeatures-small .rf-dcm-keyfeatures-wrapper .row {
    flex-wrap: nowrap
}

.rf-dcm-keyfeatures-small .rf-dcm-keyfeatures-wrapper .column {
    flex-basis: auto;
    max-width: none;
    min-width: auto
}

.rf-dcm-keyfeatures-video-controls {
    display: block
}

.rf-dcm-keyfeatures-inlinevideo-hidden .rf-dcm-keyfeatures-video-controls {
    display: none
}

.rf-dcm-keyfeatures-videopaused+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-play {
    display: inline-block
}

.rf-dcm-keyfeatures-videopaused+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-pause,
.rf-dcm-keyfeatures-videopaused+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-replay,
.rf-dcm-keyfeatures-videoplaying+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-play,
.rf-dcm-keyfeatures-videoplaying+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-replay {
    display: none
}

.rf-dcm-keyfeatures-videoplaying+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-pause {
    display: inline-block
}

.rf-dcm-keyfeatures-videoended+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-pause,
.rf-dcm-keyfeatures-videoended+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-play {
    display: none
}

.rf-dcm-keyfeatures-videoended+.rf-dcm-keyfeatures-video-controls .rf-dcm-keyfeatures-video-controls-replay {
    display: inline-block
}

.rf-dcm-tab {
    position: relative
}

.rf-dcm-tab .with-icons {
    padding-bottom: 25px
}

.rf-dcm-tab .with-icons .tabnav-link {
    align-items: center;
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-tab .with-icons .tabnav-link {
        max-width: 100px
    }
}

.rf-dcm-tab .with-icons .tabnav-label {
    justify-content: center
}

.rc-overlay .rf-dcm-tab [data-core-tabs-panels] {
    overflow: scroll
}

.rf-dcmtab-panels {
    padding-top: 40px
}

.rf-dcm-tabnav-scroll .rf-dcm-tabnav {
    padding-bottom: 40px
}

.rc-tile-button-wrapper {
    align-items: center;
    bottom: 24px;
    cursor: pointer;
    display: flex;
    height: 44px;
    inset-inline-end: 24px;
    justify-content: center;
    position: absolute;
    width: 44px
}

.rc-tile-button-wrapper:hover {
    opacity: .6
}

.rc-tile-button-wrapper .rc-tile-button-icon {
    color: #000;
    font-size: 40px
}

.rc-tile-button-wrapper-transparent .rc-tile-button-icon {
    color: #0000
}

.rc-tile-button-wrapper-white .rc-tile-button-icon {
    color: #fff
}

.rc-tile-container {
    box-sizing: border-box;
    position: relative
}

.rc-tile-rounded {
    border-radius: 18px
}

.rc-tile-drop-shadow {
    box-shadow: 8px 8px 16px 0 #00000014
}

.rc-tile {
    backface-visibility: hidden;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    transform-style: preserve-3d;
    transition-duration: .8s;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rc-tile-content {
    width: 100%
}

.rc-tile-backpanel {
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    z-index: 1
}

.rc-flip .rc-tile-backpanel {
    visibility: visible
}

.rc-tile-frontpanel.rc-tile-flip-horizontal {
    transform: rotateY(calc(var(--direction, 1)*0deg))
}

.rc-flip .rc-tile-frontpanel.rc-tile-flip-horizontal {
    transform: rotateY(calc(var(--direction, 1)*180deg))
}

.rc-tile-backpanel.rc-tile-flip-horizontal {
    transform: rotateY(calc(var(--direction, 1)*-180deg))
}

.rc-flip .rc-tile-backpanel.rc-tile-flip-horizontal {
    transform: rotateY(calc(var(--direction, 1)*0deg))
}

.rc-tile-frontpanel.rc-tile-flip-vertical {
    transform: rotateX(calc(var(--direction, 1)*0deg))
}

.rc-flip .rc-tile-frontpanel.rc-tile-flip-vertical {
    transform: rotateX(calc(var(--direction, 1)*180deg))
}

.rc-tile-backpanel.rc-tile-flip-vertical {
    transform: rotateX(calc(var(--direction, 1)*-180deg))
}

.rc-flip .rc-tile-backpanel.rc-tile-flip-vertical {
    transform: rotateX(calc(var(--direction, 1)*0deg))
}

.rf-videoplayer-transcript-btn {
    display: block;
    padding: 10px 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-videoplayer-transcript-btn {
        text-align: center;
        width: 100%
    }
}

.rf-videoplayer-transcript .icon-chevrondown:after {
    transition: transform .4s ease
}

.rf-videoplayer-transcript.rf-videoplayer-transcript-shown .icon-chevrondown:after {
    transform: rotateX(180deg)
}

.rf-videoplayer-download-transcript {
    padding-bottom: 20px
}

.rf-videoplayer-mow {
    height: 1px;
    inset-inline-start: 50%;
    position: fixed;
    top: 50%;
    width: 1px;
    z-index: -1
}

.rf-videoplayer-mow video {
    height: 100%;
    top: 0;
    inset-inline: 0;
    bottom: 0;
    width: 100%
}

.rf-videoplayer-overlay-title {
    text-align: center
}

.as-l-container[data-react-videoplayer] {
    padding: 30px 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-l-container[data-react-videoplayer] {
        width: 100%
    }
}

.rf-dcm-video-player-title {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .004em;
    line-height: 1.125;
    padding-bottom: 25px;
    text-align: center
}

.rf-dcm-video-player-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;
    line-height: 1.21875
}

.rf-dcm-video-player-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;
    line-height: 1.21875
}

.rf-dcm-video-player-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.375
}

.rf-dcm-video-player-title:lang(zh) {
    line-height: 1.21875
}

.rf-dcm-video-player-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-player-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-player-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-player-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
}

.rf-dcm-video-player-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-video-player-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .009em;
        line-height: 1.1666666667
    }

    .rf-dcm-video-player-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;
        line-height: 1.25
    }

    .rf-dcm-video-player-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;
        line-height: 1.2916666667
    }

    .rf-dcm-video-player-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rf-dcm-video-player-title:lang(zh) {
        line-height: 1.2916666667
    }

    .rf-dcm-video-player-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-video-player-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-video-player-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-video-player-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
    }

    .rf-dcm-video-player-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rf-dcm-video-transcriptbox {
    padding-top: 20px
}

.rf-dcm-video-transcript-title {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .011em;
    line-height: 1.1904761905;
    padding-inline-end: 15px
}

.rf-dcm-video-transcript-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;
    line-height: 1.2380952381
}

.rf-dcm-video-transcript-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;
    line-height: 1.2858042857
}

.rf-dcm-video-transcript-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.381002381
}

.rf-dcm-video-transcript-title:lang(zh) {
    line-height: 1.3334033333
}

.rf-dcm-video-transcript-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-transcript-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-transcript-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-transcript-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
}

.rf-dcm-video-transcript-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-dcm-video-transcript-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: .012em;
        line-height: 1.2105263158
    }

    .rf-dcm-video-transcript-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;
        line-height: 1.2631578947
    }

    .rf-dcm-video-transcript-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;
        line-height: 1.3157894737
    }

    .rf-dcm-video-transcript-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.3684410526
    }

    .rf-dcm-video-transcript-title:lang(zh) {
        line-height: 1.3684410526
    }

    .rf-dcm-video-transcript-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-video-transcript-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-video-transcript-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-video-transcript-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
    }

    .rf-dcm-video-transcript-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-dcm-video-transcript-title {
        padding-bottom: 38px
    }
}

.rc-overlay-loader-content .ac-video-controls,
.rc-overlay-loader-content .ac-video-poster img,
.rc-overlay-loader-content .rf-videoplayer video {
    border-radius: 18px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-loader-content .rf-videoplayer-transcript-btn {
        text-align: start
    }

    .rc-overlay-loader-content .rf-videoplayer-transcript-content {
        padding-bottom: 22px
    }
}

.rc-overlay .rf-dcm-video-player {
    min-height: 374px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay .rf-dcm-video-player {
        min-height: 0
    }
}

.rf-dcm-video-footer {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    margin: 3px 0 0
}

.rf-dcm-video-footer:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-dcm-video-footer: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-dcm-video-footer: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-dcm-video-footer:lang(th),
.rf-dcm-video-footer:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-dcm-video-footer:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-footer:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-footer:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-footer: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
}

.rf-dcm-video-footer:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-transcript {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    margin: 6px 0 0;
    padding-bottom: 17px
}

.rf-dcm-video-transcript:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-dcm-video-transcript: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-dcm-video-transcript: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-dcm-video-transcript:lang(zh) {
    letter-spacing: 0
}

.rf-dcm-video-transcript:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-dcm-video-transcript:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-transcript:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-transcript: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
}

.rf-dcm-video-transcript:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-dcm-video-transcript .rf-videoplayer-transcript-btn {
    color: #06c
}

.rf-dcm-video-transcript .rf-videoplayer-transcript-content {
    padding-top: 10px
}

.rf-dcm-inlinevideo-playbutton {
    background-image: url(../dist/assets/react-dcm-components/video-player/play_icon.svg);
    display: none;
    height: 34px;
    outline: none;
    width: 34px
}

.rf-dcm-inlinevideo-videopaused+div .rf-dcm-inlinevideo-playbutton {
    display: inline-block
}

.rf-dcm-inlinevideo-pausebutton {
    background-image: url(../dist/assets/react-dcm-components/video-player/pause_icon.svg);
    display: none;
    height: 34px;
    outline: none;
    width: 34px
}

.rf-dcm-inlinevideo-videoplaying+div .rf-dcm-inlinevideo-pausebutton {
    display: inline-block
}

.button {
    --sk-button-color: #fff;
    --sk-button-color-hover: var(--sk-button-color);
    --sk-button-color-active: var(--sk-button-color-hover);
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
    --sk-button-border-color: #0000;
    --sk-button-border-radius: 980px;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    --sk-button-min-width-basis: 60px;
    --sk-button-padding-horizontal: 16px;
    --sk-button-padding-vertical: 9px;
    --sk-button-border-width: 1px;
    --sk-button-box-sizing: content-box;
    --sk-button-width: auto;
    --sk-button-display: inline-block;
    background: var(--sk-button-background);
    border-color: var(--sk-button-border-color);
    border-radius: var(--sk-button-border-radius);
    border-style: solid;
    border-width: var(--sk-button-border-width);
    box-sizing: var(--sk-button-box-sizing);
    color: var(--sk-button-color);
    cursor: pointer;
    display: var(--sk-button-display);
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    min-width: calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal)*2);
    padding-block: calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width));
    padding-inline: calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: var(--sk-button-width);
    --sk-button-background: #0071e3;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb
}

.button:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.button: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;
    letter-spacing: 0
}

.button: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;
    letter-spacing: 0
}

.button:lang(zh) {
    letter-spacing: 0
}

.button:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button: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
}

.button:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button:hover {
    background: var(--sk-button-background-hover, var(--sk-button-background));
    border-color: #0000;
    color: var(--sk-button-color-hover, var(--sk-button-color));
    text-decoration: none
}

.button:focus-visible {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: var(--sk-focus-offset-container, 3px)
}

.button:active {
    background: var(--sk-button-background-active, var(--sk-button-background));
    color: var(--sk-button-color-active, var(--sk-button-color));
    outline: none
}

.button.disabled,
.button:disabled {
    opacity: var(--sk-button-disabled-opacity);
    pointer-events: none
}

.button-block {
    --sk-button-box-sizing: border-box;
    --sk-button-width: 100%;
    --sk-button-display: block;
    --sk-button-border-radius: 8px;
    --sk-button-margin-horizontal: 9px;
    --sk-button-margin-vertical: 9px
}

.button-neutral {
    --sk-button-background: #1d1d1f;
    --sk-button-background-hover: #272729;
    --sk-button-background-active: #18181a;
    --sk-button-color: #fff
}

.button-secondary {
    --sk-button-background: #0000;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
    --sk-button-color: #06c;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #06c
}

.button-secondary-neutral {
    --sk-button-background: #0000;
    --sk-button-background-hover: #272729;
    --sk-button-background-active: #18181a;
    --sk-button-color: #1d1d1f;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #1d1d1f
}

.button-super {
    --sk-button-padding-horizontal: 31px;
    --sk-button-padding-vertical: 18px;
    --sk-button-min-width-basis: 90px;
    --sk-button-margin-horizontal: 22px;
    --sk-button-margin-vertical: 22px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.1764805882
}

.button-super:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.button-super: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;
    letter-spacing: 0
}

.button-super: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;
    letter-spacing: 0
}

.button-super:lang(zh) {
    letter-spacing: 0
}

.button-super:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-super:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-super:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-super: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
}

.button-super:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-super.button-block {
    --sk-button-border-radius: 12px;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px
}

.button-elevated {
    --sk-button-padding-horizontal: 22px;
    --sk-button-padding-vertical: 12px;
    --sk-button-min-width-basis: 70px;
    --sk-button-margin-horizontal: 18px;
    --sk-button-margin-vertical: 18px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.1764805882
}

.button-elevated:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.button-elevated: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;
    letter-spacing: 0
}

.button-elevated: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;
    letter-spacing: 0
}

.button-elevated:lang(zh) {
    letter-spacing: 0
}

.button-elevated:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-elevated:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-elevated:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-elevated: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
}

.button-elevated:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-elevated.button-block {
    --sk-button-border-radius: 10px;
    --sk-button-margin-horizontal: 11px;
    --sk-button-margin-vertical: 11px
}

.button-reduced {
    --sk-button-padding-horizontal: 11px;
    --sk-button-padding-vertical: 4px;
    --sk-button-min-width-basis: 45px;
    --sk-button-margin-horizontal: 10px;
    --sk-button-margin-vertical: 10px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333
}

.button-reduced:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.button-reduced: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;
    letter-spacing: 0
}

.button-reduced: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;
    letter-spacing: 0
}

.button-reduced:lang(zh) {
    letter-spacing: 0
}

.button-reduced:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-reduced:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-reduced:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-reduced: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
}

.button-reduced:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.button-reduced.button-block {
    --sk-button-border-radius: 5px;
    --sk-button-margin-horizontal: 6px;
    --sk-button-margin-vertical: 6px
}

.button-margin {
    margin-inline-end: var(--sk-button-margin-horizontal);
    margin-bottom: var(--sk-button-margin-vertical)
}

.button-dark {
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.36);
    --sk-button-background: #0071e3;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb
}

.button-dark.button-neutral {
    --sk-button-background: #f5f5f7;
    --sk-button-background-hover: #fff;
    --sk-button-background-active: #ededf2;
    --sk-button-color: #000
}

.button-dark.button-secondary {
    --sk-button-background: #0000;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
    --sk-button-color: #2997ff;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #2997ff
}

.button-dark.button-secondary-neutral {
    --sk-button-background: #0000;
    --sk-button-background-hover: #fff;
    --sk-button-background-active: #ededf2;
    --sk-button-color: #f5f5f7;
    --sk-button-color-hover: #000;
    --sk-button-border-color: #f5f5f7
}

.theme-light .button.button-dark {
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.36);
    --sk-button-background: #0071e3;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb
}

.theme-light .button.button-dark.button-neutral {
    --sk-button-background: #f5f5f7;
    --sk-button-background-hover: #fff;
    --sk-button-background-active: #ededf2;
    --sk-button-color: #000
}

.theme-light .button.button-dark.button-secondary {
    --sk-button-background: #0000;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
    --sk-button-color: #2997ff;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #2997ff
}

.theme-light .button.button-dark.button-secondary-neutral {
    --sk-button-background: #0000;
    --sk-button-background-hover: #fff;
    --sk-button-background-active: #ededf2;
    --sk-button-color: #f5f5f7;
    --sk-button-color-hover: #000;
    --sk-button-border-color: #f5f5f7
}

.button-light {
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
    --sk-button-background: #0071e3;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb
}

.button-light.button-neutral {
    --sk-button-background: #1d1d1f;
    --sk-button-background-hover: #272729;
    --sk-button-background-active: #18181a;
    --sk-button-color: #fff
}

.button-light.button-secondary {
    --sk-button-background: #0000;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
    --sk-button-color: #06c;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #06c
}

.button-light.button-secondary-neutral {
    --sk-button-background: #0000;
    --sk-button-background-hover: #272729;
    --sk-button-background-active: #18181a;
    --sk-button-color: #1d1d1f;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #1d1d1f
}

.theme-dark .button.button-light {
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
    --sk-button-background: #0071e3;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb
}

.theme-dark .button.button-light.button-neutral {
    --sk-button-background: #1d1d1f;
    --sk-button-background-hover: #272729;
    --sk-button-background-active: #18181a;
    --sk-button-color: #fff
}

.theme-dark .button.button-light.button-secondary {
    --sk-button-background: #0000;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
    --sk-button-color: #06c;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #06c
}

.theme-dark .button.button-light.button-secondary-neutral {
    --sk-button-background: #0000;
    --sk-button-background-hover: #272729;
    --sk-button-background-active: #18181a;
    --sk-button-color: #1d1d1f;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #1d1d1f
}

.form-button {
    --sk-button-color: #fff;
    --sk-button-color-hover: var(--sk-button-color);
    --sk-button-color-active: var(--sk-button-color-hover);
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
    --sk-button-border-color: #0000;
    --sk-button-border-radius: 980px;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    --sk-button-min-width-basis: 60px;
    --sk-button-padding-horizontal: 16px;
    --sk-button-padding-vertical: 9px;
    --sk-button-border-width: 1px;
    --sk-button-box-sizing: content-box;
    --sk-button-width: auto;
    --sk-button-display: inline-block;
    background: var(--sk-button-background);
    border-color: var(--sk-button-border-color);
    border-radius: var(--sk-button-border-radius);
    border-style: solid;
    border-width: var(--sk-button-border-width);
    box-sizing: var(--sk-button-box-sizing);
    color: var(--sk-button-color);
    cursor: pointer;
    display: var(--sk-button-display);
    font-size: 14px;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    min-width: calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal)*2);
    padding-block: calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width));
    padding-inline: calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: var(--sk-button-width);
    --sk-button-background: #0071e3;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
    --sk-button-padding-horizontal: 31px;
    --sk-button-padding-vertical: 18px;
    --sk-button-min-width-basis: 90px;
    --sk-button-margin-horizontal: 22px;
    --sk-button-margin-vertical: 22px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.1764805882;
    --sk-button-box-sizing: border-box;
    --sk-button-width: 100%;
    --sk-button-display: block;
    --sk-button-border-radius: 8px;
    --sk-button-margin-horizontal: 9px;
    --sk-button-margin-vertical: 9px;
    border-radius: 12px;
    display: inline-block;
    white-space: normal
}

.form-button:hover {
    background: var(--sk-button-background-hover, var(--sk-button-background));
    border-color: #0000;
    color: var(--sk-button-color-hover, var(--sk-button-color));
    text-decoration: none
}

.form-button:focus-visible {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: var(--sk-focus-offset-container, 3px)
}

.form-button:active {
    background: var(--sk-button-background-active, var(--sk-button-background));
    color: var(--sk-button-color-active, var(--sk-button-color));
    outline: none
}

.form-button.disabled,
.form-button:disabled {
    opacity: var(--sk-button-disabled-opacity);
    pointer-events: none
}

.form-button:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.form-button: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;
    letter-spacing: 0
}

.form-button: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;
    letter-spacing: 0
}

.form-button:lang(zh) {
    letter-spacing: 0
}

.form-button:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-button:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-button:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-button: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
}

.form-button:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-button-secondary {
    --sk-button-background: #0000;
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
    --sk-button-color: #06c;
    --sk-button-color-hover: #fff;
    --sk-button-border-color: #06c
}

.form-button:focus {
    outline: none
}

.form-button:focus[data-focus-method=key],
html.as-keyboarduser .form-button:focus,
html.form-keyboarduser .form-button:focus {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: 3px
}

@keyframes waitindicator-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.waitindicator {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: waitindicator-animation;
    animation-timing-function: linear;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block
}

.waitindicator:focus {
    outline: none
}

.waitindicator:focus[data-focus-method=key],
html.as-keyboarduser .waitindicator:focus {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: 3px
}

@media(prefers-reduced-motion:reduce) {
    .waitindicator {
        animation: none
    }
}

.waitindicator-inline {
    display: inline-block;
    margin-inline-start: .24em;
    margin-bottom: -.1em;
    margin-top: -.1em;
    position: relative;
    top: -.1em;
    vertical-align: middle
}

[class*=waitindicator12] {
    height: 18px;
    width: 18px
}

.waitindicator12-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M11.248%203.437a6%206%200%201%200%203.62%204.316%22%2F%3E%3C%2Fsvg%3E")
}

.waitindicator12-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M11.248%203.437a6%206%200%201%200%203.62%204.316%22%2F%3E%3C%2Fsvg%3E")
}

[class*=waitindicator16] {
    height: 24px;
    width: 24px
}

.waitindicator16-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E")
}

.waitindicator16-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E")
}

[class*=waitindicator18] {
    height: 28px;
    width: 28px
}

.waitindicator18-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.371%205.655a9%209%200%201%200%205.432%206.474%22%2F%3E%3C%2Fsvg%3E")
}

.waitindicator18-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.371%205.655a9%209%200%201%200%205.432%206.474%22%2F%3E%3C%2Fsvg%3E")
}

[class*=waitindicator24] {
    height: 36px;
    width: 36px
}

.waitindicator24-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M22.495%206.874a12%2012%200%201%200%207.243%208.631%22%2F%3E%3C%2Fsvg%3E")
}

.waitindicator24-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M22.495%206.874a12%2012%200%201%200%207.243%208.631%22%2F%3E%3C%2Fsvg%3E")
}

[class*=waitindicator40] {
    height: 60px;
    width: 60px
}

.waitindicator40-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M37.492%2011.456a20%2020%200%201%200%2012.071%2014.386%22%2F%3E%3C%2Fsvg%3E")
}

.waitindicator40-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M37.492%2011.456a20%2020%200%201%200%2012.071%2014.386%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator12-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%2841%2C151%2C255%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M11.248%203.437a6%206%200%201%200%203.62%204.316%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator12-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28110%2C110%2C115%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M11.248%203.437a6%206%200%201%200%203.62%204.316%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator16-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%2841%2C151%2C255%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator16-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28110%2C110%2C115%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator18-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%2841%2C151%2C255%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.371%205.655a9%209%200%201%200%205.432%206.474%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator18-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28110%2C110%2C115%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.371%205.655a9%209%200%201%200%205.432%206.474%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator24-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%2841%2C151%2C255%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M22.495%206.874a12%2012%200%201%200%207.243%208.631%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator24-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28110%2C110%2C115%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M22.495%206.874a12%2012%200%201%200%207.243%208.631%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator40-blue {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%2841%2C151%2C255%29%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M37.492%2011.456a20%2020%200%201%200%2012.071%2014.386%22%2F%3E%3C%2Fsvg%3E")
}

.theme-dark .waitindicator40-gray {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28110%2C110%2C115%29%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20d%3D%22M37.492%2011.456a20%2020%200%201%200%2012.071%2014.386%22%2F%3E%3C%2Fsvg%3E")
}

.button-spinner {
    position: relative
}

.button-spinner.disabled,
.button-spinner:disabled {
    opacity: 1
}

.button-spinner:before {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: waitindicator-animation;
    animation-timing-function: linear;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28255%2C255%2C255%29%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    display: block;
    display: inline-block;
    height: 24px;
    margin-inline-end: .24em;
    margin-bottom: -.1em;
    margin-inline-start: -32px;
    margin-top: -12px;
    position: relative;
    position: absolute;
    top: -.1em;
    top: 50%;
    vertical-align: middle;
    width: 24px
}

.button-spinner:before:focus {
    outline: none
}

.button-spinner:before:focus[data-focus-method=key],
html.as-keyboarduser .button-spinner:before:focus {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: 3px
}

.button-spinner.button-secondary:not(:hover):before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E");
    height: 24px;
    width: 24px
}

[data-core-disabled] {
    display: inherit
}

[data-core-disabled=true] {
    pointer-events: none
}

.rf-acmessages-overlayheader {
    margin-bottom: 30px
}

.rf-acmessages-overlayfooter {
    margin-top: 30px
}

.rf-acmessages-noproductprice .as-acmioverlay-productprice,
.rf-acmessages-noproductprice .as-buyflowmessage-productprice {
    display: none
}

.rc-overlay-popup-content .rf-acmessages-web-apply {
    display: block;
    max-width: 50%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-popup-content .rf-acmessages-web-apply {
        max-width: 100%
    }
}

.rf-acmessages-defaultlink .as-buttonlink {
    text-align: start
}

.viewport-content {
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 980px
}

@media(min-width:1441px) {
    .viewport-content {
        margin-inline-end: auto;
        margin-inline-start: auto;
        width: 980px
    }
}

@media(max-width:1023px)and (max-device-width:736px) {
    .viewport-content {
        margin-inline-end: auto;
        margin-inline-start: auto;
        width: 87.5%
    }
}

.rc-acmibanner-enabled .rc-promo-ribbon,
.rc-ribbon.rc-ribbon-hide {
    display: none
}

.rc-ribbon-content {
    width: 100%
}

.rc-ribbon-content [data-core-gallery-item] {
    cursor: auto
}

@keyframes animate-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow {
    color: #86868b;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .009em;
    line-height: 1.3334133333
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow: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;
    line-height: 1.4584133333
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.375
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow: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
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow: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
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 400;
        letter-spacing: .011em;
        line-height: 1.381002381
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow: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;
        line-height: 1.3334033333
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow: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;
        line-height: 1.5238095238
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow: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
    }

    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow>svg {
    display: block
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow-previous {
    animation: animate-opacity 1s ease 2.8s forwards;
    inset-inline-start: -9px;
    opacity: 0;
    width: 1.4705882353rem;
    z-index: 3
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow-previous {
        width: 24px
    }
}

.rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow-next {
    animation: animate-opacity 1s ease 2.8s forwards;
    inset-inline-end: -9px;
    opacity: 0;
    width: 1.4705882353rem;
    z-index: 3
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-ribbon-content-autoscroll .paddlenav .paddlenav-arrow-next {
        width: 24px
    }
}

.with-paddlenav .rc-ribbon-content-autoscroll:after,
.with-paddlenav .rc-ribbon-content-autoscroll:before {
    animation: animate-opacity 1s ease 2.8s forwards;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 41px;
    z-index: 2
}

@media(max-width:1023px)and (max-device-width:736px) {

    .with-paddlenav .rc-ribbon-content-autoscroll:after,
    .with-paddlenav .rc-ribbon-content-autoscroll:before {
        width: 16px
    }
}

.with-paddlenav .rc-ribbon-content-autoscroll:before {
    background-image: linear-gradient(to right, var(--ribbon-background-color) 16px, #fff0);
    inset-inline-start: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .with-paddlenav .rc-ribbon-content-autoscroll:before {
        background-image: linear-gradient(to right, var(--ribbon-background-color), #fff0)
    }
}

html[dir=rtl] .with-paddlenav .rc-ribbon-content-autoscroll:before {
    background-image: linear-gradient(to left, var(--ribbon-background-color) 16px, #fff0)
}

@media(max-width:1023px)and (max-device-width:736px) {
    html[dir=rtl] .with-paddlenav .rc-ribbon-content-autoscroll:before {
        background-image: linear-gradient(to left, var(--ribbon-background-color), #fff0)
    }
}

.with-paddlenav .rc-ribbon-content-autoscroll:after {
    background-image: linear-gradient(to left, var(--ribbon-background-color) 16px, #fff0);
    inset-inline-end: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .with-paddlenav .rc-ribbon-content-autoscroll:after {
        background-image: linear-gradient(to left, var(--ribbon-background-color), #fff0)
    }
}

html[dir=rtl] .with-paddlenav .rc-ribbon-content-autoscroll:after {
    background-image: linear-gradient(to right, var(--ribbon-background-color) 16px, #fff0)
}

@media(max-width:1023px)and (max-device-width:736px) {
    html[dir=rtl] .with-paddlenav .rc-ribbon-content-autoscroll:after {
        background-image: linear-gradient(to right, var(--ribbon-background-color), #fff0)
    }
}

.ribbon-blue-to-default .rc-ribbon-content-autoscroll .rc-ribbon-content-item:not(.rc-ribbon-content-item-0) .ribbon-link,
.ribbon-blue-to-default .rc-ribbon-content-autoscroll:not(.rc-inline-gallery-autoscroll) .ribbon-link {
    animation: none;
    color: var(--ribbon-link-color)
}

.rc-ribbon-content-item-base {
    padding: 3px 0;
    white-space: normal
}

.rc-ribbon-content-item-base .more {
    display: inline-block
}

.rc-ribbon .ribbon-content-wrapper {
    padding: em(13px) 0
}

.rc-ribbon .ribbon-content-wrapper .ribbon-content {
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 980px
}

@media(min-width:1441px) {
    .rc-ribbon .ribbon-content-wrapper .ribbon-content {
        margin-inline-end: auto;
        margin-inline-start: auto;
        width: 980px
    }
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-ribbon .ribbon-content-wrapper .ribbon-content {
        margin-inline-end: auto;
        margin-inline-start: auto;
        width: 87.5%
    }
}

@media(max-width:1023px)and (max-device-width:736px)and (orientation:landscape) {
    .rc-ribbon .ribbon-content-wrapper .rc-ribbon-content-container {
        margin-inline: max(22px, env(safe-area-inset-left)) max(22px, env(safe-area-inset-left));
        width: auto
    }
}

.rc-ribbon-content-scroller {
    align-items: center
}

.rc-ribbon-content-gallery {
    min-height: auto
}

.rc-ribbon-gallery-item[aria-hidden=true] a,
.rc-ribbon-gallery-item[aria-hidden=true] button {
    display: inline-block;
    visibility: hidden
}

.rc-ribbon-content-item {
    margin-inline: auto;
    position: relative;
    width: 816px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-ribbon-content-item {
        width: 87.5%
    }
}

.ribbon:not(.rc-promo-ribbon)~.rs-root-reveal .rc-acmi-banner {
    border-top: 1px solid #d2d2d7
}

.rc-ribbon .ribbon-link {
    position: relative
}

.rc-image-cross-fade {
    align-items: center;
    display: flex;
    justify-content: center
}

.rc-image-cross-fade[data-core-fade-transition-wrapper] {
    transition: opacity .3s ease-in-out
}

:root {
    --sk-focus-color: #0071e3;
    --sk-focus-color-alt: #000;
    --sk-focus-offset: 1px;
    --sk-focus-offset-container: 3px
}

html:not([dir=rtl]) {
    --r-sk-start: left;
    --r-sk-end: right;
    --r-sk-safe-area-inset-start: env(safe-area-inset-left);
    --r-sk-safe-area-inset-end: env(safe-area-inset-right);
    --r-sk-logical-factor: 1
}

html[dir=rtl] {
    --r-sk-start: right;
    --r-sk-end: left;
    --r-sk-safe-area-inset-start: env(safe-area-inset-right);
    --r-sk-safe-area-inset-end: env(safe-area-inset-left);
    --r-sk-logical-factor: -1
}

.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
}

.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
}

@media(min-width:1441px) {
    .xlarge-justify-content-start {
        justify-content: flex-start
    }

    .xlarge-justify-content-end {
        justify-content: flex-end
    }

    .xlarge-justify-content-center {
        justify-content: center
    }

    .xlarge-justify-content-spacebetween {
        justify-content: space-between
    }

    .xlarge-justify-content-spacearound {
        justify-content: space-around
    }

    .xlarge-justify-content-spaceevenly {
        justify-content: space-evenly
    }

    .xlarge-align-items-start {
        align-items: flex-start
    }

    .xlarge-align-items-center {
        align-items: center
    }

    .xlarge-align-items-end {
        align-items: flex-end
    }

    .xlarge-align-self-start {
        align-self: flex-start
    }

    .xlarge-align-self-center {
        align-self: center
    }

    .xlarge-align-self-end {
        align-self: flex-end
    }
}

@media(max-width:1023px)and (max-device-width:736px) {
    .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
    }
}

.selfclear:after,
.selfclear:before {
    content: " ";
    display: table
}

.selfclear:after {
    clear: both
}

@media(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
}

.form-message-wrapper {
    color: #e30000;
    display: none;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    margin-bottom: .7058823529rem;
    margin-top: .4705882353rem;
    position: relative
}

.form-message-wrapper:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.form-message-wrapper: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.form-message-wrapper: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.form-message-wrapper:lang(zh) {
    letter-spacing: 0
}

.form-message-wrapper:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.form-message-wrapper:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-message-wrapper:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-message-wrapper: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
}

.form-message-wrapper:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-message-wrapper:after,
.form-message-wrapper:before {
    color: inherit;
    display: inline-block;
    font-family: SF Pro Icons;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    line-height: 1;
    position: relative;
    text-decoration: underline;
    z-index: 1;
    alt: "";
    text-decoration: none
}

.form-message-wrapper:before {
    display: none
}

.form-message-wrapper:after,
.form-message-wrapper:before {
    content: ""
}

.form-message-wrapper:before {
    display: inline-block;
    padding-inline-end: .24em;
    top: 0
}

.form-message-wrapper:after {
    display: none
}

.form-message-wrapper:before {
    padding-inline-end: .1764705882rem;
    padding-top: .1764705882rem
}

.is-error .form-message-wrapper {
    display: flex
}

.form-label {
    color: #1d1d1f;
    display: inline-block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    position: relative
}

.form-label:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.form-label: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;
    letter-spacing: 0
}

.form-label: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
}

.form-label:lang(ko),
.form-label:lang(th),
.form-label:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.form-label:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-label:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-label:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-label: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
}

.form-label:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-label-small {
    color: #1d1d1f;
    display: inline-block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    position: relative
}

.form-label-small:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.form-label-small: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.form-label-small: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.form-label-small:lang(zh) {
    letter-spacing: 0
}

.form-label-small:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.form-label-small:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-label-small:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-label-small: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
}

.form-label-small:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-group-label {
    color: #1d1d1f;
    display: inline-block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    position: relative
}

.form-group-label:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.form-group-label: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;
    letter-spacing: 0
}

.form-group-label: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
}

.form-group-label:lang(ko),
.form-group-label:lang(th),
.form-group-label:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.form-group-label:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-group-label:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-group-label:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-group-label: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
}

.form-group-label:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.is-error .form-group-label {
    color: #e30000
}

.form-title {
    color: #1d1d1f;
    display: inline-block;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .009em;
    line-height: 1.1666666667;
    position: relative
}

.form-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;
    line-height: 1.25
}

.form-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;
    line-height: 1.2916666667
}

.form-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.375
}

.form-title:lang(zh) {
    line-height: 1.2916666667
}

.form-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-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
}

.form-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .form-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .form-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;
        line-height: 1.2380952381
    }

    .form-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;
        line-height: 1.2858042857
    }

    .form-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .form-title:lang(zh) {
        line-height: 1.3334033333
    }

    .form-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .form-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .form-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .form-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
    }

    .form-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    clip-path: inset(0 0 99.9% 99.9%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px
}

.form-checkbox {
    position: relative
}

.form-checkbox .form-checkbox-indicator {
    background-color: #fffc;
    border-color: #86868b
}

.form-checkbox :hover~.form-label .form-checkbox-indicator {
    border-color: #8f8f94
}

.form-checkbox :checked~.form-label .form-checkbox-indicator {
    background-color: #0071e3;
    border-color: #0071e3;
    color: #fff
}

.form-checkbox .focused~.form-label .form-checkbox-indicator,
.form-checkbox :focus~.form-label .form-checkbox-indicator {
    outline: none
}

.form-checkbox .focused~.form-label .form-checkbox-indicator[data-focus-method=key],
.form-checkbox :focus~.form-label .form-checkbox-indicator[data-focus-method=key],
html.as-keyboarduser .form-checkbox .focused~.form-label .form-checkbox-indicator,
html.as-keyboarduser .form-checkbox :focus~.form-label .form-checkbox-indicator,
html.form-keyboarduser .form-checkbox .focused~.form-label .form-checkbox-indicator,
html.form-keyboarduser .form-checkbox :focus~.form-label .form-checkbox-indicator {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: 3px
}

.form-checkbox .disabled~.form-label,
.form-checkbox :disabled~.form-label {
    color: #6e6e73
}

.form-checkbox .disabled~.form-label .form-checkbox-indicator,
.form-checkbox :disabled~.form-label .form-checkbox-indicator {
    background: #00000003;
    border-color: #86868b6b;
    color: #86868b
}

.is-error .form-checkbox .form-checkbox-indicator {
    background: #fff2f4;
    border-color: #e30000
}

.form-checkbox-input {
    height: .9411764706rem;
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: .1764705882rem;
    width: .9411764706rem
}

.form-checkbox-input:checked~.form-label .form-checkbox-indicator:after,
.form-checkbox-input:checked~.form-label .form-checkbox-indicator:before {
    color: inherit;
    display: inline-block;
    font-family: SF Pro Icons;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    line-height: 1;
    position: relative;
    text-decoration: underline;
    z-index: 1;
    alt: "";
    text-decoration: none
}

.form-checkbox-input:checked~.form-label .form-checkbox-indicator:before {
    display: none
}

.form-checkbox-input:checked~.form-label .form-checkbox-indicator:after,
.form-checkbox-input:checked~.form-label .form-checkbox-indicator:before {
    content: ""
}

.form-checkbox-input:checked~.form-label .form-checkbox-indicator:after {
    font-family: SF Pro Icons;
    font-size: 18px;
    font-weight: 400;
    inset-inline-start: .5px;
    letter-spacing: .012em;
    line-height: 1.5555555556;
    position: absolute;
    top: -.4117647059rem
}

.form-checkbox .form-label {
    margin-bottom: .6470588235rem;
    padding-inline-start: 1.5294117647rem
}

.form-checkbox-indicator {
    border-radius: .1764705882rem;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    height: .8235294118rem;
    inset-inline-start: 0;
    position: absolute;
    top: .1176470588rem;
    width: .8235294118rem
}

.form-checkbox-input:disabled~.form-label .form-checkbox-indicator {
    cursor: default
}

.rf-pipl-header {
    padding: 0 0 10px
}

.rf-pipl-description {
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    padding-top: 24px
}

.rf-pipl-description:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-pipl-description: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rf-pipl-description: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.rf-pipl-description:lang(zh) {
    letter-spacing: 0
}

.rf-pipl-description:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rf-pipl-description:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pipl-description:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pipl-description: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
}

.rf-pipl-description:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pipl-buttons {
    display: grid;
    margin: 50px auto 0;
    max-width: 329px;
    padding: 0;
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pipl-buttons {
        max-width: 100%
    }
}

.rf-pipl-content {
    padding: 0 45px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pipl-content {
        padding: 0
    }
}

.rf-pipl-content .rf-pipl-header,
.rf-pipl-content .rf-pipl-subheader {
    padding: 0 0 10px
}

.rf-pipl-content .rf-pipl-agree-button {
    margin-bottom: 14px
}

.rf-pipl-content .rf-pipl-cancel-button {
    background-color: #0000;
    color: #06c;
    padding: 0
}

.rf-pipl-content .rf-pipl-checkbox.form-checkbox .form-label {
    padding-inline-start: 34px
}

.rf-pipl-content .rf-pipl-checkbox.form-checkbox .form-label .form-checkbox-indicator {
    margin-top: 4px
}

.rf-edu-verify-content {
    padding: 0 45px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-edu-verify-content {
        padding: 0
    }
}

.rf-edu-verify-logo {
    display: inline-block;
    height: 32px;
    margin-bottom: 28px;
    width: 127px
}

.rf-edu-verify-header {
    padding: 0 0 10px
}

.rf-edu-text-center {
    text-align: center
}

.rf-edu-verify-qrcode-container {
    line-height: 1;
    margin-top: 0;
    text-align: center
}

.rf-edu-verify-a11y-qrcode-link {
    cursor: default;
    display: inline-block;
    line-height: 0;
    outline-color: #0000
}

.rf-edu-verify-a11y-qrcode-link:focus-visible {
    outline-color: initial
}

.rf-edu-verify-qrcode-instructions {
    margin-top: 0
}

.rf-edu-story-header {
    margin-bottom: 20px
}

.rf-edu-story-body {
    margin: 20px 0 25px
}

.rf-edu-story-body span {
    font-weight: 600
}

.rf-edu-story-body svg {
    height: 25px;
    margin-bottom: -6px;
    position: relative
}

.rf-edu-story-body li {
    margin-top: 10px
}

.rf-edu-story-verifydesc {
    margin-top: 5px
}

.rf-edu-story-desc {
    margin-bottom: 25px
}

.rf-edu-story-savings {
    display: flex;
    margin-bottom: 5px;
    margin-top: 20px
}

.rf-edu-story-savings-label {
    display: inline-flex;
    font-weight: 600;
    margin-inline-start: 5px
}

.rf-edu-story-savings-label span {
    margin-inline-start: 4px;
    margin-top: 8px
}

.rf-edu-story-buttons {
    margin: 30px auto 0;
    padding: 0;
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-edu-story-buttons {
        max-width: 100%
    }
}

.rf-edu-story-verify-button {
    margin-bottom: 10px
}

.rf-edu-story-cancel-button {
    background-color: #0000;
    color: #06c;
    padding: 0
}

.rf-edu-story-cancel-button a {
    text-decoration: none
}

.rf-edu-story-cancel-button:hover {
    text-decoration: underline
}

.rf-edu-story-footer {
    color: #1d1d1f;
    margin-top: 35px
}

.ac-video-controls,
.ac-video-media-controller {
    border-radius: 18px
}

.ac-video-player,
.ac-video-poster {
    display: flex;
    height: 100%;
    justify-content: center
}

.ac-video-poster {
    border-radius: 18px;
    overflow: hidden
}

.ac-video-poster img {
    border-radius: 18px;
    display: block;
    height: 100%;
    max-height: 1200px;
    max-width: none;
    width: auto
}

.rf-edu-story-transcriptdesc {
    padding-top: 5px
}

.rf-videoplayer-transcript-btn {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    padding: 5px 0;
    text-align: start
}

.rf-videoplayer-transcript-btn:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-videoplayer-transcript-btn: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-videoplayer-transcript-btn: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-videoplayer-transcript-btn:lang(zh) {
    letter-spacing: 0
}

.rf-videoplayer-transcript-btn:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-videoplayer-transcript-btn:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-videoplayer-transcript-btn:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-videoplayer-transcript-btn: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
}

.rf-videoplayer-transcript-btn:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-edu-story-videoplayer-footer {
    margin-top: 4px
}

.as-compareplans-label {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    padding-bottom: 19px
}

.as-compareplans-label:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplans-label: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-compareplans-label: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.as-compareplans-label:lang(zh) {
    letter-spacing: 0
}

.as-compareplans-label:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-compareplans-label:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-label:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-label: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
}

.as-compareplans-label:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplansoverlay-content {
    margin-bottom: 76px;
    margin-inline: auto;
    max-width: 980px;
    padding: 71px 20px 0;
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplansoverlay-content {
        margin-bottom: 55px
    }
}

.as-compareplansoverlay-header {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center
}

.as-compareplansoverlay-header: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;
    line-height: 1.175
}

.as-compareplansoverlay-header: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;
    line-height: 1.2
}

.as-compareplansoverlay-header:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.35
}

.as-compareplansoverlay-header:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplansoverlay-header:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplansoverlay-header:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplansoverlay-header: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
}

.as-compareplansoverlay-header:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplansoverlay-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: .007em;
        line-height: 1.1428571429
    }

    .as-compareplansoverlay-header: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;
        line-height: 1.1786114286
    }

    .as-compareplansoverlay-header: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;
        line-height: 1.25
    }

    .as-compareplansoverlay-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.3928571429
    }

    .as-compareplansoverlay-header:lang(zh) {
        line-height: 1.25
    }

    .as-compareplansoverlay-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplansoverlay-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplansoverlay-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplansoverlay-header: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
    }

    .as-compareplansoverlay-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplansoverlay-header {
        margin-top: 0;
        text-align: start
    }
}

.as-compareplansoverlay-info {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    margin-top: 14px;
    text-align: center
}

.as-compareplansoverlay-info:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplansoverlay-info: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-compareplansoverlay-info: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.as-compareplansoverlay-info:lang(zh) {
    letter-spacing: 0
}

.as-compareplansoverlay-info:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-compareplansoverlay-info:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplansoverlay-info:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplansoverlay-info: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
}

.as-compareplansoverlay-info:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplansoverlay-info {
        margin-top: 17px;
        text-align: start
    }
}

.as-compareplansoverlay-info-centereditem {
    display: block
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplansoverlay-info-centereditem {
        display: inline
    }

    .as-compareplansoverlay-subinfo {
        text-align: start
    }
}

.as-compareplans-int {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333
}

.as-compareplans-int:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplans-int: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-compareplans-int: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-compareplans-int:lang(zh) {
    letter-spacing: 0
}

.as-compareplans-int:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.as-compareplans-int:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-int:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-int: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
}

.as-compareplans-int:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-bankname {
    background-color: #fff;
    border-top: 1px solid #d2d2d7
}

.as-compareplans-bankname:before {
    background: #d2d2d7;
    bottom: 0;
    content: "";
    height: 100%;
    inset-inline-end: 0;
    position: absolute;
    width: 1px
}

.as-compareplans-datatable {
    border-bottom: 1px solid #d2d2d7;
    border-top: 1px solid #d2d2d7;
    width: 100%
}

.as-compareplans-datatable.as-compareplans-datatable-borderless {
    border: none
}

.as-compareplans-datatable.as-compareplans-datatable-borderless .as-compareplans-heading {
    background-color: #0000
}

.as-compareplans-datatable.as-compareplans-datatable-borderless .as-compareplans-data {
    border: none
}

.as-compareplans-datatable.as-compareplans-datatable-borderless .as-compareplans-bankname:before {
    width: 0
}

.as-compareplans-trigger {
    margin-top: -13px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplans-trigger {
        margin-top: -21px
    }
}

.as-compareplans-bankimage {
    padding: 5px 20px 0
}

.as-compareplans-first,
.as-compareplans-heading:first-child {
    background-clip: padding-box;
    inset-inline-start: 0;
    position: sticky;
    top: auto;
    width: 40px
}

.as-compareplans-information {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    margin-top: 48px;
    text-align: start
}

.as-compareplans-information:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplans-information: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-compareplans-information: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-compareplans-information:lang(zh) {
    letter-spacing: 0
}

.as-compareplans-information:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.as-compareplans-information:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-information:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-information: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
}

.as-compareplans-information:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-heading {
    background-color: #f5f5f7;
    border-top: none;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
    height: 30px;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    min-width: 100px;
    padding: 5px 4px 3px;
    text-align: center
}

.as-compareplans-heading:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplans-heading: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-compareplans-heading: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-compareplans-heading:lang(zh) {
    letter-spacing: 0
}

.as-compareplans-heading:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.as-compareplans-heading:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-heading:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-heading: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
}

.as-compareplans-heading:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-terms-list {
    list-style: none;
    margin-inline: 0;
    margin-top: 23px;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplans-terms-list {
        padding: 0 20px;
        text-align: start
    }
}

.as-compareplans-terms-listitem {
    display: inline-block;
    margin-inline-end: 43px;
    position: relative
}

.as-compareplans-terms-listitem:before {
    content: ".";
    font-size: 30px;
    inset-inline-start: -13px;
    position: absolute;
    top: -17px
}

.as-compareplans-terms-listitem:last-child {
    margin-inline-end: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplans-terms-listitem {
        display: block
    }
}

.as-compareplans-data {
    border-inline-end: 1px solid #d2d2d7;
    border-top: 1px solid #d2d2d7;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding: 5px;
    text-align: center
}

.as-compareplans-data:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplans-data: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;
    letter-spacing: 0;
    line-height: 1.4
}

.as-compareplans-data: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.as-compareplans-data:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.as-compareplans-data:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.as-compareplans-data:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-data:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-data: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
}

.as-compareplans-data:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-compareplans-data {
        white-space: nowrap
    }
}

.as-compareplans-data:last-child {
    border-inline-end: none
}

.as-compareplans-tablewrapper {
    margin-top: 43px;
    position: relative;
    text-align: center;
    width: 100%
}

.as-compareplans-tablewrapper:after {
    inset-inline-start: 0
}

.as-compareplans-tablewrapper:after,
.as-compareplans-tablewrapper:before {
    background: #d2d2d7;
    content: "";
    height: calc(100% - 21px);
    position: absolute;
    top: 0;
    width: 1px
}

.as-compareplans-tablewrapper:before {
    inset-inline-end: 0
}

@media(max-width:1023px)and (max-device-width:736px) {

    .as-compareplans-tablewrapper:after,
    .as-compareplans-tablewrapper:before {
        content: none
    }
}

.as-compareplans-wrapper {
    overflow-x: auto;
    padding-bottom: 20px
}

.as-compareplans-wrapper::-webkit-scrollbar {
    height: 2px;
    margin-inline-start: 180px;
    width: 0
}

.as-compareplans-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #f5f5f7;
    margin-inline-start: 180px
}

.as-compareplans-wrapper::-webkit-scrollbar-thumb {
    background: #d2d2d7;
    box-shadow: inset 0 0 3px #1d1d1f
}

.as-compareplansoverlay-content-centered.as-compareplansoverlay-content {
    margin-top: 85px;
    max-width: 640px;
    padding: 0
}

.as-compareplansoverlay-content-centered .as-compareplansoverlay-info-centered {
    margin-top: 7px
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered,
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(ja),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered: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;
    line-height: 1.175
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(ko),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered: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;
    line-height: 1.2
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(th),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.35
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(ar),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-CN),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-HK),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-MO),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered: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
}

.as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-TW),
.as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered,
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: .007em;
        line-height: 1.1428571429
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(ja),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered: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;
        line-height: 1.1786114286
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(ko),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered: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;
        line-height: 1.25
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(th),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.3928571429
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(zh) {
        line-height: 1.25
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(ar),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-CN),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-HK),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-MO),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered: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
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered:lang(zh-TW),
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-compareplans-content-centered .as-compareplansoverlay-header-centered,
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-header-centered {
        text-align: center
    }
}

.as-compareplans-content-centered .as-compareplans-terms-list,
.as-compareplansoverlay-content-centered .as-compareplans-terms-list {
    margin-bottom: 54px;
    margin-top: 20px
}

.as-compareplans-content-centered .as-compareplans-tablewrapper,
.as-compareplansoverlay-content-centered .as-compareplans-tablewrapper {
    margin-top: 23px
}

.as-compareplans-content-centered .as-compareplans-tablewrapper:after,
.as-compareplans-content-centered .as-compareplans-tablewrapper:before,
.as-compareplansoverlay-content-centered .as-compareplans-tablewrapper:after,
.as-compareplansoverlay-content-centered .as-compareplans-tablewrapper:before {
    background: none;
    border: none;
    content: none;
    height: 0;
    width: 0
}

@media(max-width:1023px)and (max-device-width:736px) {

    .as-compareplans-content-centered .as-compareplans-terms-message,
    .as-compareplans-content-centered .as-compareplansoverlay-info-centered,
    .as-compareplansoverlay-content-centered .as-compareplans-terms-message,
    .as-compareplansoverlay-content-centered .as-compareplansoverlay-info-centered {
        text-align: center
    }
}

.as-compareplans-content-centered .as-compareplans-bankname,
.as-compareplans-content-centered .as-compareplans-data,
.as-compareplans-content-centered .as-compareplans-datatable,
.as-compareplans-content-centered .as-compareplans-heading,
.as-compareplansoverlay-content-centered .as-compareplans-bankname,
.as-compareplansoverlay-content-centered .as-compareplans-data,
.as-compareplansoverlay-content-centered .as-compareplans-datatable,
.as-compareplansoverlay-content-centered .as-compareplans-heading {
    background-color: #0000;
    border: none
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-wrapper,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-wrapper {
    overflow: unset
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding: 4px 0 22px
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(ar),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(ja),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading: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;
    letter-spacing: 0;
    line-height: 1.4
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(ko),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(th),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh-CN),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh-HK),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh-MO),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading: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
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh-TW),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-heading:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-first,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable .as-compareplans-first {
    width: 130px
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-datatable tbody,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-datatable tbody {
    border: none
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-bankname:before,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-bankname:before {
    content: none;
    width: 0
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-bankname,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-bankname {
    object-fit: contain;
    width: 130px
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-first,
.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-heading:first-child,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-first,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-heading:first-child {
    background-clip: unset;
    position: unset;
    width: auto
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    padding-block: 8px
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(ar),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(ja),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(ko),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh) {
    letter-spacing: 0
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(th),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh-CN),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh-HK),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh-MO),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data: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
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh-TW),
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {

    .as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data,
    .as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data {
        white-space: unset
    }
}

.as-compareplans-content-centered .as-compareplans-table-borderless .as-compareplans-data:last-child,
.as-compareplansoverlay-content-centered .as-compareplans-table-borderless .as-compareplans-data:last-child {
    width: 130px
}

.as-compareplans-content-centered .as-compareplans-information,
.as-compareplansoverlay-content-centered .as-compareplans-information {
    margin-top: 0;
    padding-inline: 4px
}

.as-installments {
    box-sizing: border-box;
    text-align: center;
    width: 700px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments {
        text-align: start;
        width: 100%
    }
}

.as-installments .as-installments-listitem-row {
    display: flex;
    flex-wrap: wrap
}

.as-installments .as-installments-listitem {
    flex-basis: auto;
    margin-bottom: 56px;
    width: 33%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments .as-installments-listitem {
        margin-bottom: 32px;
        width: 100%
    }
}

.as-installments-logowrapper {
    height: 60px;
    position: relative
}

.as-installments-banklogo {
    inset-inline-start: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.as-installments-title {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1
}

.as-installments-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;
    line-height: 1.175
}

.as-installments-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;
    line-height: 1.2
}

.as-installments-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.35
}

.as-installments-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-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
}

.as-installments-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: .007em;
        line-height: 1.1428571429
    }

    .as-installments-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;
        line-height: 1.1786114286
    }

    .as-installments-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;
        line-height: 1.25
    }

    .as-installments-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.3928571429
    }

    .as-installments-title:lang(zh) {
        line-height: 1.25
    }

    .as-installments-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-installments-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-installments-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-installments-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
    }

    .as-installments-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-installments-title {
        margin-top: 0
    }
}

.as-installments-subheader {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    margin-top: 17px
}

.as-installments-subheader:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-installments-subheader: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-installments-subheader: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.as-installments-subheader:lang(zh) {
    letter-spacing: 0
}

.as-installments-subheader:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-installments-subheader:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-subheader:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-subheader: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
}

.as-installments-subheader:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments-subheader {
        margin-top: 12px
    }
}

.as-installments-content {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    margin: 60px 0 0;
    text-align: start
}

.as-installments-content:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-installments-content: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-installments-content: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.as-installments-content:lang(zh) {
    letter-spacing: 0
}

.as-installments-content:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-installments-content:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-content:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-content: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
}

.as-installments-content:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-content:after,
.as-installments-content:before {
    content: " ";
    display: table
}

.as-installments-content:after {
    clear: both
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments-content {
        margin: 50px 0 0
    }
}

.as-installments-footerlist,
.as-installments-list,
.as-installments-listitem-row {
    list-style: none;
    margin: 0
}

.as-installments-footerlist:after,
.as-installments-footerlist:before,
.as-installments-list:after,
.as-installments-list:before,
.as-installments-listitem-row:after,
.as-installments-listitem-row:before {
    content: " ";
    display: table
}

.as-installments-footerlist:after,
.as-installments-list:after,
.as-installments-listitem-row:after {
    clear: both
}

.as-installments-continueshop-link {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    margin: 0 0 46px;
    text-align: center
}

.as-installments-continueshop-link:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-installments-continueshop-link: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-installments-continueshop-link: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.as-installments-continueshop-link:lang(zh) {
    letter-spacing: 0
}

.as-installments-continueshop-link:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-installments-continueshop-link:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-continueshop-link:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-continueshop-link: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
}

.as-installments-continueshop-link:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments-continueshop-link {
        margin: 0 0 37px;
        text-align: start
    }
}

.as-installments-footer {
    color: #86868b;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    margin: 0 0 76px;
    text-align: start
}

.as-installments-footer:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-installments-footer: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-installments-footer: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-installments-footer:lang(zh) {
    letter-spacing: 0
}

.as-installments-footer:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.as-installments-footer:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-footer:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-footer: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
}

.as-installments-footer:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments-footer {
        margin: 0 0 54px
    }
}

.as-installments-footerhead {
    font-weight: 600;
    padding-bottom: 4px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments-footerlist-item {
        padding-top: 10px
    }
}

#installment-overlay-content {
    padding: 50px 0 74px
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content {
        padding: 11px 0 0
    }
}

#installment-overlay-content .header {
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .header {
        text-align: start
    }
}

#installment-overlay-content .header h2 {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1
}

#installment-overlay-content .header h2: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;
    line-height: 1.175
}

#installment-overlay-content .header h2: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;
    line-height: 1.2
}

#installment-overlay-content .header h2:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.35
}

#installment-overlay-content .header h2:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .header h2:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .header h2:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .header h2: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
}

#installment-overlay-content .header h2:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .header h2 {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: .007em;
        line-height: 1.1428571429
    }

    #installment-overlay-content .header h2: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;
        line-height: 1.1786114286
    }

    #installment-overlay-content .header h2: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;
        line-height: 1.25
    }

    #installment-overlay-content .header h2:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.3928571429
    }

    #installment-overlay-content .header h2:lang(zh) {
        line-height: 1.25
    }

    #installment-overlay-content .header h2:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    #installment-overlay-content .header h2:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    #installment-overlay-content .header h2:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    #installment-overlay-content .header h2: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
    }

    #installment-overlay-content .header h2:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

#installment-overlay-content .header .product-price,
#installment-overlay-content .header .product-title {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0
}

#installment-overlay-content .header .product-price:lang(ja),
#installment-overlay-content .header .product-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;
    line-height: 1.175
}

#installment-overlay-content .header .product-price:lang(ko),
#installment-overlay-content .header .product-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;
    line-height: 1.2
}

#installment-overlay-content .header .product-price:lang(th),
#installment-overlay-content .header .product-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.35
}

#installment-overlay-content .header .product-price:lang(ar),
#installment-overlay-content .header .product-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .header .product-price:lang(zh-CN),
#installment-overlay-content .header .product-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .header .product-price:lang(zh-HK),
#installment-overlay-content .header .product-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .header .product-price:lang(zh-MO),
#installment-overlay-content .header .product-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
}

#installment-overlay-content .header .product-price:lang(zh-TW),
#installment-overlay-content .header .product-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {

    #installment-overlay-content .header .product-price,
    #installment-overlay-content .header .product-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: .007em;
        line-height: 1.1428571429
    }

    #installment-overlay-content .header .product-price:lang(ja),
    #installment-overlay-content .header .product-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;
        line-height: 1.1786114286
    }

    #installment-overlay-content .header .product-price:lang(ko),
    #installment-overlay-content .header .product-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;
        line-height: 1.25
    }

    #installment-overlay-content .header .product-price:lang(th),
    #installment-overlay-content .header .product-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.3928571429
    }

    #installment-overlay-content .header .product-price:lang(zh),
    #installment-overlay-content .header .product-title:lang(zh) {
        line-height: 1.25
    }

    #installment-overlay-content .header .product-price:lang(ar),
    #installment-overlay-content .header .product-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    #installment-overlay-content .header .product-price:lang(zh-CN),
    #installment-overlay-content .header .product-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    #installment-overlay-content .header .product-price:lang(zh-HK),
    #installment-overlay-content .header .product-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    #installment-overlay-content .header .product-price:lang(zh-MO),
    #installment-overlay-content .header .product-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
    }

    #installment-overlay-content .header .product-price:lang(zh-TW),
    #installment-overlay-content .header .product-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

#installment-overlay-content .header li {
    line-height: 22px;
    margin-inline-start: 0;
    min-height: 50px
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .header li {
        min-height: auto;
        padding: 7px 0;
        white-space: normal;
        width: 100%
    }
}

#installment-overlay-content .overlay-content {
    padding: 34px 0 26px
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .overlay-content {
        padding: 22px 0
    }
}

#installment-overlay-content .columns {
    list-style: none;
    text-align: start
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .columns {
        margin: 0
    }
}

#installment-overlay-content .columns li {
    padding-bottom: 12px
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .columns li {
        width: 100%
    }
}

#installment-overlay-content .columns span {
    display: inline-block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    padding-inline-end: 30px
}

#installment-overlay-content .columns span:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

#installment-overlay-content .columns span: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

#installment-overlay-content .columns span: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

#installment-overlay-content .columns span:lang(zh) {
    letter-spacing: 0
}

#installment-overlay-content .columns span:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

#installment-overlay-content .columns span:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .columns span:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .columns span: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
}

#installment-overlay-content .columns span:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .columns span {
        padding-inline-end: 0;
        width: 150px
    }
}

#installment-overlay-content .columns-3 .col-2 {
    margin-inline-start: 330px;
    width: 220px
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .columns-3 .col-2 {
        margin-inline-start: 0;
        width: 100%
    }
}

#installment-overlay-content .columns-3 .col-3 {
    margin-inline-start: 570px;
    width: 230px
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .columns-3 .col-3 {
        margin-inline-start: 0;
        width: 100%
    }
}

#installment-overlay-content .columns-3 li:nth-of-type(5),
#installment-overlay-content .columns-3 li:nth-of-type(9) {
    margin-top: -152px
}

@media(max-width:1023px)and (max-device-width:736px) {

    #installment-overlay-content .columns-3 li:nth-of-type(5),
    #installment-overlay-content .columns-3 li:nth-of-type(9) {
        margin-top: 0
    }
}

#installment-overlay-content .overlay-footer {
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    #installment-overlay-content .overlay-footer {
        padding-inline-end: 45%;
        text-align: start
    }
}

#installment-overlay-content .overlay-footer .learn-more-installments {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353
}

#installment-overlay-content .overlay-footer .learn-more-installments:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

#installment-overlay-content .overlay-footer .learn-more-installments: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

#installment-overlay-content .overlay-footer .learn-more-installments: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

#installment-overlay-content .overlay-footer .learn-more-installments:lang(zh) {
    letter-spacing: 0
}

#installment-overlay-content .overlay-footer .learn-more-installments:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

#installment-overlay-content .overlay-footer .learn-more-installments:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .overlay-footer .learn-more-installments:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

#installment-overlay-content .overlay-footer .learn-more-installments: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
}

#installment-overlay-content .overlay-footer .learn-more-installments:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-installments-overlaywithchat #installment-overlay-content {
    padding-bottom: 10px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installments-overlaywithchat #installment-overlay-content {
        padding-bottom: 0
    }
}

.as-price-installment-overlay a {
    position: relative
}

.as-installment-overlay-nonflex {
    display: none
}

.pd-buyflow-info-overlay .as-chatonline {
    padding: 0 80px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .pd-buyflow-info-overlay .as-chatonline {
        padding: 0;
        text-align: center
    }
}

.rc-installment-overlay-content {
    text-align: center;
    width: 100%
}

.rc-installment-overlay-content .as-installments-headersection {
    margin-top: 50px
}

.rc-overlay-loader-content .as-compareplansoverlay-content {
    padding: 0;
    text-align: center
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-loader-content .as-compareplansoverlay-content {
        text-align: start
    }
}

.rc-overlay-loader-content .as-installments-headersection {
    text-align: center
}

.rc-overlay-loader-content .as-installments-continueshop-link {
    width: 700px
}

.rc-overlay-loader-content .as-installments-listitem-row {
    display: flex;
    flex-wrap: wrap
}

.rc-overlay-loader-content .as-installments-listitem {
    flex-basis: auto;
    margin-bottom: 56px;
    width: 33%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-loader-content .as-installments-listitem {
        margin-bottom: 32px;
        width: 100%
    }
}

[data-core-scroller] {
    overflow-x: scroll;
    position: relative;
    scroll-snap-type: mandatory;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

[data-core-scroller-customsnap] {
    scroll-snap-type: none
}

[data-core-scroller-transition] {
    transition: transform .5s ease
}

[data-core-scroller-platter]>div {
    display: inline-block;
    scroll-snap-coordinate: start;
    scroll-snap-align: start
}

.rf-navbar {
    background-color: #0000;
    height: 61px;
    margin: 0 0 41px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-navbar {
        margin: 0 0 24px
    }
}

.rf-navbar [data-core-scroller] {
    overflow-y: hidden
}

@supports(scrollbar-width:none) {
    .rf-navbar [data-core-scroller] {
        margin-bottom: 1px;
        scrollbar-width: none
    }
}

.rf-navbar [data-core-scroller]::-webkit-scrollbar {
    display: none
}

.rf-navbar.rf-navbar-sticky-enabled {
    position: sticky;
    top: 0;
    z-index: 1000
}

.rf-navbar-content-wrapper {
    background-color: #f5f5f7;
    border-bottom: 1px solid #0000;
    height: 60px;
    overflow: hidden;
    transition-duration: .5s;
    transition-property: height, border-bottom;
    width: 100%
}

.rf-navbar-content-wrapper.rf-navbar-is-stuck:not(.rf-navbar-is-hidden) {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #ffffff7a;
    border-color: #d2d2d7
}

.rf-navbar-content-wrapper.rf-navbar-is-hidden {
    border-bottom: 0;
    height: 0
}

.rf-navbar-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 946px;
    position: relative
}

html.touch .rf-navbar-content {
    justify-content: flex-start;
    margin: 0;
    max-width: none;
    overflow-y: scroll
}

html.touch .rf-navbar-content::-webkit-scrollbar {
    display: none
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-navbar-content {
        justify-content: flex-start;
        margin: 0;
        max-width: none;
        overflow-y: scroll
    }

    .rf-navbar-content::-webkit-scrollbar {
        display: none
    }
}

.rf-navbar-content .rf-navbar-paddlenav {
    position: absolute;
    z-index: 1
}

.rf-navbar-content .rf-navbar-fade {
    content: "";
    display: block;
    height: 60px;
    width: 60px
}

.rf-navbar-content .rf-navbar-paddlenav-previous {
    inset-inline-start: 0
}

.rf-navbar-content .rf-navbar-paddlenav-next {
    inset-inline-end: 0
}

.rf-navbar-content .paddlenav-arrow {
    color: #86868b;
    font-weight: 300;
    width: 25px
}

.rf-navbar-content .paddlenav-arrow:disabled+.rf-navbar-fade {
    display: none
}

.rf-navbar-content .rf-navbar-paddlenav-arrow-previous {
    inset-inline-start: -25px
}

.rf-navbar-content .rf-navbar-paddlenav-arrow-previous+.rf-navbar-fade {
    background: linear-gradient(calc(var(--r-sk-logical-factor, 1)*270deg), #f5f5f700, #f5f5f7)
}

.rf-navbar-is-stuck:not(.rf-navbar-is-hidden) .rf-navbar-content .rf-navbar-paddlenav-arrow-previous+.rf-navbar-fade {
    background: linear-gradient(calc(var(--r-sk-logical-factor, 1)*270deg), #fff0, #fff)
}

.rf-navbar-content .rf-navbar-paddlenav-arrow-previous:disabled {
    display: none
}

.rf-navbar-content .rf-navbar-paddlenav-arrow-next {
    inset-inline-end: -26px
}

.rf-navbar-content .rf-navbar-paddlenav-arrow-next+.rf-navbar-fade {
    background: linear-gradient(calc(var(--r-sk-logical-factor, 1)*90deg), #f5f5f700, #f5f5f7)
}

.rf-navbar-is-stuck:not(.rf-navbar-is-hidden) .rf-navbar-content .rf-navbar-paddlenav-arrow-next+.rf-navbar-fade {
    background: linear-gradient(calc(var(--r-sk-logical-factor, 1)*90deg), #fff0, #fff)
}

.rf-navbar-content .rf-navbar-paddlenav-arrow-next:disabled {
    display: none
}

.rf-navbar-item {
    color: #f5f5f7;
    margin: 5px 35px 5px 5px
}

html.touch .rf-navbar-item:first-child {
    margin-inline-start: 0;
    padding-inline-start: max(22px, env(safe-area-inset-left))
}

html.touch .rf-navbar-item:last-child {
    margin-inline-end: 0;
    padding-inline-end: max(22px, env(safe-area-inset-right))
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-navbar-item:first-child {
        margin-inline-start: 0;
        padding-inline-start: max(22px, env(safe-area-inset-left))
    }

    .rf-navbar-item:last-child {
        margin-inline-end: 0;
        padding-inline-end: max(22px, env(safe-area-inset-right))
    }
}

.rf-navbar-item-link {
    border-bottom: 1px solid #0000;
    color: #1d1d1f;
    text-decoration: none;
    white-space: nowrap
}

.rf-navbar-item-link:hover {
    color: #6e6e73;
    text-decoration: none
}

.rf-navbar-item-link.rf-navbar-item-link-active {
    border-bottom: 1px solid #1d1d1f;
    font-weight: 600;
    padding-bottom: 1px
}

.rf-productnav-card {
    vertical-align: top
}

.rf-productnav-card-content {
    border-radius: 18px;
    box-sizing: border-box;
    min-width: 136px;
    overflow: hidden;
    padding: 18px 8px 16px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-productnav-card-content {
        min-width: 96px;
        padding: 16px 4px
    }
}

.rf-productnav-card-image {
    padding-bottom: 16px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-productnav-card-image {
        padding-bottom: 12px
    }
}

.rf-productnav-card-image img {
    display: block;
    margin: 0 auto;
    max-height: 78px;
    width: auto
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-productnav-card-image img {
        max-height: 60px
    }
}

.rf-productnav-card-title {
    color: #1d1d1f;
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.rf-productnav-card-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-productnav-card-title: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rf-productnav-card-title: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rf-productnav-card-title:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rf-productnav-card-title:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-productnav-card-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-productnav-card-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-productnav-card-title: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
}

.rf-productnav-card-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-prices-promotion>a {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333
}

.rc-prices-promotion>a:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rc-prices-promotion>a: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rc-prices-promotion>a: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rc-prices-promotion>a:lang(zh) {
    letter-spacing: 0
}

.rc-prices-promotion>a:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rc-prices-promotion>a:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-prices-promotion>a:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-prices-promotion>a: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
}

.rc-prices-promotion>a:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-prices-carrierdiscount {
    font-weight: 600
}

.rc-prices-estimatedpricemsg {
    font-weight: 600;
    padding-bottom: 5px
}

.rc-prices-downpayment {
    display: block
}

.as-price-currentprice {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .009em;
    line-height: 1.1666666667
}

.as-price-currentprice: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;
    line-height: 1.25
}

.as-price-currentprice: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;
    line-height: 1.2916666667
}

.as-price-currentprice:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.375
}

.as-price-currentprice:lang(zh) {
    line-height: 1.2916666667
}

.as-price-currentprice:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-currentprice:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-currentprice:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-currentprice: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
}

.as-price-currentprice:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-price-currentprice {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .as-price-currentprice: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;
        line-height: 1.2380952381
    }

    .as-price-currentprice: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;
        line-height: 1.2858042857
    }

    .as-price-currentprice:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .as-price-currentprice:lang(zh) {
        line-height: 1.3334033333
    }

    .as-price-currentprice:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-price-currentprice:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-price-currentprice:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-price-currentprice: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
    }

    .as-price-currentprice:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.as-price-previousprice {
    color: #86868b;
    display: inline-block;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    text-decoration: line-through
}

.as-price-previousprice: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;
    line-height: 1.1786114286
}

.as-price-previousprice: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;
    line-height: 1.25
}

.as-price-previousprice:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.as-price-previousprice:lang(zh) {
    line-height: 1.25
}

.as-price-previousprice:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-previousprice:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-previousprice:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-previousprice: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
}

.as-price-previousprice:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-price-previousprice {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .as-price-previousprice: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;
        line-height: 1.2380952381
    }

    .as-price-previousprice: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;
        line-height: 1.2858042857
    }

    .as-price-previousprice:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .as-price-previousprice:lang(zh) {
        line-height: 1.3334033333
    }

    .as-price-previousprice:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-price-previousprice:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-price-previousprice:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-price-previousprice: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
    }

    .as-price-previousprice:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.as-price-previousprice>span {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    clip-path: inset(0 0 99.9% 99.9%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px
}

.as-price-savings {
    color: #b64400;
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.016em;
    line-height: 1.4285914286
}

.as-price-savings:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-price-savings: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;
    letter-spacing: 0;
    line-height: 1.4
}

.as-price-savings: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.as-price-savings:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.as-price-savings:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.as-price-savings:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-savings:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-savings: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
}

.as-price-savings:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-installments {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333
}

.as-price-installments:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-price-installments: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-price-installments: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-price-installments:lang(zh) {
    letter-spacing: 0
}

.as-price-installments:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.as-price-installments:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-installments:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-installments: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
}

.as-price-installments:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-price-installments>br {
    display: none
}

.as-price-installments>a {
    display: block
}

.rc-financing-message {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286
}

.rc-financing-message:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rc-financing-message: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rc-financing-message: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rc-financing-message:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rc-financing-message:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rc-financing-message:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-financing-message:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-financing-message: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
}

.rc-financing-message:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-payment-promo {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding-top: 14px
}

.rc-payment-promo:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rc-payment-promo: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rc-payment-promo: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rc-payment-promo:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rc-payment-promo:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rc-payment-promo:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-payment-promo:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-payment-promo: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
}

.rc-payment-promo:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-prices-tradeinamounttext {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding-top: 14px
}

.rc-prices-tradeinamounttext:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rc-prices-tradeinamounttext: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rc-prices-tradeinamounttext: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rc-prices-tradeinamounttext:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rc-prices-tradeinamounttext:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rc-prices-tradeinamounttext:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-prices-tradeinamounttext:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rc-prices-tradeinamounttext: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
}

.rc-prices-tradeinamounttext:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-prices-savingspromotion-block {
    display: block
}

.as-prices-savingspromotion {
    color: #e30000
}

.as-prices-savingspromotionprice {
    color: #e30000;
    font-weight: 600
}

.rc-prices-inline .rc-prices-installmentsseparator:after,
.rc-prices-inline .rc-prices-installmentsseparator:before {
    content: " "
}

.rc-prices-segmentsavings {
    color: #b64400
}

.rc-prices-totalinstallmentsavings {
    color: #b64400;
    margin-top: 10px
}

.rc-prices-instanttradeintext,
.rc-prices-monthly-price-disclaimer {
    color: #1d1d1f
}

.as-price-savingspromotion {
    color: #e30000
}

.as-price-savingspromotionprice {
    color: #e30000;
    font-weight: 600
}

.rc-prices-savingsmessage {
    display: inline-flex;
    font-weight: 600;
    padding-top: 12px
}

.rc-prices-savingsmessage span {
    margin-top: 4px;
    margin-inline-start: 4px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-prices-savingsmessage span {
        margin-top: 1px
    }
}

.rc-prices-savingsmessage svg {
    height: 25px;
    width: 25px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-prices-savingsmessage svg {
        height: 21px;
        width: 21px
    }
}

.rc-prices-savingsincluded {
    padding-top: 10px
}

.badge {
    --sk-badge-background: #f563001a;
    --sk-badge-text-color: #b64400;
    --sk-badge-border-radius: 6px;
    --sk-badge-horizontal-padding: 9px;
    --sk-badge-vertical-padding: 6px;
    --sk-badge-margin: 0;
    --sk-badge-display: initial;
    background-color: var(--sk-badge-background);
    border-radius: var(--sk-badge-border-radius);
    box-sizing: border-box;
    color: var(--sk-badge-text-color);
    display: var(--sk-badge-display);
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.022em;
    line-height: 1.1764805882;
    margin-inline-start: var(--sk-badge-margin);
    padding: var(--sk-badge-vertical-padding) var(--sk-badge-horizontal-padding);
    white-space: nowrap
}

.badge:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.badge: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;
    letter-spacing: 0
}

.badge: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
}

.badge:lang(ko),
.badge:lang(zh) {
    letter-spacing: 0
}

.badge:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, 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, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-inline {
    --sk-badge-margin: 8px;
    --sk-badge-display: inline-block
}

.badge-neutral {
    --sk-badge-background: #1d1d1f12;
    --sk-badge-text-color: #424245
}

.badge-solid-scrim {
    --sk-badge-background: #fae9e1
}

.badge-solid-scrim.badge-neutral {
    --sk-badge-background: #e8e8ed;
    --sk-badge-text-color: #424245
}

.badge-reduced {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    --sk-badge-border-radius: 5px;
    --sk-badge-horizontal-padding: 6px;
    --sk-badge-vertical-padding: 4px
}

.badge-reduced:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.badge-reduced: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;
    letter-spacing: 0
}

.badge-reduced: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;
    letter-spacing: 0
}

.badge-reduced:lang(zh) {
    letter-spacing: 0
}

.badge-reduced:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-reduced:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-reduced:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-reduced: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
}

.badge-reduced:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-reduced.badge-inline {
    --sk-badge-margin: 8px;
    --sk-badge-display: inline-block
}

.badge-tiny {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.006em;
    line-height: 1.15;
    --sk-badge-border-radius: 3px;
    --sk-badge-horizontal-padding: 3px;
    --sk-badge-vertical-padding: 2px
}

.badge-tiny:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.badge-tiny: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;
    letter-spacing: 0
}

.badge-tiny: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;
    letter-spacing: 0
}

.badge-tiny:lang(zh) {
    letter-spacing: 0
}

.badge-tiny:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-tiny:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-tiny:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-tiny: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
}

.badge-tiny:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.badge-tiny.badge-inline {
    --sk-badge-margin: 8px;
    --sk-badge-display: inline-block
}

.badge-no-scrim {
    --sk-badge-border-radius: 0;
    --sk-badge-horizontal-padding: 0;
    --sk-badge-vertical-padding: 0;
    --sk-badge-background: #0000
}

.badge-dark {
    --sk-badge-background: #f5630033;
    --sk-badge-text-color: #ff791b
}

.badge-dark.badge-no-scrim {
    --sk-badge-background: #0000;
    --sk-badge-text-color: #ff791b
}

.badge-dark.badge-solid-scrim {
    --sk-badge-background: #471e00
}

.badge-dark.badge-neutral {
    --sk-badge-background: #f5f5f724;
    --sk-badge-text-color: #d2d2d7
}

.badge-dark.badge-neutral.badge-solid-scrim {
    --sk-badge-background: #333336
}

.theme-light .badge.badge-dark {
    --sk-badge-background: #f5630033;
    --sk-badge-text-color: #ff791b
}

.theme-light .badge.badge-dark.badge-no-scrim {
    --sk-badge-background: #0000;
    --sk-badge-text-color: #ff791b
}

.theme-light .badge.badge-dark.badge-solid-scrim {
    --sk-badge-background: #471e00
}

.theme-light .badge.badge-dark.badge-neutral {
    --sk-badge-background: #f5f5f724;
    --sk-badge-text-color: #d2d2d7
}

.theme-light .badge.badge-dark.badge-neutral.badge-solid-scrim {
    --sk-badge-background: #333336
}

.badge-light {
    --sk-badge-background: #f563001a;
    --sk-badge-text-color: #b64400
}

.badge-light.badge-no-scrim {
    --sk-badge-background: #0000;
    --sk-badge-text-color: #b64400
}

.badge-light.badge-solid-scrim {
    --sk-badge-background: #fae9e1
}

.badge-light.badge-neutral {
    --sk-badge-background: #1d1d1f12;
    --sk-badge-text-color: #424245
}

.badge-light.badge-neutral.badge-solid-scrim {
    --sk-badge-background: #e8e8ed
}

.theme-dark .badge.badge-light {
    --sk-badge-background: #f563001a;
    --sk-badge-text-color: #b64400
}

.theme-dark .badge.badge-light.badge-no-scrim {
    --sk-badge-background: #0000;
    --sk-badge-text-color: #b64400
}

.theme-dark .badge.badge-light.badge-solid-scrim {
    --sk-badge-background: #fae9e1
}

.theme-dark .badge.badge-light.badge-neutral {
    --sk-badge-background: #1d1d1f12;
    --sk-badge-text-color: #424245
}

.theme-dark .badge.badge-light.badge-neutral.badge-solid-scrim {
    --sk-badge-background: #e8e8ed
}

.rf-pcard-content {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 29.4117647059rem;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 23.5294117647rem
}

.rf-pcard-content:hover {
    box-shadow: 2px 8px 24px 2px #00000014
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content {
        height: 450px;
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-pcard-content {
        width: 260px
    }
}

.rf-ccard-darkbg .rf-pcard-content {
    background-color: #1d1d1f
}

.rf-pcard-33 .rf-pcard-content {
    width: 18.4117647059rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-33 .rf-pcard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-pcard-33 .rf-pcard-content {
        width: 260px
    }
}

.rf-ccard-40 .rf-pcard-content {
    width: 23.5294117647rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-40 .rf-pcard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-40 .rf-pcard-content {
        width: 260px
    }
}

.rf-pcard-content-img {
    margin: 0 auto;
    min-height: 13.5294117647rem;
    padding-bottom: 0;
    padding-top: 2.4117647059rem;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content-img {
        min-height: 198px;
        padding-top: 34px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-pcard-content-img {
        min-height: 160px;
        padding-top: 53px
    }
}

.rf-pcard-content-img img {
    display: block;
    height: 13.5294117647rem;
    margin: 0 auto;
    width: auto
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content-img img {
        height: 198px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-pcard-content-img img {
        height: 160px
    }
}

.rf-pcard-content-info {
    display: flex;
    flex-direction: column;
    height: 8.7647058824rem;
    padding: 1.1764705882rem 0 0;
    position: relative
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content-info {
        height: 139px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-pcard-content-info {
        height: 158px
    }
}

.rf-pcard-content-swatchescontainer {
    inset-inline-start: 0;
    list-style-type: none;
    margin: 0 auto;
    padding-bottom: .8235294118rem;
    padding-top: 1.1176470588rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content-swatchescontainer {
        padding-top: 15px
    }
}

.rf-pcard-content-colorimage {
    display: inline-block;
    margin-inline-end: 7px
}

.rf-pcard-content-colorimage img {
    height: 12px;
    width: 12px
}

.rf-pcard-content-moretext {
    color: #6e6e73;
    display: inline-block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    padding-top: 2px;
    vertical-align: text-top
}

.rf-pcard-content-moretext:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-pcard-content-moretext: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-pcard-content-moretext: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-pcard-content-moretext:lang(zh) {
    letter-spacing: 0
}

.rf-pcard-content-moretext:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-pcard-content-moretext:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-moretext:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-moretext: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
}

.rf-pcard-content-moretext:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-violator {
    margin-top: 2.4117647059rem;
    position: absolute;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content-violator {
        margin-top: 33px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-pcard-content-violator {
        margin-top: 51px
    }
}

.rf-pcard-content-violatortext {
    display: block
}

.rf-pcard-content-eyebrow {
    color: #6e6e73;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    padding-bottom: 6px;
    width: 204px
}

.rf-pcard-content-eyebrow:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-pcard-content-eyebrow: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-pcard-content-eyebrow: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-pcard-content-eyebrow:lang(zh) {
    letter-spacing: 0
}

.rf-pcard-content-eyebrow:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-pcard-content-eyebrow:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-eyebrow:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-eyebrow: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
}

.rf-pcard-content-eyebrow:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-eyebrow+.rf-pcard-content-img {
    padding-top: 0
}

.rf-pcard-content-savingsbadge {
    inset-inline-end: 14px;
    position: absolute;
    top: 14px
}

.rf-pcard-content-savingsbadge svg {
    height: 35px;
    width: 35px
}

.rf-pcard-content-title {
    margin-top: 0;
    padding-top: 3.6470588235rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content-title {
        padding-top: 54px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-pcard-content-title {
        padding-top: 72px
    }
}

.rf-pcard-content-title a {
    color: #1d1d1f;
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    text-decoration: none
}

.rf-pcard-content-title a:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-pcard-content-title a: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;
    letter-spacing: 0
}

.rf-pcard-content-title a: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
}

.rf-pcard-content-title a:lang(ko),
.rf-pcard-content-title a:lang(th),
.rf-pcard-content-title a:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rf-pcard-content-title a:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-title a:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-title a:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-title a: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
}

.rf-pcard-content-title a:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-title a:hover {
    text-decoration: none
}

.rf-pcard-content-title span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.rf-pcard-content-price {
    margin-top: auto
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-pcard-content-price {
        position: relative;
        top: 2px
    }
}

.rf-pcard-content-price .rc-prices-currentprice {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    margin-top: auto;
    padding-top: 0;
    white-space: normal
}

.rf-pcard-content-price .rc-prices-currentprice:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-pcard-content-price .rc-prices-currentprice: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-pcard-content-price .rc-prices-currentprice: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-pcard-content-price .rc-prices-currentprice:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-pcard-content-price .rc-prices-currentprice:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-pcard-content-price .rc-prices-currentprice:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-price .rc-prices-currentprice:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-price .rc-prices-currentprice: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
}

.rf-pcard-content-price .rc-prices-currentprice:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-pcard-content-price .rc-prices-footer {
    display: none
}

.rf-ccard-content {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    display: flex;
    flex-direction: column;
    height: 40.4117647059rem;
    overflow: hidden;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    white-space: normal;
    width: 28.2352941176rem
}

html.no-touch [data-core-scroller-platter]:not([data-core-scroller-transition]) .rf-ccard-content:hover {
    box-shadow: 2px 4px 16px #00000029;
    transform: scale3d(1.01, 1.01, 1.01)
}

html.no-touch .rf-ccard-darkbg [data-core-scroller-platter]:not([data-core-scroller-transition]) .rf-ccard-content:hover {
    box-shadow: 2px 4px 16px #0003
}

.rf-ccard-content.rf-ccard-content-withfullimg {
    flex-direction: row;
    justify-content: center
}

.rf-ccard-image-top .rf-ccard-content {
    flex-direction: column-reverse
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content {
        height: 450px;
        width: 309px
    }

    .rf-ccard-wide .rf-ccard-content {
        margin-inline-start: 16px;
        width: 329px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-content {
        width: 260px
    }

    .rf-ccard-wide .rf-ccard-content {
        width: 280px
    }
}

.rf-card-bgblack .rf-ccard-content {
    background-color: #000
}

.rf-card-bggreen .rf-ccard-content {
    background-color: #dafde8
}

.rf-ccard-100 .rf-ccard-content {
    width: 980px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-100 .rf-ccard-content {
        width: 309px
    }

    .rf-ccard-wide .rf-ccard-100 .rf-ccard-content {
        margin-inline-start: 16px;
        width: 329px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-100 .rf-ccard-content {
        width: 260px
    }

    .rf-ccard-wide .rf-ccard-100 .rf-ccard-content {
        width: 280px
    }
}

.rf-ccard-66 .rf-ccard-content {
    width: 646px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-66 .rf-ccard-content {
        width: 309px
    }

    .rf-ccard-wide .rf-ccard-66 .rf-ccard-content {
        margin-inline-start: 16px;
        width: 329px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-66 .rf-ccard-content {
        width: 260px
    }

    .rf-ccard-wide .rf-ccard-66 .rf-ccard-content {
        width: 280px
    }
}

.rf-ccard-40 .rf-ccard-content {
    width: 23.5294117647rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-40 .rf-ccard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-40 .rf-ccard-content {
        width: 260px
    }
}

.rf-ccard-33 .rf-ccard-content {
    width: 313px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-33 .rf-ccard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-33 .rf-ccard-content {
        width: 260px
    }
}

.rf-ccard-25 .rf-ccard-content {
    height: 14.1176470588rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-25 .rf-ccard-content {
        height: 215px
    }
}

.rf-ccard-17 .rf-ccard-content {
    height: 14.1176470588rem;
    width: 18.4117647059rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-17 .rf-ccard-content {
        height: 215px;
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-17 .rf-ccard-content {
        width: 260px
    }
}

.rf-ccard-13 .rf-ccard-content {
    height: 240px;
    width: 230px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-13 .rf-ccard-content {
        height: 215px;
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-13 .rf-ccard-content {
        width: 260px
    }
}

.rf-ccard-partialcontentwidth .rf-ccard-content {
    flex-direction: row
}

.rf-ccard-img-wrapper {
    display: flex;
    justify-content: center;
    margin-top: auto
}

.rf-ccard-scaleimg .rf-ccard-img-wrapper {
    overflow: hidden
}

.rf-ccard-image-top .rf-ccard-img-wrapper {
    margin-bottom: auto;
    margin-top: 0
}

.rf-ccard-image-right .rf-ccard-img-wrapper {
    margin-inline-start: auto
}

.rf-ccard-img-full-wrapper {
    width: 100%
}

.rf-ccard-img-full {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media(inverted-colors:inverted) {
    .rf-ccard-img-full {
        filter: none
    }
}

.rf-ccard-scaleimg .rf-ccard-img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto
}

.rf-ccard-content-info {
    padding: 1.7647058824rem;
    width: 20rem
}

.rf-ccard-img-full-wrapper+.rf-ccard-content-info,
.rf-ccard-video-full-wrapper+.rf-ccard-content-info {
    inset-inline-start: 0;
    position: absolute
}

.rf-ccard-contentcentered .rf-ccard-content-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-top: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content-info {
        padding: 28px;
        width: 253px
    }

    .rf-ccard-wide .rf-ccard-content-info {
        width: 273px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-content-info {
        width: 204px
    }

    .rf-ccard-wide .rf-ccard-content-info {
        width: 224px
    }
}

.rf-ccard-33 .rf-ccard-content-info {
    padding-bottom: 0;
    width: 253px
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-33 .rf-ccard-content-info {
        width: 204px
    }
}

.rf-ccard-17 .rf-ccard-content-info {
    padding-bottom: 0;
    width: 14.8823529412rem
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-17 .rf-ccard-content-info {
        width: 204px
    }
}

.rf-ccard-13 .rf-ccard-content-info {
    width: 170px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-13 .rf-ccard-content-info {
        width: 253px
    }
}

@media only screen and (max-width:1023px)and (max-device-width:736px)and (max-device-width:320px) {
    .rf-ccard-13 .rf-ccard-content-info {
        width: 204px
    }
}

.rf-ccard-50 .rf-ccard-content-info .rf-ccard-content-savingsbadge {
    inset-inline-start: 432px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-50 .rf-ccard-content-info .rf-ccard-content-savingsbadge {
        inset-inline-start: 260px
    }
}

@media only screen and (max-width:1023px)and (max-device-width:736px)and (max-device-width:320px) {
    .rf-ccard-50 .rf-ccard-content-info .rf-ccard-content-savingsbadge {
        inset-inline-start: 210px
    }
}

.rf-ccard-partialcontentwidth .rf-ccard-content-info {
    padding-inline-end: 0;
    width: auto
}

.rf-ccard-partialcontentwidth.rf-ccard-25 .rf-ccard-content-info,
.rf-ccard-partialcontentwidth.rf-ccard-50 .rf-ccard-content-info {
    padding-inline-end: 0;
    width: 11.7647058824rem
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rf-ccard-partialcontentwidth.rf-ccard-25 .rf-ccard-content-info,
    .rf-ccard-partialcontentwidth.rf-ccard-50 .rf-ccard-content-info {
        width: 170px
    }
}

.rf-ccard-partialcontentwidth.rf-ccard-17 .rf-ccard-content-info,
.rf-ccard-partialcontentwidth.rf-ccard-33 .rf-ccard-content-info {
    padding-inline-end: 0;
    width: 170px
}

.rf-ccard-partialcontentwidth.rf-ccard-40 .rf-ccard-content-info {
    padding-inline-end: 0;
    width: 188px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-partialcontentwidth.rf-ccard-40 .rf-ccard-content-info {
        width: 170px
    }
}

.rf-ccard-header {
    box-sizing: border-box;
    padding-inline: 30px;
    padding-bottom: 16px;
    padding-top: 30px;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-header {
        padding-inline: 28px;
        padding-bottom: 13px;
        padding-top: 28px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-header {
        padding-bottom: 8px
    }
}

.rf-ccard-header .rf-ccard-content-header-eyebrow {
    margin-bottom: 0
}

.rf-ccard-header+.rf-ccard-img-wrapper {
    height: 35%;
    margin: 0 auto;
    width: auto
}

.rf-ccard-header+.rf-ccard-img-wrapper .rf-ccard-img {
    height: 100%;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-header+.rf-ccard-img-wrapper {
        height: 25%;
        max-width: 254px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-header+.rf-ccard-img-wrapper {
        max-height: 190px
    }
}

.rf-ccard-header .rf-ccard-content-title {
    color: #1d1d1f;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    margin: 0 0 9px;
    padding-top: 24px
}

.rf-ccard-header .rf-ccard-content-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;
    line-height: 1.1786114286
}

.rf-ccard-header .rf-ccard-content-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;
    line-height: 1.25
}

.rf-ccard-header .rf-ccard-content-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.rf-ccard-header .rf-ccard-content-title:lang(zh) {
    line-height: 1.25
}

.rf-ccard-header .rf-ccard-content-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-header .rf-ccard-content-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-header .rf-ccard-content-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-header .rf-ccard-content-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
}

.rf-ccard-header .rf-ccard-content-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-header .rf-ccard-content-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rf-ccard-header .rf-ccard-content-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;
        line-height: 1.2380952381
    }

    .rf-ccard-header .rf-ccard-content-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;
        line-height: 1.2858042857
    }

    .rf-ccard-header .rf-ccard-content-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh) {
        line-height: 1.3334033333
    }

    .rf-ccard-header .rf-ccard-content-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-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
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: .004em;
        line-height: 1.125;
        margin-bottom: 6px;
        padding-top: 23px
    }

    .rf-ccard-header .rf-ccard-content-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;
        line-height: 1.21875
    }

    .rf-ccard-header .rf-ccard-content-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;
        line-height: 1.21875
    }

    .rf-ccard-header .rf-ccard-content-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh) {
        line-height: 1.21875
    }

    .rf-ccard-header .rf-ccard-content-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-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
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

@media(max-width:1023px)and (max-device-width:736px)and (max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-header .rf-ccard-content-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .009em;
        line-height: 1.1666666667
    }

    .rf-ccard-header .rf-ccard-content-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;
        line-height: 1.25
    }

    .rf-ccard-header .rf-ccard-content-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;
        line-height: 1.2916666667
    }

    .rf-ccard-header .rf-ccard-content-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh) {
        line-height: 1.2916666667
    }

    .rf-ccard-header .rf-ccard-content-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-header .rf-ccard-content-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
    }

    .rf-ccard-header .rf-ccard-content-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-device-width:320px) {
    .rf-ccard-header .rf-ccard-content-title {
        min-height: 56px
    }
}

.rf-ccard-header .rf-ccard-content-header-eyebrow+.rf-ccard-content-title {
    padding-top: 0
}

.rf-ccard-content-scrim {
    bottom: 0;
    position: absolute
}

.rf-ccard-content-scrim .rf-ccard-scrim {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    inset-inline-start: 0;
    justify-content: space-between;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    margin: auto 0 0;
    position: static;
    width: 100%
}

.rf-ccard-content-scrim .rf-ccard-scrim:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-ccard-content-scrim .rf-ccard-scrim: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-content-scrim .rf-ccard-scrim: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-ccard-content-scrim .rf-ccard-scrim:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-content-scrim .rf-ccard-scrim:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-content-scrim .rf-ccard-scrim:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-scrim .rf-ccard-scrim:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-scrim .rf-ccard-scrim: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
}

.rf-ccard-content-scrim .rf-ccard-scrim:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content-scrim .rf-ccard-scrim {
        margin-bottom: auto;
        margin-top: auto;
        padding: 0
    }
}

.rf-ccard-content-scrim .rf-ccard-scrim-price {
    margin-top: auto
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice {
    color: #1d1d1f;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice: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
}

.rf-ccard-content-scrim .rf-ccard-scrim-price .rc-prices-currentprice:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-header {
    color: #1d1d1f;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    margin-top: 0;
    padding-top: 24px
}

.rf-ccard-content-header: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;
    line-height: 1.1786114286
}

.rf-ccard-content-header: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;
    line-height: 1.25
}

.rf-ccard-content-header:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.rf-ccard-content-header:lang(zh) {
    line-height: 1.25
}

.rf-ccard-content-header:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-header:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-header:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-header: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
}

.rf-ccard-content-header:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rf-ccard-content-header: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;
        line-height: 1.2380952381
    }

    .rf-ccard-content-header: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;
        line-height: 1.2858042857
    }

    .rf-ccard-content-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rf-ccard-content-header:lang(zh) {
        line-height: 1.3334033333
    }

    .rf-ccard-content-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-content-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-content-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-content-header: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
    }

    .rf-ccard-content-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-content-header {
        padding-top: 23px
    }
}

.rf-ccard-13 .rf-ccard-content-header,
.rf-ccard-17 .rf-ccard-content-header,
.rf-ccard-25 .rf-ccard-content-header {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .009em;
    line-height: 1.1666666667;
    padding-top: 25px
}

.rf-ccard-13 .rf-ccard-content-header:lang(ja),
.rf-ccard-17 .rf-ccard-content-header:lang(ja),
.rf-ccard-25 .rf-ccard-content-header: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;
    line-height: 1.25
}

.rf-ccard-13 .rf-ccard-content-header:lang(ko),
.rf-ccard-17 .rf-ccard-content-header:lang(ko),
.rf-ccard-25 .rf-ccard-content-header: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;
    line-height: 1.2916666667
}

.rf-ccard-13 .rf-ccard-content-header:lang(th),
.rf-ccard-17 .rf-ccard-content-header:lang(th),
.rf-ccard-25 .rf-ccard-content-header:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.375
}

.rf-ccard-13 .rf-ccard-content-header:lang(zh),
.rf-ccard-17 .rf-ccard-content-header:lang(zh),
.rf-ccard-25 .rf-ccard-content-header:lang(zh) {
    line-height: 1.2916666667
}

.rf-ccard-13 .rf-ccard-content-header:lang(ar),
.rf-ccard-17 .rf-ccard-content-header:lang(ar),
.rf-ccard-25 .rf-ccard-content-header:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-13 .rf-ccard-content-header:lang(zh-CN),
.rf-ccard-17 .rf-ccard-content-header:lang(zh-CN),
.rf-ccard-25 .rf-ccard-content-header:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-13 .rf-ccard-content-header:lang(zh-HK),
.rf-ccard-17 .rf-ccard-content-header:lang(zh-HK),
.rf-ccard-25 .rf-ccard-content-header:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-13 .rf-ccard-content-header:lang(zh-MO),
.rf-ccard-17 .rf-ccard-content-header:lang(zh-MO),
.rf-ccard-25 .rf-ccard-content-header: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
}

.rf-ccard-13 .rf-ccard-content-header:lang(zh-TW),
.rf-ccard-17 .rf-ccard-content-header:lang(zh-TW),
.rf-ccard-25 .rf-ccard-content-header:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rf-ccard-13 .rf-ccard-content-header,
    .rf-ccard-17 .rf-ccard-content-header,
    .rf-ccard-25 .rf-ccard-content-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(ja),
    .rf-ccard-17 .rf-ccard-content-header:lang(ja),
    .rf-ccard-25 .rf-ccard-content-header: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;
        line-height: 1.2380952381
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(ko),
    .rf-ccard-17 .rf-ccard-content-header:lang(ko),
    .rf-ccard-25 .rf-ccard-content-header: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;
        line-height: 1.2858042857
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(th),
    .rf-ccard-17 .rf-ccard-content-header:lang(th),
    .rf-ccard-25 .rf-ccard-content-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(zh),
    .rf-ccard-17 .rf-ccard-content-header:lang(zh),
    .rf-ccard-25 .rf-ccard-content-header:lang(zh) {
        line-height: 1.3334033333
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(ar),
    .rf-ccard-17 .rf-ccard-content-header:lang(ar),
    .rf-ccard-25 .rf-ccard-content-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(zh-CN),
    .rf-ccard-17 .rf-ccard-content-header:lang(zh-CN),
    .rf-ccard-25 .rf-ccard-content-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(zh-HK),
    .rf-ccard-17 .rf-ccard-content-header:lang(zh-HK),
    .rf-ccard-25 .rf-ccard-content-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(zh-MO),
    .rf-ccard-17 .rf-ccard-content-header:lang(zh-MO),
    .rf-ccard-25 .rf-ccard-content-header: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
    }

    .rf-ccard-13 .rf-ccard-content-header:lang(zh-TW),
    .rf-ccard-17 .rf-ccard-content-header:lang(zh-TW),
    .rf-ccard-25 .rf-ccard-content-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-13 .rf-ccard-content-header,
    .rf-ccard-17 .rf-ccard-content-header,
    .rf-ccard-25 .rf-ccard-content-header {
        padding-top: 23px
    }
}

.rf-ccard-darkbg .rf-ccard-content-header {
    color: #fff
}

.rf-ccard-partialcontentwidth .rf-ccard-content-header {
    width: 11.7647058824rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-partialcontentwidth .rf-ccard-content-header {
        width: 170px
    }
}

.rf-ccard-content-header-eyebrow+.rf-ccard-content-header,
.rf-ccard-content-icon+.rf-ccard-content-header,
.rf-ccard-content-savingsbadge+.rf-ccard-content-header {
    padding-top: 0
}

.rf-valueprop-card .rf-ccard-content-header {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .011em;
    line-height: 1.1904761905
}

.rf-valueprop-card .rf-ccard-content-header: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;
    line-height: 1.2380952381
}

.rf-valueprop-card .rf-ccard-content-header: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;
    line-height: 1.2858042857
}

.rf-valueprop-card .rf-ccard-content-header:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.381002381
}

.rf-valueprop-card .rf-ccard-content-header:lang(zh) {
    line-height: 1.3334033333
}

.rf-valueprop-card .rf-ccard-content-header:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-valueprop-card .rf-ccard-content-header:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-valueprop-card .rf-ccard-content-header:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-valueprop-card .rf-ccard-content-header: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
}

.rf-valueprop-card .rf-ccard-content-header:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-valueprop-card .rf-ccard-content-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: .012em;
        line-height: 1.2105263158
    }

    .rf-valueprop-card .rf-ccard-content-header: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;
        line-height: 1.2631578947
    }

    .rf-valueprop-card .rf-ccard-content-header: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;
        line-height: 1.3157894737
    }

    .rf-valueprop-card .rf-ccard-content-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.3684410526
    }

    .rf-valueprop-card .rf-ccard-content-header:lang(zh) {
        line-height: 1.3684410526
    }

    .rf-valueprop-card .rf-ccard-content-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-valueprop-card .rf-ccard-content-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-valueprop-card .rf-ccard-content-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-valueprop-card .rf-ccard-content-header: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
    }

    .rf-valueprop-card .rf-ccard-content-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rf-ccard-content-header .rf-ccard-content-headerlink {
    color: #1d1d1f;
    display: inline-block;
    text-decoration: none
}

.rf-ccard-darkbg .rf-ccard-content-header .rf-ccard-content-headerlink {
    color: #fff
}

.rf-ccard-content-header .rf-ccard-content-headerlink span {
    pointer-events: none
}

.rf-ccard-content-desc {
    color: #1d1d1f;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    margin-top: 0;
    padding-top: 10px
}

.rf-ccard-content-desc:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-ccard-content-desc: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;
    letter-spacing: 0
}

.rf-ccard-content-desc: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
}

.rf-ccard-content-desc:lang(ko),
.rf-ccard-content-desc:lang(th),
.rf-ccard-content-desc:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rf-ccard-content-desc:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-desc:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-desc:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-desc: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
}

.rf-ccard-content-desc:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content-desc {
        padding-top: 6px
    }
}

.rf-ccard-13 .rf-ccard-content-desc,
.rf-ccard-17 .rf-ccard-content-desc,
.rf-ccard-25 .rf-ccard-content-desc,
.rs-halfsize-cardsshelf .rf-ccard-content-desc {
    padding-top: 6px
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rf-ccard-13 .rf-ccard-content-desc,
    .rf-ccard-17 .rf-ccard-content-desc,
    .rf-ccard-25 .rf-ccard-content-desc,
    .rs-halfsize-cardsshelf .rf-ccard-content-desc {
        padding-top: 4px
    }
}

.rf-ccard-darkbg .rf-ccard-content-desc {
    color: #fff
}

.rf-ccard-content-desc b {
    font-weight: 400
}

.rf-ccard-content-desc .as-price-savingspromotion-block {
    display: none
}

.rf-ccard-content-header-eyebrow {
    color: #6e6e73;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    padding-bottom: 8px;
    width: 12rem
}

.rf-ccard-content-header-eyebrow:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-ccard-content-header-eyebrow: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-ccard-content-header-eyebrow: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-ccard-content-header-eyebrow:lang(zh) {
    letter-spacing: 0
}

.rf-ccard-content-header-eyebrow:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-ccard-content-header-eyebrow:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-header-eyebrow:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-content-header-eyebrow: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
}

.rf-ccard-content-header-eyebrow:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content-header-eyebrow {
        padding-bottom: 7px
    }
}

.rf-ccard-13 .rf-ccard-content-header-eyebrow,
.rf-ccard-17 .rf-ccard-content-header-eyebrow,
.rf-ccard-25 .rf-ccard-content-header-eyebrow,
.rs-halfsize-cardsshelf .rf-ccard-content-header-eyebrow {
    padding-bottom: 9px
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rf-ccard-13 .rf-ccard-content-header-eyebrow,
    .rf-ccard-17 .rf-ccard-content-header-eyebrow,
    .rf-ccard-25 .rf-ccard-content-header-eyebrow,
    .rs-halfsize-cardsshelf .rf-ccard-content-header-eyebrow {
        padding-bottom: 7px
    }
}

.rf-card-msgtag-gray .rf-ccard-content-header-eyebrow {
    color: #1d1d1f
}

.rf-card-msgtag-orange .rf-ccard-content-header-eyebrow {
    color: #b64400
}

.rf-ccard-darkbg .rf-ccard-content-header-eyebrow {
    color: #f5f5f7
}

.rf-ccard-darkbg.rf-card-msgtag-gray .rf-ccard-content-header-eyebrow {
    color: #86868b
}

.rf-ccard-darkbg.rf-card-msgtag-orange .rf-ccard-content-header-eyebrow {
    color: #ff791b
}

.rf-ccard-partialcontentwidth .rf-ccard-content-header-eyebrow {
    width: 168px
}

.rf-ccard-content-savingsbadge {
    inset-inline-end: 14px;
    position: absolute;
    top: 14px
}

.rf-ccard-content-savingsbadge svg {
    height: 35px;
    width: 35px
}

.rf-ccard-content-icon {
    height: 48px;
    padding-bottom: 5px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content-icon {
        padding-bottom: 0
    }
}

.rf-ccard-content-icon .as-svgicon {
    height: 56px;
    position: absolute;
    top: 22px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-content-icon .as-svgicon {
        top: 18px
    }
}

.rf-ccard-darkbg .rf-ccard-content-icon .as-svgicon {
    color: #fff
}

.rf-ccard-content-icon img {
    position: absolute;
    top: 22px
}

.rf-ccard-content-link {
    padding-top: 11px
}

.rf-ccard-content-button {
    margin-top: 5px
}

.rc-prices-promosavings {
    display: none
}

.rc-overlay .as-chat-button {
    display: inline-block
}

html.as-keyboarduser .as-chat-button:focus {
    outline: 4px solid #007dfa99;
    outline-offset: 1px
}

html.no-touch .rf-ccard-withvideo:hover {
    border-radius: 18px;
    box-shadow: 2px 4px 16px #00000029;
    cursor: pointer;
    transform: scale3d(1.01, 1.01, 1.01)
}

.rf-ccard-withvideo .rf-ccard-content-header {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429
}

.rf-ccard-withvideo .rf-ccard-content-header: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;
    line-height: 1.1786114286
}

.rf-ccard-withvideo .rf-ccard-content-header: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;
    line-height: 1.25
}

.rf-ccard-withvideo .rf-ccard-content-header:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.rf-ccard-withvideo .rf-ccard-content-header:lang(zh) {
    line-height: 1.25
}

.rf-ccard-withvideo .rf-ccard-content-header:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-withvideo .rf-ccard-content-header:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-withvideo .rf-ccard-content-header:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-withvideo .rf-ccard-content-header: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
}

.rf-ccard-withvideo .rf-ccard-content-header:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-withvideo .rf-ccard-content-header {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rf-ccard-withvideo .rf-ccard-content-header: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;
        line-height: 1.2380952381
    }

    .rf-ccard-withvideo .rf-ccard-content-header: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;
        line-height: 1.2858042857
    }

    .rf-ccard-withvideo .rf-ccard-content-header:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rf-ccard-withvideo .rf-ccard-content-header:lang(zh) {
        line-height: 1.3334033333
    }

    .rf-ccard-withvideo .rf-ccard-content-header:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-withvideo .rf-ccard-content-header:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-withvideo .rf-ccard-content-header:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-ccard-withvideo .rf-ccard-content-header: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
    }

    .rf-ccard-withvideo .rf-ccard-content-header:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rf-ccard-withvideo .rf-ccard-scrim {
    align-items: flex-end;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: #fff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    inset-inline-start: 0;
    justify-content: space-between;
    padding: 30px;
    position: absolute;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-withvideo .rf-ccard-scrim {
        padding: 28px
    }
}

.rf-ccard-withvideo .rf-ccard-playcta {
    align-items: center;
    background: #635b61;
    border-radius: 50%;
    color: #e8e8ed;
    display: flex;
    font-family: SF Pro Text, SF Pro Display, sans-serif;
    font-size: 37px;
    height: 2.1176470588rem;
    justify-content: center;
    width: 2.1176470588rem
}

.rf-ccard-withvideo .rf-ccard-playcta:focus-visible {
    outline: 2px solid #0071e3;
    outline-offset: 2px
}

.rf-ccard-withvideo .rf-ccard-content-desc {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    padding-top: 0;
    width: 284px
}

.rf-ccard-withvideo .rf-ccard-content-desc:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-ccard-withvideo .rf-ccard-content-desc: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-withvideo .rf-ccard-content-desc: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-ccard-withvideo .rf-ccard-content-desc:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-withvideo .rf-ccard-content-desc:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-ccard-withvideo .rf-ccard-content-desc:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-withvideo .rf-ccard-content-desc:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-ccard-withvideo .rf-ccard-content-desc: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
}

.rf-ccard-withvideo .rf-ccard-content-desc:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-withvideo .rf-ccard-content-desc {
        padding-inline-end: 5px;
        width: 217px
    }
}

.rf-ccard-withvideo.rf-ccard-33 .rf-ccard-content-desc {
    width: 197px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-withvideo.rf-ccard-33 .rf-ccard-content-desc {
        width: 217px
    }
}

.rf-ccard-withvideo.rf-ccard-darkbg .rf-ccard-scrim {
    background-color: #000;
    color: #f5f5f7
}

.rf-ccard-withvideo.rf-ccard-darkbg .rf-ccard-playcta {
    background-color: #d8d6d8;
    color: #3f313b
}

.rf-ccard-withvideo.rf-ccard-darkbg .rf-ccard-content {
    background-color: #1d1d1f
}

html.no-touch .rf-ccard-withvideo.rf-ccard-darkbg:hover {
    border-radius: 18px;
    box-shadow: 2px 4px 16px #0003;
    cursor: pointer;
    transform: scale3d(1.01, 1.01, 1.01)
}

.rf-ccard-withvideo .rf-ccard-video-scrim {
    opacity: 0;
    transition: opacity .25s linear
}

.rf-ccard-withvideo .rf-ccard-video-show-scrim {
    opacity: 1
}

.rf-ccard-withvideo .rf-ccard-media-wrapper,
.rf-ccard-withvideo .rf-ccard-video-full-wrapper {
    height: 100%
}

.rf-ccard-withvideo.rf-ccard-withinlinevideo,
.rf-ccard-withvideo.rf-ccard-withinlinevideo .rf-ccard-content-info,
.rf-ccard-withvideo.rf-ccard-withinlinevideo .rf-ccard-video-full-wrapper {
    cursor: auto
}

.rf-ccard-withvideo .rf-ccard-inline-video {
    border-radius: 18px;
    height: 100%;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    mask-image: -webkit-radial-gradient(#fff, #000);
    object-fit: cover;
    width: 100%
}

.rf-ccard-withvideo.rf-ccard-scrimwithblur .rf-ccard-scrim {
    background-color: #ffffff7a
}

.rf-ccard-withvideo.rf-ccard-scrimwithblur.rf-ccard-darkbg .rf-ccard-scrim {
    background-color: #0000007a
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-withvideo .rc-videoplayer-transcript {
        display: none
    }
}

.rf-hcard-content {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    display: flex;
    flex-direction: column;
    height: 29.4117647059rem;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    white-space: normal;
    width: 313px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-content {
        height: 450px;
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-content {
        width: 260px
    }
}

html.no-touch [data-core-scroller-platter]:not([data-core-scroller-transition]) .rf-hcard-content:hover {
    box-shadow: 2px 4px 16px #00000029;
    transform: scale3d(1.01, 1.01, 1.01)
}

html.no-touch [data-core-scroller-platter]:not([data-core-scroller-transition]) .rf-hcard-content:hover .rf-hcard-secondary-cta {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.rf-hcard-darkbg .rf-hcard-content {
    background-color: #000;
    color: #fff
}

html.no-touch [data-core-scroller-platter]:not([data-core-scroller-transition]) .rf-hcard-darkbg .rf-hcard-content:hover {
    box-shadow: 2px 4px 16px #0003
}

.rf-hcard-40 .rf-hcard-content {
    width: 23.5294117647rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-40 .rf-hcard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-40 .rf-hcard-content {
        width: 260px
    }
}

.rf-hcard-50 .rf-hcard-content {
    width: 480px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-50 .rf-hcard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-50 .rf-hcard-content {
        width: 260px
    }
}

.rf-ccard-66 .rf-hcard-content,
.rf-hcard-66 .rf-hcard-content {
    width: 646px
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rf-ccard-66 .rf-hcard-content,
    .rf-hcard-66 .rf-hcard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {

    .rf-ccard-66 .rf-hcard-content,
    .rf-hcard-66 .rf-hcard-content {
        width: 260px
    }
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-wide .rf-hcard-content {
        width: 329px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-wide .rf-hcard-content {
        width: 280px
    }
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rf-ccard-66 .rf-hcard-content,
    .rf-hcard-40 .rf-hcard-content,
    .rf-hcard-50 .rf-hcard-content,
    .rf-hcard-66 .rf-hcard-content,
    .rf-hcard-content {
        height: 450px;
        width: 309px
    }

    .rf-hcard-wide .rf-ccard-66 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-40 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-50 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-66 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-content {
        margin-inline-start: 16px;
        width: 329px
    }
}

@media only screen and (max-device-width:320px) {

    .rf-ccard-66 .rf-hcard-content,
    .rf-hcard-40 .rf-hcard-content,
    .rf-hcard-50 .rf-hcard-content,
    .rf-hcard-66 .rf-hcard-content,
    .rf-hcard-content {
        width: 260px
    }

    .rf-hcard-wide .rf-ccard-66 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-40 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-50 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-66 .rf-hcard-content,
    .rf-hcard-wide .rf-hcard-content {
        width: 280px
    }
}

.rf-hcard-eyebrow-content {
    color: #6e6e73;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    margin-bottom: 8px;
    width: 204px
}

.rf-hcard-eyebrow-content:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-hcard-eyebrow-content: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-hcard-eyebrow-content: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-hcard-eyebrow-content:lang(zh) {
    letter-spacing: 0
}

.rf-hcard-eyebrow-content:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-hcard-eyebrow-content:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-eyebrow-content:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-eyebrow-content: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
}

.rf-hcard-eyebrow-content:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-eyebrow-content.rf-hcard-eyebrow-content-orange {
    color: #b64400
}

.rf-hcard-eyebrow-content.rf-hcard-eyebrow-content-gray {
    color: #1d1d1f
}

.rf-hcard-darkbg .rf-hcard-eyebrow-content {
    color: #f5f5f7
}

.rf-card-msgtag-gray .rf-hcard-eyebrow-content {
    color: #1d1d1f
}

.rf-card-msgtag-orange .rf-hcard-eyebrow-content {
    color: #b64400
}

.rf-hcard-darkbg.rf-card-msgtag-gray .rf-hcard-eyebrow-content {
    color: #86868b
}

.rf-hcard-darkbg.rf-card-msgtag-orange .rf-hcard-eyebrow-content {
    color: #ff791b
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-eyebrow-content {
        margin-bottom: 7px
    }
}

.rf-hcard-content-savingsbadge {
    inset-inline-end: 14px;
    position: absolute;
    top: 14px
}

.rf-hcard-content-savingsbadge svg {
    height: 35px;
    width: 35px
}

.rf-hcard-content-title {
    color: #1d1d1f;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    margin: 0 0 9px;
    padding-top: 24px
}

.rf-hcard-content-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;
    line-height: 1.1786114286
}

.rf-hcard-content-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;
    line-height: 1.25
}

.rf-hcard-content-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.rf-hcard-content-title:lang(zh) {
    line-height: 1.25
}

.rf-hcard-content-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-content-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-content-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-content-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
}

.rf-hcard-content-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-content-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rf-hcard-content-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;
        line-height: 1.2380952381
    }

    .rf-hcard-content-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;
        line-height: 1.2858042857
    }

    .rf-hcard-content-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rf-hcard-content-title:lang(zh) {
        line-height: 1.3334033333
    }

    .rf-hcard-content-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-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
    }

    .rf-hcard-content-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rf-hcard-eyebrow-content+.rf-hcard-content-title {
    padding-top: 0
}

.rf-hcard-darkbg .rf-hcard-content-title {
    color: #fff
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-content-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: .004em;
        line-height: 1.125;
        margin-bottom: 6px;
        padding-top: 23px
    }

    .rf-hcard-content-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;
        line-height: 1.21875
    }

    .rf-hcard-content-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;
        line-height: 1.21875
    }

    .rf-hcard-content-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rf-hcard-content-title:lang(zh) {
        line-height: 1.21875
    }

    .rf-hcard-content-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-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
    }

    .rf-hcard-content-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

@media(max-width:1023px)and (max-device-width:736px)and (max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-content-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .009em;
        line-height: 1.1666666667
    }

    .rf-hcard-content-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;
        line-height: 1.25
    }

    .rf-hcard-content-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;
        line-height: 1.2916666667
    }

    .rf-hcard-content-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rf-hcard-content-title:lang(zh) {
        line-height: 1.2916666667
    }

    .rf-hcard-content-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rf-hcard-content-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
    }

    .rf-hcard-content-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-device-width:320px) {
    .rf-hcard-content-title {
        min-height: 56px
    }
}

.rf-hcard-img-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-img-wrapper {
        max-height: 236px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-img-wrapper {
        max-height: 190px
    }
}

.rf-hcard-img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%
}

.rf-hcard-centered-image .rf-hcard-img {
    height: 100%;
    width: auto
}

@media(inverted-colors:inverted) {
    .rf-hcard-centered-image .rf-hcard-img {
        filter: none
    }
}

.rf-hcard-secondary-cta {
    background: #1d1d1f;
    bottom: 133px;
    color: #fff;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    opacity: 0;
    position: absolute;
    transform: translate(-50%);
    transition: .5s
}

.rf-hcard-secondary-cta:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-hcard-secondary-cta: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rf-hcard-secondary-cta: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;
    letter-spacing: 0;
    line-height: 1.5882352941
}

.rf-hcard-secondary-cta:lang(zh) {
    letter-spacing: 0
}

.rf-hcard-secondary-cta:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rf-hcard-secondary-cta:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-secondary-cta:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-secondary-cta: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
}

.rf-hcard-secondary-cta:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

html:not([dir=rtl]) .rf-hcard-secondary-cta {
    inset-inline-start: 50%
}

html[dir=rtl] .rf-hcard-secondary-cta {
    inset-inline-end: 50%
}

html.as-keyboarduser .rf-hcard-secondary-cta:focus,
html.touch .rf-hcard-secondary-cta:focus {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.rf-hcard-copy,
.rf-hcard-scrim {
    box-sizing: border-box;
    padding-inline: 30px;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rf-hcard-copy,
    .rf-hcard-scrim {
        padding-inline: 28px
    }
}

.rf-hcard-copy {
    padding-bottom: 16px;
    padding-top: 30px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-copy {
        padding-bottom: 13px;
        padding-top: 28px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-copy {
        padding-bottom: 8px
    }
}

.rf-hcard-content-info {
    display: flex;
    flex-direction: column;
    height: 4.7058823529rem;
    margin-top: 0;
    padding-top: 10px;
    position: relative
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-content-info {
        height: 84px;
        padding-top: 0
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-content-info {
        height: 107px
    }
}

.rf-hcard-content-swatchescontainer {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    padding-top: 24px;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-content-swatchescontainer {
        padding-top: 20px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-hcard-content-swatchescontainer {
        padding-bottom: 25px
    }
}

.rf-hcard-content-colorimage {
    display: inline-flex;
    margin-inline-end: 6px
}

.rf-hcard-content-colorimage img {
    height: 12px;
    width: 12px
}

.rf-hcard-content-moretext {
    color: #6e6e73;
    display: inline-flex;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    line-height: 12px;
    vertical-align: text-top
}

.rf-hcard-content-moretext:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-hcard-content-moretext: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-hcard-content-moretext: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-hcard-content-moretext:lang(zh) {
    letter-spacing: 0
}

.rf-hcard-content-moretext:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-hcard-content-moretext:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-content-moretext:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-content-moretext: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
}

.rf-hcard-content-moretext:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-scrim {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    bottom: 0;
    display: flex;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    inset-inline-start: 0;
    justify-content: space-between;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    margin: 0;
    padding: 30px;
    position: absolute
}

.rf-hcard-scrim:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-hcard-scrim: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-hcard-scrim: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-hcard-scrim:lang(th),
.rf-hcard-scrim:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-hcard-scrim:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-scrim:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-scrim:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-scrim: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
}

.rf-hcard-scrim:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-scrim {
        margin-bottom: auto;
        margin-top: auto;
        padding: 0 28px
    }
}

.rf-hcard-centered-image .rf-hcard-scrim {
    margin-top: auto;
    padding-top: 0;
    position: static
}

.rf-hcard-darkbg .rf-hcard-scrim {
    background-color: #0000007a
}

.rf-hcard-scrim-show {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: #ffffff7a
}

.rf-hcard-scrim-price {
    margin-top: auto;
    margin-inline-end: 5px;
    width: auto
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-scrim-price {
        margin-inline-end: 8px
    }
}

.rf-hcard-scrim-price .rc-prices-currentprice {
    color: #1d1d1f;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    white-space: normal
}

.rf-hcard-scrim-price .rc-prices-currentprice:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-hcard-scrim-price .rc-prices-currentprice: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-hcard-scrim-price .rc-prices-currentprice: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-hcard-scrim-price .rc-prices-currentprice:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-hcard-scrim-price .rc-prices-currentprice:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-hcard-scrim-price .rc-prices-currentprice:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-scrim-price .rc-prices-currentprice:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-scrim-price .rc-prices-currentprice: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
}

.rf-hcard-scrim-price .rc-prices-currentprice:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-hcard-darkbg .rf-hcard-scrim-price .rc-prices-currentprice {
    color: #fff
}

.rf-hcard-scrim-price .as-price-acinstallmentterms-footnotestext,
.rf-hcard-scrim-price .as-price-previousprice,
.rf-hcard-scrim-price .rc-prices-footer,
.rf-hcard-scrim-price .rc-prices-savingsmessage {
    display: none
}

.rf-hcard-cta {
    align-self: flex-end;
    margin-bottom: 0;
    min-width: auto
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-hcard-cta {
        margin-bottom: 4px
    }
}

.rf-hcard-cta.button,
.rf-hcard-cta.button-reduced {
    min-width: auto
}

.rf-hcard-40 .rf-hcard-scrim-price {
    margin-inline-end: 5px;
    width: auto
}

.rf-hcard-50 .rf-hcard-product-name,
.rf-hcard-50 .rf-hcard-supporting-copy,
.rf-hcard-66 .rf-hcard-product-name,
.rf-hcard-66 .rf-hcard-supporting-copy {
    width: 340px
}

.rf-hcard-50 .rf-hcard-scrim-price,
.rf-hcard-66 .rf-hcard-scrim-price {
    margin-inline-end: 5px;
    width: auto
}

.as-price-hyperlink,
.as-price-savingspromotion-block,
.rc-prices-promosavings {
    display: none
}

.rf-recommcard-content {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 29.4117647059rem;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    width: 23.5294117647rem
}

html.no-touch [data-core-scroller-platter]:not([data-core-scroller-transition]) .rf-recommcard-content:hover {
    box-shadow: 2px 4px 16px #00000029;
    transform: scale3d(1.01, 1.01, 1.01)
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content {
        height: 450px;
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-recommcard-content {
        width: 260px
    }
}

.rf-recommcard-33 .rf-recommcard-content {
    width: 18.4117647059rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-33 .rf-recommcard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-recommcard-33 .rf-recommcard-content {
        width: 260px
    }
}

.rf-ccard-40 .rf-recommcard-content {
    width: 400px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-ccard-40 .rf-recommcard-content {
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-ccard-40 .rf-recommcard-content {
        width: 260px
    }
}

.rf-recommcard-content-img {
    margin: 0 auto;
    min-height: 13.5294117647rem;
    padding-bottom: 0;
    padding-top: 2.4117647059rem;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content-img {
        min-height: 198px;
        padding-top: 34px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-recommcard-content-img {
        min-height: 160px;
        padding-top: 53px
    }
}

.rf-recommcard-content-img img {
    display: block;
    height: 13.5294117647rem;
    margin: 0 auto;
    width: auto
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content-img img {
        height: 198px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-recommcard-content-img img {
        height: 160px
    }
}

@media(inverted-colors:inverted) {
    .rf-recommcard-content-img img {
        filter: none
    }
}

.rf-recommcard-content-info {
    display: flex;
    flex-direction: column;
    height: 8.7647058824rem;
    padding: 1.1764705882rem 0 0;
    position: relative
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content-info {
        height: 139px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-recommcard-content-info {
        height: 158px
    }
}

.rf-recommcard-content-swatchescontainer {
    inset-inline-start: 0;
    list-style-type: none;
    margin: 0 auto;
    padding-bottom: .8235294118rem;
    padding-top: 1.1176470588rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content-swatchescontainer {
        padding-top: 15px
    }
}

.rf-recommcard-content-colorimage {
    display: inline-block;
    margin-inline-end: 7px
}

.rf-recommcard-content-colorimage img {
    height: 12px;
    width: 12px
}

@media(inverted-colors:inverted) {
    .rf-recommcard-content-colorimage img {
        filter: none
    }
}

.rf-recommcard-content-moretext {
    color: #6e6e73;
    display: inline-block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    padding-top: 2px;
    vertical-align: text-top
}

.rf-recommcard-content-moretext:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-recommcard-content-moretext: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-recommcard-content-moretext: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.rf-recommcard-content-moretext:lang(zh) {
    letter-spacing: 0
}

.rf-recommcard-content-moretext:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.rf-recommcard-content-moretext:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-moretext:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-moretext: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
}

.rf-recommcard-content-moretext:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-violator {
    margin-top: 2.4117647059rem;
    position: absolute;
    width: 100%
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content-violator {
        margin-top: 33px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-recommcard-content-violator {
        margin-top: 52px
    }
}

.rf-recommcard-content-violatortext {
    display: block
}

.rf-recommcard-content-title {
    margin-top: 0;
    padding-top: 3.6470588235rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content-title {
        padding-top: 54px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-recommcard-content-title {
        padding-top: 73px
    }
}

.rf-recommcard-content-title a {
    color: #1d1d1f;
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    text-decoration: none
}

.rf-recommcard-content-title a:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-recommcard-content-title a: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;
    letter-spacing: 0
}

.rf-recommcard-content-title a: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
}

.rf-recommcard-content-title a:lang(ko),
.rf-recommcard-content-title a:lang(th),
.rf-recommcard-content-title a:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.rf-recommcard-content-title a:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-title a:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-title a:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-title a: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
}

.rf-recommcard-content-title a:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-title a:hover {
    text-decoration: none
}

.rf-recommcard-content-title span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.rf-recommcard-content-price {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
    margin-top: auto;
    padding-top: 0;
    white-space: normal
}

.rf-recommcard-content-price:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-recommcard-content-price: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;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-recommcard-content-price: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;
    letter-spacing: 0;
    line-height: 1.4285914286
}

.rf-recommcard-content-price:lang(th),
.rf-recommcard-content-price:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-recommcard-content-price:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-price:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-price:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-recommcard-content-price: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
}

.rf-recommcard-content-price:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-recommcard-content-price {
        position: relative;
        top: 2px
    }
}

.rf-recommcard-content-previousprice {
    color: #86868b;
    display: inline-block;
    inset-inline-start: 6px;
    position: relative;
    text-decoration: line-through
}

.rf-recommcard-content-previousprice>span {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    clip-path: inset(0 0 99.9% 99.9%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px
}

.rf-recommcard-content-savingsbadge {
    inset-inline-end: 14px;
    position: absolute;
    top: 14px
}

.rf-recommcard-content-savingsbadge svg {
    height: 35px;
    width: 35px
}

.rf-cards-grid {
    display: flex;
    justify-content: center
}

.rf-cards-grid .rf-cards-scroller-itemview {
    transform: none
}

.rf-cards-scroller {
    position: relative
}

html.no-touch .rf-cards-scroller .paddlenav-arrow {
    color: #fff;
    opacity: 0;
    transform: scale(.8);
    transition: transform .5s ease-in, opacity .7s cubic-bezier(.15, 0, .2, 1) .1s
}

html.no-touch .rf-cards-scroller .paddlenav-arrow:focus:hover:not([disabled]) {
    color: #fff
}

html.as-keyboarduser .rf-cards-scroller .paddlenav-arrow:active,
html.as-keyboarduser .rf-cards-scroller .paddlenav-arrow:focus,
html.no-touch .rf-cards-scroller:hover .paddlenav-arrow:active:not([disabled]),
html.no-touch .rf-cards-scroller:hover .paddlenav-arrow:hover:not([disabled]),
html.no-touch .rf-cards-scroller:hover .paddlenav-arrow:not([disabled]) {
    opacity: 1;
    transform: scale(1);
    transition-duration: .5s
}

.rf-cards-scroller .paddlenav .paddlenav-arrow-next,
.rf-cards-scroller .paddlenav .paddlenav-arrow-previous {
    top: 49%
}

.rs-halfsize-cardsshelf .rf-cards-scroller .paddlenav .paddlenav-arrow-next,
.rs-halfsize-cardsshelf .rf-cards-scroller .paddlenav .paddlenav-arrow-previous {
    top: 48%
}

.rf-cards-scroller-crop {
    height: 45.4117647059rem;
    overflow: hidden;
    padding-bottom: 38px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-cards-scroller-crop {
        height: 450px
    }
}

.rs-productnav-cardsshelf .rf-cards-scroller-crop {
    height: 148px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-productnav-cardsshelf .rf-cards-scroller-crop {
        padding-bottom: 15px
    }
}

.rs-halfsize-cardsshelf .rf-cards-scroller-crop {
    height: 14.1176470588rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-halfsize-cardsshelf .rf-cards-scroller-crop {
        height: 215px
    }
}

.rf-cards-scroller-platter {
    display: inline-flex;
    padding-bottom: 40px;
    vertical-align: top;
    width: 100%
}

.rf-cards-scroller-platter>div:first-child .rf-cards-scroller-itemview {
    margin-inline-start: 0
}

.rf-cards-scroller-platter>div:last-child .rf-cards-scroller-itemview {
    padding-inline-end: 22px
}

@media only screen and (min-width:1024px)and (max-width:1440px) {
    .rf-cards-scroller-platter>div:last-child .rf-cards-scroller-itemview {
        padding-inline-end: calc(-268.46154px + 28.36538vw)
    }
}

@media only screen and (min-width:1440px) {
    .rf-cards-scroller-platter>div:last-child .rf-cards-scroller-itemview {
        padding-inline-end: 140px
    }
}

.rf-cards-scroller-itemview {
    display: flex;
    height: 40.4117647059rem;
    margin-inline-end: 20px;
    transform: translateX(calc(var(--r-sk-logical-factor, 1)*22px))
}

.rs-productnav-cardsshelf .rf-cards-scroller-itemview {
    height: 148px;
    margin-inline-end: 10px
}

.rs-halfsize-cardsshelf .rf-cards-scroller-itemview {
    height: 14.1176470588rem
}

@media only screen and (min-width:1024px)and (max-width:1440px) {
    .rf-cards-scroller-itemview {
        transform: translateX(calc(var(--r-sk-logical-factor, 1)*(-268.46154px + 28.36538vw)))
    }
}

@media only screen and (min-width:1440px) {
    .rf-cards-scroller-itemview {
        transform: translateX(calc(var(--r-sk-logical-factor, 1)*140px))
    }
}

.rf-cards-scroller-2cards {
    flex-direction: column;
    justify-content: space-between;
    width: 28.2352941176rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-cards-scroller-2cards {
        width: 18.1764705882rem
    }
}

@media only screen and (max-device-width:320px) {
    .rf-cards-scroller-2cards {
        width: 15.2941176471rem
    }
}

.rf-cards-scroller-2cards.rf-cards-scroller-17sizecards {
    width: 18.4117647059rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-cards-scroller-2cards.rf-cards-scroller-17sizecards {
        width: 18.1764705882rem
    }
}

@media only screen and (max-device-width:320px) {
    .rf-cards-scroller-2cards.rf-cards-scroller-17sizecards {
        width: 15.2941176471rem
    }
}

.rf-cards-scroller-3cards {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 480px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-cards-scroller-3cards {
        height: 450px;
        width: 309px
    }
}

@media only screen and (max-device-width:320px) {
    .rf-cards-scroller-3cards {
        width: 260px
    }
}

.rf-cards-scroller-3cards .rf-ccard-25:first-child {
    align-self: flex-start
}

.rf-cards-scroller-3cards .rf-ccard-25:first-child+.rf-ccard-13 {
    align-self: flex-end
}

.rf-cards-scroller-3cards .rf-ccard-13:first-child,
.rf-cards-scroller-3cards .rf-ccard-13:first-child+.rf-ccard-13 {
    align-self: flex-start
}

.rf-cards-scroller-3cards .rf-ccard-13:last-child,
.rf-cards-scroller-3cards .rf-ccard-25:last-child {
    align-self: flex-end
}

.rf-cards-scroller-overflow {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

.rf-cards-scroller-content {
    overscroll-behavior-x: contain
}

.rf-cards-scroller-item {
    display: flex;
    height: 500px;
    margin: 0 10px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-cards-scroller-item {
        height: 450px
    }
}

.rf-cards-scroller-item:first-child {
    margin-inline-start: 0;
    padding-inline-start: max(22px, env(safe-area-inset-left))
}

.rf-cards-scroller-item:last-child {
    padding-inline-end: max(22px, env(safe-area-inset-right))
}

.rs-productnav-cardsshelf .rf-cards-scroller-item {
    height: 148px;
    margin: 0 5px
}

.rs-productnav-cardsshelf .rf-cards-scroller-item:first-child {
    margin-inline-start: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-productnav-cardsshelf .rf-cards-scroller-item {
        height: 120px
    }
}

.rs-halfsize-cardsshelf .rf-cards-scroller-item {
    height: 240px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-halfsize-cardsshelf .rf-cards-scroller-item {
        height: 215px
    }
}

@media only screen and (min-width:1024px)and (max-width:1440px) {
    .rf-cards-scroller-item {
        transform: translateX(calc(-268.46154px + 28.36538vw))
    }

    .rf-cards-scroller-item:first-child {
        padding-inline-start: 0
    }
}

.rs-cardsshelf {
    padding-bottom: 46px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-cardsshelf {
        padding-bottom: 28px
    }
}

.rs-cardsshelf.rs-productnav-cardsshelf {
    padding-bottom: 62px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-cardsshelf.rs-productnav-cardsshelf {
        padding-bottom: 30px
    }
}

.rs-cards-shelf-header {
    margin-inline-start: 22px;
    padding-bottom: 8px
}

@media(max-width:1023px)and (max-device-width:736px)and (orientation:landscape) {
    .rs-cards-shelf-header {
        margin-inline: max(22px, env(safe-area-inset-left));
        width: auto
    }
}

@media only screen and (min-width:1024px)and (max-width:1440px) {
    .rs-cards-shelf-header {
        margin-inline-start: calc(-268.46154px + 28.36538vw)
    }
}

@media only screen and (min-width:1440px) {
    .rs-cards-shelf-header {
        margin-inline-start: 140px
    }
}

.rs-cards-shelf-mainheader,
.rs-cards-shelf-secondaryheader {
    display: inline;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429
}

.rs-cards-shelf-mainheader:lang(ja),
.rs-cards-shelf-secondaryheader: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;
    line-height: 1.1786114286
}

.rs-cards-shelf-mainheader:lang(ko),
.rs-cards-shelf-secondaryheader: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;
    line-height: 1.25
}

.rs-cards-shelf-mainheader:lang(th),
.rs-cards-shelf-secondaryheader:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.rs-cards-shelf-mainheader:lang(zh),
.rs-cards-shelf-secondaryheader:lang(zh) {
    line-height: 1.25
}

.rs-cards-shelf-mainheader:lang(ar),
.rs-cards-shelf-secondaryheader:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-cards-shelf-mainheader:lang(zh-CN),
.rs-cards-shelf-secondaryheader:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-cards-shelf-mainheader:lang(zh-HK),
.rs-cards-shelf-secondaryheader:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-cards-shelf-mainheader:lang(zh-MO),
.rs-cards-shelf-secondaryheader: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
}

.rs-cards-shelf-mainheader:lang(zh-TW),
.rs-cards-shelf-secondaryheader:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rs-cards-shelf-mainheader,
    .rs-cards-shelf-secondaryheader {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rs-cards-shelf-mainheader:lang(ja),
    .rs-cards-shelf-secondaryheader: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;
        line-height: 1.2380952381
    }

    .rs-cards-shelf-mainheader:lang(ko),
    .rs-cards-shelf-secondaryheader: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;
        line-height: 1.2858042857
    }

    .rs-cards-shelf-mainheader:lang(th),
    .rs-cards-shelf-secondaryheader:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rs-cards-shelf-mainheader:lang(zh),
    .rs-cards-shelf-secondaryheader:lang(zh) {
        line-height: 1.3334033333
    }

    .rs-cards-shelf-mainheader:lang(ar),
    .rs-cards-shelf-secondaryheader:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-CN),
    .rs-cards-shelf-secondaryheader:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-HK),
    .rs-cards-shelf-secondaryheader:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-MO),
    .rs-cards-shelf-secondaryheader: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
    }

    .rs-cards-shelf-mainheader:lang(zh-TW),
    .rs-cards-shelf-secondaryheader:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader,
    .rs-cards-shelf-secondaryheader {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: .004em;
        line-height: 1.125
    }

    .rs-cards-shelf-mainheader:lang(ja),
    .rs-cards-shelf-secondaryheader: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;
        line-height: 1.21875
    }

    .rs-cards-shelf-mainheader:lang(ko),
    .rs-cards-shelf-secondaryheader: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;
        line-height: 1.21875
    }

    .rs-cards-shelf-mainheader:lang(th),
    .rs-cards-shelf-secondaryheader:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rs-cards-shelf-mainheader:lang(zh),
    .rs-cards-shelf-secondaryheader:lang(zh) {
        line-height: 1.21875
    }

    .rs-cards-shelf-mainheader:lang(ar),
    .rs-cards-shelf-secondaryheader:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-CN),
    .rs-cards-shelf-secondaryheader:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-HK),
    .rs-cards-shelf-secondaryheader:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-MO),
    .rs-cards-shelf-secondaryheader: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
    }

    .rs-cards-shelf-mainheader:lang(zh-TW),
    .rs-cards-shelf-secondaryheader:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

@media(max-width:1023px)and (max-device-width:736px)and (max-width:1023px)and (max-device-width:736px) {

    .rs-cards-shelf-mainheader,
    .rs-cards-shelf-secondaryheader {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .009em;
        line-height: 1.1666666667
    }

    .rs-cards-shelf-mainheader:lang(ja),
    .rs-cards-shelf-secondaryheader: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;
        line-height: 1.25
    }

    .rs-cards-shelf-mainheader:lang(ko),
    .rs-cards-shelf-secondaryheader: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;
        line-height: 1.2916666667
    }

    .rs-cards-shelf-mainheader:lang(th),
    .rs-cards-shelf-secondaryheader:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rs-cards-shelf-mainheader:lang(zh),
    .rs-cards-shelf-secondaryheader:lang(zh) {
        line-height: 1.2916666667
    }

    .rs-cards-shelf-mainheader:lang(ar),
    .rs-cards-shelf-secondaryheader:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-CN),
    .rs-cards-shelf-secondaryheader:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-HK),
    .rs-cards-shelf-secondaryheader:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-cards-shelf-mainheader:lang(zh-MO),
    .rs-cards-shelf-secondaryheader: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
    }

    .rs-cards-shelf-mainheader:lang(zh-TW),
    .rs-cards-shelf-secondaryheader:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rs-cards-shelf-secondaryheader {
    color: #6e6e73
}

.rf-shop-chat-section {
    display: flex;
    flex-direction: row;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding-bottom: 16px;
    -webkit-text-size-adjust: none
}

.rf-shop-chat-section:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rf-shop-chat-section: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rf-shop-chat-section: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rf-shop-chat-section:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rf-shop-chat-section:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rf-shop-chat-section:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-shop-chat-section:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rf-shop-chat-section: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
}

.rf-shop-chat-section:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rf-shop-chat-section {
        padding-bottom: 14px
    }
}

.rf-shop-chat-section .rf-shop-chaticon-container {
    height: 36px;
    padding-inline-end: 8px;
    width: 36px
}

.rf-shop-chat-section .rf-shop-chaticon-container .as-svgicon {
    margin-top: 0
}

.rf-shop-chat-section .rf-shop-chaticon-container .rf-shop-chaticon-svg .as-svgicon {
    margin-inline-start: 0
}

.rf-shop-chat-title {
    font-weight: 600;
    padding-top: 0
}

.rf-shop-chat-content {
    display: block
}

body {
    background-color: #f5f5f7
}

.rs-shop-container {
    margin: 0 22px;
    min-height: 196px;
    position: relative;
    width: auto
}

@media only screen and (min-width:1024px)and (max-width:1440px) {
    .rs-shop-container {
        margin-inline: calc(-268.46154px + 28.36538vw)
    }
}

@media only screen and (min-width:1440px) {
    .rs-shop-container {
        margin: 0 140px
    }
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-shop-container {
        min-height: auto
    }
}

@media(max-width:1023px)and (max-device-width:736px)and (orientation:landscape) {
    .rs-shop-container {
        margin-inline-start: max(22px, env(safe-area-inset-left))
    }
}

.rs-shop-container.rs-shop-container-withchat,
.rs-shop-container.rs-shop-container-withstore {
    min-height: 178px
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rs-shop-container.rs-shop-container-withchat,
    .rs-shop-container.rs-shop-container-withstore {
        min-height: auto
    }
}

.rs-shop-container.rs-shop-container-withchat .rs-shop-header-section,
.rs-shop-container.rs-shop-container-withstore .rs-shop-header-section {
    padding-bottom: 46px
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rs-shop-container.rs-shop-container-withchat .rs-shop-header-section,
    .rs-shop-container.rs-shop-container-withstore .rs-shop-header-section {
        padding-bottom: 24px
    }
}

.rs-shop-container.rs-shop-container-withchatandstore {
    min-height: 13.4117647059rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-shop-container.rs-shop-container-withchatandstore {
        min-height: auto
    }
}

.rs-storehome .rs-shop-container.rs-shop-container-withchatandstore {
    min-height: 248px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-storehome .rs-shop-container.rs-shop-container-withchatandstore {
        min-height: auto
    }
}

.rs-shop-header-section {
    max-width: 640px;
    padding: 80px 0 64px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-shop-header-section {
        max-width: auto;
        padding-bottom: 24px;
        padding-top: 56px
    }
}

.rs-shop-header-section:lang(zh-CN) {
    max-width: 700px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-shop-header-section:lang(zh-CN) {
        max-width: auto
    }
}

.rs-shop-header-section .rs-shop-subheader {
    color: #6e6e73
}

.rs-shop-header,
.rs-shop-subheader {
    display: inline;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.003em;
    line-height: 1.0834933333
}

.rs-shop-header:lang(ar),
.rs-shop-subheader:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rs-shop-header:lang(ja),
.rs-shop-subheader: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;
    letter-spacing: 0;
    line-height: 1.1459933333
}

.rs-shop-header:lang(ko),
.rs-shop-subheader: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;
    letter-spacing: 0;
    line-height: 1.1875
}

.rs-shop-header:lang(zh),
.rs-shop-subheader:lang(zh) {
    letter-spacing: 0
}

.rs-shop-header:lang(th),
.rs-shop-subheader:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3334933333
}

.rs-shop-header:lang(zh-CN),
.rs-shop-subheader:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-shop-header:lang(zh-HK),
.rs-shop-subheader:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-shop-header:lang(zh-MO),
.rs-shop-subheader: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
}

.rs-shop-header:lang(zh-TW),
.rs-shop-subheader:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {

    .rs-shop-header,
    .rs-shop-subheader {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: .004em;
        line-height: 1.125
    }

    .rs-shop-header:lang(ja),
    .rs-shop-subheader: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;
        line-height: 1.21875
    }

    .rs-shop-header:lang(ko),
    .rs-shop-subheader: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;
        line-height: 1.21875
    }

    .rs-shop-header:lang(th),
    .rs-shop-subheader:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.375
    }

    .rs-shop-header:lang(zh),
    .rs-shop-subheader:lang(zh) {
        line-height: 1.21875
    }

    .rs-shop-header:lang(ar),
    .rs-shop-subheader:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-shop-header:lang(zh-CN),
    .rs-shop-subheader:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-shop-header:lang(zh-HK),
    .rs-shop-subheader:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-shop-header:lang(zh-MO),
    .rs-shop-subheader: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
    }

    .rs-shop-header:lang(zh-TW),
    .rs-shop-subheader:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.rs-shop-chatstore-section {
    align-content: flex-end;
    display: flex;
    flex-flow: column wrap;
    padding: 90px 0 74px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-shop-chatstore-section {
        align-content: flex-start;
        padding-bottom: 48px;
        padding-top: 0
    }
}

.rs-shop-container .rs-shop-chatstore-section {
    inset-inline-end: 0;
    position: absolute
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-shop-container .rs-shop-chatstore-section {
        padding-bottom: 28px;
        position: relative
    }
}

.rs-shop-neareststore {
    display: flex;
    flex-direction: row;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding-bottom: 10px;
    -webkit-text-size-adjust: none
}

.rs-shop-neareststore:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rs-shop-neareststore: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rs-shop-neareststore: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rs-shop-neareststore:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rs-shop-neareststore:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rs-shop-neareststore:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-shop-neareststore:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-shop-neareststore: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
}

.rs-shop-neareststore:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-shop-neareststore .as-svgicon-container {
    height: 36px;
    padding-inline-end: 8px;
    width: 36px
}

.rs-shop-neareststore .as-svgicon-container .as-svgicon {
    margin-top: 0;
    margin-inline-start: 0
}

.rs-shop-neareststore-title {
    font-weight: 600;
    padding-top: 0
}

.rs-shop-neareststore-content {
    display: block
}

[data-viewport-class=as-pinwheel-animate-row] {
    opacity: 0;
    transform: translateY(60px)
}

.as-pinwheel-animate-row {
    opacity: 1;
    transform: none;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) 0s, opacity 1s ease-in-out 0s
}

[data-viewport-class=as-pinwheel-animate-tile1],
[data-viewport-class=as-pinwheel-animate-tile2],
[data-viewport-class=as-pinwheel-animate-tile3] {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) .2s, opacity 1s ease-in-out .2s
}

.as-pinwheel-animate-tile1 {
    opacity: 1;
    transform: none;
    transition-delay: 0s
}

.as-pinwheel-animate-tile2 {
    opacity: 1;
    transform: none;
    transition-delay: .2s
}

.as-pinwheel-animate-tile3 {
    opacity: 1;
    transform: none;
    transition-delay: .4s
}

.as-lazyload-image-animate[data-viewport-src] {
    opacity: 0
}

.as-lazyload-image-animate {
    transition: opacity .5s ease-in
}

.as-chat {
    color: #1d1d1f;
    padding: 27px 0;
    text-align: center
}

.as-chat-withbackgroundfooter {
    background-color: #f5f5f7
}

.as-chat-icon {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: .004em;
    line-height: .7369221053
}

.as-chat-icon:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-chat-icon: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
}

.as-chat-icon: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
}

.as-chat-icon:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-chat-icon:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-chat-icon:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-chat-icon: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
}

.as-chat-icon:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-chat-icon {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 400;
        letter-spacing: .004em;
        line-height: .71875
    }

    .as-chat-icon:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-chat-icon: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
    }

    .as-chat-icon: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
    }

    .as-chat-icon:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-chat-icon:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-chat-icon:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .as-chat-icon: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
    }

    .as-chat-icon:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }
}

.as-chat-title {
    display: inline-block;
    padding-top: 6px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-chat-title {
        display: block;
        padding-top: 3px
    }
}

.as-chat-stack .as-chat-title {
    display: block
}

.as-chat-withbackgroundfooter .as-chat-title {
    padding-top: 0
}

.as-chat-content {
    display: inline-block
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-chat-content {
        display: inline-block
    }
}

.as-chat-stack .as-chat-content {
    display: block
}

.as-chat-inline {
    display: inline-block
}

.as-installment-datatable {
    position: relative
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installment-datatable {
        max-width: 100%
    }
}

.as-installment-datatable .as-installment-heading {
    font-weight: 600;
    padding-bottom: 10px;
    text-align: start
}

.as-installment-datatable .as-installment-heading:first-child {
    padding-inline-end: .8235294118rem;
    width: 9.0588235294rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installment-datatable .as-installment-heading:first-child {
        width: 8.2352941176rem
    }
}

.as-installment-datatable .as-installment-heading:nth-child(2) {
    text-align: end;
    width: 3.9411764706rem
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installment-datatable .as-installment-heading:nth-child(2) {
        width: 3.7058823529rem
    }
}

.as-installment-datatable .as-installment-heading:empty {
    display: none
}

.as-installment-datatable .as-installment-item-term {
    padding-bottom: 10px;
    text-align: start
}

.as-installment-datatable .as-installment-item-interest {
    padding-bottom: 10px;
    text-align: end
}

.as-installment-datatable .as-installment-item-offer {
    margin-inline-start: 1.7647058824rem;
    position: absolute
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-installment-datatable .as-installment-item-offer {
        margin-inline-start: 1.1764705882rem
    }
}

.as-dynamicrep-container {
    text-align: center
}

.as-dynamicrep-container .rc-accordion-content {
    flex-basis: 100%;
    max-width: 100%
}

.as-dynamicrep-header,
.as-dynamicrep-subheader {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: -.022em;
    line-height: 1.2353641176
}

.as-dynamicrep-header:lang(ar),
.as-dynamicrep-subheader:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-dynamicrep-header:lang(ja),
.as-dynamicrep-subheader: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;
    letter-spacing: 0
}

.as-dynamicrep-header:lang(ko),
.as-dynamicrep-subheader: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;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-dynamicrep-header:lang(zh),
.as-dynamicrep-subheader:lang(zh) {
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-dynamicrep-header:lang(th),
.as-dynamicrep-subheader:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3529611765
}

.as-dynamicrep-header:lang(zh-CN),
.as-dynamicrep-subheader:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-dynamicrep-header:lang(zh-HK),
.as-dynamicrep-subheader:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-dynamicrep-header:lang(zh-MO),
.as-dynamicrep-subheader: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
}

.as-dynamicrep-header:lang(zh-TW),
.as-dynamicrep-subheader:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {

    .as-dynamicrep-header,
    .as-dynamicrep-subheader {
        text-align: start
    }
}

.as-dynamicrep-header {
    padding: 40px 0 20px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-dynamicrep-header {
        padding: 20px 0 10px
    }
}

.as-dynamicrep-subheader {
    padding: 20px 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-dynamicrep-subheader {
        padding: 10px 0
    }
}

.as-dynamicrep-list-container {
    display: flex;
    justify-content: space-between;
    text-align: start;
    width: auto
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-dynamicrep-list-container {
        flex-wrap: wrap
    }

    .as-dynamicrep-content-wrapper {
        flex: 1;
        flex-basis: 50%;
        margin-bottom: 20px
    }
}

.as-dynamicrep-title {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding-bottom: 5px
}

.as-dynamicrep-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-dynamicrep-title: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;
    letter-spacing: 0;
    line-height: 1.4
}

.as-dynamicrep-title: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.as-dynamicrep-title:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.as-dynamicrep-title:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.as-dynamicrep-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-dynamicrep-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-dynamicrep-title: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
}

.as-dynamicrep-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-dynamicrep-footer {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.3333733333;
    margin-top: 0;
    padding: 40px 0;
    text-align: center
}

.as-dynamicrep-footer:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.as-dynamicrep-footer: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-dynamicrep-footer: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;
    letter-spacing: 0;
    line-height: 1.4166666667
}

.as-dynamicrep-footer:lang(zh) {
    letter-spacing: 0
}

.as-dynamicrep-footer:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3333733333
}

.as-dynamicrep-footer:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-dynamicrep-footer:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.as-dynamicrep-footer: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
}

.as-dynamicrep-footer:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .as-dynamicrep-footer {
        padding: 20px 0;
        text-align: start
    }
}

.rc-overlay-popup-outer .as-dynamicrep-container {
    background-color: #fafafc;
    margin: 0 -76px;
    padding: 0 76px
}

.rc-overlay-popup-outer .as-dynamicrep-singleoffer.as-dynamicrep-container {
    background-color: #fff;
    box-shadow: none
}

.rc-overlay-popup-content .as-dynamicrep-container {
    margin-top: 40px;
    width: auto
}

.rc-overlay-popup-content .as-dynamicrep-list-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rc-overlay-popup-content .as-dynamicrep-list-container {
        grid-template-columns: 1fr 1fr
    }

    .rc-overlay-popup-content .as-dynamicrep-content-wrapper {
        margin-bottom: 0
    }
}

.rs-quicklinks {
    margin-inline: 22px;
    max-width: 980px;
    position: relative
}

@media only screen and (min-width:1024px)and (max-width:1440px) {
    .rs-quicklinks {
        margin-inline-start: calc(-268.46154px + 28.36538vw)
    }
}

@media only screen and (min-width:1440px) {
    .rs-quicklinks {
        margin-inline-start: 140px
    }
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-quicklinks {
        margin-inline: 0;
        max-width: none
    }
}

.rs-quicklinks-title {
    color: #1d1d1f;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    padding-bottom: 20px;
    padding-top: 0
}

.rs-quicklinks-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;
    line-height: 1.1786114286
}

.rs-quicklinks-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;
    line-height: 1.25
}

.rs-quicklinks-title:lang(th) {
    font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.3928571429
}

.rs-quicklinks-title:lang(zh) {
    line-height: 1.25
}

.rs-quicklinks-title:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-quicklinks-title:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-quicklinks-title:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-quicklinks-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
}

.rs-quicklinks-title:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-quicklinks-title {
        font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .011em;
        line-height: 1.1904761905
    }

    .rs-quicklinks-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;
        line-height: 1.2380952381
    }

    .rs-quicklinks-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;
        line-height: 1.2858042857
    }

    .rs-quicklinks-title:lang(th) {
        font-family: SF Pro TH, SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1.381002381
    }

    .rs-quicklinks-title:lang(zh) {
        line-height: 1.3334033333
    }

    .rs-quicklinks-title:lang(ar) {
        font-family: SF Pro AR, SF Pro AR Display, SF Pro Display, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-quicklinks-title:lang(zh-CN) {
        font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-quicklinks-title:lang(zh-HK) {
        font-family: SF Pro HK, SF Pro Display, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-quicklinks-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
    }

    .rs-quicklinks-title:lang(zh-TW) {
        font-family: SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    .rs-quicklinks-title {
        margin-inline: 22px
    }
}

.rs-quicklinks-items {
    margin: 0
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-quicklinks-items {
        height: 40px;
        overflow: hidden;
        padding-bottom: 18px;
        position: relative
    }
}

.rs-quicklinks-list {
    margin: 0;
    padding-bottom: 27px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-quicklinks-list {
        display: inline-flex;
        overflow-x: auto;
        vertical-align: top;
        width: 100%
    }
}

.rs-quicklinks-item {
    display: inline-block;
    padding-inline-end: 8px;
    padding-bottom: 10px
}

@media(max-width:1023px)and (max-device-width:736px) {
    .rs-quicklinks-item:first-child {
        padding-inline-start: 22px
    }

    .rs-quicklinks-item:last-child {
        padding-inline-end: 22px
    }
}

.rs-quicklinks-button {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286
}

.rs-quicklinks-button:lang(ar) {
    font-family: SF Pro AR, SF Pro AR Text, SF Pro Text, SF Pro Gulf, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.rs-quicklinks-button: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;
    letter-spacing: 0;
    line-height: 1.4
}

.rs-quicklinks-button: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;
    letter-spacing: 0;
    line-height: 1.5714285714
}

.rs-quicklinks-button:lang(zh) {
    letter-spacing: 0;
    line-height: 1.5
}

.rs-quicklinks-button:lang(th) {
    font-family: SF Pro TH, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.3571828571
}

.rs-quicklinks-button:lang(zh-CN) {
    font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-quicklinks-button:lang(zh-HK) {
    font-family: SF Pro HK, SF Pro Text, SF Pro Icons, PingFang HK, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rs-quicklinks-button: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
}

.rs-quicklinks-button:lang(zh-TW) {
    font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif
}

.nojs .rs-cardsshelf a {
    text-decoration: none
}

.nojs .rs-cardsshelf .price,
.nojs .rs-cardsshelf .rf-ccard-content-icon {
    color: #1d1d1f
}

.rs-storehome-banner.ribbon-blue-to-default {
    --ribbon-background-color: #fff
}

.rs-cardsshelf-nolink .as-util-relatedlink {
    cursor: default !important
}

.rc-ribbon-content-scroller .rc-inline-gallery-item>div {
    white-space: normal
}

.rs-storehome .rc-prices-terms.visuallyhidden {
    position: static;
    clip: auto;
    clip-path: none;
    height: auto;
    overflow: visible;
    width: auto
}

.rs-shop-chatstore-section {
    padding-bottom: 54px
}