.root-component iframe.child-application {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: inherit;
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inline-size: 100%;
    block-size: 100%;
    visibility: hidden;
    opacity: 0
}

.root-component[dir=ltr] iframe.child-application,
[dir=ltr] .root-component iframe.child-application {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.root-component[dir=rtl] iframe.child-application,
[dir=rtl] .root-component iframe.child-application {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.flex-page-viewport {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inline-size: 100%;
    block-size: 100%;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0
}

.flex-page-viewport[dir=ltr],
[dir=ltr] .flex-page-viewport {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.flex-page-viewport[dir=rtl],
[dir=rtl] .flex-page-viewport {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.flex-page-viewport .flex-page-content {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inline-size: 100%;
    min-block-size: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-page-viewport[dir=ltr] .flex-page-content,
[dir=ltr] .flex-page-viewport .flex-page-content {
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%
}

.flex-page-viewport[dir=rtl] .flex-page-content,
[dir=rtl] .flex-page-viewport .flex-page-content {
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100%
}

.flex-page-viewport main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-page-viewport .centering {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-page-viewport .centering>* {
    margin: auto
}

@-webkit-keyframes load-child-application-fade-in {
    to {
        opacity: 1
    }
}

@keyframes load-child-application-fade-in {
    to {
        opacity: 1
    }
}

.load-child-application-route .delayed-fade-in {
    opacity: 0
}

.load-child-application-route main.load-child-application-main-fade-in .delayed-fade-in {
    -webkit-animation: load-child-application-fade-in .25s ease-in-out;
    animation: load-child-application-fade-in .25s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.load-child-application-route .app-icon {
    -webkit-margin-before: 120px;
    margin-block-start: 120px;
    inline-size: 80px;
    block-size: 80px
}

.load-child-application-route[dir=ltr] .app-icon,
.load-child-application-route[dir=rtl] .app-icon,
[dir=ltr] .load-child-application-route .app-icon,
[dir=rtl] .load-child-application-route .app-icon {
    margin-top: 120px;
    width: 80px;
    height: 80px
}

.load-child-application-route .title {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 86px;
    font-weight: 600;
    letter-spacing: -1.18px;
    line-height: 126px;
    max-inline-size: 660px;
    color: var(--theme-color-labelPrimary);
    text-align: center
}

.load-child-application-route[dir=ltr] .title,
.load-child-application-route[dir=rtl] .title,
[dir=ltr] .load-child-application-route .title,
[dir=rtl] .load-child-application-route .title {
    margin-top: 10px;
    max-width: 660px
}

[apple-system-font-capable] .load-child-application-route .title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .load-child-application-route .title {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 64px;
        font-weight: 600;
        letter-spacing: -.58px;
        line-height: 64px;
        max-inline-size: 315px
    }
    .load-child-application-route[dir=ltr] .title,
    .load-child-application-route[dir=rtl] .title,
    [dir=ltr] .load-child-application-route .title,
    [dir=rtl] .load-child-application-route .title {
        max-width: 315px
    }
    [apple-system-font-capable] .load-child-application-route .title {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.load-child-application-route .load-child-application-dots {
    -webkit-margin-before: 60px;
    margin-block-start: 60px;
    opacity: 0;
    -webkit-animation: load-child-application-fade-in .25s ease-in-out;
    animation: load-child-application-fade-in .25s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.load-child-application-route[dir=ltr] .load-child-application-dots,
.load-child-application-route[dir=rtl] .load-child-application-dots,
[dir=ltr] .load-child-application-route .load-child-application-dots,
[dir=rtl] .load-child-application-route .load-child-application-dots {
    margin-top: 60px
}

.load-child-application-route ui-button.primary.try-again {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px
}

.load-child-application-route[dir=ltr] ui-button.primary.try-again,
.load-child-application-route[dir=rtl] ui-button.primary.try-again,
[dir=ltr] .load-child-application-route ui-button.primary.try-again,
[dir=rtl] .load-child-application-route ui-button.primary.try-again {
    margin-top: 24px
}

[apple-system-font-capable] .load-child-application-route ui-button.primary.try-again {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.load-child-application-route .system-status {
    -webkit-margin-before: 68px;
    margin-block-start: 68px;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.load-child-application-route[dir=ltr] .system-status,
.load-child-application-route[dir=rtl] .system-status,
[dir=ltr] .load-child-application-route .system-status,
[dir=rtl] .load-child-application-route .system-status {
    margin-top: 68px
}

[apple-system-font-capable] .load-child-application-route .system-status {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.load-child-application-route .problem {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    color: var(--theme-color-labelSecondary)
}

.load-child-application-route[dir=ltr] .problem,
.load-child-application-route[dir=rtl] .problem,
[dir=ltr] .load-child-application-route .problem,
[dir=rtl] .load-child-application-route .problem {
    margin-top: 40px
}

[apple-system-font-capable] .load-child-application-route .problem {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .load-child-application-route .problem {
        -webkit-margin-before: 30px;
        margin-block-start: 30px;
        inline-size: 300px
    }
    .load-child-application-route[dir=ltr] .problem,
    .load-child-application-route[dir=rtl] .problem,
    [dir=ltr] .load-child-application-route .problem,
    [dir=rtl] .load-child-application-route .problem {
        margin-top: 30px;
        width: 300px
    }
}

.loading-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.loading-dots>div {
    block-size: 8px;
    inline-size: 8px;
    border-radius: 4px;
    margin-inline: 5px;
    background-color: var(--theme-color-gray3);
    -webkit-animation-name: loading-dots-dot;
    animation-name: loading-dots-dot;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.loading-dots[dir=ltr]>div,
.loading-dots[dir=rtl]>div,
[dir=ltr] .loading-dots>div,
[dir=rtl] .loading-dots>div {
    height: 8px;
    width: 8px;
    margin-left: 5px;
    margin-right: 5px
}

.loading-dots>:first-child {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loading-dots>:nth-child(2) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.loading-dots>:nth-child(3) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

@-webkit-keyframes loading-dots-dot {
    0% {
        background-color: var(--theme-color-gray3)
    }
    20% {
        background-color: var(--theme-color-gray1)
    }
    40% {
        background-color: var(--theme-color-gray3)
    }
}

@keyframes loading-dots-dot {
    0% {
        background-color: var(--theme-color-gray3)
    }
    20% {
        background-color: var(--theme-color-gray1)
    }
    40% {
        background-color: var(--theme-color-gray3)
    }
}

.load-child-application-adp-blocked-route main {
    padding-inline: 24px;
    -webkit-padding-after: 80px;
    padding-block-end: 80px
}

.load-child-application-adp-blocked-route[dir=ltr] main,
.load-child-application-adp-blocked-route[dir=rtl] main,
[dir=ltr] .load-child-application-adp-blocked-route main,
[dir=rtl] .load-child-application-adp-blocked-route main {
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px
}

.load-child-application-adp-blocked-route .app-icon {
    -webkit-margin-before: 120px;
    margin-block-start: 120px;
    inline-size: 80px;
    block-size: 80px
}

.load-child-application-adp-blocked-route[dir=ltr] .app-icon,
.load-child-application-adp-blocked-route[dir=rtl] .app-icon,
[dir=ltr] .load-child-application-adp-blocked-route .app-icon,
[dir=rtl] .load-child-application-adp-blocked-route .app-icon {
    margin-top: 120px;
    width: 80px;
    height: 80px
}

.load-child-application-adp-blocked-route .title {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 86px;
    font-weight: 600;
    letter-spacing: -1.18px;
    line-height: 126px;
    max-inline-size: 660px;
    color: var(--theme-color-labelPrimary);
    text-align: center
}

.load-child-application-adp-blocked-route[dir=ltr] .title,
.load-child-application-adp-blocked-route[dir=rtl] .title,
[dir=ltr] .load-child-application-adp-blocked-route .title,
[dir=rtl] .load-child-application-adp-blocked-route .title {
    margin-top: 10px;
    max-width: 660px
}

[apple-system-font-capable] .load-child-application-adp-blocked-route .title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .load-child-application-adp-blocked-route .title {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 64px;
        font-weight: 600;
        letter-spacing: -.58px;
        line-height: 64px;
        max-inline-size: 315px
    }
    .load-child-application-adp-blocked-route[dir=ltr] .title,
    .load-child-application-adp-blocked-route[dir=rtl] .title,
    [dir=ltr] .load-child-application-adp-blocked-route .title,
    [dir=rtl] .load-child-application-adp-blocked-route .title {
        max-width: 315px
    }
    [apple-system-font-capable] .load-child-application-adp-blocked-route .title {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.load-child-application-adp-blocked-route .rectangle-icon {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    fill: var(--theme-color-labelSecondary)
}

.load-child-application-adp-blocked-route[dir=ltr] .rectangle-icon,
.load-child-application-adp-blocked-route[dir=rtl] .rectangle-icon,
[dir=ltr] .load-child-application-adp-blocked-route .rectangle-icon,
[dir=rtl] .load-child-application-adp-blocked-route .rectangle-icon {
    margin-top: 40px
}

.load-child-application-adp-blocked-route h2 {
    text-align: center;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    outline: none;
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px
}

.load-child-application-adp-blocked-route[dir=ltr] h2,
.load-child-application-adp-blocked-route[dir=rtl] h2,
[dir=ltr] .load-child-application-adp-blocked-route h2,
[dir=rtl] .load-child-application-adp-blocked-route h2 {
    margin-top: 20px
}

[apple-system-font-capable] .load-child-application-adp-blocked-route h2 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.load-child-application-adp-blocked-route h2.with-ellipsis {
    white-space: nowrap
}

.load-child-application-adp-blocked-route h2.with-ellipsis>span:first-child {
    white-space: normal
}

.load-child-application-adp-blocked-route .description {
    max-inline-size: 520px;
    text-align: center;
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: var(--theme-color-labelSecondary)
}

.load-child-application-adp-blocked-route[dir=ltr] .description,
.load-child-application-adp-blocked-route[dir=rtl] .description,
[dir=ltr] .load-child-application-adp-blocked-route .description,
[dir=rtl] .load-child-application-adp-blocked-route .description {
    max-width: 520px;
    margin-top: 30px
}

[apple-system-font-capable] .load-child-application-adp-blocked-route .description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.load-child-application-adp-blocked-route .didnt-receive {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    -webkit-margin-before: 60px;
    margin-block-start: 60px;
    color: var(--theme-color-labelSecondary)
}

.load-child-application-adp-blocked-route[dir=ltr] .didnt-receive,
.load-child-application-adp-blocked-route[dir=rtl] .didnt-receive,
[dir=ltr] .load-child-application-adp-blocked-route .didnt-receive,
[dir=rtl] .load-child-application-adp-blocked-route .didnt-receive {
    margin-top: 60px
}

[apple-system-font-capable] .load-child-application-adp-blocked-route .didnt-receive {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.load-child-application-adp-blocked-route ui-button.send-again {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    cursor: pointer;
    color: var(--theme-color-systemBlue)
}

.load-child-application-adp-blocked-route[dir=ltr] ui-button.send-again,
.load-child-application-adp-blocked-route[dir=rtl] ui-button.send-again,
[dir=ltr] .load-child-application-adp-blocked-route ui-button.send-again,
[dir=rtl] .load-child-application-adp-blocked-route ui-button.send-again {
    margin-top: 10px
}

[apple-system-font-capable] .load-child-application-adp-blocked-route ui-button.send-again {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.load-child-application-adp-blocked-route ui-button.failed-state {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    -webkit-margin-before: 70px;
    margin-block-start: 70px;
    cursor: pointer;
    color: var(--theme-color-systemBlue)
}

.load-child-application-adp-blocked-route[dir=ltr] ui-button.failed-state,
.load-child-application-adp-blocked-route[dir=rtl] ui-button.failed-state,
[dir=ltr] .load-child-application-adp-blocked-route ui-button.failed-state,
[dir=rtl] .load-child-application-adp-blocked-route ui-button.failed-state {
    margin-top: 70px
}

[apple-system-font-capable] .load-child-application-adp-blocked-route ui-button.failed-state {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.load-child-application-adp-blocked-route .ellipsis {
    display: inline-block;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    inline-size: 25px
}

.load-child-application-adp-blocked-route[dir=ltr] .ellipsis,
[dir=ltr] .load-child-application-adp-blocked-route .ellipsis {
    padding-left: 10px;
    width: 25px
}

.load-child-application-adp-blocked-route[dir=rtl] .ellipsis,
[dir=rtl] .load-child-application-adp-blocked-route .ellipsis {
    padding-right: 10px;
    width: 25px
}

.load-child-application-adp-blocked-route .ellipsis .dots,
.load-child-application-adp-blocked-route .ellipsis .dots:after,
.load-child-application-adp-blocked-route .ellipsis .dots:before {
    background-color: var(--theme-color-gray4);
    block-size: 5px;
    border-radius: 2.5px;
    color: var(--theme-color-gray4);
    inline-size: 5px
}

.load-child-application-adp-blocked-route[dir=ltr] .ellipsis .dots,
.load-child-application-adp-blocked-route[dir=ltr] .ellipsis .dots:after,
.load-child-application-adp-blocked-route[dir=ltr] .ellipsis .dots:before,
.load-child-application-adp-blocked-route[dir=rtl] .ellipsis .dots,
.load-child-application-adp-blocked-route[dir=rtl] .ellipsis .dots:after,
.load-child-application-adp-blocked-route[dir=rtl] .ellipsis .dots:before,
[dir=ltr] .load-child-application-adp-blocked-route .ellipsis .dots,
[dir=ltr] .load-child-application-adp-blocked-route .ellipsis .dots:after,
[dir=ltr] .load-child-application-adp-blocked-route .ellipsis .dots:before,
[dir=rtl] .load-child-application-adp-blocked-route .ellipsis .dots,
[dir=rtl] .load-child-application-adp-blocked-route .ellipsis .dots:after,
[dir=rtl] .load-child-application-adp-blocked-route .ellipsis .dots:before {
    height: 5px;
    width: 5px
}

.load-child-application-adp-blocked-route .ellipsis .dots {
    display: block;
    -webkit-animation: dotFlashing 1s linear infinite alternate;
    animation: dotFlashing 1s linear infinite alternate;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    position: relative
}

.load-child-application-adp-blocked-route .ellipsis .dots:after,
.load-child-application-adp-blocked-route .ellipsis .dots:before {
    -webkit-animation: dotFlashing 1s infinite alternate;
    animation: dotFlashing 1s infinite alternate;
    content: "";
    display: inline-block;
    position: absolute
}

.load-child-application-adp-blocked-route .ellipsis .dots:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    inset-inline-start: -7.5px
}

.load-child-application-adp-blocked-route[dir=ltr] .ellipsis .dots:before,
[dir=ltr] .load-child-application-adp-blocked-route .ellipsis .dots:before {
    left: -7.5px
}

.load-child-application-adp-blocked-route[dir=rtl] .ellipsis .dots:before,
[dir=rtl] .load-child-application-adp-blocked-route .ellipsis .dots:before {
    right: -7.5px
}

.load-child-application-adp-blocked-route .ellipsis .dots:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    inset-inline-start: 7.5px
}

.load-child-application-adp-blocked-route[dir=ltr] .ellipsis .dots:after,
[dir=ltr] .load-child-application-adp-blocked-route .ellipsis .dots:after {
    left: 7.5px
}

.load-child-application-adp-blocked-route[dir=rtl] .ellipsis .dots:after,
[dir=rtl] .load-child-application-adp-blocked-route .ellipsis .dots:after {
    right: 7.5px
}

@-webkit-keyframes dotFlashing {
    0% {
        background-color: var(--theme-color-gray4)
    }
    50%,
    to {
        background-color: var(--theme-color-labelSecondary)
    }
}

@keyframes dotFlashing {
    0% {
        background-color: var(--theme-color-gray4)
    }
    50%,
    to {
        background-color: var(--theme-color-labelSecondary)
    }
}

@-webkit-keyframes ui-activity-indicator-keyframe-u572ddd0a {
    0% {
        opacity: .1
    }
    to {
        opacity: .8
    }
}

@keyframes ui-activity-indicator-keyframe-u572ddd0a {
    0% {
        opacity: .1
    }
    to {
        opacity: .8
    }
}

ui-activity-indicator.standard ui-spinner-nib {
    -webkit-animation-name: ui-activity-indicator-keyframe-u572ddd0a;
    animation-name: ui-activity-indicator-keyframe-u572ddd0a
}

.banner[role=banner] .icon-wrapper {
    -webkit-margin-start: 25px;
    margin-inline-start: 25px
}

.banner[role=banner][dir=ltr] .icon-wrapper,
[dir=ltr] .banner[role=banner] .icon-wrapper {
    margin-left: 25px
}

.banner[role=banner][dir=rtl] .icon-wrapper,
[dir=rtl] .banner[role=banner] .icon-wrapper {
    margin-right: 25px
}

.banner {
    inline-size: 100%;
    min-block-size: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color-systemYellow)
}

.banner[dir=ltr],
.banner[dir=rtl],
[dir=ltr] .banner,
[dir=rtl] .banner {
    width: 100%;
    min-height: 44px
}

.banner .banner-inner {
    padding: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: center
}

[apple-system-font-capable] .banner .banner-inner {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.banner .banner-inner .title {
    font-weight: 600;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.banner[dir=ltr] .banner-inner .title,
[dir=ltr] .banner .banner-inner .title {
    margin-right: 10px
}

.banner[dir=rtl] .banner-inner .title,
[dir=rtl] .banner .banner-inner .title {
    margin-left: 10px
}

.banner .banner-inner .description {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.banner[dir=ltr] .banner-inner .description,
[dir=ltr] .banner .banner-inner .description {
    margin-right: 10px
}

.banner[dir=rtl] .banner-inner .description,
[dir=rtl] .banner .banner-inner .description {
    margin-left: 10px
}

.banner .banner-inner ui-button.banner-button {
    color: #007aff;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 600;
    background: none;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-decoration: none
}

[apple-system-font-capable] .banner .banner-inner ui-button.banner-button {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.banner .banner-inner ui-button.banner-button>span>svg {
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
    -webkit-margin-before: 2px;
    margin-block-start: 2px;
    fill: var(--theme-color-systemBlue)
}

.banner[dir=ltr] .banner-inner ui-button.banner-button>span>svg,
[dir=ltr] .banner .banner-inner ui-button.banner-button>span>svg {
    padding-left: 5px;
    margin-top: 2px
}

.banner[dir=rtl] .banner-inner ui-button.banner-button>span>svg,
[dir=rtl] .banner .banner-inner ui-button.banner-button>span>svg {
    padding-right: 5px;
    margin-top: 2px
}

.parent-container-loading {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    inline-size: 100%;
    block-size: 80%
}

.parent-container-loading[dir=ltr],
.parent-container-loading[dir=rtl],
[dir=ltr] .parent-container-loading,
[dir=rtl] .parent-container-loading {
    width: 100%;
    height: 80%
}

.ui-spinner-loading {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.ui-spinner-loading[dir=ltr],
.ui-spinner-loading[dir=rtl],
[dir=ltr] .ui-spinner-loading,
[dir=rtl] .ui-spinner-loading {
    margin-bottom: 20px
}

.loading-screen-text {
    color: var(--theme-color-labelSecondary);
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

[apple-system-font-capable] .loading-screen-text {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.account-maintenance-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
    padding-inline: 30px;
    inline-size: 100%;
    min-block-size: -webkit-calc(100vh - 44px - 50);
    min-block-size: calc(100vh - 44px - 50)
}

.account-maintenance-page[dir=ltr],
.account-maintenance-page[dir=rtl],
[dir=ltr] .account-maintenance-page,
[dir=rtl] .account-maintenance-page {
    padding-bottom: 50px;
    width: 100%;
    min-height: -webkit-calc(100vh - 44px - 50);
    min-height: calc(100vh - 44px - 50);
    padding-left: 30px;
    padding-right: 30px
}

.account-maintenance-page svg {
    fill: currentColor
}

@media (max-width:759px) {
    .account-maintenance-page {
        -webkit-padding-before: 10px;
        padding-block-start: 10px;
        -webkit-padding-after: 10px;
        padding-block-end: 10px
    }
    .account-maintenance-page[dir=ltr],
    .account-maintenance-page[dir=rtl],
    [dir=ltr] .account-maintenance-page,
    [dir=rtl] .account-maintenance-page {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.account-maintenance-page .body-section {
    max-inline-size: 520px
}

.account-maintenance-page[dir=ltr] .body-section,
.account-maintenance-page[dir=rtl] .body-section,
[dir=ltr] .account-maintenance-page .body-section,
[dir=rtl] .account-maintenance-page .body-section {
    max-width: 520px
}

.account-maintenance-page .body-section .item-description {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    line-height: 32px;
    opacity: .56
}

[apple-system-font-capable] .account-maintenance-page .body-section .item-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.account-maintenance-page .body-section .learn-more-link {
    -webkit-margin-before: 20px;
    margin-block-start: 20px
}

.account-maintenance-page[dir=ltr] .body-section .learn-more-link,
.account-maintenance-page[dir=rtl] .body-section .learn-more-link,
[dir=ltr] .account-maintenance-page .body-section .learn-more-link,
[dir=rtl] .account-maintenance-page .body-section .learn-more-link {
    margin-top: 20px
}

@media (max-width:759px) {
    .account-maintenance-page .body-section .learn-more-link {
        -webkit-margin-before: 10px;
        margin-block-start: 10px
    }
    .account-maintenance-page[dir=ltr] .body-section .learn-more-link,
    .account-maintenance-page[dir=rtl] .body-section .learn-more-link,
    [dir=ltr] .account-maintenance-page .body-section .learn-more-link,
    [dir=rtl] .account-maintenance-page .body-section .learn-more-link {
        margin-top: 10px
    }
}

.account-maintenance-page .body-section.description {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    -webkit-margin-after: 60px;
    margin-block-end: 60px
}

.account-maintenance-page[dir=ltr] .body-section.description,
.account-maintenance-page[dir=rtl] .body-section.description,
[dir=ltr] .account-maintenance-page .body-section.description,
[dir=rtl] .account-maintenance-page .body-section.description {
    margin-top: 20px;
    margin-bottom: 60px
}

.account-maintenance-page .body-section.description.init {
    -webkit-margin-after: 80px;
    margin-block-end: 80px
}

.account-maintenance-page[dir=ltr] .body-section.description.init,
.account-maintenance-page[dir=rtl] .body-section.description.init,
[dir=ltr] .account-maintenance-page .body-section.description.init,
[dir=rtl] .account-maintenance-page .body-section.description.init {
    margin-bottom: 80px
}

@media (max-width:759px) {
    .account-maintenance-page .body-section.description {
        -webkit-margin-before: 10px;
        margin-block-start: 10px;
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
    .account-maintenance-page[dir=ltr] .body-section.description,
    .account-maintenance-page[dir=rtl] .body-section.description,
    [dir=ltr] .account-maintenance-page .body-section.description,
    [dir=rtl] .account-maintenance-page .body-section.description {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.icloud-hero {
    block-size: auto;
    max-inline-size: 100%;
    max-block-size: 100%;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.icloud-hero[dir=ltr],
.icloud-hero[dir=rtl],
[dir=ltr] .icloud-hero,
[dir=rtl] .icloud-hero {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto
}

.icloud-hero h1 {
    text-align: center;
    z-index: 1;
    color: var(--theme-color-labelPrimary);
    -webkit-margin-before: -80px;
    margin-block-start: -80px
}

.icloud-hero[dir=ltr] h1,
.icloud-hero[dir=rtl] h1,
[dir=ltr] .icloud-hero h1,
[dir=rtl] .icloud-hero h1 {
    margin-top: -80px
}

@media (max-width:759px) {
    .icloud-hero h1 {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 40px;
        font-weight: 600;
        max-inline-size: 308px;
        letter-spacing: 0;
        line-height: 44px;
        -webkit-margin-before: -75px;
        margin-block-start: -75px
    }
    .icloud-hero[dir=ltr] h1,
    .icloud-hero[dir=rtl] h1,
    [dir=ltr] .icloud-hero h1,
    [dir=rtl] .icloud-hero h1 {
        max-width: 308px;
        margin-top: -75px
    }
    [apple-system-font-capable] .icloud-hero h1 {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

@media (min-width:760px) and (max-width:1164px) {
    .icloud-hero h1 {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 72px;
        font-weight: 600;
        max-inline-size: 660px;
        letter-spacing: -.86px;
        line-height: 76px
    }
    .icloud-hero[dir=ltr] h1,
    .icloud-hero[dir=rtl] h1,
    [dir=ltr] .icloud-hero h1,
    [dir=rtl] .icloud-hero h1 {
        max-width: 660px
    }
    [apple-system-font-capable] .icloud-hero h1 {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

@media (min-width:1165px) {
    .icloud-hero h1 {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 80px;
        font-weight: 600;
        max-inline-size: 1005px;
        letter-spacing: -1.2px;
        line-height: 84px
    }
    .icloud-hero[dir=ltr] h1,
    .icloud-hero[dir=rtl] h1,
    [dir=ltr] .icloud-hero h1,
    [dir=rtl] .icloud-hero h1 {
        max-width: 1005px
    }
    [apple-system-font-capable] .icloud-hero h1 {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

@media (min-width:1690px) {
    .icloud-hero h1 {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 80px;
        font-weight: 600;
        letter-spacing: -1.2px;
        line-height: 84px
    }
    [apple-system-font-capable] .icloud-hero h1 {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.icloud-hero .clouds {
    inline-size: auto;
    block-size: 360px;
    inset-block-start: -50px;
    inset-inline-end: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start
}

.icloud-hero[dir=ltr] .clouds,
[dir=ltr] .icloud-hero .clouds {
    width: auto;
    height: 360px;
    top: -50px;
    right: 0;
    -webkit-align-content: left;
    -ms-flex-line-pack: left;
    align-content: left
}

.icloud-hero[dir=rtl] .clouds,
[dir=rtl] .icloud-hero .clouds {
    width: auto;
    height: 360px;
    top: -50px;
    left: 0;
    -webkit-align-content: right;
    -ms-flex-line-pack: right;
    align-content: right
}

@media (max-width:759px) {
    .icloud-hero .clouds {
        block-size: 300px
    }
    .icloud-hero[dir=ltr] .clouds,
    .icloud-hero[dir=rtl] .clouds,
    [dir=ltr] .icloud-hero .clouds,
    [dir=rtl] .icloud-hero .clouds {
        height: 300px
    }
}

.icloud-hero .clouds img {
    inline-size: auto;
    block-size: 100%
}

.icloud-hero[dir=ltr] .clouds img,
.icloud-hero[dir=rtl] .clouds img,
[dir=ltr] .icloud-hero .clouds img,
[dir=rtl] .icloud-hero .clouds img {
    width: auto;
    height: 100%
}

.web-access-blocked-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
    padding-inline: 30px;
    inline-size: 100%;
    min-block-size: -webkit-calc(100vh - 44px - 50);
    min-block-size: calc(100vh - 44px - 50)
}

.web-access-blocked-page[dir=ltr],
.web-access-blocked-page[dir=rtl],
[dir=ltr] .web-access-blocked-page,
[dir=rtl] .web-access-blocked-page {
    padding-bottom: 50px;
    width: 100%;
    min-height: -webkit-calc(100vh - 44px - 50);
    min-height: calc(100vh - 44px - 50);
    padding-left: 30px;
    padding-right: 30px
}

.web-access-blocked-page svg {
    fill: currentColor
}

@media (max-width:759px) {
    .web-access-blocked-page {
        -webkit-padding-before: 10px;
        padding-block-start: 10px;
        -webkit-padding-after: 10px;
        padding-block-end: 10px
    }
    .web-access-blocked-page[dir=ltr],
    .web-access-blocked-page[dir=rtl],
    [dir=ltr] .web-access-blocked-page,
    [dir=rtl] .web-access-blocked-page {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.web-access-blocked-page .icloud-hero {
    -webkit-margin-after: 80px;
    margin-block-end: 80px
}

.web-access-blocked-page[dir=ltr] .icloud-hero,
.web-access-blocked-page[dir=rtl] .icloud-hero,
[dir=ltr] .web-access-blocked-page .icloud-hero,
[dir=rtl] .web-access-blocked-page .icloud-hero {
    margin-bottom: 80px
}

@media (max-width:759px) {
    .web-access-blocked-page .icloud-hero {
        -webkit-margin-after: 10px;
        margin-block-end: 10px
    }
    .web-access-blocked-page[dir=ltr] .icloud-hero,
    .web-access-blocked-page[dir=rtl] .icloud-hero,
    [dir=ltr] .web-access-blocked-page .icloud-hero,
    [dir=rtl] .web-access-blocked-page .icloud-hero {
        margin-bottom: 10px
    }
}

.web-access-blocked-page h1 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px
}

[apple-system-font-capable] .web-access-blocked-page h1 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .lock-image {
    fill: var(--theme-color-gray1);
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.web-access-blocked-page[dir=ltr] .lock-image,
.web-access-blocked-page[dir=rtl] .lock-image,
[dir=ltr] .web-access-blocked-page .lock-image,
[dir=rtl] .web-access-blocked-page .lock-image {
    margin-bottom: 20px
}

.web-access-blocked-page .body-section {
    max-inline-size: 520px
}

.web-access-blocked-page[dir=ltr] .body-section,
.web-access-blocked-page[dir=rtl] .body-section,
[dir=ltr] .web-access-blocked-page .body-section,
[dir=rtl] .web-access-blocked-page .body-section {
    max-width: 520px
}

.web-access-blocked-page .body-section .item-description {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    line-height: 32px;
    opacity: .56
}

[apple-system-font-capable] .web-access-blocked-page .body-section .item-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .body-section .item-description.notice {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

[apple-system-font-capable] .web-access-blocked-page .body-section .item-description.notice {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .body-section .item-notice {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    max-inline-size: 400px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    opacity: .56
}

.web-access-blocked-page[dir=ltr] .body-section .item-notice,
.web-access-blocked-page[dir=rtl] .body-section .item-notice,
[dir=ltr] .web-access-blocked-page .body-section .item-notice,
[dir=rtl] .web-access-blocked-page .body-section .item-notice {
    max-width: 400px;
    margin-top: 20px
}

[apple-system-font-capable] .web-access-blocked-page .body-section .item-notice {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .web-access-blocked-page .body-section .item-notice {
        -webkit-margin-before: 10px;
        margin-block-start: 10px
    }
    .web-access-blocked-page[dir=ltr] .body-section .item-notice,
    .web-access-blocked-page[dir=rtl] .body-section .item-notice,
    [dir=ltr] .web-access-blocked-page .body-section .item-notice,
    [dir=rtl] .web-access-blocked-page .body-section .item-notice {
        margin-top: 10px
    }
}

.web-access-blocked-page .body-section.description {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    -webkit-margin-after: 60px;
    margin-block-end: 60px
}

.web-access-blocked-page[dir=ltr] .body-section.description,
.web-access-blocked-page[dir=rtl] .body-section.description,
[dir=ltr] .web-access-blocked-page .body-section.description,
[dir=rtl] .web-access-blocked-page .body-section.description {
    margin-top: 20px;
    margin-bottom: 60px
}

.web-access-blocked-page .body-section.description.init {
    -webkit-margin-after: 80px;
    margin-block-end: 80px
}

.web-access-blocked-page[dir=ltr] .body-section.description.init,
.web-access-blocked-page[dir=rtl] .body-section.description.init,
[dir=ltr] .web-access-blocked-page .body-section.description.init,
[dir=rtl] .web-access-blocked-page .body-section.description.init {
    margin-bottom: 80px
}

@media (max-width:759px) {
    .web-access-blocked-page .body-section.description {
        -webkit-margin-before: 10px;
        margin-block-start: 10px;
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
    .web-access-blocked-page[dir=ltr] .body-section.description,
    .web-access-blocked-page[dir=rtl] .body-section.description,
    [dir=ltr] .web-access-blocked-page .body-section.description,
    [dir=rtl] .web-access-blocked-page .body-section.description {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.web-access-blocked-page .body-section.footnote {
    background-color: var(--theme-color-backgroundLayer1);
    -webkit-margin-before: 96px;
    margin-block-start: 96px;
    max-inline-size: 660px;
    text-align: start;
    padding: 20px;
    border-radius: 20px;
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    line-height: 32px;
    opacity: .56
}

.web-access-blocked-page[dir=ltr] .body-section.footnote,
[dir=ltr] .web-access-blocked-page .body-section.footnote {
    margin-top: 96px;
    max-width: 660px;
    text-align: left
}

.web-access-blocked-page[dir=rtl] .body-section.footnote,
[dir=rtl] .web-access-blocked-page .body-section.footnote {
    margin-top: 96px;
    max-width: 660px;
    text-align: right
}

[apple-system-font-capable] .web-access-blocked-page .body-section.footnote {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .body-section.footnote svg {
    vertical-align: middle
}

.web-access-blocked-page .no-device-section {
    border-radius: 11px;
    padding: 20px;
    background-color: var(--theme-color-backgroundLayer1);
    max-inline-size: 660px;
    text-align: start;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    -webkit-padding-end: 40px;
    padding-inline-end: 40px
}

.web-access-blocked-page[dir=ltr] .no-device-section,
[dir=ltr] .web-access-blocked-page .no-device-section {
    max-width: 660px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px
}

.web-access-blocked-page[dir=rtl] .no-device-section,
[dir=rtl] .web-access-blocked-page .no-device-section {
    max-width: 660px;
    text-align: right;
    padding-right: 40px;
    padding-left: 40px
}

.web-access-blocked-page .no-device-section h2,
.web-access-blocked-page .no-device-section h3 {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

[apple-system-font-capable] .web-access-blocked-page .no-device-section h2,
[apple-system-font-capable] .web-access-blocked-page .no-device-section h3 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .no-device-section p {
    font-size: 14px;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

.web-access-blocked-page[dir=ltr] .no-device-section p,
.web-access-blocked-page[dir=rtl] .no-device-section p,
[dir=ltr] .web-access-blocked-page .no-device-section p,
[dir=rtl] .web-access-blocked-page .no-device-section p {
    margin-top: 10px
}

.web-access-blocked-page .no-device-section a.primary-cta,
.web-access-blocked-page .no-device-section a.primary-cta:visited {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color-systemBlue)
}

.web-access-blocked-page[dir=ltr] .no-device-section a.primary-cta,
.web-access-blocked-page[dir=ltr] .no-device-section a.primary-cta:visited,
.web-access-blocked-page[dir=rtl] .no-device-section a.primary-cta,
.web-access-blocked-page[dir=rtl] .no-device-section a.primary-cta:visited,
[dir=ltr] .web-access-blocked-page .no-device-section a.primary-cta,
[dir=ltr] .web-access-blocked-page .no-device-section a.primary-cta:visited,
[dir=rtl] .web-access-blocked-page .no-device-section a.primary-cta,
[dir=rtl] .web-access-blocked-page .no-device-section a.primary-cta:visited {
    margin-top: 15px
}

.web-access-blocked-page .no-device-section a.primary-cta:visited svg,
.web-access-blocked-page .no-device-section a.primary-cta svg {
    color: var(--theme-color-systemBlue);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.web-access-blocked-page[dir=ltr] .no-device-section a.primary-cta:visited svg,
.web-access-blocked-page[dir=ltr] .no-device-section a.primary-cta svg,
[dir=ltr] .web-access-blocked-page .no-device-section a.primary-cta:visited svg,
[dir=ltr] .web-access-blocked-page .no-device-section a.primary-cta svg {
    margin-right: 10px
}

.web-access-blocked-page[dir=rtl] .no-device-section a.primary-cta:visited svg,
.web-access-blocked-page[dir=rtl] .no-device-section a.primary-cta svg,
[dir=rtl] .web-access-blocked-page .no-device-section a.primary-cta:visited svg,
[dir=rtl] .web-access-blocked-page .no-device-section a.primary-cta svg {
    margin-left: 10px
}

.web-access-blocked-page .no-device-section p {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    line-height: 27px
}

[apple-system-font-capable] .web-access-blocked-page .no-device-section p {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .no-device-section p:not(:first-child) {
    -webkit-margin-before: 20px;
    margin-block-start: 20px
}

.web-access-blocked-page[dir=ltr] .no-device-section p:not(:first-child),
.web-access-blocked-page[dir=rtl] .no-device-section p:not(:first-child),
[dir=ltr] .web-access-blocked-page .no-device-section p:not(:first-child),
[dir=rtl] .web-access-blocked-page .no-device-section p:not(:first-child) {
    margin-top: 20px
}

.web-access-blocked-page .no-device-section span {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    line-height: 27px;
    color: var(--theme-color-labelPrimary)
}

[apple-system-font-capable] .web-access-blocked-page .no-device-section span {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .no-device-section svg {
    overflow: visible
}

.web-access-blocked-page .quick-access-container {
    position: relative;
    inset-block-start: 70px;
    padding-inline: 100px;
    max-inline-size: 570px;
    -webkit-border-before: 1px solid var(--theme-color-fillPrimary);
    border-block-start: 1px solid var(--theme-color-fillPrimary);
    overflow-x: visible
}

.web-access-blocked-page[dir=ltr] .quick-access-container,
.web-access-blocked-page[dir=rtl] .quick-access-container,
[dir=ltr] .web-access-blocked-page .quick-access-container,
[dir=rtl] .web-access-blocked-page .quick-access-container {
    top: 70px;
    max-width: 570px;
    border-top: 1px solid var(--theme-color-fillPrimary);
    padding-left: 100px;
    padding-right: 100px
}

@media (max-width:759px) {
    .web-access-blocked-page .quick-access-container {
        inset-block-start: 20px;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        padding-inline: 15px
    }
    .web-access-blocked-page[dir=ltr] .quick-access-container,
    .web-access-blocked-page[dir=rtl] .quick-access-container,
    [dir=ltr] .web-access-blocked-page .quick-access-container,
    [dir=rtl] .web-access-blocked-page .quick-access-container {
        top: 20px;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

[data-horizontal-size-class=compact] .web-access-blocked-page .quick-access-container {
    -webkit-transition: block-size .25s ease-in-out;
    transition: block-size .25s ease-in-out
}

[data-horizontal-size-class=regular] .web-access-blocked-page .quick-access-container {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.web-access-blocked-page .quick-access-container .quick-access {
    -webkit-padding-before: 70px;
    padding-block-start: 70px
}

.web-access-blocked-page[dir=ltr] .quick-access-container .quick-access,
.web-access-blocked-page[dir=rtl] .quick-access-container .quick-access,
[dir=ltr] .web-access-blocked-page .quick-access-container .quick-access,
[dir=rtl] .web-access-blocked-page .quick-access-container .quick-access {
    padding-top: 70px
}

@media (max-width:759px) {
    .web-access-blocked-page .quick-access-container .quick-access {
        -webkit-padding-before: 20px;
        padding-block-start: 20px
    }
    .web-access-blocked-page[dir=ltr] .quick-access-container .quick-access,
    .web-access-blocked-page[dir=rtl] .quick-access-container .quick-access,
    [dir=ltr] .web-access-blocked-page .quick-access-container .quick-access,
    [dir=rtl] .web-access-blocked-page .quick-access-container .quick-access {
        padding-top: 20px
    }
}

.web-access-blocked-page .quick-access-container .quick-access-label {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400
}

[apple-system-font-capable] .web-access-blocked-page .quick-access-container .quick-access-label {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.web-access-blocked-page .quick-access-container .quick-access-buttons {
    -webkit-margin-before: 5px;
    margin-block-start: 5px
}

.web-access-blocked-page[dir=ltr] .quick-access-container .quick-access-buttons,
.web-access-blocked-page[dir=rtl] .quick-access-container .quick-access-buttons,
[dir=ltr] .web-access-blocked-page .quick-access-container .quick-access-buttons,
[dir=rtl] .web-access-blocked-page .quick-access-container .quick-access-buttons {
    margin-top: 5px
}

.breadcrumbs {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    max-inline-size: 1035px;
    margin: auto;
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    color: var(--theme-color-labelSecondary)
}

.breadcrumbs[dir=ltr],
.breadcrumbs[dir=rtl],
[dir=ltr] .breadcrumbs,
[dir=rtl] .breadcrumbs {
    max-width: 1035px;
    padding-bottom: 20px
}

[apple-system-font-capable] .breadcrumbs {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (min-width:1690px) {
    .breadcrumbs {
        max-inline-size: 1380px
    }
    .breadcrumbs[dir=ltr],
    .breadcrumbs[dir=rtl],
    [dir=ltr] .breadcrumbs,
    [dir=rtl] .breadcrumbs {
        max-width: 1380px
    }
}

@media (min-width:760px) and (max-width:1164px) {
    .breadcrumbs {
        max-inline-size: 690px
    }
    .breadcrumbs[dir=ltr],
    .breadcrumbs[dir=rtl],
    [dir=ltr] .breadcrumbs,
    [dir=rtl] .breadcrumbs {
        max-width: 690px
    }
}

@media (max-width:759px) {
    .breadcrumbs {
        max-inline-size: 345px;
        -webkit-padding-before: 80px;
        padding-block-start: 80px
    }
    .breadcrumbs[dir=ltr],
    .breadcrumbs[dir=rtl],
    [dir=ltr] .breadcrumbs,
    [dir=rtl] .breadcrumbs {
        max-width: 345px;
        padding-top: 80px
    }
}

.breadcrumbs ol {
    list-style: none
}

.breadcrumbs ol li {
    display: inline
}

.breadcrumbs svg.apple-logo {
    vertical-align: sub;
    fill: var(--theme-color-labelSecondary);
    inline-size: 12px;
    block-size: 14px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.breadcrumbs[dir=ltr] svg.apple-logo,
[dir=ltr] .breadcrumbs svg.apple-logo {
    width: 12px;
    height: 14px;
    margin-right: 5px
}

.breadcrumbs[dir=rtl] svg.apple-logo,
[dir=rtl] .breadcrumbs svg.apple-logo {
    width: 12px;
    height: 14px;
    margin-left: 5px
}

.breadcrumbs svg.chevron {
    fill: var(--theme-color-gray2);
    margin-inline: 11px
}

.breadcrumbs[dir=ltr] svg.chevron,
.breadcrumbs[dir=rtl] svg.chevron,
[dir=ltr] .breadcrumbs svg.chevron,
[dir=rtl] .breadcrumbs svg.chevron {
    margin-left: 11px;
    margin-right: 11px
}

.breadcrumbs a {
    color: var(--theme-color-labelSecondary);
    text-decoration: none
}

.settings-page-route footer {
    -webkit-margin-before: 0;
    margin-block-start: 0
}

.settings-page-route[dir=ltr] footer,
.settings-page-route[dir=rtl] footer,
[dir=ltr] .settings-page-route footer,
[dir=rtl] .settings-page-route footer {
    margin-top: 0
}

.settings-page-route footer.gray-theme {
    background-color: var(--theme-color-backgroundLayer1)
}

.settings-page-route footer .breadcrumbs {
    -webkit-padding-before: 160px;
    padding-block-start: 160px
}

.settings-page-route[dir=ltr] footer .breadcrumbs,
.settings-page-route[dir=rtl] footer .breadcrumbs,
[dir=ltr] .settings-page-route footer .breadcrumbs,
[dir=rtl] .settings-page-route footer .breadcrumbs {
    padding-top: 160px
}

@media (max-width:759px) {
    .settings-page-route footer .breadcrumbs {
        -webkit-padding-before: 120px;
        padding-block-start: 120px
    }
    .settings-page-route[dir=ltr] footer .breadcrumbs,
    .settings-page-route[dir=rtl] footer .breadcrumbs,
    [dir=ltr] .settings-page-route footer .breadcrumbs,
    [dir=rtl] .settings-page-route footer .breadcrumbs {
        padding-top: 120px
    }
}

@media (min-width:760px) and (max-width:1164px) {
    .settings-page-route footer .breadcrumbs {
        -webkit-padding-before: 140px;
        padding-block-start: 140px
    }
    .settings-page-route[dir=ltr] footer .breadcrumbs,
    .settings-page-route[dir=rtl] footer .breadcrumbs,
    [dir=ltr] .settings-page-route footer .breadcrumbs,
    [dir=rtl] .settings-page-route footer .breadcrumbs {
        padding-top: 140px
    }
}

@media (max-width:759px) {
    .settings-page-route footer .breadcrumbs {
        -webkit-margin-start: 25px;
        margin-inline-start: 25px
    }
    .settings-page-route[dir=ltr] footer .breadcrumbs,
    [dir=ltr] .settings-page-route footer .breadcrumbs {
        margin-left: 25px
    }
    .settings-page-route[dir=rtl] footer .breadcrumbs,
    [dir=rtl] .settings-page-route footer .breadcrumbs {
        margin-right: 25px
    }
}

.settings-page-route .account-page .account-page-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-block: 50px
}

.settings-page-route[dir=ltr] .account-page .account-page-header,
.settings-page-route[dir=rtl] .account-page .account-page-header,
[dir=ltr] .settings-page-route .account-page .account-page-header,
[dir=rtl] .settings-page-route .account-page .account-page-header {
    padding-top: 50px;
    padding-bottom: 50px
}

.settings-page-route .account-page .account-page-header h1 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.24px;
    line-height: 52px
}

[apple-system-font-capable] .settings-page-route .account-page .account-page-header h1 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:760px) {
    .settings-page-route .account-page .account-page-header h1 {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 36px
    }
    [apple-system-font-capable] .settings-page-route .account-page .account-page-header h1 {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.settings-page-route .account-page .account-page-header h1.tall {
    line-height: 1.8
}

.settings-page-route .account-page .plan-card {
    -webkit-margin-after: 50px;
    margin-block-end: 50px
}

.settings-page-route[dir=ltr] .account-page .plan-card,
.settings-page-route[dir=rtl] .account-page .plan-card,
[dir=ltr] .settings-page-route .account-page .plan-card,
[dir=rtl] .settings-page-route .account-page .plan-card {
    margin-bottom: 50px
}

.settings-page-route .account-page .page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1165px) {
    .settings-page-route .account-page .page-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .settings-page-route .account-page .page-content .content-column:first-child {
        -webkit-padding-end: 42px;
        padding-inline-end: 42px;
        -webkit-border-end: 1px solid var(--theme-color-gray5);
        border-inline-end: 1px solid var(--theme-color-gray5);
        -webkit-padding-after: 0;
        padding-block-end: 0
    }
    .settings-page-route[dir=ltr] .account-page .page-content .content-column:first-child,
    [dir=ltr] .settings-page-route .account-page .page-content .content-column:first-child {
        padding-right: 42px;
        border-right: 1px solid var(--theme-color-gray5);
        padding-bottom: 0
    }
    .settings-page-route[dir=rtl] .account-page .page-content .content-column:first-child,
    [dir=rtl] .settings-page-route .account-page .page-content .content-column:first-child {
        padding-left: 42px;
        border-left: 1px solid var(--theme-color-gray5);
        padding-bottom: 0
    }
    .settings-page-route .account-page .page-content .content-column:last-child {
        -webkit-padding-start: 42px;
        padding-inline-start: 42px
    }
    .settings-page-route[dir=ltr] .account-page .page-content .content-column:last-child,
    [dir=ltr] .settings-page-route .account-page .page-content .content-column:last-child {
        padding-left: 42px
    }
    .settings-page-route[dir=rtl] .account-page .page-content .content-column:last-child,
    [dir=rtl] .settings-page-route .account-page .page-content .content-column:last-child {
        padding-right: 42px
    }
}

.settings-page-route .account-page .page-content ui-button.push.primary.standard-button {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    -webkit-margin-start: -6px;
    margin-inline-start: -6px;
    padding-inline: 6px;
    padding-block: 0
}

.settings-page-route[dir=ltr] .account-page .page-content ui-button.push.primary.standard-button,
[dir=ltr] .settings-page-route .account-page .page-content ui-button.push.primary.standard-button {
    margin-left: -6px;
    padding: 0 6px
}

.settings-page-route[dir=rtl] .account-page .page-content ui-button.push.primary.standard-button,
[dir=rtl] .settings-page-route .account-page .page-content ui-button.push.primary.standard-button {
    margin-right: -6px;
    padding: 0 6px
}

[apple-system-font-capable] .settings-page-route .account-page .page-content ui-button.push.primary.standard-button {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.settings-page-route .account-page .page-content ui-button.push.primary.standard-button.tall {
    line-height: 1.8
}

.settings-page-route .account-page .page-content ui-button.push.primary.standard-button svg {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    overflow: visible
}

.settings-page-route[dir=ltr] .account-page .page-content ui-button.push.primary.standard-button svg,
[dir=ltr] .settings-page-route .account-page .page-content ui-button.push.primary.standard-button svg {
    margin-left: 5px
}

.settings-page-route[dir=rtl] .account-page .page-content ui-button.push.primary.standard-button svg,
[dir=rtl] .settings-page-route .account-page .page-content ui-button.push.primary.standard-button svg {
    margin-right: 5px
}

.settings-page-route .account-page .content-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.settings-page-route .account-page .content-column:first-child {
    -webkit-padding-after: 20px;
    padding-block-end: 20px
}

.settings-page-route[dir=ltr] .account-page .content-column:first-child,
.settings-page-route[dir=rtl] .account-page .content-column:first-child,
[dir=ltr] .settings-page-route .account-page .content-column:first-child,
[dir=rtl] .settings-page-route .account-page .content-column:first-child {
    padding-bottom: 20px
}

.settings-page-route .account-page .content-column>section {
    color: var(--theme-color-labelPrimary)
}

.settings-page-route .account-page .content-column>section h2 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px
}

[apple-system-font-capable] .settings-page-route .account-page .content-column>section h2 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:760px) {
    .settings-page-route .account-page .content-column>section h2 {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px
    }
    [apple-system-font-capable] .settings-page-route .account-page .content-column>section h2 {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.settings-page-route .account-page .content-column>section h3 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    -webkit-margin-before: 25px;
    margin-block-start: 25px;
    -webkit-margin-after: 7px;
    margin-block-end: 7px
}

.settings-page-route[dir=ltr] .account-page .content-column>section h3,
.settings-page-route[dir=rtl] .account-page .content-column>section h3,
[dir=ltr] .settings-page-route .account-page .content-column>section h3,
[dir=rtl] .settings-page-route .account-page .content-column>section h3 {
    margin-top: 25px;
    margin-bottom: 7px
}

[apple-system-font-capable] .settings-page-route .account-page .content-column>section h3 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:760px) {
    .settings-page-route .account-page .content-column>section h3 {
        font-family: SF Pro Text, Helvetica Neue, sans-serif;
        font-size: 19px;
        font-weight: 600;
        line-height: 23px
    }
    [apple-system-font-capable] .settings-page-route .account-page .content-column>section h3 {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.settings-page-route .account-page .content-column>section p {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-block: 5px
}

.settings-page-route[dir=ltr] .account-page .content-column>section p,
.settings-page-route[dir=rtl] .account-page .content-column>section p,
[dir=ltr] .settings-page-route .account-page .content-column>section p,
[dir=rtl] .settings-page-route .account-page .content-column>section p {
    margin-top: 5px;
    margin-bottom: 5px
}

[apple-system-font-capable] .settings-page-route .account-page .content-column>section p {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.settings-page-route .account-page .content-column>section p.account-email {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-before: 7px;
    margin-block-start: 7px;
    -webkit-margin-after: 45px;
    margin-block-end: 45px
}

.settings-page-route[dir=ltr] .account-page .content-column>section p.account-email,
.settings-page-route[dir=rtl] .account-page .content-column>section p.account-email,
[dir=ltr] .settings-page-route .account-page .content-column>section p.account-email,
[dir=rtl] .settings-page-route .account-page .content-column>section p.account-email {
    margin-top: 7px;
    margin-bottom: 45px
}

[apple-system-font-capable] .settings-page-route .account-page .content-column>section p.account-email {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.settings-page-route .account-page .content-column>section section {
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.settings-page-route[dir=ltr] .account-page .content-column>section section,
.settings-page-route[dir=rtl] .account-page .content-column>section section,
[dir=ltr] .settings-page-route .account-page .content-column>section section,
[dir=rtl] .settings-page-route .account-page .content-column>section section {
    margin-bottom: 30px
}

.settings-page-route .account-page .content-column>section section.final-section {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.settings-page-route[dir=ltr] .account-page .content-column>section section.final-section,
.settings-page-route[dir=rtl] .account-page .content-column>section section.final-section,
[dir=ltr] .settings-page-route .account-page .content-column>section section.final-section,
[dir=rtl] .settings-page-route .account-page .content-column>section section.final-section {
    margin-bottom: 0
}

.settings-page-route .account-page .content-column>section section .external-link {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px
}

[apple-system-font-capable] .settings-page-route .account-page .content-column>section section .external-link {
    font-family: system-ui, Helvetica Neue, sans-serif
}

ui-pane.modal.standard.for-ui-popup.notification-pop>ui-popup {
    min-inline-size: 690px
}

[dir=ltr] ui-pane.modal.standard.for-ui-popup.notification-pop>ui-popup,
[dir=rtl] ui-pane.modal.standard.for-ui-popup.notification-pop>ui-popup,
ui-pane.modal.standard.for-ui-popup.notification-pop[dir=ltr]>ui-popup,
ui-pane.modal.standard.for-ui-popup.notification-pop[dir=rtl]>ui-popup {
    min-width: 690px
}

.notification-settings-overlay {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    block-size: 100%;
    border-radius: 8px 8px 0 0
}

.notification-settings-overlay[dir=ltr],
.notification-settings-overlay[dir=rtl],
[dir=ltr] .notification-settings-overlay,
[dir=rtl] .notification-settings-overlay {
    height: 100%
}

.notification-settings-overlay .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    padding: 30px
}

.notification-settings-overlay .content .title-icon {
    -webkit-padding-before: 10px;
    padding-block-start: 10px
}

.notification-settings-overlay[dir=ltr] .content .title-icon,
.notification-settings-overlay[dir=rtl] .content .title-icon,
[dir=ltr] .notification-settings-overlay .content .title-icon,
[dir=rtl] .notification-settings-overlay .content .title-icon {
    padding-top: 10px
}

.notification-settings-overlay .content h2 {
    margin-block: 10px;
    text-align: center
}

.notification-settings-overlay[dir=ltr] .content h2,
.notification-settings-overlay[dir=rtl] .content h2,
[dir=ltr] .notification-settings-overlay .content h2,
[dir=rtl] .notification-settings-overlay .content h2 {
    margin-top: 10px;
    margin-bottom: 10px
}

.notification-settings-overlay .content .notification-switch-wrapper>div.notification-switch {
    padding-block: 2px
}

.notification-settings-overlay[dir=ltr] .content .notification-switch-wrapper>div.notification-switch,
.notification-settings-overlay[dir=rtl] .content .notification-switch-wrapper>div.notification-switch,
[dir=ltr] .notification-settings-overlay .content .notification-switch-wrapper>div.notification-switch,
[dir=rtl] .notification-settings-overlay .content .notification-switch-wrapper>div.notification-switch {
    padding-top: 2px;
    padding-bottom: 2px
}

.notification-settings-overlay .content .browser-push-notification-title {
    font-weight: 600
}

.notification-settings-overlay .content .browser-push-notifications-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    text-align: center;
    max-inline-size: 475px
}

.notification-settings-overlay[dir=ltr] .content .browser-push-notifications-description,
.notification-settings-overlay[dir=rtl] .content .browser-push-notifications-description,
[dir=ltr] .notification-settings-overlay .content .browser-push-notifications-description,
[dir=rtl] .notification-settings-overlay .content .browser-push-notifications-description {
    max-width: 475px
}

[apple-system-font-capable] .notification-settings-overlay .content .browser-push-notifications-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-settings-overlay .content .notification-switches-notes-container {
    max-inline-size: 525px
}

.notification-settings-overlay[dir=ltr] .content .notification-switches-notes-container,
.notification-settings-overlay[dir=rtl] .content .notification-switches-notes-container,
[dir=ltr] .notification-settings-overlay .content .notification-switches-notes-container,
[dir=rtl] .notification-settings-overlay .content .notification-switches-notes-container {
    max-width: 525px
}

.notification-settings-overlay .content svg {
    fill: var(--theme-color-systemBlue)
}

.notification-settings-overlay .content ui-activity-indicator.loading-content {
    -webkit-margin-before: 50px;
    margin-block-start: 50px
}

.notification-settings-overlay[dir=ltr] .content ui-activity-indicator.loading-content,
.notification-settings-overlay[dir=rtl] .content ui-activity-indicator.loading-content,
[dir=ltr] .notification-settings-overlay .content ui-activity-indicator.loading-content,
[dir=rtl] .notification-settings-overlay .content ui-activity-indicator.loading-content {
    margin-top: 50px
}

.notification-settings-overlay .content .denied-content {
    text-align: center;
    -webkit-margin-before: 40px;
    margin-block-start: 40px
}

.notification-settings-overlay[dir=ltr] .content .denied-content,
.notification-settings-overlay[dir=rtl] .content .denied-content,
[dir=ltr] .notification-settings-overlay .content .denied-content,
[dir=rtl] .notification-settings-overlay .content .denied-content {
    margin-top: 40px
}

.notification-settings-overlay .content .denied-content .title {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    -webkit-margin-after: 5px;
    margin-block-end: 5px
}

.notification-settings-overlay[dir=ltr] .content .denied-content .title,
.notification-settings-overlay[dir=rtl] .content .denied-content .title,
[dir=ltr] .notification-settings-overlay .content .denied-content .title,
[dir=rtl] .notification-settings-overlay .content .denied-content .title {
    margin-bottom: 5px
}

[apple-system-font-capable] .notification-settings-overlay .content .denied-content .title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-settings-overlay .content .denied-content .description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px
}

.notification-settings-overlay[dir=ltr] .content .denied-content .description,
.notification-settings-overlay[dir=rtl] .content .denied-content .description,
[dir=ltr] .notification-settings-overlay .content .denied-content .description,
[dir=rtl] .notification-settings-overlay .content .denied-content .description {
    margin-bottom: 15px
}

[apple-system-font-capable] .notification-settings-overlay .content .denied-content .description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-settings-overlay .content .denied-content .link {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px
}

[apple-system-font-capable] .notification-settings-overlay .content .denied-content .link {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-settings-overlay .content #calendar-switch-description,
.notification-settings-overlay .content #mail-switch-description {
    max-inline-size: 400px
}

.notification-settings-overlay[dir=ltr] .content #calendar-switch-description,
.notification-settings-overlay[dir=ltr] .content #mail-switch-description,
.notification-settings-overlay[dir=rtl] .content #calendar-switch-description,
.notification-settings-overlay[dir=rtl] .content #mail-switch-description,
[dir=ltr] .notification-settings-overlay .content #calendar-switch-description,
[dir=ltr] .notification-settings-overlay .content #mail-switch-description,
[dir=rtl] .notification-settings-overlay .content #calendar-switch-description,
[dir=rtl] .notification-settings-overlay .content #mail-switch-description {
    max-width: 400px
}

.notification-settings-overlay .content .notification-switches-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-margin-before: 35px;
    margin-block-start: 35px;
    inline-size: 100%
}

.notification-settings-overlay[dir=ltr] .content .notification-switches-container,
.notification-settings-overlay[dir=rtl] .content .notification-switches-container,
[dir=ltr] .notification-settings-overlay .content .notification-switches-container,
[dir=rtl] .notification-settings-overlay .content .notification-switches-container {
    margin-top: 35px;
    width: 100%
}

.notification-settings-overlay .content .notification-switches-container.denied {
    opacity: .5
}

.notification-settings-overlay .content .notification-switches-container.denied ui-switch[aria-disabled=true] {
    opacity: 1
}

.notification-settings-overlay .content .notification-switches-container .title {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px
}

.notification-settings-overlay[dir=ltr] .content .notification-switches-container .title,
[dir=ltr] .notification-settings-overlay .content .notification-switches-container .title {
    margin-left: 15px;
    margin-bottom: 15px
}

.notification-settings-overlay[dir=rtl] .content .notification-switches-container .title,
[dir=rtl] .notification-settings-overlay .content .notification-switches-container .title {
    margin-right: 15px;
    margin-bottom: 15px
}

[apple-system-font-capable] .notification-settings-overlay .content .notification-switches-container .title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-settings-overlay .content .notification-settings-note {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-padding-start: 11px;
    padding-inline-start: 11px;
    -webkit-padding-end: 25px;
    padding-inline-end: 25px;
    -webkit-padding-before: 3px;
    padding-block-start: 3px
}

.notification-settings-overlay[dir=ltr] .content .notification-settings-note,
[dir=ltr] .notification-settings-overlay .content .notification-settings-note {
    padding-left: 11px;
    padding-right: 25px;
    padding-top: 3px
}

.notification-settings-overlay[dir=rtl] .content .notification-settings-note,
[dir=rtl] .notification-settings-overlay .content .notification-settings-note {
    padding-right: 11px;
    padding-left: 25px;
    padding-top: 3px
}

[apple-system-font-capable] .notification-settings-overlay .content .notification-settings-note {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-settings-overlay .content .notification-settings-note .learn-more {
    -webkit-padding-start: 5px;
    padding-inline-start: 5px
}

.notification-settings-overlay[dir=ltr] .content .notification-settings-note .learn-more,
[dir=ltr] .notification-settings-overlay .content .notification-settings-note .learn-more {
    padding-left: 5px
}

.notification-settings-overlay[dir=rtl] .content .notification-settings-note .learn-more,
[dir=rtl] .notification-settings-overlay .content .notification-settings-note .learn-more {
    padding-right: 5px
}

.notification-settings-overlay .content .notification-settings-note span.learn-more>a>span>svg {
    block-size: 6.5px !important;
    inline-size: 6.5px !important
}

.notification-settings-overlay[dir=ltr] .content .notification-settings-note span.learn-more>a>span>svg,
.notification-settings-overlay[dir=rtl] .content .notification-settings-note span.learn-more>a>span>svg,
[dir=ltr] .notification-settings-overlay .content .notification-settings-note span.learn-more>a>span>svg,
[dir=rtl] .notification-settings-overlay .content .notification-settings-note span.learn-more>a>span>svg {
    height: 6.5px !important;
    width: 6.5px !important
}

.notification-settings-overlay .content .calendar-note {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--theme-color-labelSecondary);
    max-inline-size: 515px;
    -webkit-padding-start: 11px;
    padding-inline-start: 11px;
    -webkit-padding-end: 25px;
    padding-inline-end: 25px;
    -webkit-margin-before: 45px;
    margin-block-start: 45px
}

.notification-settings-overlay[dir=ltr] .content .calendar-note,
[dir=ltr] .notification-settings-overlay .content .calendar-note {
    max-width: 515px;
    padding-left: 11px;
    padding-right: 25px;
    margin-top: 45px
}

.notification-settings-overlay[dir=rtl] .content .calendar-note,
[dir=rtl] .notification-settings-overlay .content .calendar-note {
    max-width: 515px;
    padding-right: 11px;
    padding-left: 25px;
    margin-top: 45px
}

[apple-system-font-capable] .notification-settings-overlay .content .calendar-note {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-settings-overlay .content .calendar-note .divider {
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    -webkit-border-after: 1px solid var(--theme-color-gray5);
    border-block-end: 1px solid var(--theme-color-gray5)
}

.notification-settings-overlay[dir=ltr] .content .calendar-note .divider,
.notification-settings-overlay[dir=rtl] .content .calendar-note .divider,
[dir=ltr] .notification-settings-overlay .content .calendar-note .divider,
[dir=rtl] .notification-settings-overlay .content .calendar-note .divider {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--theme-color-gray5)
}

.notification-settings-overlay .close-button {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.browser-notifications-success-alert svg,
.check-permission-alert svg,
.denied-alert svg {
    fill: var(--theme-color-systemBlue)
}

.browser-notifications-success-alert .title:before {
    content: "";
    background-repeat: no-repeat;
    width: 268px;
    height: 158px;
    display: inline-block;
    block-size: 20px;
    inline-size: 30px;
    background-size: 60px 60px;
    background-position: 50%;
    position: relative;
    inset-block-start: 2px
}

.browser-notifications-success-alert[dir=ltr] .title:before,
.browser-notifications-success-alert[dir=rtl] .title:before,
[dir=ltr] .browser-notifications-success-alert .title:before,
[dir=rtl] .browser-notifications-success-alert .title:before {
    height: 20px;
    width: 30px;
    top: 2px
}

.browser-notifications-success-alert .description {
    white-space: pre-wrap
}

.notification-switch-wrapper {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary)
}

.notification-switch-wrapper[dir=ltr],
[dir=ltr] .notification-switch-wrapper {
    margin-bottom: 20px;
    margin-left: 6px
}

.notification-switch-wrapper[dir=rtl],
[dir=rtl] .notification-switch-wrapper {
    margin-bottom: 20px;
    margin-right: 6px
}

[apple-system-font-capable] .notification-switch-wrapper {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.notification-switch-wrapper .description {
    -webkit-margin-start: 6px;
    margin-inline-start: 6px
}

.notification-switch-wrapper[dir=ltr] .description,
[dir=ltr] .notification-switch-wrapper .description {
    margin-left: 6px
}

.notification-switch-wrapper[dir=rtl] .description,
[dir=rtl] .notification-switch-wrapper .description {
    margin-right: 6px
}

.notification-switch-wrapper .notification-switch {
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.notification-switch-wrapper .notification-switch ui-switch.standard[aria-checked=true] {
    background-color: var(--theme-color-systemBlue)
}

.notification-switch-wrapper .notification-switch svg {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    fill: var(--theme-color-systemBlue)
}

.notification-switch-wrapper[dir=ltr] .notification-switch svg,
[dir=ltr] .notification-switch-wrapper .notification-switch svg {
    margin-right: 10px
}

.notification-switch-wrapper[dir=rtl] .notification-switch svg,
[dir=rtl] .notification-switch-wrapper .notification-switch svg {
    margin-left: 10px
}

.notification-switch-wrapper .notification-switch ui-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelPrimary)
}

[apple-system-font-capable] .notification-switch-wrapper .notification-switch ui-label {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.plan-card {
    border-radius: 24px;
    position: relative;
    block-size: 270px
}

.plan-card[dir=ltr],
.plan-card[dir=rtl],
[dir=ltr] .plan-card,
[dir=rtl] .plan-card {
    height: 270px
}

@media (max-width:759px) {
    .plan-card {
        block-size: 240px
    }
    .plan-card[dir=ltr],
    .plan-card[dir=rtl],
    [dir=ltr] .plan-card,
    [dir=rtl] .plan-card {
        height: 240px
    }
}

.plan-card .plan-card-content {
    padding-inline: 30px;
    padding-block: 30px 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    block-size: 100%
}

.plan-card[dir=ltr] .plan-card-content,
.plan-card[dir=rtl] .plan-card-content,
[dir=ltr] .plan-card .plan-card-content,
[dir=rtl] .plan-card .plan-card-content {
    height: 100%;
    padding: 30px
}

@media (max-width:759px) {
    .plan-card .plan-card-content {
        padding-inline: 20px;
        padding-block: 12px 20px
    }
    .plan-card[dir=ltr] .plan-card-content,
    .plan-card[dir=rtl] .plan-card-content,
    [dir=ltr] .plan-card .plan-card-content,
    [dir=rtl] .plan-card .plan-card-content {
        padding: 12px 20px 20px
    }
}

.plan-card .plan-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-before: auto;
    margin-block-start: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.plan-card[dir=ltr] .plan-card-info,
.plan-card[dir=rtl] .plan-card-info,
[dir=ltr] .plan-card .plan-card-info,
[dir=rtl] .plan-card .plan-card-info {
    margin-top: auto
}

.plan-card .wallpaper {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.plan-card[dir=ltr] .wallpaper,
.plan-card[dir=rtl] .wallpaper,
[dir=ltr] .plan-card .wallpaper,
[dir=rtl] .plan-card .wallpaper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.plan-card .wallpaper:after,
.plan-card .wallpaper:before {
    content: "";
    position: absolute;
    inset: 0
}

.plan-card[dir=ltr] .wallpaper:after,
.plan-card[dir=ltr] .wallpaper:before,
.plan-card[dir=rtl] .wallpaper:after,
.plan-card[dir=rtl] .wallpaper:before,
[dir=ltr] .plan-card .wallpaper:after,
[dir=ltr] .plan-card .wallpaper:before,
[dir=rtl] .plan-card .wallpaper:after,
[dir=rtl] .plan-card .wallpaper:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.plan-card .wallpaper img {
    -o-object-position: left -900px top -100px;
    object-position: left -900px top -100px;
    -o-object-fit: none;
    object-fit: none;
    mix-blend-mode: luminosity
}

[dir=rtl] .plan-card .wallpaper img {
    -o-object-position: right -450px top -150px;
    object-position: right -450px top -150px
}

@media (max-width:759px) {
    .plan-card .wallpaper img {
        -webkit-transform: scale(.86);
        transform: scale(.86);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -o-object-position: left -900px top -100;
        object-position: left -900px top -100
    }
    [dir=rtl] .plan-card .wallpaper img {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -o-object-position: right -450px top -150px;
        object-position: right -450px top -150px
    }
}

.plan-card.plus .wallpaper:before {
    background-color: var(--theme-color-systemBlue);
    -webkit-filter: saturate(1);
    filter: saturate(1)
}

@media (prefers-color-scheme:dark) {
    .plan-card.plus .wallpaper:before {
        -webkit-filter: saturate(.7);
        filter: saturate(.7)
    }
}

[data-appearance=dark] .plan-card.plus .wallpaper:before {
    -webkit-filter: saturate(.7);
    filter: saturate(.7)
}

.plan-card.plus .wallpaper:after,
[data-appearance=light] .plan-card.plus .wallpaper:before {
    -webkit-filter: saturate(1);
    filter: saturate(1)
}

.plan-card.plus .wallpaper:after {
    background: linear-gradient(105deg, rgba(3, 152, 221, .34), #c30282, #680145);
    mix-blend-mode: overlay
}

@media (prefers-color-scheme:dark) {
    .plan-card.plus .wallpaper:after {
        -webkit-filter: saturate(.7);
        filter: saturate(.7)
    }
}

[data-appearance=dark] .plan-card.plus .wallpaper:after {
    -webkit-filter: saturate(.7);
    filter: saturate(.7)
}

[data-appearance=light] .plan-card.plus .wallpaper:after {
    -webkit-filter: saturate(1);
    filter: saturate(1)
}

.plan-card.standard .wallpaper:before {
    background-color: var(--theme-color-systemBlue)
}

.plan-card.standard .wallpaper:after {
    background: linear-gradient(64deg, #619beb, #338ce3 46%, #2d7eeb);
    mix-blend-mode: overlay
}

@media (prefers-color-scheme:dark) {
    .plan-card.standard .wallpaper:after {
        background: linear-gradient(64deg, #375b78, #1b56a5 47%, #051554)
    }
}

[data-appearance=dark] .plan-card.standard .wallpaper:after {
    background: linear-gradient(64deg, #375b78, #1b56a5 47%, #051554)
}

[data-appearance=light] .plan-card.standard .wallpaper:after {
    background: linear-gradient(64deg, #619beb, #338ce3 46%, #2d7eeb)
}

.plan-card.lite .wallpaper:before {
    background-color: var(--theme-color-systemBlue);
    -webkit-filter: saturate(.3);
    filter: saturate(.3)
}

.plan-card.lite .wallpaper:after {
    background: linear-gradient(64deg, #619beb, #338ce3 46%, #2d7eeb);
    mix-blend-mode: overlay;
    -webkit-filter: saturate(.3);
    filter: saturate(.3)
}

@media (prefers-color-scheme:dark) {
    .plan-card.lite .wallpaper:after {
        background: linear-gradient(64deg, #375b78, #1b56a5 47%, #051554)
    }
}

[data-appearance=dark] .plan-card.lite .wallpaper:after {
    background: linear-gradient(64deg, #375b78, #1b56a5 47%, #051554)
}

[data-appearance=light] .plan-card.lite .wallpaper:after {
    background: linear-gradient(64deg, #619beb, #338ce3 46%, #2d7eeb)
}

.plan-card .shadow {
    inset-block-start: 20px;
    -webkit-filter: blur(11px);
    filter: blur(11px);
    -webkit-transform: scaleX(.98) translateZ(0);
    transform: scaleX(.98) translateZ(0)
}

.plan-card[dir=ltr] .shadow,
.plan-card[dir=rtl] .shadow,
[dir=ltr] .plan-card .shadow,
[dir=rtl] .plan-card .shadow {
    top: 20px
}

.plan-card .plan-card-title {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: var(--theme-color-systemWhite)
}

[apple-system-font-capable] .plan-card .plan-card-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .plan-card .plan-card-title {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 44px;
        font-weight: 600
    }
    [apple-system-font-capable] .plan-card .plan-card-title {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.plan-card .plan-card-description {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    color: hsla(var(--theme-color-systemWhite-h), var(--theme-color-systemWhite-s), -webkit-calc(var(--theme-color-systemWhite-l)), .6);
    color: hsla(var(--theme-color-systemWhite-h), var(--theme-color-systemWhite-s), calc(var(--theme-color-systemWhite-l)), .6)
}

[apple-system-font-capable] .plan-card .plan-card-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.plan-card .plan-card-links .link {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px
}

.plan-card .plan-card-links .link:not(:last-of-type) {
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.plan-card[dir=ltr] .plan-card-links .link:not(:last-of-type),
.plan-card[dir=rtl] .plan-card-links .link:not(:last-of-type),
[dir=ltr] .plan-card .plan-card-links .link:not(:last-of-type),
[dir=rtl] .plan-card .plan-card-links .link:not(:last-of-type) {
    margin-bottom: 10px
}

[apple-system-font-capable] .plan-card .plan-card-links .link {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.plan-card .plan-card-links .link a {
    text-decoration: none;
    color: var(--theme-color-systemWhite)
}

.plan-card .plan-card-links .link a.active:not([aria-disabled=true]):not(.disabled),
.plan-card .plan-card-links .link a:active:hover:not([aria-disabled=true]):not(.disabled) {
    -webkit-filter: opacity(.5);
    filter: opacity(.5)
}

.plan-card .plan-card-links .link a svg {
    fill: var(--theme-color-systemWhite);
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    vertical-align: middle
}

.plan-card[dir=ltr] .plan-card-links .link a svg,
[dir=ltr] .plan-card .plan-card-links .link a svg {
    margin-left: 5px
}

.plan-card[dir=rtl] .plan-card-links .link a svg,
[dir=rtl] .plan-card .plan-card-links .link a svg {
    margin-right: 5px
}

.plan-card .plan-card-links .link a.loading {
    cursor: default;
    opacity: .5
}

.plan-card .plan-card-links .link a ui-activity-indicator {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.plan-card[dir=ltr] .plan-card-links .link a ui-activity-indicator,
[dir=ltr] .plan-card .plan-card-links .link a ui-activity-indicator {
    margin-right: 5px
}

.plan-card[dir=rtl] .plan-card-links .link a ui-activity-indicator,
[dir=rtl] .plan-card .plan-card-links .link a ui-activity-indicator {
    margin-left: 5px
}

.plan-card .plan-card-links .link a ui-activity-indicator ui-spinner-nib {
    background-color: var(--theme-color-systemWhite)
}

.plan-card .quota {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: var(--theme-color-systemWhite);
    border-radius: 11px;
    padding-inline: 10px;
    padding-block: 10px
}

.plan-card[dir=ltr] .quota,
.plan-card[dir=rtl] .quota,
[dir=ltr] .plan-card .quota,
[dir=rtl] .plan-card .quota {
    padding: 10px
}

[apple-system-font-capable] .plan-card .quota {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.plan-card.plus .quota {
    background-color: rgba(26, 138, 150, .21)
}

.plan-card.lite .quota,
.plan-card.standard .quota {
    background-color: hsla(0, 0%, 100%, .21)
}

.look-me-up-by-email-modal-content .modal-icon svg {
    fill: var(--theme-color-systemBlue)
}

.look-me-up-by-email-modal-content .loading {
    text-align: center
}

.look-me-up-by-email-modal-content .look-me-up-by-email-list {
    padding-inline: 20px
}

.look-me-up-by-email-modal-content[dir=ltr] .look-me-up-by-email-list,
.look-me-up-by-email-modal-content[dir=rtl] .look-me-up-by-email-list,
[dir=ltr] .look-me-up-by-email-modal-content .look-me-up-by-email-list,
[dir=rtl] .look-me-up-by-email-modal-content .look-me-up-by-email-list {
    padding-left: 20px;
    padding-right: 20px
}

.look-me-up-by-email-modal-content .look-me-up-by-email-list .count {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    -webkit-margin-after: 8px;
    margin-block-end: 8px
}

.look-me-up-by-email-modal-content[dir=ltr] .look-me-up-by-email-list .count,
.look-me-up-by-email-modal-content[dir=rtl] .look-me-up-by-email-list .count,
[dir=ltr] .look-me-up-by-email-modal-content .look-me-up-by-email-list .count,
[dir=rtl] .look-me-up-by-email-modal-content .look-me-up-by-email-list .count {
    margin-bottom: 8px
}

[apple-system-font-capable] .look-me-up-by-email-modal-content .look-me-up-by-email-list .count {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.look-me-up-by-email-modal-content .look-me-up-by-email-list .description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.look-me-up-by-email-modal-content[dir=ltr] .look-me-up-by-email-list .description,
.look-me-up-by-email-modal-content[dir=rtl] .look-me-up-by-email-list .description,
[dir=ltr] .look-me-up-by-email-modal-content .look-me-up-by-email-list .description,
[dir=rtl] .look-me-up-by-email-modal-content .look-me-up-by-email-list .description {
    margin-bottom: 30px
}

[apple-system-font-capable] .look-me-up-by-email-modal-content .look-me-up-by-email-list .description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.look-me-up-by-email-modal-content .look-me-up-by-email-list [role=table] {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

[apple-system-font-capable] .look-me-up-by-email-modal-content .look-me-up-by-email-list [role=table] {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.look-me-up-by-email-modal-content .look-me-up-by-email-list [role=row] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.look-me-up-by-email-modal-content[dir=ltr] .look-me-up-by-email-list [role=row],
.look-me-up-by-email-modal-content[dir=rtl] .look-me-up-by-email-list [role=row],
[dir=ltr] .look-me-up-by-email-modal-content .look-me-up-by-email-list [role=row],
[dir=rtl] .look-me-up-by-email-modal-content .look-me-up-by-email-list [role=row] {
    margin-bottom: 20px
}

.look-me-up-by-email-modal-content .look-me-up-by-email-list [role=row] img {
    inline-size: 30px;
    block-size: 30px;
    margin-inline: 12px
}

.look-me-up-by-email-modal-content[dir=ltr] .look-me-up-by-email-list [role=row] img,
.look-me-up-by-email-modal-content[dir=rtl] .look-me-up-by-email-list [role=row] img,
[dir=ltr] .look-me-up-by-email-modal-content .look-me-up-by-email-list [role=row] img,
[dir=rtl] .look-me-up-by-email-modal-content .look-me-up-by-email-list [role=row] img {
    width: 30px;
    height: 30px;
    margin-left: 12px;
    margin-right: 12px
}

.look-me-up-by-email-modal-content .look-me-up-by-email-list .text-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.look-me-up-by-email-modal-content .empty-list .title {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.look-me-up-by-email-modal-content[dir=ltr] .empty-list .title,
.look-me-up-by-email-modal-content[dir=rtl] .empty-list .title,
[dir=ltr] .look-me-up-by-email-modal-content .empty-list .title,
[dir=rtl] .look-me-up-by-email-modal-content .empty-list .title {
    margin-bottom: 10px
}

[apple-system-font-capable] .look-me-up-by-email-modal-content .empty-list .title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.look-me-up-by-email-modal-content .empty-list .content {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .look-me-up-by-email-modal-content .empty-list .content {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.upgrade-plan-tiles {
    background-color: var(--theme-color-backgroundLayer1);
    -webkit-padding-before: 50px;
    padding-block-start: 50px;
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
    -webkit-margin-before: 80px;
    margin-block-start: 80px
}

.upgrade-plan-tiles[dir=ltr],
.upgrade-plan-tiles[dir=rtl],
[dir=ltr] .upgrade-plan-tiles,
[dir=rtl] .upgrade-plan-tiles {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px
}

@media (max-width:759px) {
    .upgrade-plan-tiles .application-content {
        padding-inline: 25px
    }
    .upgrade-plan-tiles[dir=ltr] .application-content,
    .upgrade-plan-tiles[dir=rtl] .application-content,
    [dir=ltr] .upgrade-plan-tiles .application-content,
    [dir=rtl] .upgrade-plan-tiles .application-content {
        padding-left: 25px;
        padding-right: 25px
    }
}

.upgrade-plan-tiles .upgrade-heading {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px
}

.upgrade-plan-tiles[dir=ltr] .upgrade-heading,
.upgrade-plan-tiles[dir=rtl] .upgrade-heading,
[dir=ltr] .upgrade-plan-tiles .upgrade-heading,
[dir=rtl] .upgrade-plan-tiles .upgrade-heading {
    margin-bottom: 15px
}

[apple-system-font-capable] .upgrade-plan-tiles .upgrade-heading {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .upgrade-plan-tiles .upgrade-heading {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        -webkit-margin-after: 35px;
        margin-block-end: 35px
    }
    .upgrade-plan-tiles[dir=ltr] .upgrade-heading,
    .upgrade-plan-tiles[dir=rtl] .upgrade-heading,
    [dir=ltr] .upgrade-plan-tiles .upgrade-heading,
    [dir=rtl] .upgrade-plan-tiles .upgrade-heading {
        margin-bottom: 35px
    }
    [apple-system-font-capable] .upgrade-plan-tiles .upgrade-heading {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.upgrade-plan-tiles .upgrade-description {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    max-inline-size: 680px;
    -webkit-margin-after: 60px;
    margin-block-end: 60px
}

.upgrade-plan-tiles[dir=ltr] .upgrade-description,
.upgrade-plan-tiles[dir=rtl] .upgrade-description,
[dir=ltr] .upgrade-plan-tiles .upgrade-description,
[dir=rtl] .upgrade-plan-tiles .upgrade-description {
    max-width: 680px;
    margin-bottom: 60px
}

[apple-system-font-capable] .upgrade-plan-tiles .upgrade-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .upgrade-plan-tiles .upgrade-description {
        font-family: SF Pro Text, Helvetica Neue, sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 25px
    }
    [apple-system-font-capable] .upgrade-plan-tiles .upgrade-description {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.upgrade-plan-tiles .tiles .info-tile.flex-tile .tile-content-img {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto
}

.upgrade-plan-tiles[dir=ltr] .tiles .info-tile.flex-tile .tile-content-img,
.upgrade-plan-tiles[dir=rtl] .tiles .info-tile.flex-tile .tile-content-img,
[dir=ltr] .upgrade-plan-tiles .tiles .info-tile.flex-tile .tile-content-img,
[dir=rtl] .upgrade-plan-tiles .tiles .info-tile.flex-tile .tile-content-img {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

.upgrade-plan-tiles .custom-email-domain,
.upgrade-plan-tiles .hide-my-email {
    color: var(--theme-color-gray4)
}

.upgrade-plan-tiles .custom-email-domain .background,
.upgrade-plan-tiles .hide-my-email .background {
    fill: var(--theme-color-systemWhite)
}

ui-button {
    display: inline-block;
    font-size: 14px;
    cursor: default
}

ui-button button {
    display: none
}

ui-button.push {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 8px;
    min-inline-size: 30px;
    font-size: 17px;
    padding-inline: 10px;
    block-size: 30px;
    font-size: 14px
}

[dir=ltr] ui-button.push,
[dir=rtl] ui-button.push,
ui-button.push[dir=ltr],
ui-button.push[dir=rtl] {
    min-width: 30px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px
}

ui-button.push svg {
    fill: currentColor
}

ui-button.push.icloud-touch {
    block-size: 44px;
    min-inline-size: 44px;
    padding-inline: 14px
}

[dir=ltr] ui-button.push.icloud-touch,
[dir=rtl] ui-button.push.icloud-touch,
ui-button.push.icloud-touch[dir=ltr],
ui-button.push.icloud-touch[dir=rtl] {
    height: 44px;
    min-width: 44px;
    padding-left: 14px;
    padding-right: 14px
}

ui-button.push.icloud-touch.large {
    block-size: 44px;
    min-inline-size: 44px
}

[dir=ltr] ui-button.push.icloud-touch.large,
[dir=rtl] ui-button.push.icloud-touch.large,
ui-button.push.icloud-touch.large[dir=ltr],
ui-button.push.icloud-touch.large[dir=rtl] {
    height: 44px;
    min-width: 44px
}

ui-button.push.disabled,
ui-button.push[aria-disabled=true] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

@media (prefers-color-scheme:dark) {
    ui-button.push.disabled,
    ui-button.push[aria-disabled=true] {
        opacity: .4
    }
}

[data-appearance=dark] ui-button.push.disabled,
[data-appearance=dark] ui-button.push[aria-disabled=true] {
    opacity: .4
}

[data-appearance=light] ui-button.push.disabled,
[data-appearance=light] ui-button.push[aria-disabled=true] {
    opacity: .3
}

ui-button.push:focus:not([aria-disabled=true]):not(.disabled) {
    -webkit-box-shadow: inset 0 0 0 3px var(--theme-color-tintBlueOpaque);
    box-shadow: inset 0 0 0 3px var(--theme-color-tintBlueOpaque);
    background-color: var(--theme-color-fillTertiary)
}

ui-button.push:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-systemWhite);
    content: "";
    position: absolute;
    inset-block-start: 3px;
    inset-inline-end: 3px;
    inset-block-end: 3px;
    inset-inline-start: 3px;
    border-radius: 5px
}

[dir=ltr] ui-button.push:focus:not([aria-disabled=true]):not(.disabled):before,
[dir=rtl] ui-button.push:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.push[dir=ltr]:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.push[dir=rtl]:focus:not([aria-disabled=true]):not(.disabled):before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
}

@media (prefers-color-scheme:dark) {
    ui-button.push:focus:not([aria-disabled=true]):not(.disabled):before {
        border: 1px solid var(--theme-color-gray5)
    }
}

[data-appearance=dark] ui-button.push:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-gray5)
}

[data-appearance=light] ui-button.push:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-systemWhite)
}

@media (pointer:fine) {
    ui-button.push:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        background: var(--theme-color-fillTertiary)
    }
}

ui-button.push.large {
    block-size: 36px;
    font-size: 17px
}

[dir=ltr] ui-button.push.large,
[dir=rtl] ui-button.push.large,
ui-button.push.large[dir=ltr],
ui-button.push.large[dir=rtl] {
    height: 36px
}

@media (pointer:fine) {
    ui-button.push.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .3;
        cursor: default;
        pointer-events: none
    }
}

ui-button.push.primary {
    font-weight: 600
}

ui-button.push.secondary {
    font-weight: 400
}

ui-button.push.neutral {
    color: var(--theme-color-labelPrimary)
}

ui-button.push.neutral.active:not([aria-disabled=true]):not(.disabled),
ui-button.push.neutral:active:hover:not([aria-disabled=true]):not(.disabled) {
    color: var(--theme-color-labelQuaternary)
}

ui-button.push.icon {
    block-size: 28px;
    min-inline-size: 28px;
    padding-inline: 6px
}

[dir=ltr] ui-button.push.icon,
[dir=rtl] ui-button.push.icon,
ui-button.push.icon[dir=ltr],
ui-button.push.icon[dir=rtl] {
    height: 28px;
    min-width: 28px;
    padding-left: 6px;
    padding-right: 6px
}

ui-button.push.icon svg {
    inline-size: 17px;
    block-size: 17px
}

[dir=ltr] ui-button.push.icon svg,
[dir=rtl] ui-button.push.icon svg,
ui-button.push.icon[dir=ltr] svg,
ui-button.push.icon[dir=rtl] svg {
    width: 17px;
    height: 17px
}

ui-button.push.icon.icloud-touch {
    block-size: 34px;
    min-inline-size: 34px;
    padding-inline: 8px
}

[dir=ltr] ui-button.push.icon.icloud-touch,
[dir=rtl] ui-button.push.icon.icloud-touch,
ui-button.push.icon.icloud-touch[dir=ltr],
ui-button.push.icon.icloud-touch[dir=rtl] {
    height: 34px;
    min-width: 34px;
    padding-left: 8px;
    padding-right: 8px
}

ui-button.push.icon.icloud-touch svg {
    block-size: 20px;
    inline-size: 20px
}

[dir=ltr] ui-button.push.icon.icloud-touch svg,
[dir=rtl] ui-button.push.icon.icloud-touch svg,
ui-button.push.icon.icloud-touch[dir=ltr] svg,
ui-button.push.icon.icloud-touch[dir=rtl] svg {
    height: 20px;
    width: 20px
}

ui-button.push.icon:focus:not([aria-disabled=true]):not(.disabled) {
    -webkit-box-shadow: inset 0 0 0 3px var(--theme-color-tintBlueOpaque);
    box-shadow: inset 0 0 0 3px var(--theme-color-tintBlueOpaque)
}

ui-button.push.icon:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-systemWhite);
    content: "";
    position: absolute;
    inset-block-start: 3px;
    inset-inline-end: 3px;
    inset-block-end: 3px;
    inset-inline-start: 3px;
    border-radius: 5px
}

[dir=ltr] ui-button.push.icon:focus:not([aria-disabled=true]):not(.disabled):before,
[dir=rtl] ui-button.push.icon:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.push.icon[dir=ltr]:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.push.icon[dir=rtl]:focus:not([aria-disabled=true]):not(.disabled):before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
}

@media (prefers-color-scheme:dark) {
    ui-button.push.icon:focus:not([aria-disabled=true]):not(.disabled):before {
        border: 1px solid var(--theme-color-gray5)
    }
}

[data-appearance=dark] ui-button.push.icon:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-gray5)
}

[data-appearance=light] ui-button.push.icon:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-systemWhite)
}

ui-button.push:not(.neutral) {
    color: var(--theme-color-appTint)
}

ui-button.push.active:not([aria-disabled=true]):not(.disabled),
ui-button.push:active:hover:not([aria-disabled=true]):not(.disabled) {
    background-color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), -webkit-calc(var(--theme-color-appTint-l)), var(--theme-opacity-background-active));
    background-color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), calc(var(--theme-color-appTint-l)), var(--theme-opacity-background-active))
}

ui-button.push.active:not([aria-disabled=true]):not(.disabled):not(.neutral),
ui-button.push:active:hover:not([aria-disabled=true]):not(.disabled):not(.neutral) {
    color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), -webkit-calc(var(--theme-color-appTint-l)), var(--theme-opacity-text-active));
    color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), calc(var(--theme-color-appTint-l)), var(--theme-opacity-text-active))
}

ui-button.push.pressed {
    background-color: var(--theme-color-appTint);
    color: var(--theme-color-systemWhite);
    opacity: .3;
    cursor: default;
    pointer-events: none
}

@media (prefers-color-scheme:dark) {
    ui-button.push.pressed {
        opacity: .4
    }
}

[data-appearance=dark] ui-button.push.pressed {
    opacity: .4
}

[data-appearance=light] ui-button.push.pressed {
    opacity: .3
}

@media (pointer:fine) {
    ui-button.push.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        background-color: var(--theme-color-appTint);
        color: var(--theme-color-systemWhite);
        opacity: .3;
        cursor: default;
        pointer-events: none
    }
}

@media (pointer:fine) and (prefers-color-scheme:dark) {
    ui-button.push.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .4
    }
}

@media (pointer:fine) {
    [data-appearance=dark] ui-button.push.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .4
    }
    [data-appearance=light] ui-button.push.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .3
    }
}

ui-button.push.destructive {
    color: var(--theme-color-systemRed);
    -webkit-transition: none;
    transition: none
}

ui-button.push.destructive.active:not([aria-disabled=true]):not(.disabled),
ui-button.push.destructive.pressed,
ui-button.push.destructive:active:hover:not([aria-disabled=true]):not(.disabled) {
    background-color: var(--theme-color-fillPrimary);
    color: hsla(var(--theme-color-systemRed-h), var(--theme-color-systemRed-s), -webkit-calc(var(--theme-color-systemRed-l)), var(--theme-opacity-text-active));
    color: hsla(var(--theme-color-systemRed-h), var(--theme-color-systemRed-s), calc(var(--theme-color-systemRed-l)), var(--theme-opacity-text-active))
}

ui-button.push.destructive.pressed {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

@media (prefers-color-scheme:dark) {
    ui-button.push.destructive.pressed {
        opacity: .4
    }
}

[data-appearance=dark] ui-button.push.destructive.pressed {
    opacity: .4
}

[data-appearance=light] ui-button.push.destructive.pressed {
    opacity: .3
}

@media (pointer:fine) {
    ui-button.push.destructive.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        background-color: var(--theme-color-fillPrimary);
        color: hsla(var(--theme-color-systemRed-h), var(--theme-color-systemRed-s), -webkit-calc(var(--theme-color-systemRed-l)), var(--theme-opacity-text-active));
        color: hsla(var(--theme-color-systemRed-h), var(--theme-color-systemRed-s), calc(var(--theme-color-systemRed-l)), var(--theme-opacity-text-active));
        opacity: .3;
        cursor: default;
        pointer-events: none
    }
}

@media (pointer:fine) and (prefers-color-scheme:dark) {
    ui-button.push.destructive.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .4
    }
}

@media (pointer:fine) {
    [data-appearance=dark] ui-button.push.destructive.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .4
    }
    [data-appearance=light] ui-button.push.destructive.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .3
    }
}

ui-button.block,
ui-button.push.block {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -ms-touch-action: manipulation;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    touch-action: manipulation;
    border-radius: 8px;
    padding-inline: 16px;
    block-size: 30px;
    font-size: 14px
}

[dir=ltr] ui-button.block,
[dir=ltr] ui-button.push.block,
[dir=rtl] ui-button.block,
[dir=rtl] ui-button.push.block,
ui-button.block[dir=ltr],
ui-button.block[dir=rtl],
ui-button.push.block[dir=ltr],
ui-button.push.block[dir=rtl] {
    height: 30px;
    padding-left: 16px;
    padding-right: 16px
}

ui-button.block svg,
ui-button.push.block svg {
    fill: currentColor
}

ui-button.block.disabled,
ui-button.block[aria-disabled=true],
ui-button.push.block.disabled,
ui-button.push.block[aria-disabled=true] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

@media (prefers-color-scheme:dark) {
    ui-button.block.disabled,
    ui-button.block[aria-disabled=true],
    ui-button.push.block.disabled,
    ui-button.push.block[aria-disabled=true] {
        opacity: .4
    }
}

[data-appearance=dark] ui-button.block.disabled,
[data-appearance=dark] ui-button.block[aria-disabled=true],
[data-appearance=dark] ui-button.push.block.disabled,
[data-appearance=dark] ui-button.push.block[aria-disabled=true] {
    opacity: .4
}

[data-appearance=light] ui-button.block.disabled,
[data-appearance=light] ui-button.block[aria-disabled=true],
[data-appearance=light] ui-button.push.block.disabled,
[data-appearance=light] ui-button.push.block[aria-disabled=true] {
    opacity: .3
}

ui-button.block:focus:not([aria-disabled=true]):not(.disabled),
ui-button.push.block:focus:not([aria-disabled=true]):not(.disabled) {
    -webkit-box-shadow: inset 0 0 0 3px var(--theme-color-tintBlueOpaque);
    box-shadow: inset 0 0 0 3px var(--theme-color-tintBlueOpaque)
}

ui-button.block:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.push.block:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-systemWhite);
    content: "";
    position: absolute;
    inset-block-start: 3px;
    inset-inline-end: 3px;
    inset-block-end: 3px;
    inset-inline-start: 3px;
    border-radius: 5px
}

[dir=ltr] ui-button.block:focus:not([aria-disabled=true]):not(.disabled):before,
[dir=ltr] ui-button.push.block:focus:not([aria-disabled=true]):not(.disabled):before,
[dir=rtl] ui-button.block:focus:not([aria-disabled=true]):not(.disabled):before,
[dir=rtl] ui-button.push.block:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.block[dir=ltr]:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.block[dir=rtl]:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.push.block[dir=ltr]:focus:not([aria-disabled=true]):not(.disabled):before,
ui-button.push.block[dir=rtl]:focus:not([aria-disabled=true]):not(.disabled):before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
}

@media (prefers-color-scheme:dark) {
    ui-button.block:focus:not([aria-disabled=true]):not(.disabled):before,
    ui-button.push.block:focus:not([aria-disabled=true]):not(.disabled):before {
        border: 1px solid var(--theme-color-gray5)
    }
}

[data-appearance=dark] ui-button.block:focus:not([aria-disabled=true]):not(.disabled):before,
[data-appearance=dark] ui-button.push.block:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-gray5)
}

[data-appearance=light] ui-button.block:focus:not([aria-disabled=true]):not(.disabled):before,
[data-appearance=light] ui-button.push.block:focus:not([aria-disabled=true]):not(.disabled):before {
    border: 1px solid var(--theme-color-systemWhite)
}

ui-button.block.large,
ui-button.push.block.large {
    block-size: 36px;
    font-size: 17px
}

[dir=ltr] ui-button.block.large,
[dir=ltr] ui-button.push.block.large,
[dir=rtl] ui-button.block.large,
[dir=rtl] ui-button.push.block.large,
ui-button.block.large[dir=ltr],
ui-button.block.large[dir=rtl],
ui-button.push.block.large[dir=ltr],
ui-button.push.block.large[dir=rtl] {
    height: 36px
}

ui-button.block.pressed,
ui-button.push.block.pressed {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

@media (prefers-color-scheme:dark) {
    ui-button.block.pressed,
    ui-button.push.block.pressed {
        opacity: .4
    }
}

[data-appearance=dark] ui-button.block.pressed,
[data-appearance=dark] ui-button.push.block.pressed {
    opacity: .4
}

[data-appearance=light] ui-button.block.pressed,
[data-appearance=light] ui-button.push.block.pressed {
    opacity: .3
}

@media (pointer:fine) {
    ui-button.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled),
    ui-button.push.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .3;
        cursor: default;
        pointer-events: none
    }
}

@media (pointer:fine) and (prefers-color-scheme:dark) {
    ui-button.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled),
    ui-button.push.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .4
    }
}

@media (pointer:fine) {
    [data-appearance=dark] ui-button.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled),
    [data-appearance=dark] ui-button.push.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .4
    }
    [data-appearance=light] ui-button.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled),
    [data-appearance=light] ui-button.push.block.pressed:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        opacity: .3
    }
}

ui-button.block.neutral,
ui-button.push.block.neutral {
    background-color: var(--theme-color-gray1);
    color: var(--theme-color-systemWhite)
}

@media (pointer:fine) {
    ui-button.block.neutral:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled),
    ui-button.push.block.neutral:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        background-color: hsla(var(--theme-color-gray1-h), var(--theme-color-gray1-s), -webkit-calc(var(--theme-color-gray1-l) - var(--theme-darken-background-hover)), 1);
        background-color: hsla(var(--theme-color-gray1-h), var(--theme-color-gray1-s), calc(var(--theme-color-gray1-l) - var(--theme-darken-background-hover)), 1)
    }
}

ui-button.block.neutral.active:not([aria-disabled=true]):not(.disabled),
ui-button.block.neutral:active:hover:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.neutral.active:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.neutral:active:hover:not([aria-disabled=true]):not(.disabled) {
    background-color: hsla(var(--theme-color-gray1-h), var(--theme-color-gray1-s), -webkit-calc(var(--theme-color-gray1-l) - var(--theme-darken-background-active)), 1);
    background-color: hsla(var(--theme-color-gray1-h), var(--theme-color-gray1-s), calc(var(--theme-color-gray1-l) - var(--theme-darken-background-active)), 1);
    color: hsla(var(--theme-color-systemWhite-h), var(--theme-color-systemWhite-s), -webkit-calc(var(--theme-color-systemWhite-l)), var(--theme-opacity-text-active));
    color: hsla(var(--theme-color-systemWhite-h), var(--theme-color-systemWhite-s), calc(var(--theme-color-systemWhite-l)), var(--theme-opacity-text-active))
}

ui-button.block.secondary,
ui-button.push.block.secondary {
    background-color: var(--theme-color-gray5);
    color: var(--theme-color-labelPrimary)
}

@media (prefers-color-scheme:dark) {
    ui-button.block.secondary,
    ui-button.push.block.secondary {
        background-color: var(--theme-color-gray4)
    }
}

[data-appearance=dark] ui-button.block.secondary,
[data-appearance=dark] ui-button.push.block.secondary {
    background-color: var(--theme-color-gray4)
}

[data-appearance=light] ui-button.block.secondary,
[data-appearance=light] ui-button.push.block.secondary {
    background-color: var(--theme-color-gray5)
}

@media (pointer:fine) {
    ui-button.block.secondary:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled),
    ui-button.push.block.secondary:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        background-color: hsla(var(--theme-color-gray5-h), var(--theme-color-gray5-s), -webkit-calc(var(--theme-color-gray5-l) - var(--theme-darken-background-hover)), 1);
        background-color: hsla(var(--theme-color-gray5-h), var(--theme-color-gray5-s), calc(var(--theme-color-gray5-l) - var(--theme-darken-background-hover)), 1)
    }
}

ui-button.block.secondary.active:not([aria-disabled=true]):not(.disabled),
ui-button.block.secondary:active:hover:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.secondary.active:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.secondary:active:hover:not([aria-disabled=true]):not(.disabled) {
    background-color: hsla(var(--theme-color-gray5-h), var(--theme-color-gray5-s), -webkit-calc(var(--theme-color-gray5-l) - var(--theme-darken-background-active)), 1);
    background-color: hsla(var(--theme-color-gray5-h), var(--theme-color-gray5-s), calc(var(--theme-color-gray5-l) - var(--theme-darken-background-active)), 1);
    color: var(--theme-color-labelQuaternary)
}

ui-button.block.secondary.destructive,
ui-button.push.block.secondary.destructive {
    color: var(--theme-color-systemRed)
}

ui-button.block.secondary.destructive.active:not([aria-disabled=true]):not(.disabled),
ui-button.block.secondary.destructive:active:hover:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.secondary.destructive.active:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.secondary.destructive:active:hover:not([aria-disabled=true]):not(.disabled) {
    color: hsla(var(--theme-color-systemRed-h), var(--theme-color-systemRed-s), -webkit-calc(var(--theme-color-systemRed-l)), var(--theme-opacity-text-active));
    color: hsla(var(--theme-color-systemRed-h), var(--theme-color-systemRed-s), calc(var(--theme-color-systemRed-l)), var(--theme-opacity-text-active))
}

ui-button.block.icon,
ui-button.push.block.icon {
    block-size: 28px;
    min-inline-size: 28px;
    padding-inline: 6px
}

[dir=ltr] ui-button.block.icon,
[dir=ltr] ui-button.push.block.icon,
[dir=rtl] ui-button.block.icon,
[dir=rtl] ui-button.push.block.icon,
ui-button.block.icon[dir=ltr],
ui-button.block.icon[dir=rtl],
ui-button.push.block.icon[dir=ltr],
ui-button.push.block.icon[dir=rtl] {
    height: 28px;
    min-width: 28px;
    padding-left: 6px;
    padding-right: 6px
}

ui-button.block.icon svg,
ui-button.push.block.icon svg {
    inline-size: 17px;
    block-size: 17px
}

[dir=ltr] ui-button.block.icon svg,
[dir=ltr] ui-button.push.block.icon svg,
[dir=rtl] ui-button.block.icon svg,
[dir=rtl] ui-button.push.block.icon svg,
ui-button.block.icon[dir=ltr] svg,
ui-button.block.icon[dir=rtl] svg,
ui-button.push.block.icon[dir=ltr] svg,
ui-button.push.block.icon[dir=rtl] svg {
    width: 17px;
    height: 17px
}

ui-button.block.icon.icloud-touch,
ui-button.push.block.icon.icloud-touch {
    block-size: 34px;
    min-inline-size: 34px;
    padding-inline: 8px
}

[dir=ltr] ui-button.block.icon.icloud-touch,
[dir=ltr] ui-button.push.block.icon.icloud-touch,
[dir=rtl] ui-button.block.icon.icloud-touch,
[dir=rtl] ui-button.push.block.icon.icloud-touch,
ui-button.block.icon.icloud-touch[dir=ltr],
ui-button.block.icon.icloud-touch[dir=rtl],
ui-button.push.block.icon.icloud-touch[dir=ltr],
ui-button.push.block.icon.icloud-touch[dir=rtl] {
    height: 34px;
    min-width: 34px;
    padding-left: 8px;
    padding-right: 8px
}

ui-button.block.icon.icloud-touch svg,
ui-button.push.block.icon.icloud-touch svg {
    block-size: 20px;
    inline-size: 20px
}

[dir=ltr] ui-button.block.icon.icloud-touch svg,
[dir=ltr] ui-button.push.block.icon.icloud-touch svg,
[dir=rtl] ui-button.block.icon.icloud-touch svg,
[dir=rtl] ui-button.push.block.icon.icloud-touch svg,
ui-button.block.icon.icloud-touch[dir=ltr] svg,
ui-button.block.icon.icloud-touch[dir=rtl] svg,
ui-button.push.block.icon.icloud-touch[dir=ltr] svg,
ui-button.push.block.icon.icloud-touch[dir=rtl] svg {
    height: 20px;
    width: 20px
}

ui-button.block.primary:not(.neutral),
ui-button.push.block.primary:not(.neutral) {
    background-color: var(--theme-color-appTint);
    color: var(--theme-color-systemWhite)
}

@media (pointer:fine) {
    ui-button.block.primary:not(.neutral):hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled),
    ui-button.push.block.primary:not(.neutral):hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        background-color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), -webkit-calc(var(--theme-color-appTint-l) - var(--theme-darken-background-hover)), 1);
        background-color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), calc(var(--theme-color-appTint-l) - var(--theme-darken-background-hover)), 1)
    }
}

ui-button.block.primary:not(.neutral).active:not([aria-disabled=true]):not(.disabled),
ui-button.block.primary:not(.neutral):active:hover:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.primary:not(.neutral).active:not([aria-disabled=true]):not(.disabled),
ui-button.push.block.primary:not(.neutral):active:hover:not([aria-disabled=true]):not(.disabled) {
    background-color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), -webkit-calc(var(--theme-color-appTint-l) - var(--theme-darken-background-active)), 1);
    background-color: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), calc(var(--theme-color-appTint-l) - var(--theme-darken-background-active)), 1);
    color: hsla(var(--theme-color-systemWhite-h), var(--theme-color-systemWhite-s), -webkit-calc(var(--theme-color-systemWhite-l)), var(--theme-opacity-text-active));
    color: hsla(var(--theme-color-systemWhite-h), var(--theme-color-systemWhite-s), calc(var(--theme-color-systemWhite-l)), var(--theme-opacity-text-active))
}

.image-picker {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    block-size: 100%;
    border-radius: 8px 8px 0 0
}

.image-picker[dir=ltr],
.image-picker[dir=rtl],
[dir=ltr] .image-picker,
[dir=rtl] .image-picker {
    height: 100%
}

.image-picker .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    inline-size: -webkit-calc(100% + 40px);
    inline-size: calc(100% + 40px);
    margin-inline: -20px;
    padding-inline: 20px
}

.image-picker[dir=ltr] .content,
.image-picker[dir=rtl] .content,
[dir=ltr] .image-picker .content,
[dir=rtl] .image-picker .content {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

.image-picker ui-image img:not([src]),
.image-picker ui-image img[src=""] {
    display: none
}

.image-picker:not(.is-loading) .scroll-container:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.image-picker:not(.is-loading) .scroll-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.image-picker * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.image-picker .error-message {
    display: none
}

.image-picker .image-wrapper {
    position: relative;
    overflow: hidden;
    inline-size: 284px;
    block-size: 284px;
    min-inline-size: 284px;
    min-block-size: 284px;
    border-radius: 8px;
    -webkit-margin-before: 55px;
    margin-block-start: 55px
}

.image-picker[dir=ltr] .image-wrapper,
.image-picker[dir=rtl] .image-wrapper,
[dir=ltr] .image-picker .image-wrapper,
[dir=rtl] .image-picker .image-wrapper {
    width: 284px;
    height: 284px;
    min-width: 284px;
    min-height: 284px;
    margin-top: 55px
}

.image-picker .image-wrapper.drag-over svg.image-picker-mask .circle,
.image-picker .image-wrapper.drag-over svg.image-picker-mask .square {
    stroke: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), -webkit-calc(var(--theme-color-appTint-l)), .5);
    stroke: hsla(var(--theme-color-appTint-h), var(--theme-color-appTint-s), calc(var(--theme-color-appTint-l)), .5)
}

.image-picker .image-wrapper.drag-over svg.image-picker-mask .square {
    stroke-width: 6px
}

.image-picker .image-wrapper.drag-over svg.image-picker-mask .circle {
    stroke-width: 3px
}

.image-picker.drag-over.has-error .error-message,
.image-picker.drag-over .loading-indicator,
.image-picker.drag-over .scroll-container,
.image-picker.no-image.has-error .error-message,
.image-picker.no-image .loading-indicator,
.image-picker.no-image .scroll-container {
    display: none
}

.image-picker .title-icon svg {
    fill: var(--theme-color-systemBlue);
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.image-picker[dir=ltr] .title-icon svg,
.image-picker[dir=rtl] .title-icon svg,
[dir=ltr] .image-picker .title-icon svg,
[dir=rtl] .image-picker .title-icon svg {
    margin-top: 40px;
    margin-bottom: 20px
}

.image-picker .close-button {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    inline-size: 100%;
    position: absolute;
    -webkit-margin-before: -20px;
    margin-block-start: -20px;
    -webkit-padding-before: 20px;
    padding-block-start: 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.image-picker[dir=ltr] .close-button,
.image-picker[dir=rtl] .close-button,
[dir=ltr] .image-picker .close-button,
[dir=rtl] .image-picker .close-button {
    width: 100%;
    margin-top: -20px;
    padding-top: 20px
}

.image-picker .close-button ui-button.modal-close-button.active:not([aria-disabled=true]):not(.disabled) svg,
.image-picker .close-button ui-button.modal-close-button:active:hover:not([aria-disabled=true]):not(.disabled) svg {
    fill: var(--theme-color-systemWhite)
}

.image-picker .close-button ui-button.modal-close-button svg {
    fill: var(--theme-color-labelPrimary)
}

.image-picker .scroll-container {
    display: block;
    position: relative;
    inline-size: 100%;
    block-size: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.image-picker[dir=ltr] .scroll-container,
.image-picker[dir=rtl] .scroll-container,
[dir=ltr] .image-picker .scroll-container,
[dir=rtl] .image-picker .scroll-container {
    width: 100%;
    height: 100%
}

.image-picker .scroll-container::-webkit-scrollbar {
    width: 0;
    height: 0
}

.image-picker .scroll-container ui-image {
    position: absolute;
    -ms-touch-action: none;
    touch-action: none;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.image-picker .scroll-container img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    pointer-events: none
}

.image-picker .image-picker-mask {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.image-picker[dir=ltr] .image-picker-mask,
.image-picker[dir=rtl] .image-picker-mask,
[dir=ltr] .image-picker .image-picker-mask,
[dir=rtl] .image-picker .image-picker-mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.image-picker .instructions-label {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    -webkit-margin-before: 54px;
    margin-block-start: 54px;
    text-align: center;
    padding-inline: 10px;
    padding-block: 0;
    position: relative;
    max-inline-size: 450px;
    color: var(--theme-color-labelSecondary)
}

.image-picker[dir=ltr] .instructions-label,
.image-picker[dir=rtl] .instructions-label,
[dir=ltr] .image-picker .instructions-label,
[dir=rtl] .image-picker .instructions-label {
    margin-top: 54px;
    max-width: 450px;
    padding: 0 10px
}

[apple-system-font-capable] .image-picker .instructions-label {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.image-picker .instructions-label.muted {
    opacity: .5
}

.image-picker ui-button.file-upload {
    margin-inline: auto;
    margin-block: 10px;
    text-align: center
}

.image-picker[dir=ltr] ui-button.file-upload,
.image-picker[dir=rtl] ui-button.file-upload,
[dir=ltr] .image-picker ui-button.file-upload,
[dir=rtl] .image-picker ui-button.file-upload {
    margin: 10px auto
}

.image-picker ui-button.file-upload[aria-disabled=true] {
    opacity: .5
}

.image-picker ui-button.file-upload input {
    display: none
}

.image-picker .controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    inline-size: 284px
}

.image-picker[dir=ltr] .controls,
.image-picker[dir=rtl] .controls,
[dir=ltr] .image-picker .controls,
[dir=rtl] .image-picker .controls {
    margin-top: 20px;
    width: 284px
}

.image-picker .button-container {
    background-color: var(--theme-color-fillQuaternary);
    -webkit-margin-before: auto;
    margin-block-start: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-inline: 30px;
    inline-size: -webkit-calc(100% + 40px);
    inline-size: calc(100% + 40px);
    -webkit-margin-after: -20px;
    margin-block-end: -20px;
    padding-block: 20px;
    -webkit-border-before: .5px solid var(--theme-color-gray4);
    border-block-start: .5px solid var(--theme-color-gray4)
}

.image-picker[dir=ltr] .button-container,
.image-picker[dir=rtl] .button-container,
[dir=ltr] .image-picker .button-container,
[dir=rtl] .image-picker .button-container {
    margin-top: auto;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-bottom: -20px;
    border-top: .5px solid var(--theme-color-gray4);
    padding: 20px 30px
}

.image-picker .loading-indicator {
    position: absolute;
    opacity: 0
}

.image-picker .loading-indicator ui-activity-indicator {
    display: block;
    margin-inline: auto
}

.image-picker[dir=ltr] .loading-indicator ui-activity-indicator,
.image-picker[dir=rtl] .loading-indicator ui-activity-indicator,
[dir=ltr] .image-picker .loading-indicator ui-activity-indicator,
[dir=rtl] .image-picker .loading-indicator ui-activity-indicator {
    margin-left: auto;
    margin-right: auto
}

.image-picker .drop-zone-label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.image-picker .drop-zone-label .icon {
    inline-size: 100px;
    block-size: 100px;
    fill: var(--theme-color-systemWhite);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.image-picker[dir=ltr] .drop-zone-label .icon,
.image-picker[dir=rtl] .drop-zone-label .icon,
[dir=ltr] .image-picker .drop-zone-label .icon,
[dir=rtl] .image-picker .drop-zone-label .icon {
    width: 100px;
    height: 100px
}

.image-picker.is-loading .loading-indicator {
    -webkit-animation: icloud-keyframes-fadeIn .25s ease-in .25s;
    animation: icloud-keyframes-fadeIn .25s ease-in .25s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-picker.is-loading ui-image {
    opacity: 0
}

.image-picker.has-error .loading-indicator,
.image-picker.has-error .scroll-container {
    display: none
}

.image-picker.has-error .error-message {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

ui-pane.is-opening .image-picker {
    -webkit-animation: icloud-keyframes-fadeIn .2s ease;
    animation: icloud-keyframes-fadeIn .2s ease
}

ui-pane.is-closing .image-picker {
    -webkit-animation: icloud-keyframes-fadeOut .2s ease forwards;
    animation: icloud-keyframes-fadeOut .2s ease forwards
}

ui-pane.for-image-picker ui-popup[role=dialog] {
    inline-size: 690px;
    block-size: 850px
}

[dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog],
[dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog],
ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog],
ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog] {
    width: 690px;
    height: 850px
}

ui-pane.for-image-picker ui-popup[role=dialog].regular ui-button.compact-done-button {
    display: none
}

ui-pane.for-image-picker ui-popup[role=dialog].compact {
    margin: 0;
    border-radius: 0;
    block-size: 100%;
    max-height: unset
}

[dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog].compact,
[dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog].compact,
ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog].compact,
ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog].compact {
    height: 100%
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .image-picker {
    block-size: 100%
}

[dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog].compact .image-picker,
[dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog].compact .image-picker,
ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog].compact .image-picker,
ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog].compact .image-picker {
    height: 100%
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container ui-button.push {
    inline-size: 250px;
    margin-inline: auto
}

[dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container ui-button.push,
[dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container ui-button.push,
ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog].compact .button-container ui-button.push,
ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog].compact .button-container ui-button.push {
    width: 250px;
    margin-left: auto;
    margin-right: auto
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container ui-button.push:first-child {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

[dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container ui-button.push:first-child,
[dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container ui-button.push:first-child,
ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog].compact .button-container ui-button.push:first-child,
ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog].compact .button-container ui-button.push:first-child {
    margin-bottom: 20px
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container ui-button.regular-done-button {
    display: none
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container .compact-done-button {
    -webkit-margin-after: 5px;
    margin-block-end: 5px
}

[dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container .compact-done-button,
[dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog].compact .button-container .compact-done-button,
ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog].compact .button-container .compact-done-button,
ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog].compact .button-container .compact-done-button {
    margin-bottom: 5px
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .instructions-label {
    display: none
}

ui-pane.for-image-picker ui-popup[role=dialog].compact .file-upload {
    -webkit-margin-before: 25px;
    margin-block-start: 25px;
    max-inline-size: 210px
}

[dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog].compact .file-upload,
[dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog].compact .file-upload,
ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog].compact .file-upload,
ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog].compact .file-upload {
    margin-top: 25px;
    max-width: 210px
}

@media (max-width:759px) {
    ui-pane.for-image-picker ui-popup[role=dialog].compact .file-upload {
        max-inline-size: 300px
    }
    [dir=ltr] ui-pane.for-image-picker ui-popup[role=dialog].compact .file-upload,
    [dir=rtl] ui-pane.for-image-picker ui-popup[role=dialog].compact .file-upload,
    ui-pane.for-image-picker[dir=ltr] ui-popup[role=dialog].compact .file-upload,
    ui-pane.for-image-picker[dir=rtl] ui-popup[role=dialog].compact .file-upload {
        max-width: 300px
    }
}

.zoom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    inline-size: 150px
}

.zoom-control[dir=ltr],
.zoom-control[dir=rtl],
[dir=ltr] .zoom-control,
[dir=rtl] .zoom-control {
    width: 150px
}

.zoom-control.disabled .label-container {
    opacity: .5
}

.zoom-control ui-slider.standard[aria-orientation=horizontal] {
    inline-size: 100%;
    -webkit-margin-after: 6px;
    margin-block-end: 6px
}

.zoom-control[dir=ltr] ui-slider.standard[aria-orientation=horizontal],
.zoom-control[dir=rtl] ui-slider.standard[aria-orientation=horizontal],
[dir=ltr] .zoom-control ui-slider.standard[aria-orientation=horizontal],
[dir=rtl] .zoom-control ui-slider.standard[aria-orientation=horizontal] {
    width: 100%;
    margin-bottom: 6px
}

.zoom-control .label-container {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

.zoom-control[dir=ltr] .label-container,
.zoom-control[dir=rtl] .label-container,
[dir=ltr] .zoom-control .label-container,
[dir=rtl] .zoom-control .label-container {
    margin-top: 10px
}

[apple-system-font-capable] .zoom-control .label-container {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.zoom-control .label-container svg {
    fill: var(--theme-color-labelSecondary)
}

.rotation-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.rotation-control.disabled .rotate-label {
    opacity: .5
}

.rotation-control ui-button.push.rotate-button {
    color: var(--theme-color-systemBlue);
    inline-size: 30px;
    block-size: 30px;
    padding: 0;
    -webkit-margin-before: -4px;
    margin-block-start: -4px;
    -webkit-margin-after: 4px;
    margin-block-end: 4px
}

.rotation-control[dir=ltr] ui-button.push.rotate-button,
.rotation-control[dir=rtl] ui-button.push.rotate-button,
[dir=ltr] .rotation-control ui-button.push.rotate-button,
[dir=rtl] .rotation-control ui-button.push.rotate-button {
    width: 30px;
    height: 30px;
    margin-top: -4px;
    margin-bottom: 4px
}

.rotation-control .rotate-label {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

[apple-system-font-capable] .rotation-control .rotate-label {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.sandwich-menu {
    background-color: var(--theme-color-backgroundPrimary)
}

@media (min-width:760px) {
    .sandwich-menu {
        block-size: 100%
    }
    .sandwich-menu[dir=ltr],
    .sandwich-menu[dir=rtl],
    [dir=ltr] .sandwich-menu,
    [dir=rtl] .sandwich-menu {
        height: 100%
    }
}

@media (max-width:759px) {
    .sandwich-menu {
        position: fixed;
        inline-size: 100%;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
    }
    .sandwich-menu[dir=ltr],
    .sandwich-menu[dir=rtl],
    [dir=ltr] .sandwich-menu,
    [dir=rtl] .sandwich-menu {
        width: 100%
    }
    .sandwich-menu.open {
        block-size: 100%;
        -webkit-transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.32, .08, .24, 1);
        transition: background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.32, .08, .24, 1)
    }
    .sandwich-menu.open[dir=ltr],
    .sandwich-menu.open[dir=rtl],
    [dir=ltr] .sandwich-menu.open,
    [dir=rtl] .sandwich-menu.open {
        height: 100%
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.open {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.open .sandwich-menu-items-container li:first-child {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: opacity .32346s cubic-bezier(.52, .16, .24, 1) .03s, -webkit-transform .35875s cubic-bezier(.52, .16, .24, 1) .02s;
        transition: opacity .32346s cubic-bezier(.52, .16, .24, 1) .03s, -webkit-transform .35875s cubic-bezier(.52, .16, .24, 1) .02s;
        transition: opacity .32346s cubic-bezier(.52, .16, .24, 1) .03s, transform .35875s cubic-bezier(.52, .16, .24, 1) .02s;
        transition: opacity .32346s cubic-bezier(.52, .16, .24, 1) .03s, transform .35875s cubic-bezier(.52, .16, .24, 1) .02s, -webkit-transform .35875s cubic-bezier(.52, .16, .24, 1) .02s
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.open .sandwich-menu-items-container li:first-child {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(2) {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: opacity .33903s cubic-bezier(.52, .16, .24, 1) .05s, -webkit-transform .3759s cubic-bezier(.52, .16, .24, 1) .04s;
        transition: opacity .33903s cubic-bezier(.52, .16, .24, 1) .05s, -webkit-transform .3759s cubic-bezier(.52, .16, .24, 1) .04s;
        transition: opacity .33903s cubic-bezier(.52, .16, .24, 1) .05s, transform .3759s cubic-bezier(.52, .16, .24, 1) .04s;
        transition: opacity .33903s cubic-bezier(.52, .16, .24, 1) .05s, transform .3759s cubic-bezier(.52, .16, .24, 1) .04s, -webkit-transform .3759s cubic-bezier(.52, .16, .24, 1) .04s
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(2) {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(3) {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: opacity .35572s cubic-bezier(.52, .16, .24, 1) .07s, -webkit-transform .39745s cubic-bezier(.52, .16, .24, 1) .06s;
        transition: opacity .35572s cubic-bezier(.52, .16, .24, 1) .07s, -webkit-transform .39745s cubic-bezier(.52, .16, .24, 1) .06s;
        transition: opacity .35572s cubic-bezier(.52, .16, .24, 1) .07s, transform .39745s cubic-bezier(.52, .16, .24, 1) .06s;
        transition: opacity .35572s cubic-bezier(.52, .16, .24, 1) .07s, transform .39745s cubic-bezier(.52, .16, .24, 1) .06s, -webkit-transform .39745s cubic-bezier(.52, .16, .24, 1) .06s
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(3) {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(4) {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: opacity .37353s cubic-bezier(.52, .16, .24, 1) .09s, -webkit-transform .4234s cubic-bezier(.52, .16, .24, 1) .08s;
        transition: opacity .37353s cubic-bezier(.52, .16, .24, 1) .09s, -webkit-transform .4234s cubic-bezier(.52, .16, .24, 1) .08s;
        transition: opacity .37353s cubic-bezier(.52, .16, .24, 1) .09s, transform .4234s cubic-bezier(.52, .16, .24, 1) .08s;
        transition: opacity .37353s cubic-bezier(.52, .16, .24, 1) .09s, transform .4234s cubic-bezier(.52, .16, .24, 1) .08s, -webkit-transform .4234s cubic-bezier(.52, .16, .24, 1) .08s
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(4) {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(5) {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: opacity .39245s cubic-bezier(.52, .16, .24, 1) .11s, -webkit-transform .45375s cubic-bezier(.52, .16, .24, 1) .1s;
        transition: opacity .39245s cubic-bezier(.52, .16, .24, 1) .11s, -webkit-transform .45375s cubic-bezier(.52, .16, .24, 1) .1s;
        transition: opacity .39245s cubic-bezier(.52, .16, .24, 1) .11s, transform .45375s cubic-bezier(.52, .16, .24, 1) .1s;
        transition: opacity .39245s cubic-bezier(.52, .16, .24, 1) .11s, transform .45375s cubic-bezier(.52, .16, .24, 1) .1s, -webkit-transform .45375s cubic-bezier(.52, .16, .24, 1) .1s
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.open .sandwich-menu-items-container li:nth-child(5) {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.closed {
        block-size: 48px
    }
    .sandwich-menu.closed[dir=ltr],
    .sandwich-menu.closed[dir=rtl],
    [dir=ltr] .sandwich-menu.closed,
    [dir=rtl] .sandwich-menu.closed {
        height: 48px
    }
    .sandwich-menu.closed .sandwich-menu-items-container {
        pointer-events: none
    }
    .sandwich-menu.closed .sandwich-menu-items-container li:first-child {
        -webkit-transform: translateY(-44px);
        transform: translateY(-44px);
        opacity: 0
    }
    .sandwich-menu.closed .sandwich-menu-items-container li:nth-child(2) {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0
    }
    .sandwich-menu.closed .sandwich-menu-items-container li:nth-child(3) {
        -webkit-transform: translateY(-36px);
        transform: translateY(-36px);
        opacity: 0
    }
    .sandwich-menu.closed .sandwich-menu-items-container li:nth-child(4) {
        -webkit-transform: translateY(-32px);
        transform: translateY(-32px);
        opacity: 0
    }
    .sandwich-menu.closed .sandwich-menu-items-container li:nth-child(5) {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        opacity: 0
    }
    .sandwich-menu.closed.animated {
        -webkit-transition: background .44s cubic-bezier(.32, .08, .24, 1) .2s, height .56s cubic-bezier(.32, .08, .24, 1);
        transition: background .44s cubic-bezier(.32, .08, .24, 1) .2s, height .56s cubic-bezier(.32, .08, .24, 1)
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.closed.animated {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:first-child {
        -webkit-transition: opacity .29249s cubic-bezier(.52, .16, .24, 1) .15s, -webkit-transform .4505s cubic-bezier(.52, .16, .24, 1) .108s;
        transition: opacity .29249s cubic-bezier(.52, .16, .24, 1) .15s, -webkit-transform .4505s cubic-bezier(.52, .16, .24, 1) .108s;
        transition: opacity .29249s cubic-bezier(.52, .16, .24, 1) .15s, transform .4505s cubic-bezier(.52, .16, .24, 1) .108s;
        transition: opacity .29249s cubic-bezier(.52, .16, .24, 1) .15s, transform .4505s cubic-bezier(.52, .16, .24, 1) .108s, -webkit-transform .4505s cubic-bezier(.52, .16, .24, 1) .108s
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:first-child {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(2) {
        -webkit-transition: opacity .26056s cubic-bezier(.52, .16, .24, 1) .13s, -webkit-transform .4376s cubic-bezier(.52, .16, .24, 1) 95ms;
        transition: opacity .26056s cubic-bezier(.52, .16, .24, 1) .13s, -webkit-transform .4376s cubic-bezier(.52, .16, .24, 1) 95ms;
        transition: opacity .26056s cubic-bezier(.52, .16, .24, 1) .13s, transform .4376s cubic-bezier(.52, .16, .24, 1) 95ms;
        transition: opacity .26056s cubic-bezier(.52, .16, .24, 1) .13s, transform .4376s cubic-bezier(.52, .16, .24, 1) 95ms, -webkit-transform .4376s cubic-bezier(.52, .16, .24, 1) 95ms
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(2) {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(3) {
        -webkit-transition: opacity .23821s cubic-bezier(.52, .16, .24, 1) .11s, -webkit-transform .4283s cubic-bezier(.52, .16, .24, 1) 82ms;
        transition: opacity .23821s cubic-bezier(.52, .16, .24, 1) .11s, -webkit-transform .4283s cubic-bezier(.52, .16, .24, 1) 82ms;
        transition: opacity .23821s cubic-bezier(.52, .16, .24, 1) .11s, transform .4283s cubic-bezier(.52, .16, .24, 1) 82ms;
        transition: opacity .23821s cubic-bezier(.52, .16, .24, 1) .11s, transform .4283s cubic-bezier(.52, .16, .24, 1) 82ms, -webkit-transform .4283s cubic-bezier(.52, .16, .24, 1) 82ms
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(3) {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(4) {
        -webkit-transition: opacity .22544s cubic-bezier(.52, .16, .24, 1) .09s, -webkit-transform .4226s cubic-bezier(.52, .16, .24, 1) 69ms;
        transition: opacity .22544s cubic-bezier(.52, .16, .24, 1) .09s, -webkit-transform .4226s cubic-bezier(.52, .16, .24, 1) 69ms;
        transition: opacity .22544s cubic-bezier(.52, .16, .24, 1) .09s, transform .4226s cubic-bezier(.52, .16, .24, 1) 69ms;
        transition: opacity .22544s cubic-bezier(.52, .16, .24, 1) .09s, transform .4226s cubic-bezier(.52, .16, .24, 1) 69ms, -webkit-transform .4226s cubic-bezier(.52, .16, .24, 1) 69ms
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(4) {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:759px) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(5) {
        -webkit-transition: opacity .22225s cubic-bezier(.52, .16, .24, 1) .07s, -webkit-transform .4205s cubic-bezier(.52, .16, .24, 1) 56ms;
        transition: opacity .22225s cubic-bezier(.52, .16, .24, 1) .07s, -webkit-transform .4205s cubic-bezier(.52, .16, .24, 1) 56ms;
        transition: opacity .22225s cubic-bezier(.52, .16, .24, 1) .07s, transform .4205s cubic-bezier(.52, .16, .24, 1) 56ms;
        transition: opacity .22225s cubic-bezier(.52, .16, .24, 1) .07s, transform .4205s cubic-bezier(.52, .16, .24, 1) 56ms, -webkit-transform .4205s cubic-bezier(.52, .16, .24, 1) 56ms
    }
}

@media (max-width:759px) and (prefers-reduced-motion:reduce) {
    .sandwich-menu.closed.animated .sandwich-menu-items-container li:nth-child(5) {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:760px) {
    .sandwich-menu-button-container {
        display: none
    }
}

@media (max-width:759px) {
    .sandwich-menu-button-container {
        position: fixed;
        inline-size: 48px;
        block-size: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2
    }
    .sandwich-menu-button-container[dir=ltr],
    .sandwich-menu-button-container[dir=rtl],
    [dir=ltr] .sandwich-menu-button-container,
    [dir=rtl] .sandwich-menu-button-container {
        width: 48px;
        height: 48px
    }
}

.sandwich-menu-header {
    block-size: 48px;
    z-index: 1
}

.sandwich-menu-header[dir=ltr],
.sandwich-menu-header[dir=rtl],
[dir=ltr] .sandwich-menu-header,
[dir=rtl] .sandwich-menu-header {
    height: 48px
}

@media (min-width:760px) {
    .sandwich-menu-header {
        inline-size: 260px
    }
    .sandwich-menu-header[dir=ltr],
    .sandwich-menu-header[dir=rtl],
    [dir=ltr] .sandwich-menu-header,
    [dir=rtl] .sandwich-menu-header {
        width: 260px
    }
}

@media (max-width:759px) {
    .sandwich-menu-header {
        inline-size: 100%
    }
    .sandwich-menu-header[dir=ltr],
    .sandwich-menu-header[dir=rtl],
    [dir=ltr] .sandwich-menu-header,
    [dir=rtl] .sandwich-menu-header {
        width: 100%
    }
}

.sandwich-menu-items-container {
    position: relative;
    overflow: auto
}

@media (min-width:760px) {
    .sandwich-menu-items-container {
        inline-size: 260px
    }
    .sandwich-menu-items-container[dir=ltr],
    .sandwich-menu-items-container[dir=rtl],
    [dir=ltr] .sandwich-menu-items-container,
    [dir=rtl] .sandwich-menu-items-container {
        width: 260px
    }
}

@media (max-width:759px) {
    .sandwich-menu-items-container {
        inline-size: 100%
    }
    .sandwich-menu-items-container[dir=ltr],
    .sandwich-menu-items-container[dir=rtl],
    [dir=ltr] .sandwich-menu-items-container,
    [dir=rtl] .sandwich-menu-items-container {
        width: 100%
    }
}

.sandwich-menu-toggle-icon {
    all: unset;
    position: relative;
    block-size: 27px;
    inline-size: 27px;
    cursor: pointer
}

.sandwich-menu-toggle-icon[dir=ltr],
.sandwich-menu-toggle-icon[dir=rtl],
[dir=ltr] .sandwich-menu-toggle-icon,
[dir=rtl] .sandwich-menu-toggle-icon {
    height: 27px;
    width: 27px
}

.sandwich-menu-toggle-icon-bottom,
.sandwich-menu-toggle-icon-top {
    position: absolute;
    block-size: 100%;
    inline-size: 100%;
    inset-block-start: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .1806s cubic-bezier(.04, .04, .12, .96);
    transition: -webkit-transform .1806s cubic-bezier(.04, .04, .12, .96);
    transition: transform .1806s cubic-bezier(.04, .04, .12, .96);
    transition: transform .1806s cubic-bezier(.04, .04, .12, .96), -webkit-transform .1806s cubic-bezier(.04, .04, .12, .96)
}

.sandwich-menu-toggle-icon-bottom[dir=ltr],
.sandwich-menu-toggle-icon-bottom[dir=rtl],
.sandwich-menu-toggle-icon-top[dir=ltr],
.sandwich-menu-toggle-icon-top[dir=rtl],
[dir=ltr] .sandwich-menu-toggle-icon-bottom,
[dir=ltr] .sandwich-menu-toggle-icon-top,
[dir=rtl] .sandwich-menu-toggle-icon-bottom,
[dir=rtl] .sandwich-menu-toggle-icon-top {
    height: 100%;
    width: 100%;
    top: 0
}

@media (prefers-reduced-motion:reduce) {
    .sandwich-menu-toggle-icon-bottom,
    .sandwich-menu-toggle-icon-top {
        -webkit-transition: none;
        transition: none
    }
}

.sandwich-menu-toggle-icon-crust-bottom,
.sandwich-menu-toggle-icon-crust-top {
    position: absolute;
    block-size: 2px;
    inline-size: 17px;
    inset-block-start: 12.5px;
    inset-inline-start: 5px;
    border-radius: .5px;
    background-color: var(--theme-color-labelPrimary);
    -webkit-transition: -webkit-transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s;
    transition: -webkit-transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s;
    transition: transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s;
    transition: transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s, -webkit-transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s
}

.sandwich-menu-toggle-icon-crust-bottom[dir=ltr],
.sandwich-menu-toggle-icon-crust-top[dir=ltr],
[dir=ltr] .sandwich-menu-toggle-icon-crust-bottom,
[dir=ltr] .sandwich-menu-toggle-icon-crust-top {
    height: 2px;
    width: 17px;
    top: 12.5px;
    left: 5px
}

.sandwich-menu-toggle-icon-crust-bottom[dir=rtl],
.sandwich-menu-toggle-icon-crust-top[dir=rtl],
[dir=rtl] .sandwich-menu-toggle-icon-crust-bottom,
[dir=rtl] .sandwich-menu-toggle-icon-crust-top {
    height: 2px;
    width: 17px;
    top: 12.5px;
    right: 5px
}

@media (prefers-reduced-motion:reduce) {
    .sandwich-menu-toggle-icon-crust-bottom,
    .sandwich-menu-toggle-icon-crust-top {
        -webkit-transition: none;
        transition: none
    }
}

.sandwich-menu-toggle-icon-crust-top {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.sandwich-menu-toggle-icon-crust-bottom {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

[data-cross-activated=true] .sandwich-menu-toggle-icon-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
    transition: -webkit-transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
    transition: transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
    transition: transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s, -webkit-transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s
}

@media (prefers-reduced-motion:reduce) {
    [data-cross-activated=true] .sandwich-menu-toggle-icon-top {
        -webkit-transition: none;
        transition: none
    }
}

[data-cross-activated=true] .sandwich-menu-toggle-icon-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
    transition: -webkit-transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
    transition: transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
    transition: transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s, -webkit-transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s
}

@media (prefers-reduced-motion:reduce) {
    [data-cross-activated=true] .sandwich-menu-toggle-icon-bottom {
        -webkit-transition: none;
        transition: none
    }
}

[data-cross-activated=true] .sandwich-menu-toggle-icon-crust-bottom,
[data-cross-activated=true] .sandwich-menu-toggle-icon-crust-top {
    -webkit-transform: none;
    transform: none
}

@media (max-width:759px) {
    .sandwich-menu {
        z-index: 1
    }
    .sandwich-menu .sandwich-toggle-icon {
        -webkit-transform: translate(13px, 8px);
        transform: translate(13px, 8px)
    }
    .sandwich-menu .sandwich-menu-items-container {
        -webkit-margin-start: 48px;
        margin-inline-start: 48px;
        inline-size: -webkit-calc(100% - 96px);
        inline-size: calc(100% - 96px)
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container {
        margin-left: 48px;
        width: -webkit-calc(100% - 96px);
        width: calc(100% - 96px)
    }
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container {
        margin-right: 48px;
        width: -webkit-calc(100% - 96px);
        width: calc(100% - 96px)
    }
    .sandwich-menu .sandwich-menu-items-container li+li a span {
        border-block-start-style: solid;
        border-block-start-width: 1px;
        border-block-start-color: var(--theme-color-gray3)
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container li+li a span,
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container li+li a span,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container li+li a span,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container li+li a span {
        border-top: 1px solid var(--theme-color-gray3)
    }
    .sandwich-menu .sandwich-menu-items-container li a {
        display: block;
        padding-inline: 8px;
        block-size: 48px
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container li a,
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container li a,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container li a,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container li a {
        height: 48px;
        padding-left: 8px;
        padding-right: 8px
    }
    .sandwich-menu .sandwich-menu-items-container li a span {
        display: block;
        -webkit-padding-before: 14px;
        padding-block-start: 14px
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container li a span,
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container li a span,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container li a span,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container li a span {
        padding-top: 14px
    }
    .sandwich-menu .sandwich-menu-items-container li.current {
        font-weight: 600
    }
    .account-page .application-content .account-page-header,
    .page-header {
        -webkit-padding-before: 42px;
        padding-block-start: 42px
    }
    .account-page[dir=ltr] .application-content .account-page-header,
    .account-page[dir=rtl] .application-content .account-page-header,
    .page-header[dir=ltr],
    .page-header[dir=rtl],
    [dir=ltr] .account-page .application-content .account-page-header,
    [dir=ltr] .page-header,
    [dir=rtl] .account-page .application-content .account-page-header,
    [dir=rtl] .page-header {
        padding-top: 42px
    }
}

@media (max-width:759px) {
    .sandwich-menu,
    .sandwich-menu-button-container {
        position: absolute
    }
    .sandwich-menu {
        z-index: 1;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width:760px) and (max-width:1164px) {
    .sandwich-menu .sandwich-menu-items-container {
        inline-size: 690px
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container,
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container {
        width: 690px
    }
    .sandwich-menu .sandwich-menu-items-container ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1165px) {
    .sandwich-menu .sandwich-menu-items-container {
        inline-size: 1035px
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container,
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container {
        width: 1035px
    }
    .sandwich-menu .sandwich-menu-items-container li+li {
        -webkit-margin-start: 30px;
        margin-inline-start: 30px
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container li+li,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container li+li {
        margin-left: 30px
    }
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container li+li,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container li+li {
        margin-right: 30px
    }
}

@media (min-width:1690px) {
    .sandwich-menu .sandwich-menu-items-container {
        inline-size: 1380px
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container,
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container {
        width: 1380px
    }
    .sandwich-menu .sandwich-menu-items-container li+li {
        -webkit-margin-start: 60px;
        margin-inline-start: 60px
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-items-container li+li,
    [dir=ltr] .sandwich-menu .sandwich-menu-items-container li+li {
        margin-left: 60px
    }
    .sandwich-menu[dir=rtl] .sandwich-menu-items-container li+li,
    [dir=rtl] .sandwich-menu .sandwich-menu-items-container li+li {
        margin-right: 60px
    }
}

@media (min-width:760px) {
    .sandwich-menu .sandwich-menu-header {
        block-size: 0
    }
    .sandwich-menu[dir=ltr] .sandwich-menu-header,
    .sandwich-menu[dir=rtl] .sandwich-menu-header,
    [dir=ltr] .sandwich-menu .sandwich-menu-header,
    [dir=rtl] .sandwich-menu .sandwich-menu-header {
        height: 0
    }
}

@media (min-width:760px) {
    .sandwich-menu-items-container {
        overflow: visible;
        margin-inline: auto
    }
    .sandwich-menu-items-container[dir=ltr],
    .sandwich-menu-items-container[dir=rtl],
    [dir=ltr] .sandwich-menu-items-container,
    [dir=rtl] .sandwich-menu-items-container {
        margin-left: auto;
        margin-right: auto
    }
    .sandwich-menu-items-container ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        -webkit-border-after: 1px solid var(--theme-color-fillSecondary);
        border-block-end: 1px solid var(--theme-color-fillSecondary);
        -webkit-margin-before: 24px;
        margin-block-start: 24px
    }
    .sandwich-menu-items-container[dir=ltr] ul,
    .sandwich-menu-items-container[dir=rtl] ul,
    [dir=ltr] .sandwich-menu-items-container ul,
    [dir=rtl] .sandwich-menu-items-container ul {
        border-bottom: 1px solid var(--theme-color-fillSecondary);
        margin-top: 24px
    }
    .sandwich-menu-items-container li {
        color: var(--theme-color-labelSecondary)
    }
    .sandwich-menu-items-container li.selected {
        color: var(--theme-color-labelPrimary)
    }
    .sandwich-menu-items-container li.selected a span {
        -webkit-border-after: 1px solid var(--theme-color-systemBlack);
        border-block-end: 1px solid var(--theme-color-systemBlack)
    }
    .sandwich-menu-items-container[dir=ltr] li.selected a span,
    .sandwich-menu-items-container[dir=rtl] li.selected a span,
    [dir=ltr] .sandwich-menu-items-container li.selected a span,
    [dir=rtl] .sandwich-menu-items-container li.selected a span {
        border-bottom: 1px solid var(--theme-color-systemBlack)
    }
    .sandwich-menu-items-container li a {
        display: block;
        padding-inline: 8px
    }
    .sandwich-menu-items-container[dir=ltr] li a,
    .sandwich-menu-items-container[dir=rtl] li a,
    [dir=ltr] .sandwich-menu-items-container li a,
    [dir=rtl] .sandwich-menu-items-container li a {
        padding-left: 8px;
        padding-right: 8px
    }
    .sandwich-menu-items-container li a span {
        position: relative;
        inset-block-start: 1px;
        display: block;
        -webkit-border-after: 1px solid transparent;
        border-block-end: 1px solid transparent;
        block-size: 60px;
        -webkit-padding-before: 20px;
        padding-block-start: 20px
    }
    .sandwich-menu-items-container[dir=ltr] li a span,
    .sandwich-menu-items-container[dir=rtl] li a span,
    [dir=ltr] .sandwich-menu-items-container li a span,
    [dir=rtl] .sandwich-menu-items-container li a span {
        top: 1px;
        border-bottom: 1px solid transparent;
        height: 60px;
        padding-top: 20px
    }
    .sandwich-menu-items-container li:first-child a {
        -webkit-margin-start: -8px;
        margin-inline-start: -8px
    }
    .sandwich-menu-items-container[dir=ltr] li:first-child a,
    [dir=ltr] .sandwich-menu-items-container li:first-child a {
        margin-left: -8px
    }
    .sandwich-menu-items-container[dir=rtl] li:first-child a,
    [dir=rtl] .sandwich-menu-items-container li:first-child a {
        margin-right: -8px
    }
    .sandwich-menu-items-container li:last-child a {
        -webkit-margin-end: -8px;
        margin-inline-end: -8px
    }
    .sandwich-menu-items-container[dir=ltr] li:last-child a,
    [dir=ltr] .sandwich-menu-items-container li:last-child a {
        margin-right: -8px
    }
    .sandwich-menu-items-container[dir=rtl] li:last-child a,
    [dir=rtl] .sandwich-menu-items-container li:last-child a {
        margin-left: -8px
    }
}

.page-header {
    padding-block: 50px;
    inline-size: 100%
}

.page-header[dir=ltr],
.page-header[dir=rtl],
[dir=ltr] .page-header,
[dir=rtl] .page-header {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.page-header .page-header-top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-margin-after: 18px;
    margin-block-end: 18px
}

.page-header[dir=ltr] .page-header-top-row,
.page-header[dir=rtl] .page-header-top-row,
[dir=ltr] .page-header .page-header-top-row,
[dir=rtl] .page-header .page-header-top-row {
    margin-bottom: 18px
}

.page-header .page-header-title {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.24px;
    line-height: 52px
}

[apple-system-font-capable] .page-header .page-header-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:760px) {
    .page-header .page-header-title {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 40px;
        font-weight: 600;
        line-height: 44px
    }
    [apple-system-font-capable] .page-header .page-header-title {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.page-header .page-header-subtitle {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    -webkit-margin-after: 3px;
    margin-block-end: 3px
}

.page-header[dir=ltr] .page-header-subtitle,
.page-header[dir=rtl] .page-header-subtitle,
[dir=ltr] .page-header .page-header-subtitle,
[dir=rtl] .page-header .page-header-subtitle {
    margin-bottom: 3px
}

[apple-system-font-capable] .page-header .page-header-subtitle {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:760px) {
    .page-header .page-header-subtitle {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px
    }
    [apple-system-font-capable] .page-header .page-header-subtitle {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.page-header .page-header-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .page-header .page-header-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.page-header .page-header-description:not(:last-child) {
    -webkit-margin-after: 12px;
    margin-block-end: 12px
}

.page-header[dir=ltr] .page-header-description:not(:last-child),
.page-header[dir=rtl] .page-header-description:not(:last-child),
[dir=ltr] .page-header .page-header-description:not(:last-child),
[dir=rtl] .page-header .page-header-description:not(:last-child) {
    margin-bottom: 12px
}

.page-header .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px
}

.page-header[dir=ltr] .icon-wrapper,
[dir=ltr] .page-header .icon-wrapper {
    margin-right: 15px
}

.page-header[dir=rtl] .icon-wrapper,
[dir=rtl] .page-header .icon-wrapper {
    margin-left: 15px
}

.page-header .page-header-description,
.page-header .page-header-subtitle {
    inline-size: 660px
}

.page-header[dir=ltr] .page-header-description,
.page-header[dir=ltr] .page-header-subtitle,
.page-header[dir=rtl] .page-header-description,
.page-header[dir=rtl] .page-header-subtitle,
[dir=ltr] .page-header .page-header-description,
[dir=ltr] .page-header .page-header-subtitle,
[dir=rtl] .page-header .page-header-description,
[dir=rtl] .page-header .page-header-subtitle {
    width: 660px
}

@media (max-width:760px) {
    .page-header .page-header-description,
    .page-header .page-header-subtitle {
        inline-size: 100%
    }
    .page-header[dir=ltr] .page-header-description,
    .page-header[dir=ltr] .page-header-subtitle,
    .page-header[dir=rtl] .page-header-description,
    .page-header[dir=rtl] .page-header-subtitle,
    [dir=ltr] .page-header .page-header-description,
    [dir=ltr] .page-header .page-header-subtitle,
    [dir=rtl] .page-header .page-header-description,
    [dir=rtl] .page-header .page-header-subtitle {
        width: 100%
    }
}

.related-links-menu-container ui-menu-scroll-container {
    min-inline-size: 240px
}

.related-links-menu-container[dir=ltr] ui-menu-scroll-container,
.related-links-menu-container[dir=rtl] ui-menu-scroll-container,
[dir=ltr] .related-links-menu-container ui-menu-scroll-container,
[dir=rtl] .related-links-menu-container ui-menu-scroll-container {
    min-width: 240px
}

.related-links-menu-container .related-link {
    -webkit-padding-start: 8px;
    padding-inline-start: 8px
}

.related-links-menu-container[dir=ltr] .related-link,
[dir=ltr] .related-links-menu-container .related-link {
    padding-left: 8px
}

.related-links-menu-container[dir=rtl] .related-link,
[dir=rtl] .related-links-menu-container .related-link {
    padding-right: 8px
}

.recovery-page .tile {
    margin: 15px
}

.recovery-page .recovery-page-tiles {
    margin: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:760px) {
    .recovery-page .recovery-page-tiles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.recovery-page .recovery-page-tiles .tile .content {
    background-color: var(--theme-color-backgroundPrimary)
}

.recovery-page .recovery-page-tiles .banner {
    background-color: var(--theme-color-fillQuaternary);
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.files-recovery-unsupported-modal-content {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-align: center
}

[apple-system-font-capable] .files-recovery-unsupported-modal-content {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.error-home-tile-content {
    inline-size: 100%;
    -webkit-padding-before: 50px;
    padding-block-start: 50px;
    padding-inline: 65px;
    text-align: center
}

.error-home-tile-content[dir=ltr],
.error-home-tile-content[dir=rtl],
[dir=ltr] .error-home-tile-content,
[dir=rtl] .error-home-tile-content {
    width: 100%;
    padding-top: 50px;
    padding-left: 65px;
    padding-right: 65px
}

.error-home-tile-content .cloud path {
    fill: var(--theme-color-gray2)
}

.error-home-tile-content .arrow-clockwise {
    -webkit-padding-end: 6px;
    padding-inline-end: 6px
}

.error-home-tile-content[dir=ltr] .arrow-clockwise,
[dir=ltr] .error-home-tile-content .arrow-clockwise {
    padding-right: 6px
}

.error-home-tile-content[dir=rtl] .arrow-clockwise,
[dir=rtl] .error-home-tile-content .arrow-clockwise {
    padding-left: 6px
}

.error-home-tile-content .message {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: var(--theme-color-labelTertiary);
    -webkit-padding-after: 10px;
    padding-block-end: 10px
}

.error-home-tile-content[dir=ltr] .message,
.error-home-tile-content[dir=rtl] .message,
[dir=ltr] .error-home-tile-content .message,
[dir=rtl] .error-home-tile-content .message {
    padding-bottom: 10px
}

[apple-system-font-capable] .error-home-tile-content .message {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.error-home-tile-content ui-button.push.primary.reload-button {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    color: var(--theme-color-systemBlue);
    max-inline-size: 100%;
    padding-block: 10px;
    position: relative
}

.error-home-tile-content[dir=ltr] ui-button.push.primary.reload-button,
.error-home-tile-content[dir=rtl] ui-button.push.primary.reload-button,
[dir=ltr] .error-home-tile-content ui-button.push.primary.reload-button,
[dir=rtl] .error-home-tile-content ui-button.push.primary.reload-button {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

[apple-system-font-capable] .error-home-tile-content ui-button.push.primary.reload-button {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.error-home-tile-content ui-button.push.primary.reload-button:focus {
    border: 1px solid transparent
}

.archives-recovery-list .count {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    -webkit-margin-after: 8px;
    margin-block-end: 8px
}

.archives-recovery-list[dir=ltr] .count,
.archives-recovery-list[dir=rtl] .count,
[dir=ltr] .archives-recovery-list .count,
[dir=rtl] .archives-recovery-list .count {
    margin-bottom: 8px
}

[apple-system-font-capable] .archives-recovery-list .count {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.archives-recovery-list .description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.archives-recovery-list[dir=ltr] .description,
.archives-recovery-list[dir=rtl] .description,
[dir=ltr] .archives-recovery-list .description,
[dir=rtl] .archives-recovery-list .description {
    margin-bottom: 20px
}

[apple-system-font-capable] .archives-recovery-list .description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.archives-recovery-list [role=table] {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

[apple-system-font-capable] .archives-recovery-list [role=table] {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.archives-recovery-list [role=row] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.archives-recovery-list .date-cell>svg {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    fill: var(--theme-color-labelPrimary)
}

.archives-recovery-list[dir=ltr] .date-cell>svg,
[dir=ltr] .archives-recovery-list .date-cell>svg {
    margin-right: 10px
}

.archives-recovery-list[dir=rtl] .date-cell>svg,
[dir=rtl] .archives-recovery-list .date-cell>svg {
    margin-left: 10px
}

.archives-recovery-list .restore-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    block-size: 43px
}

.archives-recovery-list[dir=ltr] .restore-cell,
[dir=ltr] .archives-recovery-list .restore-cell {
    margin-left: auto;
    height: 43px
}

.archives-recovery-list[dir=rtl] .restore-cell,
[dir=rtl] .archives-recovery-list .restore-cell {
    margin-right: auto;
    height: 43px
}

.archives-recovery-list .restoring {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 13px;
    margin-inline-end: 13px
}

.archives-recovery-list[dir=ltr] .restoring,
[dir=ltr] .archives-recovery-list .restoring {
    margin-right: 13px
}

.archives-recovery-list[dir=rtl] .restoring,
[dir=rtl] .archives-recovery-list .restoring {
    margin-left: 13px
}

.archives-recovery-list .restoring ui-activity-indicator {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.archives-recovery-list ui-button.push.secondary.neutral.restore-button {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

[apple-system-font-capable] .archives-recovery-list ui-button.push.secondary.neutral.restore-button {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.archives-recovery-list .loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.archives-recovery-list ul {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px
}

.archives-recovery-list[dir=ltr] ul,
[dir=ltr] .archives-recovery-list ul {
    padding-left: 15px
}

.archives-recovery-list[dir=rtl] ul,
[dir=rtl] .archives-recovery-list ul {
    padding-right: 15px
}

.calendar-recovery-failure-alert-support-link {
    display: inline-block;
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.calendar-recovery-failure-alert-support-link[dir=ltr],
.calendar-recovery-failure-alert-support-link[dir=rtl],
[dir=ltr] .calendar-recovery-failure-alert-support-link,
[dir=rtl] .calendar-recovery-failure-alert-support-link {
    margin-top: 10px
}

[apple-system-font-capable] .calendar-recovery-failure-alert-support-link {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.contact-recovery-failure-alert-support-link {
    display: inline-block;
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.contact-recovery-failure-alert-support-link[dir=ltr],
.contact-recovery-failure-alert-support-link[dir=rtl],
[dir=ltr] .contact-recovery-failure-alert-support-link,
[dir=rtl] .contact-recovery-failure-alert-support-link {
    margin-top: 10px
}

[apple-system-font-capable] .contact-recovery-failure-alert-support-link {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@-webkit-keyframes ui-activity-indicator-keyframe-ub902f59b {
    0% {
        opacity: .1
    }
    to {
        opacity: .8
    }
}

@keyframes ui-activity-indicator-keyframe-ub902f59b {
    0% {
        opacity: .1
    }
    to {
        opacity: .8
    }
}

ui-activity-indicator.standard {
    font-size: 32px;
    block-size: 1em;
    inline-size: 1em;
    display: inline-block;
    position: relative
}

[dir=ltr] ui-activity-indicator.standard,
[dir=rtl] ui-activity-indicator.standard,
ui-activity-indicator.standard[dir=ltr],
ui-activity-indicator.standard[dir=rtl] {
    height: 1em;
    width: 1em
}

ui-activity-indicator.standard ui-spinner-nib {
    position: absolute;
    left: 50%;
    top: 0;
    width: .125em;
    height: .3125em;
    border-radius: .0625em;
    -webkit-animation-name: ui-activity-indicator-keyframe-ub902f59b;
    animation-name: ui-activity-indicator-keyframe-ub902f59b;
    animation-direction: reverse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.33333, 0, .66667, .33333);
    animation-timing-function: cubic-bezier(.33333, 0, .66667, .33333);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: var(--theme-color-systemBlack)
}

ui-activity-indicator.standard ui-spinner-nib:first-of-type {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: translateY(.5em) rotate(0deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(0deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard ui-spinner-nib:nth-of-type(2) {
    -webkit-animation-delay: -.875s;
    animation-delay: -.875s;
    -webkit-transform: translateY(.5em) rotate(45deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(45deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard ui-spinner-nib:nth-of-type(3) {
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s;
    -webkit-transform: translateY(.5em) rotate(90deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(90deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard ui-spinner-nib:nth-of-type(4) {
    -webkit-animation-delay: -.625s;
    animation-delay: -.625s;
    -webkit-transform: translateY(.5em) rotate(135deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(135deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard ui-spinner-nib:nth-of-type(5) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
    -webkit-transform: translateY(.5em) rotate(180deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(180deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard ui-spinner-nib:nth-of-type(6) {
    -webkit-animation-delay: -.375s;
    animation-delay: -.375s;
    -webkit-transform: translateY(.5em) rotate(225deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(225deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard ui-spinner-nib:nth-of-type(7) {
    -webkit-animation-delay: -.25s;
    animation-delay: -.25s;
    -webkit-transform: translateY(.5em) rotate(270deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(270deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard ui-spinner-nib:nth-of-type(8) {
    -webkit-animation-delay: -.125s;
    animation-delay: -.125s;
    -webkit-transform: translateY(.5em) rotate(315deg) translateY(-.5em) translateX(-.0625em);
    transform: translateY(.5em) rotate(315deg) translateY(-.5em) translateX(-.0625em)
}

ui-activity-indicator.standard.bookmarks-recovery {
    -webkit-transform: scale(.66);
    transform: scale(.66);
    -webkit-transform-origin: center;
    transform-origin: center
}

.bookmarks-recovery-modal-delete-prompt {
    text-align: center
}

.bookmarks-recovery-modal-delete-prompt ui-popup {
    inline-size: 450px;
    padding-inline: 20px !important;
    margin: 0 !important
}

.bookmarks-recovery-modal-delete-prompt[dir=ltr] ui-popup,
.bookmarks-recovery-modal-delete-prompt[dir=rtl] ui-popup,
[dir=ltr] .bookmarks-recovery-modal-delete-prompt ui-popup,
[dir=rtl] .bookmarks-recovery-modal-delete-prompt ui-popup {
    width: 450px;
    padding-left: 20px;
    padding-right: 20px
}

.bookmarks-recovery-modal-delete-prompt .title {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    color: var(--theme-color-labelPrimary)
}

.bookmarks-recovery-modal-delete-prompt[dir=ltr] .title,
.bookmarks-recovery-modal-delete-prompt[dir=rtl] .title,
[dir=ltr] .bookmarks-recovery-modal-delete-prompt .title,
[dir=rtl] .bookmarks-recovery-modal-delete-prompt .title {
    margin-top: 40px
}

[apple-system-font-capable] .bookmarks-recovery-modal-delete-prompt .title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal-delete-prompt .description {
    -webkit-margin-before: 18px;
    margin-block-start: 18px;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary)
}

.bookmarks-recovery-modal-delete-prompt[dir=ltr] .description,
.bookmarks-recovery-modal-delete-prompt[dir=rtl] .description,
[dir=ltr] .bookmarks-recovery-modal-delete-prompt .description,
[dir=rtl] .bookmarks-recovery-modal-delete-prompt .description {
    margin-top: 18px
}

[apple-system-font-capable] .bookmarks-recovery-modal-delete-prompt .description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .bookmarks-recovery-list.blocked {
    opacity: .3
}

.bookmarks-recovery-modal .bookmarks-recovery-list .count {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    -webkit-margin-after: 8px;
    margin-block-end: 8px
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-list .count,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-list .count,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-list .count,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-list .count {
    margin-bottom: 8px
}

[apple-system-font-capable] .bookmarks-recovery-modal .bookmarks-recovery-list .count {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .bookmarks-recovery-list .description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-list .description,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-list .description,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-list .description,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-list .description {
    margin-bottom: 20px
}

[apple-system-font-capable] .bookmarks-recovery-modal .bookmarks-recovery-list .description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .bookmarks-recovery-list .header {
    -webkit-margin-after: 23px;
    margin-block-end: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-list .header,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-list .header,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-list .header,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-list .header {
    margin-bottom: 23px
}

.bookmarks-recovery-modal .bookmarks-recovery-list .loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-padding-before: 20px;
    padding-block-start: 20px
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-list .loading,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-list .loading,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-list .loading,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-list .loading {
    padding-top: 20px
}

.bookmarks-recovery-modal .bookmarks-recovery-list ul {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-list ul,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-list ul {
    padding-left: 15px
}

.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-list ul,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-list ul {
    padding-right: 15px
}

.bookmarks-recovery-modal .bookmarks-recovery-modal-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    text-align: center;
    -webkit-margin-after: 45px;
    margin-block-end: 45px;
    padding-inline: 20px
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-modal-description,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-modal-description,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-modal-description,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-modal-description {
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px
}

[apple-system-font-capable] .bookmarks-recovery-modal .bookmarks-recovery-modal-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .bookmarks-recovery-modal-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-before: 22px;
    margin-block-start: 22px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-modal-icon,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-modal-icon,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-modal-icon,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-modal-icon {
    margin-top: 22px;
    margin-bottom: 20px
}

.bookmarks-recovery-modal .bookmarks-recovery-modal-title {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    -webkit-margin-after: 24px;
    margin-block-end: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-modal-title,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-modal-title,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-modal-title,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-modal-title {
    margin-bottom: 24px
}

[apple-system-font-capable] .bookmarks-recovery-modal .bookmarks-recovery-modal-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .bookmarks-recovery-modal-content {
    min-block-size: 690px;
    padding-inline: 30px
}

.bookmarks-recovery-modal[dir=ltr] .bookmarks-recovery-modal-content,
.bookmarks-recovery-modal[dir=rtl] .bookmarks-recovery-modal-content,
[dir=ltr] .bookmarks-recovery-modal .bookmarks-recovery-modal-content,
[dir=rtl] .bookmarks-recovery-modal .bookmarks-recovery-modal-content {
    min-height: 690px;
    padding-left: 30px;
    padding-right: 30px
}

.bookmarks-recovery-modal ui-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: var(--theme-color-labelPrimary)
}

[apple-system-font-capable] .bookmarks-recovery-modal ui-label {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .bottom-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    -webkit-border-before: 1px solid var(--theme-color-gray4);
    border-block-start: 1px solid var(--theme-color-gray4);
    inset-block-end: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    block-size: 76px;
    padding-inline: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bookmarks-recovery-modal[dir=ltr] .bottom-bar,
.bookmarks-recovery-modal[dir=rtl] .bottom-bar,
[dir=ltr] .bookmarks-recovery-modal .bottom-bar,
[dir=rtl] .bookmarks-recovery-modal .bottom-bar {
    border-top: 1px solid var(--theme-color-gray4);
    bottom: 0;
    left: 0;
    right: 0;
    height: 76px;
    padding-left: 25px;
    padding-right: 25px
}

.bookmarks-recovery-modal .bottom-bar.visually-hidden {
    position: relative;
    opacity: 0;
    pointer-events: none
}

.bookmarks-recovery-modal .bottom-bar.visually-hidden:focus-within {
    opacity: 1;
    pointer-events: inherit
}

.bookmarks-recovery-modal .bottom-bar .bottom-spinner-bar {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bookmarks-recovery-modal .bottom-bar .status {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    line-height: 23px;
    font-weight: 600
}

[apple-system-font-capable] .bookmarks-recovery-modal .bottom-bar .status {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .checkmark-status>svg {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.bookmarks-recovery-modal[dir=ltr] .checkmark-status>svg,
[dir=ltr] .bookmarks-recovery-modal .checkmark-status>svg {
    margin-right: 5px
}

.bookmarks-recovery-modal[dir=rtl] .checkmark-status>svg,
[dir=rtl] .bookmarks-recovery-modal .checkmark-status>svg {
    margin-left: 5px
}

.bookmarks-recovery-modal .bookmark-recovery-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bookmarks-recovery-modal .bookmark-recovery-row .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.bookmarks-recovery-modal ui-checkbox {
    vertical-align: bottom
}

.bookmarks-recovery-modal ui-button.bookmarks-recovery {
    -webkit-padding-before: 0;
    padding-block-start: 0;
    -webkit-padding-after: 0;
    padding-block-end: 0;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--theme-color-systemBlue);
    position: relative
}

.bookmarks-recovery-modal[dir=ltr] ui-button.bookmarks-recovery,
.bookmarks-recovery-modal[dir=rtl] ui-button.bookmarks-recovery,
[dir=ltr] .bookmarks-recovery-modal ui-button.bookmarks-recovery,
[dir=rtl] .bookmarks-recovery-modal ui-button.bookmarks-recovery {
    padding-top: 0;
    padding-bottom: 0
}

[apple-system-font-capable] .bookmarks-recovery-modal ui-button.bookmarks-recovery {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal ui-select-button.bookmarks-recovery {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    fill: var(--theme-color-systemBlue);
    position: relative;
    inset-inline-start: 12px;
    padding-inline: 12px
}

.bookmarks-recovery-modal[dir=ltr] ui-select-button.bookmarks-recovery,
[dir=ltr] .bookmarks-recovery-modal ui-select-button.bookmarks-recovery {
    left: 12px;
    padding-left: 12px;
    padding-right: 12px
}

.bookmarks-recovery-modal[dir=rtl] ui-select-button.bookmarks-recovery,
[dir=rtl] .bookmarks-recovery-modal ui-select-button.bookmarks-recovery {
    right: 12px;
    padding-right: 12px;
    padding-left: 12px
}

.bookmarks-recovery-modal ui-select-button.bookmarks-recovery ui-select-button-title {
    color: var(--theme-color-systemBlue);
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.bookmarks-recovery-modal[dir=ltr] ui-select-button.bookmarks-recovery ui-select-button-title,
[dir=ltr] .bookmarks-recovery-modal ui-select-button.bookmarks-recovery ui-select-button-title {
    padding-left: 0 !important;
    padding-right: 0
}

.bookmarks-recovery-modal[dir=rtl] ui-select-button.bookmarks-recovery ui-select-button-title,
[dir=rtl] .bookmarks-recovery-modal ui-select-button.bookmarks-recovery ui-select-button-title {
    padding-right: 0 !important;
    padding-left: 0
}

[apple-system-font-capable] .bookmarks-recovery-modal ui-select-button.bookmarks-recovery ui-select-button-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal ui-select-button.bookmarks-recovery ui-select-button-divider {
    display: none
}

.bookmarks-recovery-modal .folder-label {
    -webkit-margin-start: 13px;
    margin-inline-start: 13px;
    max-inline-size: 164px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    fill: var(--theme-color-labelSecondary)
}

.bookmarks-recovery-modal[dir=ltr] .folder-label,
[dir=ltr] .bookmarks-recovery-modal .folder-label {
    margin-left: 13px;
    max-width: 164px
}

.bookmarks-recovery-modal[dir=rtl] .folder-label,
[dir=rtl] .bookmarks-recovery-modal .folder-label {
    margin-right: 13px;
    max-width: 164px
}

[apple-system-font-capable] .bookmarks-recovery-modal .folder-label {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .folder-label svg {
    overflow: visible
}

.bookmarks-recovery-modal .deleted-bookmark-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-after: 23px;
    margin-block-end: 23px
}

.bookmarks-recovery-modal[dir=ltr] .deleted-bookmark-row,
.bookmarks-recovery-modal[dir=rtl] .deleted-bookmark-row,
[dir=ltr] .bookmarks-recovery-modal .deleted-bookmark-row,
[dir=rtl] .bookmarks-recovery-modal .deleted-bookmark-row {
    margin-bottom: 23px
}

.bookmarks-recovery-modal .deleted-bookmark-row .middle-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    inline-size: 1px;
    -webkit-margin-start: 13px;
    margin-inline-start: 13px
}

.bookmarks-recovery-modal[dir=ltr] .deleted-bookmark-row .middle-column,
[dir=ltr] .bookmarks-recovery-modal .deleted-bookmark-row .middle-column {
    width: 1px;
    margin-left: 13px
}

.bookmarks-recovery-modal[dir=rtl] .deleted-bookmark-row .middle-column,
[dir=rtl] .bookmarks-recovery-modal .deleted-bookmark-row .middle-column {
    width: 1px;
    margin-right: 13px
}

.bookmarks-recovery-modal .flex-space {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.bookmarks-recovery-modal .bookmark-date {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .bookmarks-recovery-modal .bookmark-date {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal .bookmark-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--theme-color-labelPrimary)
}

[apple-system-font-capable] .bookmarks-recovery-modal .bookmark-link {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.bookmarks-recovery-modal ui-popup[role=dialog].compact .bookmarks-recovery-modal-content {
    padding-inline: 10px
}

.bookmarks-recovery-modal[dir=ltr] ui-popup[role=dialog].compact .bookmarks-recovery-modal-content,
.bookmarks-recovery-modal[dir=rtl] ui-popup[role=dialog].compact .bookmarks-recovery-modal-content,
[dir=ltr] .bookmarks-recovery-modal ui-popup[role=dialog].compact .bookmarks-recovery-modal-content,
[dir=rtl] .bookmarks-recovery-modal ui-popup[role=dialog].compact .bookmarks-recovery-modal-content {
    padding-left: 10px;
    padding-right: 10px
}

ui-pane.for-ui-popup.standard.file-recovery-modal>ui-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

ui-pane.for-ui-popup.standard.file-recovery-modal>ui-popup .x-close-button {
    position: absolute
}

.file-recovery-modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    block-size: 100%;
    inline-size: 540px;
    margin-inline: 30px;
    -webkit-margin-before: 28px;
    margin-block-start: 28px;
    min-block-size: 600px
}

.file-recovery-modal-content[dir=ltr],
.file-recovery-modal-content[dir=rtl],
[dir=ltr] .file-recovery-modal-content,
[dir=rtl] .file-recovery-modal-content {
    height: 100%;
    width: 540px;
    margin-top: 28px;
    min-height: 600px;
    margin-left: 30px;
    margin-right: 30px
}

.file-recovery-modal-content h2 {
    text-align: center
}

.file-recovery-modal-content .modal-icon,
.file-recovery-modal-content .modal-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.file-recovery-modal-content .modal-icon {
    -webkit-margin-before: 22px;
    margin-block-start: 22px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.file-recovery-modal-content[dir=ltr] .modal-icon,
.file-recovery-modal-content[dir=rtl] .modal-icon,
[dir=ltr] .file-recovery-modal-content .modal-icon,
[dir=rtl] .file-recovery-modal-content .modal-icon {
    margin-top: 22px;
    margin-bottom: 20px
}

.file-recovery-modal-content .modal-title {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    -webkit-margin-after: 24px;
    margin-block-end: 24px
}

.file-recovery-modal-content[dir=ltr] .modal-title,
.file-recovery-modal-content[dir=rtl] .modal-title,
[dir=ltr] .file-recovery-modal-content .modal-title,
[dir=rtl] .file-recovery-modal-content .modal-title {
    margin-bottom: 24px
}

[apple-system-font-capable] .file-recovery-modal-content .modal-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.file-recovery-modal-content .modal-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    text-align: center;
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
    padding-inline: 20px
}

.file-recovery-modal-content[dir=ltr] .modal-description,
.file-recovery-modal-content[dir=rtl] .modal-description,
[dir=ltr] .file-recovery-modal-content .modal-description,
[dir=rtl] .file-recovery-modal-content .modal-description {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px
}

[apple-system-font-capable] .file-recovery-modal-content .modal-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.file-recovery-modal-content .list-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
    -webkit-margin-after: 12px;
    margin-block-end: 12px
}

.file-recovery-modal-content[dir=ltr] .list-description,
.file-recovery-modal-content[dir=rtl] .list-description,
[dir=ltr] .file-recovery-modal-content .list-description,
[dir=rtl] .file-recovery-modal-content .list-description {
    margin-top: 8px;
    margin-bottom: 12px
}

[apple-system-font-capable] .file-recovery-modal-content .list-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.file-recovery-modal-content .file-count,
.file-recovery-modal-content .list-description {
    margin-inline: 15px
}

.file-recovery-modal-content[dir=ltr] .file-count,
.file-recovery-modal-content[dir=ltr] .list-description,
.file-recovery-modal-content[dir=rtl] .file-count,
.file-recovery-modal-content[dir=rtl] .list-description,
[dir=ltr] .file-recovery-modal-content .file-count,
[dir=ltr] .file-recovery-modal-content .list-description,
[dir=rtl] .file-recovery-modal-content .file-count,
[dir=rtl] .file-recovery-modal-content .list-description {
    margin-left: 15px;
    margin-right: 15px
}

.file-recovery-modal-content .modal-content {
    margin-inline: 30px;
    -webkit-margin-after: 60px;
    margin-block-end: 60px;
    min-block-size: 600px
}

.file-recovery-modal-content[dir=ltr] .modal-content,
.file-recovery-modal-content[dir=rtl] .modal-content,
[dir=ltr] .file-recovery-modal-content .modal-content,
[dir=rtl] .file-recovery-modal-content .modal-content {
    margin-bottom: 60px;
    min-height: 600px;
    margin-left: 30px;
    margin-right: 30px
}

.file-recovery-modal-content [role=table] {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto
}

.file-recovery-modal-content [role=table]>.content {
    padding: 6px
}

.file-recovery-modal-content [role=row] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.file-recovery-modal-content[dir=ltr] [role=row],
.file-recovery-modal-content[dir=rtl] [role=row],
[dir=ltr] .file-recovery-modal-content [role=row],
[dir=rtl] .file-recovery-modal-content [role=row] {
    margin-bottom: 20px
}

.file-recovery-modal-content [role=row] [role=cell].icon>.icon {
    inline-size: 22px;
    text-align: center;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px
}

.file-recovery-modal-content[dir=ltr] [role=row] [role=cell].icon>.icon,
[dir=ltr] .file-recovery-modal-content [role=row] [role=cell].icon>.icon {
    width: 22px;
    margin-left: 10px
}

.file-recovery-modal-content[dir=rtl] [role=row] [role=cell].icon>.icon,
[dir=rtl] .file-recovery-modal-content [role=row] [role=cell].icon>.icon {
    width: 22px;
    margin-right: 10px
}

.file-recovery-modal-content [role=row] [role=cell].checkbox {
    padding-inline: 10px;
    padding-block: 2px
}

.file-recovery-modal-content[dir=ltr] [role=row] [role=cell].checkbox,
.file-recovery-modal-content[dir=rtl] [role=row] [role=cell].checkbox,
[dir=ltr] .file-recovery-modal-content [role=row] [role=cell].checkbox,
[dir=rtl] .file-recovery-modal-content [role=row] [role=cell].checkbox {
    padding: 2px 10px
}

.file-recovery-modal-content [role=row] .file-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.file-recovery-modal-content [role=row] .date,
.file-recovery-modal-content [role=row] .name-size-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.file-recovery-modal-content [role=row] [role=cell].date,
.file-recovery-modal-content [role=row] [role=cell].hierarchy,
.file-recovery-modal-content [role=row] [role=cell].size {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

[apple-system-font-capable] .file-recovery-modal-content [role=row] [role=cell].date,
[apple-system-font-capable] .file-recovery-modal-content [role=row] [role=cell].hierarchy,
[apple-system-font-capable] .file-recovery-modal-content [role=row] [role=cell].size {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.file-recovery-modal-content [role=row] [role=cell].hierarchy,
.file-recovery-modal-content [role=row] [role=cell].name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto
}

.file-recovery-modal-content [role=row] [role=cell].hierarchy {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--theme-color-labelSecondary)
}

.file-recovery-modal-content [role=row] [role=cell].date {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.file-recovery-modal-content [role=row] [role=cell].date.warning {
    color: var(--theme-color-systemRed)
}

.file-recovery-modal-content [role=row] [role=cell].date,
.file-recovery-modal-content [role=row] [role=cell].name {
    -webkit-margin-after: 2px;
    margin-block-end: 2px
}

.file-recovery-modal-content[dir=ltr] [role=row] [role=cell].date,
.file-recovery-modal-content[dir=ltr] [role=row] [role=cell].name,
.file-recovery-modal-content[dir=rtl] [role=row] [role=cell].date,
.file-recovery-modal-content[dir=rtl] [role=row] [role=cell].name,
[dir=ltr] .file-recovery-modal-content [role=row] [role=cell].date,
[dir=ltr] .file-recovery-modal-content [role=row] [role=cell].name,
[dir=rtl] .file-recovery-modal-content [role=row] [role=cell].date,
[dir=rtl] .file-recovery-modal-content [role=row] [role=cell].name {
    margin-bottom: 2px
}

.file-recovery-modal-content .loading-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.file-recovery-modal-content .loading-screen [role=progressbar] {
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.file-recovery-modal-content[dir=ltr] .loading-screen [role=progressbar],
.file-recovery-modal-content[dir=rtl] .loading-screen [role=progressbar],
[dir=ltr] .file-recovery-modal-content .loading-screen [role=progressbar],
[dir=rtl] .file-recovery-modal-content .loading-screen [role=progressbar] {
    margin-bottom: 30px
}

.file-recovery-modal-content .actions {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    text-align: end
}

.file-recovery-modal-content[dir=ltr] .actions,
[dir=ltr] .file-recovery-modal-content .actions {
    margin-top: 10px;
    text-align: right
}

.file-recovery-modal-content[dir=rtl] .actions,
[dir=rtl] .file-recovery-modal-content .actions {
    margin-top: 10px;
    text-align: left
}

.icloud-plus-page .application-content {
    -webkit-padding-after: 10px;
    padding-block-end: 10px
}

.icloud-plus-page[dir=ltr] .application-content,
.icloud-plus-page[dir=rtl] .application-content,
[dir=ltr] .icloud-plus-page .application-content,
[dir=rtl] .icloud-plus-page .application-content {
    padding-bottom: 10px
}

.icloud-plus-page .tile-grid-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px;
    -webkit-padding-after: 30px;
    padding-block-end: 30px
}

.icloud-plus-page[dir=ltr] .tile-grid-content,
.icloud-plus-page[dir=rtl] .tile-grid-content,
[dir=ltr] .icloud-plus-page .tile-grid-content,
[dir=rtl] .icloud-plus-page .tile-grid-content {
    padding-bottom: 30px
}

.icloud-plus-page .tile-grid-content:last-child {
    -webkit-padding-after: 0;
    padding-block-end: 0
}

.icloud-plus-page[dir=ltr] .tile-grid-content:last-child,
.icloud-plus-page[dir=rtl] .tile-grid-content:last-child,
[dir=ltr] .icloud-plus-page .tile-grid-content:last-child,
[dir=rtl] .icloud-plus-page .tile-grid-content:last-child {
    padding-bottom: 0
}

.icloud-plus-page .tile-grid-content .tile {
    margin: 15px
}

.icloud-plus-page .tile-grid-content .tile .content {
    background-color: var(--theme-color-backgroundPrimary)
}

.icloud-plus-page .tile-grid-content .banner {
    background-color: var(--theme-color-fillQuaternary);
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

@media (min-width:760px) {
    .icloud-plus-page .tile-grid-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.icloud-plus-page .device-only-content {
    -webkit-margin-before: 26px;
    margin-block-start: 26px
}

.icloud-plus-page[dir=ltr] .device-only-content,
.icloud-plus-page[dir=rtl] .device-only-content,
[dir=ltr] .icloud-plus-page .device-only-content,
[dir=rtl] .icloud-plus-page .device-only-content {
    margin-top: 26px
}

.icloud-plus-page .device-only-content .heading {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    color: var(--theme-color-labelPrimary)
}

[apple-system-font-capable] .icloud-plus-page .device-only-content .heading {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.icloud-plus-page .device-only-content>p {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
    max-inline-size: 660px
}

.icloud-plus-page[dir=ltr] .device-only-content>p,
.icloud-plus-page[dir=rtl] .device-only-content>p,
[dir=ltr] .icloud-plus-page .device-only-content>p,
[dir=rtl] .icloud-plus-page .device-only-content>p {
    margin-bottom: 30px;
    max-width: 660px
}

[apple-system-font-capable] .icloud-plus-page .device-only-content>p {
    font-family: system-ui, Helvetica Neue, sans-serif
}

ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-title {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

[dir=ltr] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-title,
[dir=rtl] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-title,
ui-pane.modal-with-close-button[dir=ltr]>ui-popup[role=dialog] .feature-info .modal-title,
ui-pane.modal-with-close-button[dir=rtl]>ui-popup[role=dialog] .feature-info .modal-title {
    margin-bottom: 20px
}

ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-subtitle {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    text-align: center;
    -webkit-margin-after: 24px;
    margin-block-end: 24px
}

[dir=ltr] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-subtitle,
[dir=rtl] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-subtitle,
ui-pane.modal-with-close-button[dir=ltr]>ui-popup[role=dialog] .feature-info .modal-subtitle,
ui-pane.modal-with-close-button[dir=rtl]>ui-popup[role=dialog] .feature-info .modal-subtitle {
    margin-bottom: 24px
}

[apple-system-font-capable] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-subtitle {
    font-family: system-ui, Helvetica Neue, sans-serif
}

ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-section-title {
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

[dir=ltr] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-section-title,
[dir=rtl] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-section-title,
ui-pane.modal-with-close-button[dir=ltr]>ui-popup[role=dialog] .feature-info .modal-section-title,
ui-pane.modal-with-close-button[dir=rtl]>ui-popup[role=dialog] .feature-info .modal-section-title {
    margin-bottom: 10px
}

ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-section-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-after: 45px;
    margin-block-end: 45px
}

[dir=ltr] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-section-description,
[dir=rtl] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-section-description,
ui-pane.modal-with-close-button[dir=ltr]>ui-popup[role=dialog] .feature-info .modal-section-description,
ui-pane.modal-with-close-button[dir=rtl]>ui-popup[role=dialog] .feature-info .modal-section-description {
    margin-bottom: 45px
}

[apple-system-font-capable] ui-pane.modal-with-close-button>ui-popup[role=dialog] .feature-info .modal-section-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.home-kit-secure-video-tile .content-title-text {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .home-kit-secure-video-tile .content-title-text {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.private-relay-tile .content-title-text {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .private-relay-tile .content-title-text {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.family-sharing-tile .content-title-text {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .family-sharing-tile .content-title-text {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.invites-plus-tile .content {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-padding-before: 15px;
    padding-block-start: 15px;
    padding-inline: 20px
}

.invites-plus-tile[dir=ltr] .content,
.invites-plus-tile[dir=rtl] .content,
[dir=ltr] .invites-plus-tile .content,
[dir=rtl] .invites-plus-tile .content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px
}

[apple-system-font-capable] .invites-plus-tile .content {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.storage-usage-list {
    inline-size: 100%;
    -webkit-margin-before: 40px;
    margin-block-start: 40px
}

.storage-usage-list[dir=ltr],
.storage-usage-list[dir=rtl],
[dir=ltr] .storage-usage-list,
[dir=rtl] .storage-usage-list {
    width: 100%;
    margin-top: 40px
}

.storage-usage-list.loading {
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

.storage-usage-list.loading[dir=ltr],
.storage-usage-list.loading[dir=rtl],
[dir=ltr] .storage-usage-list.loading,
[dir=rtl] .storage-usage-list.loading {
    margin-top: 10px
}

.storage-usage-list.error {
    -webkit-margin-before: 25px;
    margin-block-start: 25px;
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.storage-usage-list.error[dir=ltr],
.storage-usage-list.error[dir=rtl],
[dir=ltr] .storage-usage-list.error,
[dir=rtl] .storage-usage-list.error {
    margin-top: 25px;
    margin-bottom: 30px
}

@media (max-width:759px) {
    .storage-usage-list.error {
        -webkit-margin-before: 20px;
        margin-block-start: 20px;
        -webkit-margin-after: 5px;
        margin-block-end: 5px
    }
    .storage-usage-list.error[dir=ltr],
    .storage-usage-list.error[dir=rtl],
    [dir=ltr] .storage-usage-list.error,
    [dir=rtl] .storage-usage-list.error {
        margin-top: 20px;
        margin-bottom: 5px
    }
}

@media (min-width:1690px) {
    .storage-usage-list.error {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }
    .storage-usage-list.error[dir=ltr],
    .storage-usage-list.error[dir=rtl],
    [dir=ltr] .storage-usage-list.error,
    [dir=rtl] .storage-usage-list.error {
        margin-top: 0
    }
}

@media (min-width:1690px) {
    .storage-usage-list {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }
    .storage-usage-list[dir=ltr],
    .storage-usage-list[dir=rtl],
    [dir=ltr] .storage-usage-list,
    [dir=rtl] .storage-usage-list {
        margin-top: 0
    }
}

.storage-usage-list .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-margin-after: 30px;
    margin-block-end: 30px
}

.storage-usage-list[dir=ltr] .title,
.storage-usage-list[dir=rtl] .title,
[dir=ltr] .storage-usage-list .title,
[dir=rtl] .storage-usage-list .title {
    margin-bottom: 30px
}

.storage-usage-list .title h2 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px
}

[apple-system-font-capable] .storage-usage-list .title h2 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .storage-usage-list .title {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
    .storage-usage-list[dir=ltr] .title,
    .storage-usage-list[dir=rtl] .title,
    [dir=ltr] .storage-usage-list .title,
    [dir=rtl] .storage-usage-list .title {
        margin-bottom: 20px
    }
}

.storage-usage-list [role=table] {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px
}

[apple-system-font-capable] .storage-usage-list [role=table] {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.storage-usage-list [role=cell],
.storage-usage-list [role=row] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.storage-usage-list .app-name-icon,
.storage-usage-list .item-description {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.storage-usage-list .item-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: var(--theme-color-labelTertiary)
}

[apple-system-font-capable] .storage-usage-list .item-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .storage-usage-list .item-description {
        display: none
    }
}

.storage-usage-list [role=row] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.storage-usage-list[dir=ltr] [role=row],
.storage-usage-list[dir=rtl] [role=row],
[dir=ltr] .storage-usage-list [role=row],
[dir=rtl] .storage-usage-list [role=row] {
    margin-bottom: 20px
}

.storage-usage-list .icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.storage-usage-list[dir=ltr] .icon,
[dir=ltr] .storage-usage-list .icon {
    margin-right: 10px
}

.storage-usage-list[dir=rtl] .icon,
[dir=rtl] .storage-usage-list .icon {
    margin-left: 10px
}

.storage-usage-list .label,
.storage-usage-list .usage {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[apple-system-font-capable] .storage-usage-list .label,
[apple-system-font-capable] .storage-usage-list .usage {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .storage-usage-list .label,
    .storage-usage-list .usage {
        font-family: SF Pro Text, Helvetica Neue, sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 21px
    }
    [apple-system-font-capable] .storage-usage-list .label,
    [apple-system-font-capable] .storage-usage-list .usage {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.storage-usage-list .item-description-small {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    display: block
}

[apple-system-font-capable] .storage-usage-list .item-description-small {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (min-width:760px) and (max-width:1164px) {
    .storage-usage-list .item-description-small {
        display: none
    }
}

@media (min-width:1165px) {
    .storage-usage-list .item-description-small {
        display: none
    }
}

@media (min-width:1690px) {
    .storage-usage-list .item-description-small {
        display: none
    }
}

.storage-usage-list .usage {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.storage-usage-list .usage,
.storage-usage-list .usage .usage-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.storage-usage-list .dot {
    display: block;
    inline-size: 8px;
    block-size: 8px;
    border-radius: 50%;
    -webkit-margin-start: 9px;
    margin-inline-start: 9px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.storage-usage-list[dir=ltr] .dot,
[dir=ltr] .storage-usage-list .dot {
    width: 8px;
    height: 8px;
    margin-left: 9px
}

.storage-usage-list[dir=rtl] .dot,
[dir=rtl] .storage-usage-list .dot {
    width: 8px;
    height: 8px;
    margin-right: 9px
}

.storage-usage-list ui-button.push.primary.reload-button {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    padding-block: 10px
}

.storage-usage-list[dir=ltr] ui-button.push.primary.reload-button,
[dir=ltr] .storage-usage-list ui-button.push.primary.reload-button {
    margin-left: -12px;
    padding-top: 10px;
    padding-bottom: 10px
}

.storage-usage-list[dir=rtl] ui-button.push.primary.reload-button,
[dir=rtl] .storage-usage-list ui-button.push.primary.reload-button {
    margin-right: -12px;
    padding-top: 10px;
    padding-bottom: 10px
}

[apple-system-font-capable] .storage-usage-list ui-button.push.primary.reload-button {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.clicking .storage-usage-list ui-button.push.primary.reload-button:focus:not([aria-disabled=true]):not(.disabled) {
    border: 1px solid transparent
}

.storage-usage-list .error-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .storage-usage-list .error-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.storage-usage-list .app-icon {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.storage-usage-list[dir=ltr] .app-icon,
[dir=ltr] .storage-usage-list .app-icon {
    margin-right: 15px
}

.storage-usage-list[dir=rtl] .app-icon,
[dir=rtl] .storage-usage-list .app-icon {
    margin-left: 15px
}

.storage-usage-list .app-icon img {
    inline-size: 32px
}

.storage-usage-list[dir=ltr] .app-icon img,
.storage-usage-list[dir=rtl] .app-icon img,
[dir=ltr] .storage-usage-list .app-icon img,
[dir=rtl] .storage-usage-list .app-icon img {
    width: 32px
}

.storage-usage-list .other-apps-label {
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    color: var(--theme-color-labelSecondary)
}

.storage-usage-list[dir=ltr] .other-apps-label,
.storage-usage-list[dir=rtl] .other-apps-label,
[dir=ltr] .storage-usage-list .other-apps-label,
[dir=rtl] .storage-usage-list .other-apps-label {
    margin-top: 30px;
    margin-bottom: 15px
}

.storage-page .family-usage {
    -webkit-margin-before: 30px;
    margin-block-start: 30px
}

.storage-page[dir=ltr] .family-usage,
.storage-page[dir=rtl] .family-usage,
[dir=ltr] .storage-page .family-usage,
[dir=rtl] .storage-page .family-usage {
    margin-top: 30px
}

@media (max-width:759px) {
    .storage-page .family-usage {
        -webkit-margin-before: 35px;
        margin-block-start: 35px
    }
    .storage-page[dir=ltr] .family-usage,
    .storage-page[dir=rtl] .family-usage,
    [dir=ltr] .storage-page .family-usage,
    [dir=rtl] .storage-page .family-usage {
        margin-top: 35px
    }
}

.storage-page .callout {
    background-color: var(--theme-color-backgroundLayer1);
    border-radius: 11px;
    padding: 20px;
    -webkit-margin-before: 30px;
    margin-block-start: 30px
}

.storage-page[dir=ltr] .callout,
.storage-page[dir=rtl] .callout,
[dir=ltr] .storage-page .callout,
[dir=rtl] .storage-page .callout {
    margin-top: 30px
}

.storage-page .callout h2,
.storage-page .callout h3 {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

[apple-system-font-capable] .storage-page .callout h2,
[apple-system-font-capable] .storage-page .callout h3 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.storage-page .callout p {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

.storage-page[dir=ltr] .callout p,
.storage-page[dir=rtl] .callout p,
[dir=ltr] .storage-page .callout p,
[dir=rtl] .storage-page .callout p {
    margin-top: 10px
}

[apple-system-font-capable] .storage-page .callout p {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.storage-page .callout a.primary-cta,
.storage-page .callout a.primary-cta:visited {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color-systemBlue)
}

.storage-page[dir=ltr] .callout a.primary-cta,
.storage-page[dir=ltr] .callout a.primary-cta:visited,
.storage-page[dir=rtl] .callout a.primary-cta,
.storage-page[dir=rtl] .callout a.primary-cta:visited,
[dir=ltr] .storage-page .callout a.primary-cta,
[dir=ltr] .storage-page .callout a.primary-cta:visited,
[dir=rtl] .storage-page .callout a.primary-cta,
[dir=rtl] .storage-page .callout a.primary-cta:visited {
    margin-top: 15px
}

.storage-page .callout a.primary-cta:visited svg,
.storage-page .callout a.primary-cta svg {
    color: var(--theme-color-systemBlue);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.storage-page[dir=ltr] .callout a.primary-cta:visited svg,
.storage-page[dir=ltr] .callout a.primary-cta svg,
[dir=ltr] .storage-page .callout a.primary-cta:visited svg,
[dir=ltr] .storage-page .callout a.primary-cta svg {
    margin-right: 10px
}

.storage-page[dir=rtl] .callout a.primary-cta:visited svg,
.storage-page[dir=rtl] .callout a.primary-cta svg,
[dir=rtl] .storage-page .callout a.primary-cta:visited svg,
[dir=rtl] .storage-page .callout a.primary-cta svg {
    margin-left: 10px
}

@media (max-width:759px) {
    .storage-page .callout {
        -webkit-margin-before: 30px;
        margin-block-start: 30px
    }
    .storage-page[dir=ltr] .callout,
    .storage-page[dir=rtl] .callout,
    [dir=ltr] .storage-page .callout,
    [dir=rtl] .storage-page .callout {
        margin-top: 30px
    }
}

@media (min-width:1690px) {
    .storage-page .callout {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }
    .storage-page[dir=ltr] .callout,
    .storage-page[dir=rtl] .callout,
    [dir=ltr] .storage-page .callout,
    [dir=rtl] .storage-page .callout {
        margin-top: 0
    }
    .storage-page .callout:last-child:not(:first-child) {
        -webkit-margin-before: 40px;
        margin-block-start: 40px
    }
    .storage-page[dir=ltr] .callout:last-child:not(:first-child),
    .storage-page[dir=rtl] .callout:last-child:not(:first-child),
    [dir=ltr] .storage-page .callout:last-child:not(:first-child),
    [dir=rtl] .storage-page .callout:last-child:not(:first-child) {
        margin-top: 40px
    }
}

.storage-page .xl-display {
    display: none
}

@media (min-width:1690px) {
    .storage-page .xl-display {
        display: block
    }
}

.storage-page .content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.storage-page .content-section .content-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:1690px) {
    .storage-page .content-section .content-column:last-child .family-usage {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }
    .storage-page[dir=ltr] .content-section .content-column:last-child .family-usage,
    .storage-page[dir=rtl] .content-section .content-column:last-child .family-usage,
    [dir=ltr] .storage-page .content-section .content-column:last-child .family-usage,
    [dir=rtl] .storage-page .content-section .content-column:last-child .family-usage {
        margin-top: 0
    }
}

@media (min-width:1690px) {
    .storage-page .content-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .storage-page .content-section .content-column {
        -webkit-margin-before: 45px;
        margin-block-start: 45px
    }
    .storage-page[dir=ltr] .content-section .content-column,
    .storage-page[dir=rtl] .content-section .content-column,
    [dir=ltr] .storage-page .content-section .content-column,
    [dir=rtl] .storage-page .content-section .content-column {
        margin-top: 45px
    }
    .storage-page .content-section .content-column:first-child {
        -webkit-padding-end: 42px;
        padding-inline-end: 42px;
        -webkit-border-end: 1px solid var(--theme-color-fillPrimary);
        border-inline-end: 1px solid var(--theme-color-fillPrimary)
    }
    .storage-page[dir=ltr] .content-section .content-column:first-child,
    [dir=ltr] .storage-page .content-section .content-column:first-child {
        padding-right: 42px;
        border-right: 1px solid var(--theme-color-fillPrimary)
    }
    .storage-page[dir=rtl] .content-section .content-column:first-child,
    [dir=rtl] .storage-page .content-section .content-column:first-child {
        padding-left: 42px;
        border-left: 1px solid var(--theme-color-fillPrimary)
    }
    .storage-page .content-section .content-column:last-child {
        -webkit-padding-start: 42px;
        padding-inline-start: 42px
    }
    .storage-page[dir=ltr] .content-section .content-column:last-child,
    [dir=ltr] .storage-page .content-section .content-column:last-child {
        padding-left: 42px
    }
    .storage-page[dir=rtl] .content-section .content-column:last-child,
    [dir=rtl] .storage-page .content-section .content-column:last-child {
        padding-right: 42px
    }
}

.meter-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:1690px) {
    .meter-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1165px) {
    .application-content .content-section,
    .application-content .meter-header,
    .application-content .storage-page-upgrade-plan-section {
        inline-size: 690px;
        -webkit-margin-end: 345px;
        margin-inline-end: 345px
    }
    .application-content[dir=ltr] .content-section,
    .application-content[dir=ltr] .meter-header,
    .application-content[dir=ltr] .storage-page-upgrade-plan-section,
    [dir=ltr] .application-content .content-section,
    [dir=ltr] .application-content .meter-header,
    [dir=ltr] .application-content .storage-page-upgrade-plan-section {
        width: 690px;
        margin-right: 345px
    }
    .application-content[dir=rtl] .content-section,
    .application-content[dir=rtl] .meter-header,
    .application-content[dir=rtl] .storage-page-upgrade-plan-section,
    [dir=rtl] .application-content .content-section,
    [dir=rtl] .application-content .meter-header,
    [dir=rtl] .application-content .storage-page-upgrade-plan-section {
        width: 690px;
        margin-left: 345px
    }
}

@media (min-width:1690px) {
    .application-content .content-section {
        inline-size: 1380px
    }
    .application-content[dir=ltr] .content-section,
    .application-content[dir=rtl] .content-section,
    [dir=ltr] .application-content .content-section,
    [dir=rtl] .application-content .content-section {
        width: 1380px
    }
}

.application-content .upgrade-plan.is-hidden {
    opacity: 0;
    visibility: hidden;
    block-size: 0
}

.application-content[dir=ltr] .upgrade-plan.is-hidden,
.application-content[dir=rtl] .upgrade-plan.is-hidden,
[dir=ltr] .application-content .upgrade-plan.is-hidden,
[dir=rtl] .application-content .upgrade-plan.is-hidden {
    height: 0
}

@media (max-width:759px) {
    .page-header {
        -webkit-padding-before: 60px;
        padding-block-start: 60px;
        -webkit-padding-after: 40px;
        padding-block-end: 40px
    }
    .page-header[dir=ltr],
    .page-header[dir=rtl],
    [dir=ltr] .page-header,
    [dir=rtl] .page-header {
        padding-top: 60px;
        padding-bottom: 40px
    }
}

.family-usage-list {
    -webkit-margin-before: 30px;
    margin-block-start: 30px
}

.family-usage-list[dir=ltr],
.family-usage-list[dir=rtl],
[dir=ltr] .family-usage-list,
[dir=rtl] .family-usage-list {
    margin-top: 30px
}

@media (min-width:1690px) {
    .family-usage-list {
        -webkit-margin-before: 35px;
        margin-block-start: 35px
    }
    .family-usage-list[dir=ltr],
    .family-usage-list[dir=rtl],
    [dir=ltr] .family-usage-list,
    [dir=rtl] .family-usage-list {
        margin-top: 35px
    }
}

.family-usage-list .title {
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.family-usage-list[dir=ltr] .title,
.family-usage-list[dir=rtl] .title,
[dir=ltr] .family-usage-list .title,
[dir=rtl] .family-usage-list .title {
    margin-bottom: 30px
}

.family-usage-list .title h2 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px
}

[apple-system-font-capable] .family-usage-list .title h2 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.family-usage-list [role=table] {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px
}

.family-usage-list[dir=ltr] [role=table],
.family-usage-list[dir=rtl] [role=table],
[dir=ltr] .family-usage-list [role=table],
[dir=rtl] .family-usage-list [role=table] {
    margin-bottom: 15px
}

[apple-system-font-capable] .family-usage-list [role=table] {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.family-usage-list [role=row] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.family-usage-list[dir=ltr] [role=row],
.family-usage-list[dir=rtl] [role=row],
[dir=ltr] .family-usage-list [role=row],
[dir=rtl] .family-usage-list [role=row] {
    margin-bottom: 20px
}

.family-usage-list [role=cell] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.family-usage-list .member-name {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px
}

.family-usage-list[dir=ltr] .member-name,
[dir=ltr] .family-usage-list .member-name {
    margin-left: 15px
}

.family-usage-list[dir=rtl] .member-name,
[dir=rtl] .family-usage-list .member-name {
    margin-right: 15px
}

.family-usage-list .profile-photo-placeholder {
    border-radius: 50%;
    overflow: hidden;
    block-size: 36px;
    inline-size: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color-gray4)
}

.family-usage-list[dir=ltr] .profile-photo-placeholder,
.family-usage-list[dir=rtl] .profile-photo-placeholder,
[dir=ltr] .family-usage-list .profile-photo-placeholder,
[dir=rtl] .family-usage-list .profile-photo-placeholder {
    height: 36px;
    width: 36px
}

.family-usage-list .profile-photo-placeholder .initials {
    color: var(--theme-color-systemWhite)
}

.family-usage-list .cjk-profile-photo {
    fill: var(--theme-color-gray1)
}

.family-usage-list .dot {
    display: block;
    inline-size: 8px;
    block-size: 8px;
    border-radius: 50%;
    -webkit-margin-start: 9px;
    margin-inline-start: 9px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.family-usage-list[dir=ltr] .dot,
[dir=ltr] .family-usage-list .dot {
    width: 8px;
    height: 8px;
    margin-left: 9px
}

.family-usage-list[dir=rtl] .dot,
[dir=rtl] .family-usage-list .dot {
    width: 8px;
    height: 8px;
    margin-right: 9px
}

.static-avatar {
    inline-size: 60px;
    block-size: 60px;
    border-radius: 100%;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    opacity: 1;
    background: var(--theme-color-fillTertiary)
}

.static-avatar[dir=ltr],
.static-avatar[dir=rtl],
[dir=ltr] .static-avatar,
[dir=rtl] .static-avatar {
    width: 60px;
    height: 60px
}

.static-avatar ui-image.standard img {
    opacity: 0
}

.static-avatar ui-image.standard.is-loaded img {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.static-avatar.image-placeholder {
    background: none
}

.static-avatar .profile-image-container {
    overflow: hidden;
    will-change: transform;
    border-radius: 100%;
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.static-avatar[dir=ltr] .profile-image-container,
.static-avatar[dir=rtl] .profile-image-container,
[dir=ltr] .static-avatar .profile-image-container,
[dir=rtl] .static-avatar .profile-image-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.static-avatar .profile-image-container>* {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.static-avatar .profile-image-container ui-image {
    position: absolute;
    inset: 0
}

.static-avatar[dir=ltr] .profile-image-container ui-image,
.static-avatar[dir=rtl] .profile-image-container ui-image,
[dir=ltr] .static-avatar .profile-image-container ui-image,
[dir=rtl] .static-avatar .profile-image-container ui-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.static-avatar .profile-image-container .icon {
    fill: var(--theme-color-labelTertiary);
    inline-size: 100%;
    block-size: 100%;
    display: none
}

.static-avatar[dir=ltr] .profile-image-container .icon,
.static-avatar[dir=rtl] .profile-image-container .icon,
[dir=ltr] .static-avatar .profile-image-container .icon,
[dir=rtl] .static-avatar .profile-image-container .icon {
    width: 100%;
    height: 100%
}

.static-avatar .profile-image-container .static-avatar-error {
    letter-spacing: .2px;
    text-align: center
}

@media (pointer:fine) {
    .static-avatar .profile-image-container .static-avatar-error:hover:not(:active):not(:disabled):not([aria-disabled=true]):not(.disabled) {
        background: rgba(0, 0, 0, .08);
        border-radius: 8px
    }
}

.static-avatar .profile-image-container .static-avatar-error.active:not([aria-disabled=true]):not(.disabled),
.static-avatar .profile-image-container .static-avatar-error:active:hover:not([aria-disabled=true]):not(.disabled) {
    background: rgba(0, 0, 0, .08);
    opacity: .48;
    border: 0
}

.static-avatar .profile-image-container.image-placeholder .icon {
    display: inline-block;
    -webkit-animation: icloud-keyframes-fadeIn .2s ease;
    animation: icloud-keyframes-fadeIn .2s ease
}

.static-avatar-loading {
    opacity: .4
}

.ScreenreaderOnlyHeading {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    max-inline-size: 2px
}

.ScreenreaderOnlyHeading[dir=ltr],
.ScreenreaderOnlyHeading[dir=rtl],
[dir=ltr] .ScreenreaderOnlyHeading,
[dir=rtl] .ScreenreaderOnlyHeading {
    max-width: 2px
}

.dual-tone-exclamation-mark {
    color: var(--theme-color-systemOrange)
}

.usage-warning {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    -webkit-padding-after: 5px;
    padding-block-end: 5px
}

.usage-warning[dir=ltr],
.usage-warning[dir=rtl],
[dir=ltr] .usage-warning,
[dir=rtl] .usage-warning {
    margin-top: 20px;
    padding-bottom: 5px
}

[apple-system-font-capable] .usage-warning {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .usage-warning {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-padding-after: 0;
        padding-block-end: 0
    }
    .usage-warning[dir=ltr],
    .usage-warning[dir=rtl],
    [dir=ltr] .usage-warning,
    [dir=rtl] .usage-warning {
        padding-bottom: 0
    }
}

.usage-warning .warning-icon {
    position: relative;
    inset-block-start: 2px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px
}

.usage-warning[dir=ltr] .warning-icon,
[dir=ltr] .usage-warning .warning-icon {
    top: 2px;
    margin-right: 8px
}

.usage-warning[dir=rtl] .warning-icon,
[dir=rtl] .usage-warning .warning-icon {
    top: 2px;
    margin-left: 8px
}

@media (max-width:759px) {
    .usage-warning .warning-icon {
        inline-size: 40px
    }
    .usage-warning[dir=ltr] .warning-icon,
    .usage-warning[dir=rtl] .warning-icon,
    [dir=ltr] .usage-warning .warning-icon,
    [dir=rtl] .usage-warning .warning-icon {
        width: 40px
    }
}

.usage-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:760px) {
    .usage-header>* {
        inline-size: 100%
    }
    .usage-header[dir=ltr]>*,
    .usage-header[dir=rtl]>*,
    [dir=ltr] .usage-header>*,
    [dir=rtl] .usage-header>* {
        width: 100%
    }
    .usage-header>* :first-child {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
    .usage-header[dir=ltr]>* :first-child,
    .usage-header[dir=rtl]>* :first-child,
    [dir=ltr] .usage-header>* :first-child,
    [dir=rtl] .usage-header>* :first-child {
        margin-bottom: 20px
    }
}

.usage-header .error,
.usage-header .loading {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px
}

[apple-system-font-capable] .usage-header .error,
[apple-system-font-capable] .usage-header .loading {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.usage-header .loading {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .usage-header .loading {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.usage-header .storage-label-section {
    position: relative
}

.usage-header .storage-label-section .warning-icon {
    position: absolute;
    inset-block-start: -12px;
    inset-inline-end: -12px
}

.usage-header[dir=ltr] .storage-label-section .warning-icon,
[dir=ltr] .usage-header .storage-label-section .warning-icon {
    top: -12px;
    right: -12px
}

.usage-header[dir=rtl] .storage-label-section .warning-icon,
[dir=rtl] .usage-header .storage-label-section .warning-icon {
    top: -12px;
    left: -12px
}

@media (max-width:759px) {
    .usage-header .storage-label-section .warning-icon {
        inset-inline-start: 60px
    }
    .usage-header[dir=ltr] .storage-label-section .warning-icon,
    [dir=ltr] .usage-header .storage-label-section .warning-icon {
        left: 60px
    }
    .usage-header[dir=rtl] .storage-label-section .warning-icon,
    [dir=rtl] .usage-header .storage-label-section .warning-icon {
        right: 60px
    }
}

.xl-no-display {
    display: block
}

@media (min-width:1690px) {
    .xl-no-display {
        display: none
    }
}

.storage-label {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 26px;
    font-weight: 700;
    background-color: var(--theme-color-systemBlack);
    color: var(--theme-color-systemWhite);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 11px;
    padding-block: 11px;
    padding-inline: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.storage-label[dir=ltr],
.storage-label[dir=rtl],
[dir=ltr] .storage-label,
[dir=rtl] .storage-label {
    padding: 11px 9px
}

[apple-system-font-capable] .storage-label {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (prefers-color-scheme:dark) {
    .storage-label {
        background-color: var(--theme-color-labelPrimary)
    }
}

[data-appearance=dark] .storage-label {
    background-color: var(--theme-color-labelPrimary)
}

[data-appearance=light] .storage-label {
    background-color: var(--theme-color-systemBlack)
}

@media (prefers-color-scheme:dark) {
    .storage-label {
        color: var(--theme-color-gray6)
    }
}

[data-appearance=dark] .storage-label {
    color: var(--theme-color-gray6)
}

[data-appearance=light] .storage-label {
    color: var(--theme-color-systemWhite)
}

@media (max-width:759px) {
    .storage-label .glyph-box {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }
    .storage-label[dir=ltr] .glyph-box,
    .storage-label[dir=rtl] .glyph-box,
    [dir=ltr] .storage-label .glyph-box,
    [dir=rtl] .storage-label .glyph-box {
        margin-bottom: 0
    }
}

.usage-description {
    color: var(--theme-color-labelSecondary);
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px
}

[apple-system-font-capable] .usage-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.usage-description .used-storage {
    color: var(--theme-color-labelPrimary)
}

@media (max-width:759px) {
    .usage-description {
        font-family: SF Pro Text, Helvetica Neue, sans-serif;
        font-size: 19px;
        font-weight: 600;
        line-height: 23px
    }
    [apple-system-font-capable] .usage-description {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.change-plan-section {
    background-color: var(--theme-color-backgroundLayer1);
    border-radius: 11px;
    padding: 20px
}

.change-plan-section h2,
.change-plan-section h3 {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

[apple-system-font-capable] .change-plan-section h2,
[apple-system-font-capable] .change-plan-section h3 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.change-plan-section p {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

.change-plan-section[dir=ltr] p,
.change-plan-section[dir=rtl] p,
[dir=ltr] .change-plan-section p,
[dir=rtl] .change-plan-section p {
    margin-top: 10px
}

[apple-system-font-capable] .change-plan-section p {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.change-plan-section a.primary-cta,
.change-plan-section a.primary-cta:visited {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color-systemBlue)
}

.change-plan-section[dir=ltr] a.primary-cta,
.change-plan-section[dir=ltr] a.primary-cta:visited,
.change-plan-section[dir=rtl] a.primary-cta,
.change-plan-section[dir=rtl] a.primary-cta:visited,
[dir=ltr] .change-plan-section a.primary-cta,
[dir=ltr] .change-plan-section a.primary-cta:visited,
[dir=rtl] .change-plan-section a.primary-cta,
[dir=rtl] .change-plan-section a.primary-cta:visited {
    margin-top: 15px
}

.change-plan-section a.primary-cta:visited svg,
.change-plan-section a.primary-cta svg {
    color: var(--theme-color-systemBlue);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.change-plan-section[dir=ltr] a.primary-cta:visited svg,
.change-plan-section[dir=ltr] a.primary-cta svg,
[dir=ltr] .change-plan-section a.primary-cta:visited svg,
[dir=ltr] .change-plan-section a.primary-cta svg {
    margin-right: 10px
}

.change-plan-section[dir=rtl] a.primary-cta:visited svg,
.change-plan-section[dir=rtl] a.primary-cta svg,
[dir=rtl] .change-plan-section a.primary-cta:visited svg,
[dir=rtl] .change-plan-section a.primary-cta svg {
    margin-left: 10px
}

.change-plan-section .change-plan-section-heading {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px
}

[apple-system-font-capable] .change-plan-section .change-plan-section-heading {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.change-plan-section .change-plan-section-body {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

.change-plan-section[dir=ltr] .change-plan-section-body,
.change-plan-section[dir=rtl] .change-plan-section-body,
[dir=ltr] .change-plan-section .change-plan-section-body,
[dir=rtl] .change-plan-section .change-plan-section-body {
    margin-top: 10px
}

[apple-system-font-capable] .change-plan-section .change-plan-section-body {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.change-plan-section.learn-more-section {
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

.change-plan-section.learn-more-section[dir=ltr],
.change-plan-section.learn-more-section[dir=rtl],
[dir=ltr] .change-plan-section.learn-more-section,
[dir=rtl] .change-plan-section.learn-more-section {
    margin-top: 10px
}

.included-in-plan-section .heading {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    color: var(--theme-color-labelSecondary);
    font-weight: 500
}

.included-in-plan-section[dir=ltr] .heading,
.included-in-plan-section[dir=rtl] .heading,
[dir=ltr] .included-in-plan-section .heading,
[dir=rtl] .included-in-plan-section .heading {
    margin-bottom: 20px
}

[apple-system-font-capable] .included-in-plan-section .heading {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.included-in-plan-section .heading-secondary {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: var(--theme-color-labelSecondary);
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.included-in-plan-section[dir=ltr] .heading-secondary,
.included-in-plan-section[dir=rtl] .heading-secondary,
[dir=ltr] .included-in-plan-section .heading-secondary,
[dir=rtl] .included-in-plan-section .heading-secondary {
    margin-top: 15px;
    margin-bottom: 10px
}

[apple-system-font-capable] .included-in-plan-section .heading-secondary {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.included-in-plan-section ul {
    list-style: none;
    padding: 0
}

.included-in-plan-section li {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    inline-size: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.included-in-plan-section[dir=ltr] li,
[dir=ltr] .included-in-plan-section li {
    width: 100%;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    margin-bottom: 10px
}

.included-in-plan-section[dir=rtl] li,
[dir=rtl] .included-in-plan-section li {
    width: 100%;
    -webkit-box-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    margin-bottom: 10px
}

[apple-system-font-capable] .included-in-plan-section li {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.included-in-plan-section li .bullet-dot {
    inline-size: 8px;
    block-size: 8px;
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
    -webkit-margin-before: 7px;
    margin-block-start: 7px;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--theme-color-systemBlue)
}

.included-in-plan-section[dir=ltr] li .bullet-dot,
[dir=ltr] .included-in-plan-section li .bullet-dot {
    width: 8px;
    height: 8px;
    margin-right: 12px;
    margin-top: 7px
}

.included-in-plan-section[dir=rtl] li .bullet-dot,
[dir=rtl] .included-in-plan-section li .bullet-dot {
    width: 8px;
    height: 8px;
    margin-left: 12px;
    margin-top: 7px
}

.included-in-plan-section .included-in-plan-learn-more {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    line-height: 25px
}

.included-in-plan-section[dir=ltr] .included-in-plan-learn-more,
.included-in-plan-section[dir=rtl] .included-in-plan-learn-more,
[dir=ltr] .included-in-plan-section .included-in-plan-learn-more,
[dir=rtl] .included-in-plan-section .included-in-plan-learn-more {
    margin-top: 20px
}

[apple-system-font-capable] .included-in-plan-section .included-in-plan-learn-more {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.included-in-plan-section .downgrade-or-cancel-icloudplus {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color-labelSecondary);
    line-height: 25px
}

[apple-system-font-capable] .included-in-plan-section .downgrade-or-cancel-icloudplus {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.plan-page-route footer {
    -webkit-margin-before: 0;
    margin-block-start: 0
}

.plan-page-route[dir=ltr] footer,
.plan-page-route[dir=rtl] footer,
[dir=ltr] .plan-page-route footer,
[dir=rtl] .plan-page-route footer {
    margin-top: 0
}

.plan-page-route footer.gray-theme {
    background-color: var(--theme-color-backgroundLayer1)
}

.plan-page-route footer .breadcrumbs {
    -webkit-padding-before: 160px;
    padding-block-start: 160px
}

.plan-page-route[dir=ltr] footer .breadcrumbs,
.plan-page-route[dir=rtl] footer .breadcrumbs,
[dir=ltr] .plan-page-route footer .breadcrumbs,
[dir=rtl] .plan-page-route footer .breadcrumbs {
    padding-top: 160px
}

@media (max-width:759px) {
    .plan-page-route footer .breadcrumbs {
        -webkit-padding-before: 120px;
        padding-block-start: 120px
    }
    .plan-page-route[dir=ltr] footer .breadcrumbs,
    .plan-page-route[dir=rtl] footer .breadcrumbs,
    [dir=ltr] .plan-page-route footer .breadcrumbs,
    [dir=rtl] .plan-page-route footer .breadcrumbs {
        padding-top: 120px
    }
}

@media (min-width:760px) and (max-width:1164px) {
    .plan-page-route footer .breadcrumbs {
        -webkit-padding-before: 140px;
        padding-block-start: 140px
    }
    .plan-page-route[dir=ltr] footer .breadcrumbs,
    .plan-page-route[dir=rtl] footer .breadcrumbs,
    [dir=ltr] .plan-page-route footer .breadcrumbs,
    [dir=rtl] .plan-page-route footer .breadcrumbs {
        padding-top: 140px
    }
}

@media (max-width:759px) {
    .plan-page-route footer .breadcrumbs {
        -webkit-margin-start: 25px;
        margin-inline-start: 25px
    }
    .plan-page-route[dir=ltr] footer .breadcrumbs,
    [dir=ltr] .plan-page-route footer .breadcrumbs {
        margin-left: 25px
    }
    .plan-page-route[dir=rtl] footer .breadcrumbs,
    [dir=rtl] .plan-page-route footer .breadcrumbs {
        margin-right: 25px
    }
}

.plan-details-page {
    vertical-align: middle
}

.plan-details-page .plan-section-wrapper {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
}

.plan-details-page[dir=ltr] .plan-section-wrapper,
[dir=ltr] .plan-details-page .plan-section-wrapper {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left
}

.plan-details-page[dir=rtl] .plan-section-wrapper,
[dir=rtl] .plan-details-page .plan-section-wrapper {
    -webkit-box-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right
}

@media (min-width:1165px) {
    .plan-details-page .plan-section-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.plan-details-page .plan-section-wrapper .plan-section {
    inline-size: 100%;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    -webkit-margin-after: 50px;
    margin-block-end: 50px
}

.plan-details-page[dir=ltr] .plan-section-wrapper .plan-section,
[dir=ltr] .plan-details-page .plan-section-wrapper .plan-section {
    width: 100%;
    padding-right: 10px;
    margin-bottom: 50px
}

.plan-details-page[dir=rtl] .plan-section-wrapper .plan-section,
[dir=rtl] .plan-details-page .plan-section-wrapper .plan-section {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 50px
}

.plan-details-page .plan-section-wrapper .plan-section:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.plan-details-page[dir=ltr] .plan-section-wrapper .plan-section:last-child,
.plan-details-page[dir=rtl] .plan-section-wrapper .plan-section:last-child,
[dir=ltr] .plan-details-page .plan-section-wrapper .plan-section:last-child,
[dir=rtl] .plan-details-page .plan-section-wrapper .plan-section:last-child {
    margin-bottom: 0
}

@media (min-width:1165px) {
    .plan-details-page .plan-section-wrapper .plan-section {
        inline-size: 50%;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }
    .plan-details-page[dir=ltr] .plan-section-wrapper .plan-section,
    .plan-details-page[dir=rtl] .plan-section-wrapper .plan-section,
    [dir=ltr] .plan-details-page .plan-section-wrapper .plan-section,
    [dir=rtl] .plan-details-page .plan-section-wrapper .plan-section {
        width: 50%;
        margin-bottom: 0
    }
}

@media (max-width:759px) {
    .plan-details-page .plan-section-wrapper .plan-section {
        -webkit-padding-end: 25px;
        padding-inline-end: 25px
    }
    .plan-details-page[dir=ltr] .plan-section-wrapper .plan-section,
    [dir=ltr] .plan-details-page .plan-section-wrapper .plan-section {
        padding-right: 25px
    }
    .plan-details-page[dir=rtl] .plan-section-wrapper .plan-section,
    [dir=rtl] .plan-details-page .plan-section-wrapper .plan-section {
        padding-left: 25px
    }
}

.plan-details-page .plan-section-wrapper .plan-section:not(.change-plan) .border-box {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-border-end: 0;
    border-inline-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0
}

.plan-details-page[dir=ltr] .plan-section-wrapper .plan-section:not(.change-plan) .border-box,
[dir=ltr] .plan-details-page .plan-section-wrapper .plan-section:not(.change-plan) .border-box {
    padding-right: 0;
    border-right: 0;
    margin-top: 0
}

.plan-details-page[dir=rtl] .plan-section-wrapper .plan-section:not(.change-plan) .border-box,
[dir=rtl] .plan-details-page .plan-section-wrapper .plan-section:not(.change-plan) .border-box {
    padding-left: 0;
    border-left: 0;
    margin-top: 0
}

@media (min-width:1165px) {
    .plan-details-page .plan-section-wrapper .plan-section:not(.change-plan) .border-box {
        -webkit-padding-end: 40px;
        padding-inline-end: 40px;
        -webkit-border-end: solid 1px var(--theme-color-fillSecondary);
        border-inline-end: solid 1px var(--theme-color-fillSecondary)
    }
    .plan-details-page[dir=ltr] .plan-section-wrapper .plan-section:not(.change-plan) .border-box,
    [dir=ltr] .plan-details-page .plan-section-wrapper .plan-section:not(.change-plan) .border-box {
        padding-right: 40px;
        border-right: 1px solid var(--theme-color-fillSecondary)
    }
    .plan-details-page[dir=rtl] .plan-section-wrapper .plan-section:not(.change-plan) .border-box,
    [dir=rtl] .plan-details-page .plan-section-wrapper .plan-section:not(.change-plan) .border-box {
        padding-left: 40px;
        border-left: 1px solid var(--theme-color-fillSecondary)
    }
}

.plan-details-page .plan-section-wrapper .change-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1165px) {
    .plan-details-page .plan-section-wrapper .change-plan {
        -webkit-padding-start: 40px;
        padding-inline-start: 40px
    }
    .plan-details-page[dir=ltr] .plan-section-wrapper .change-plan,
    [dir=ltr] .plan-details-page .plan-section-wrapper .change-plan {
        padding-left: 40px
    }
    .plan-details-page[dir=rtl] .plan-section-wrapper .change-plan,
    [dir=rtl] .plan-details-page .plan-section-wrapper .change-plan {
        padding-right: 40px
    }
}

.plan-details-page .plan-section-wrapper .upgrade-plan.is-hidden {
    opacity: 0;
    visibility: hidden;
    block-size: 0
}

.plan-details-page[dir=ltr] .plan-section-wrapper .upgrade-plan.is-hidden,
.plan-details-page[dir=rtl] .plan-section-wrapper .upgrade-plan.is-hidden,
[dir=ltr] .plan-details-page .plan-section-wrapper .upgrade-plan.is-hidden,
[dir=rtl] .plan-details-page .plan-section-wrapper .upgrade-plan.is-hidden {
    height: 0
}

.plan-details-page .page-header .application-content {
    -webkit-padding-after: 0;
    padding-block-end: 0
}

.plan-details-page[dir=ltr] .page-header .application-content,
.plan-details-page[dir=rtl] .page-header .application-content,
[dir=ltr] .plan-details-page .page-header .application-content,
[dir=rtl] .plan-details-page .page-header .application-content {
    padding-bottom: 0
}

@media (max-width:759px) {
    .plan-details-page .page-header {
        padding-inline: 25px
    }
    .plan-details-page[dir=ltr] .page-header,
    .plan-details-page[dir=rtl] .page-header,
    [dir=ltr] .plan-details-page .page-header,
    [dir=rtl] .plan-details-page .page-header {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width:759px) {
    .plan-details-page .plan-details-page-first-row {
        padding-inline: 25px
    }
    .plan-details-page[dir=ltr] .plan-details-page-first-row,
    .plan-details-page[dir=rtl] .plan-details-page-first-row,
    [dir=ltr] .plan-details-page .plan-details-page-first-row,
    [dir=rtl] .plan-details-page .plan-details-page-first-row {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width:759px) {
    .plan-details-page .sandwich-menu {
        -webkit-padding-start: 10px;
        padding-inline-start: 10px
    }
    .plan-details-page[dir=ltr] .sandwich-menu,
    [dir=ltr] .plan-details-page .sandwich-menu {
        padding-left: 10px
    }
    .plan-details-page[dir=rtl] .sandwich-menu,
    [dir=rtl] .plan-details-page .sandwich-menu {
        padding-right: 10px
    }
}

.maildrop-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-before: 35px;
    padding-block-start: 35px;
    inline-size: 100%
}

.maildrop-page[dir=ltr],
.maildrop-page[dir=rtl],
[dir=ltr] .maildrop-page,
[dir=rtl] .maildrop-page {
    padding-top: 35px;
    width: 100%
}

.maildrop-page ui-button.block {
    block-size: 44px;
    padding-block: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.maildrop-page[dir=ltr] ui-button.block,
.maildrop-page[dir=rtl] ui-button.block,
[dir=ltr] .maildrop-page ui-button.block,
[dir=rtl] .maildrop-page ui-button.block {
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px
}

.maildrop-page .header-section {
    max-inline-size: 345px
}

.maildrop-page[dir=ltr] .header-section,
.maildrop-page[dir=rtl] .header-section,
[dir=ltr] .maildrop-page .header-section,
[dir=rtl] .maildrop-page .header-section {
    max-width: 345px
}

.maildrop-page .header-section .header-image {
    fill: var(--theme-color-systemBlue)
}

.maildrop-page .header-section h2 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px
}

[apple-system-font-capable] .maildrop-page .header-section h2 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.maildrop-page .header-section p {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    -webkit-margin-after: 50px;
    margin-block-end: 50px
}

.maildrop-page[dir=ltr] .header-section p,
.maildrop-page[dir=rtl] .header-section p,
[dir=ltr] .maildrop-page .header-section p,
[dir=rtl] .maildrop-page .header-section p {
    margin-top: 15px;
    margin-bottom: 50px
}

[apple-system-font-capable] .maildrop-page .header-section p {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.maildrop-page .header-section .maildrop-details {
    background-color: var(--theme-color-backgroundLayer1);
    inline-size: 315px;
    block-size: 180px;
    padding-block: 30px;
    padding-inline: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px
}

.maildrop-page[dir=ltr] .header-section .maildrop-details,
.maildrop-page[dir=rtl] .header-section .maildrop-details,
[dir=ltr] .maildrop-page .header-section .maildrop-details,
[dir=rtl] .maildrop-page .header-section .maildrop-details {
    width: 315px;
    height: 180px;
    padding: 30px 20px
}

.maildrop-page .header-section .maildrop-details .item-title {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    inline-size: 100%
}

.maildrop-page[dir=ltr] .header-section .maildrop-details .item-title,
.maildrop-page[dir=rtl] .header-section .maildrop-details .item-title,
[dir=ltr] .maildrop-page .header-section .maildrop-details .item-title,
[dir=rtl] .maildrop-page .header-section .maildrop-details .item-title {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%
}

[apple-system-font-capable] .maildrop-page .header-section .maildrop-details .item-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.maildrop-page .header-section .maildrop-details .item-description {
    color: var(--theme-color-labelSecondary);
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px
}

[apple-system-font-capable] .maildrop-page .header-section .maildrop-details .item-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.maildrop-page .bottom-section {
    -webkit-margin-before: 70px;
    margin-block-start: 70px;
    inline-size: 520px
}

.maildrop-page[dir=ltr] .bottom-section,
.maildrop-page[dir=rtl] .bottom-section,
[dir=ltr] .maildrop-page .bottom-section,
[dir=rtl] .maildrop-page .bottom-section {
    margin-top: 70px;
    width: 520px
}

@media (max-width:759px) {
    .maildrop-page .bottom-section {
        inline-size: 315px
    }
    .maildrop-page[dir=ltr] .bottom-section,
    .maildrop-page[dir=rtl] .bottom-section,
    [dir=ltr] .maildrop-page .bottom-section,
    [dir=rtl] .maildrop-page .bottom-section {
        width: 315px
    }
}

.maildrop-page .bottom-section .buttons-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.maildrop-page .bottom-section .buttons-row ui-button.block {
    min-inline-size: 250px
}

.maildrop-page[dir=ltr] .bottom-section .buttons-row ui-button.block,
.maildrop-page[dir=rtl] .bottom-section .buttons-row ui-button.block,
[dir=ltr] .maildrop-page .bottom-section .buttons-row ui-button.block,
[dir=rtl] .maildrop-page .bottom-section .buttons-row ui-button.block {
    min-width: 250px
}

@media (max-width:759px) {
    .maildrop-page .bottom-section .buttons-row ui-button.block {
        max-inline-size: 100%
    }
    .maildrop-page[dir=ltr] .bottom-section .buttons-row ui-button.block,
    .maildrop-page[dir=rtl] .bottom-section .buttons-row ui-button.block,
    [dir=ltr] .maildrop-page .bottom-section .buttons-row ui-button.block,
    [dir=rtl] .maildrop-page .bottom-section .buttons-row ui-button.block {
        max-width: 100%
    }
}

.maildrop-page .bottom-section .buttons-row ui-button:nth-child(2) {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.maildrop-page[dir=ltr] .bottom-section .buttons-row ui-button:nth-child(2),
[dir=ltr] .maildrop-page .bottom-section .buttons-row ui-button:nth-child(2) {
    margin-left: 20px;
    margin-bottom: 0
}

.maildrop-page[dir=rtl] .bottom-section .buttons-row ui-button:nth-child(2),
[dir=rtl] .maildrop-page .bottom-section .buttons-row ui-button:nth-child(2) {
    margin-right: 20px;
    margin-bottom: 0
}

@media (max-width:759px) {
    .maildrop-page .bottom-section .buttons-row ui-button:nth-child(2) {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
    .maildrop-page[dir=ltr] .bottom-section .buttons-row ui-button:nth-child(2),
    [dir=ltr] .maildrop-page .bottom-section .buttons-row ui-button:nth-child(2) {
        margin-left: 0;
        margin-bottom: 20px
    }
    .maildrop-page[dir=rtl] .bottom-section .buttons-row ui-button:nth-child(2),
    [dir=rtl] .maildrop-page .bottom-section .buttons-row ui-button:nth-child(2) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width:759px) {
    .maildrop-page .bottom-section .buttons-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.share-acceptance-error-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-before: 35px;
    padding-block-start: 35px;
    inline-size: 100%
}

.share-acceptance-error-page[dir=ltr],
.share-acceptance-error-page[dir=rtl],
[dir=ltr] .share-acceptance-error-page,
[dir=rtl] .share-acceptance-error-page {
    padding-top: 35px;
    width: 100%
}

.share-acceptance-error-page .header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:759px) {
    .share-acceptance-error-page .header-section {
        max-inline-size: 90vw
    }
    .share-acceptance-error-page[dir=ltr] .header-section,
    .share-acceptance-error-page[dir=rtl] .header-section,
    [dir=ltr] .share-acceptance-error-page .header-section,
    [dir=rtl] .share-acceptance-error-page .header-section {
        max-width: 90vw
    }
}

.share-acceptance-error-page .header-section .header-image {
    fill: var(--theme-color-systemBlue)
}

.share-acceptance-error-page .header-section h2 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px
}

[apple-system-font-capable] .share-acceptance-error-page .header-section h2 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.share-acceptance-error-page .header-section .error-details {
    background-color: var(--theme-color-backgroundLayer1);
    -webkit-margin-before: 50px;
    margin-block-start: 50px;
    block-size: 140px;
    padding-block: 30px;
    padding-inline: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    inline-size: 375px
}

.share-acceptance-error-page[dir=ltr] .header-section .error-details,
.share-acceptance-error-page[dir=rtl] .header-section .error-details,
[dir=ltr] .share-acceptance-error-page .header-section .error-details,
[dir=rtl] .share-acceptance-error-page .header-section .error-details {
    margin-top: 50px;
    height: 140px;
    width: 375px;
    padding: 30px 20px
}

@media (max-width:759px) {
    .share-acceptance-error-page .header-section .error-details {
        block-size: auto;
        max-inline-size: 90vw
    }
    .share-acceptance-error-page[dir=ltr] .header-section .error-details,
    .share-acceptance-error-page[dir=rtl] .header-section .error-details,
    [dir=ltr] .share-acceptance-error-page .header-section .error-details,
    [dir=rtl] .share-acceptance-error-page .header-section .error-details {
        height: auto;
        max-width: 90vw
    }
}

.share-acceptance-error-page .header-section .error-details .error-title {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    color: #bf4800;
    white-space: wrap;
    overflow: visible;
    inline-size: 100%
}

.share-acceptance-error-page[dir=ltr] .header-section .error-details .error-title,
.share-acceptance-error-page[dir=rtl] .header-section .error-details .error-title,
[dir=ltr] .share-acceptance-error-page .header-section .error-details .error-title,
[dir=rtl] .share-acceptance-error-page .header-section .error-details .error-title {
    margin-bottom: 10px;
    width: 100%
}

[apple-system-font-capable] .share-acceptance-error-page .header-section .error-details .error-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.share-acceptance-error-page .header-section .error-details .error-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: var(--theme-color-labelSecondary)
}

[apple-system-font-capable] .share-acceptance-error-page .header-section .error-details .error-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.reminders-template-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-before: 35px;
    padding-block-start: 35px;
    inline-size: 100%
}

.reminders-template-page[dir=ltr],
.reminders-template-page[dir=rtl],
[dir=ltr] .reminders-template-page,
[dir=rtl] .reminders-template-page {
    padding-top: 35px;
    width: 100%
}

.reminders-template-page:not(.spinner-view) {
    margin: 0
}

.reminders-template-page .share-contant-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.reminders-template-page .share-contant-container,
.reminders-template-page .share-contant-container ui-button.block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reminders-template-page .share-contant-container ui-button.block {
    block-size: 44px;
    padding-block: 10px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reminders-template-page[dir=ltr] .share-contant-container ui-button.block,
.reminders-template-page[dir=rtl] .share-contant-container ui-button.block,
[dir=ltr] .reminders-template-page .share-contant-container ui-button.block,
[dir=rtl] .reminders-template-page .share-contant-container ui-button.block {
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px
}

.reminders-template-page .share-contant-container .header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-inline-size: 345px
}

.reminders-template-page[dir=ltr] .share-contant-container .header-section,
.reminders-template-page[dir=rtl] .share-contant-container .header-section,
[dir=ltr] .reminders-template-page .share-contant-container .header-section,
[dir=rtl] .reminders-template-page .share-contant-container .header-section {
    max-width: 345px
}

.reminders-template-page .share-contant-container .header-section .header-image {
    fill: var(--theme-color-systemBlue)
}

.reminders-template-page .share-contant-container .header-section h2 {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    -webkit-margin-after: 75px;
    margin-block-end: 75px
}

.reminders-template-page[dir=ltr] .share-contant-container .header-section h2,
.reminders-template-page[dir=rtl] .share-contant-container .header-section h2,
[dir=ltr] .reminders-template-page .share-contant-container .header-section h2,
[dir=rtl] .reminders-template-page .share-contant-container .header-section h2 {
    margin-bottom: 75px
}

[apple-system-font-capable] .reminders-template-page .share-contant-container .header-section h2 {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.reminders-template-page .share-contant-container .header-section .sharing-details {
    inline-size: 315px;
    block-size: 180px;
    padding-block: 30px;
    padding-inline: 20px;
    background-color: var(--theme-color-gray6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px
}

.reminders-template-page[dir=ltr] .share-contant-container .header-section .sharing-details,
.reminders-template-page[dir=rtl] .share-contant-container .header-section .sharing-details,
[dir=ltr] .reminders-template-page .share-contant-container .header-section .sharing-details,
[dir=rtl] .reminders-template-page .share-contant-container .header-section .sharing-details {
    width: 315px;
    height: 180px;
    padding: 30px 20px
}

.reminders-template-page .share-contant-container .header-section .sharing-details .sharing-title {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    inline-size: 100%
}

.reminders-template-page[dir=ltr] .share-contant-container .header-section .sharing-details .sharing-title,
.reminders-template-page[dir=rtl] .share-contant-container .header-section .sharing-details .sharing-title,
[dir=ltr] .reminders-template-page .share-contant-container .header-section .sharing-details .sharing-title,
[dir=rtl] .reminders-template-page .share-contant-container .header-section .sharing-details .sharing-title {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%
}

[apple-system-font-capable] .reminders-template-page .share-contant-container .header-section .sharing-details .sharing-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.reminders-template-page .share-contant-container .header-section .sharing-details .sharing-item-description {
    color: var(--theme-color-labelSecondary);
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px
}

[apple-system-font-capable] .reminders-template-page .share-contant-container .header-section .sharing-details .sharing-item-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.reminders-template-page .share-contant-container .header-section .sharing-details .icon {
    max-block-size: 40px
}

.reminders-template-page[dir=ltr] .share-contant-container .header-section .sharing-details .icon,
.reminders-template-page[dir=rtl] .share-contant-container .header-section .sharing-details .icon,
[dir=ltr] .reminders-template-page .share-contant-container .header-section .sharing-details .icon,
[dir=rtl] .reminders-template-page .share-contant-container .header-section .sharing-details .icon {
    max-height: 40px
}

.reminders-template-page .share-contant-container .header-section .disabled {
    opacity: .7
}

.reminders-template-page .share-contant-container .bottom-section {
    -webkit-margin-before: 70px;
    margin-block-start: 70px;
    inline-size: 520px
}

.reminders-template-page[dir=ltr] .share-contant-container .bottom-section,
.reminders-template-page[dir=rtl] .share-contant-container .bottom-section,
[dir=ltr] .reminders-template-page .share-contant-container .bottom-section,
[dir=rtl] .reminders-template-page .share-contant-container .bottom-section {
    margin-top: 70px;
    width: 520px
}

@media (max-width:759px) {
    .reminders-template-page .share-contant-container .bottom-section {
        inline-size: 315px
    }
    .reminders-template-page[dir=ltr] .share-contant-container .bottom-section,
    .reminders-template-page[dir=rtl] .share-contant-container .bottom-section,
    [dir=ltr] .reminders-template-page .share-contant-container .bottom-section,
    [dir=rtl] .reminders-template-page .share-contant-container .bottom-section {
        width: 315px
    }
}

.reminders-template-page .share-contant-container .bottom-section .buttons-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reminders-template-page .share-contant-container .bottom-section .buttons-row ui-button.block {
    max-inline-size: 315px
}

.reminders-template-page[dir=ltr] .share-contant-container .bottom-section .buttons-row ui-button.block,
.reminders-template-page[dir=rtl] .share-contant-container .bottom-section .buttons-row ui-button.block,
[dir=ltr] .reminders-template-page .share-contant-container .bottom-section .buttons-row ui-button.block,
[dir=rtl] .reminders-template-page .share-contant-container .bottom-section .buttons-row ui-button.block {
    max-width: 315px
}

@media (max-width:759px) {
    .reminders-template-page .share-contant-container .bottom-section .buttons-row ui-button.block {
        max-inline-size: 100%
    }
    .reminders-template-page[dir=ltr] .share-contant-container .bottom-section .buttons-row ui-button.block,
    .reminders-template-page[dir=rtl] .share-contant-container .bottom-section .buttons-row ui-button.block,
    [dir=ltr] .reminders-template-page .share-contant-container .bottom-section .buttons-row ui-button.block,
    [dir=rtl] .reminders-template-page .share-contant-container .bottom-section .buttons-row ui-button.block {
        max-width: 100%
    }
}

@media (max-width:759px) {
    .reminders-template-page .share-contant-container .bottom-section .buttons-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.reminders-template-page .share-contant-container .bottom-section .download-add-description {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    color: var(--theme-color-labelSecondary)
}

.reminders-template-page[dir=ltr] .share-contant-container .bottom-section .download-add-description,
.reminders-template-page[dir=rtl] .share-contant-container .bottom-section .download-add-description,
[dir=ltr] .reminders-template-page .share-contant-container .bottom-section .download-add-description,
[dir=rtl] .reminders-template-page .share-contant-container .bottom-section .download-add-description {
    margin-top: 30px;
    margin-bottom: 10px
}

[apple-system-font-capable] .reminders-template-page .share-contant-container .bottom-section .download-add-description {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.terms-and-conditions-success-confirmation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.terms-and-conditions-success-confirmation>.content {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #49494d
}

[apple-system-font-capable] .terms-and-conditions-success-confirmation>.content {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.terms-and-conditions-success-confirmation>.content>.title-text {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin: logical 20px 20px 0
}

.terms-and-conditions-success-confirmation[dir=ltr]>.content>.title-text,
.terms-and-conditions-success-confirmation[dir=rtl]>.content>.title-text,
[dir=ltr] .terms-and-conditions-success-confirmation>.content>.title-text,
[dir=rtl] .terms-and-conditions-success-confirmation>.content>.title-text {
    margin: 20px 20px 0
}

[apple-system-font-capable] .terms-and-conditions-success-confirmation>.content>.title-text {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.terms-and-conditions-success-confirmation>.content>.description-text {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: logical 20px 20px 0
}

.terms-and-conditions-success-confirmation[dir=ltr]>.content>.description-text,
.terms-and-conditions-success-confirmation[dir=rtl]>.content>.description-text,
[dir=ltr] .terms-and-conditions-success-confirmation>.content>.description-text,
[dir=rtl] .terms-and-conditions-success-confirmation>.content>.description-text {
    margin: 20px 20px 0
}

[apple-system-font-capable] .terms-and-conditions-success-confirmation>.content>.description-text {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.terms-and-conditions-success-confirmation>.content>.cw-button {
    display: inline-block;
    margin: logical 25px 20px 20px;
    padding: logical 10px 10px 7px;
    min-inline-size: 200px;
    max-inline-size: 80%;
    background: #fff;
    border: 2px solid #49494d;
    border-radius: 10px
}

.terms-and-conditions-success-confirmation[dir=ltr]>.content>.cw-button,
.terms-and-conditions-success-confirmation[dir=rtl]>.content>.cw-button,
[dir=ltr] .terms-and-conditions-success-confirmation>.content>.cw-button,
[dir=rtl] .terms-and-conditions-success-confirmation>.content>.cw-button {
    min-width: 200px;
    max-width: 80%;
    margin: 25px 20px 20px;
    padding: 10px 10px 7px
}

.terms-and-conditions-success-confirmation>.content>.cw-button>.title {
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #49494d
}

[apple-system-font-capable] .terms-and-conditions-success-confirmation>.content>.cw-button>.title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

.terms-and-conditions-success-confirmation>.content>.cw-button.cw-being-pressed,
.terms-and-conditions-success-confirmation>.content>.cw-button.dismissal-key-down {
    background: #49494d
}

.terms-and-conditions-success-confirmation>.content>.cw-button.cw-being-pressed>.title,
.terms-and-conditions-success-confirmation>.content>.cw-button.dismissal-key-down>.title {
    color: #fff
}

@-webkit-keyframes icloud-keyframes-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes icloud-keyframes-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes icloud-keyframes-fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes icloud-keyframes-fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes icloud-keyframes-slideIn {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes icloud-keyframes-slideIn {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes icloud-keyframes-slideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes icloud-keyframes-slideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes icloud-keyframes-fadeInAndScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes icloud-keyframes-fadeInAndScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes icloud-keyframes-scaleWithBriefFade {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    80% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes icloud-keyframes-scaleWithBriefFade {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    80% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes icloud-keyframes-fadeInAndBarelyScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes icloud-keyframes-fadeInAndBarelyScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes icloud-keyframes-noop {
    to {
        opacity: 1
    }
}

@keyframes icloud-keyframes-noop {
    to {
        opacity: 1
    }
}

.terms-and-conditions-container {
    justify-self: center
}

.terms-and-conditions,
.terms-and-conditions-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.terms-and-conditions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    max-inline-size: 660px
}

.terms-and-conditions[dir=ltr],
.terms-and-conditions[dir=rtl],
[dir=ltr] .terms-and-conditions,
[dir=rtl] .terms-and-conditions {
    max-width: 660px
}

@media (max-width:759px) {
    .terms-and-conditions {
        max-inline-size: 100%
    }
    .terms-and-conditions[dir=ltr],
    .terms-and-conditions[dir=rtl],
    [dir=ltr] .terms-and-conditions,
    [dir=rtl] .terms-and-conditions {
        max-width: 100%
    }
}

.terms-and-conditions .cloud-image {
    -webkit-margin-after: 16px;
    margin-block-end: 16px;
    min-block-size: 54px
}

.terms-and-conditions[dir=ltr] .cloud-image,
.terms-and-conditions[dir=rtl] .cloud-image,
[dir=ltr] .terms-and-conditions .cloud-image,
[dir=rtl] .terms-and-conditions .cloud-image {
    margin-bottom: 16px;
    min-height: 54px
}

.terms-and-conditions .download-link-in-header {
    display: none
}

.terms-and-conditions .terms-header {
    -webkit-margin-after: 50px;
    margin-block-end: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.terms-and-conditions[dir=ltr] .terms-header,
.terms-and-conditions[dir=rtl] .terms-header,
[dir=ltr] .terms-and-conditions .terms-header,
[dir=rtl] .terms-and-conditions .terms-header {
    margin-bottom: 50px
}

.terms-and-conditions .terms-header .terms-header-title {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px
}

[apple-system-font-capable] .terms-and-conditions .terms-header .terms-header-title {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .terms-and-conditions .terms-header .terms-header-title {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px
    }
    [apple-system-font-capable] .terms-and-conditions .terms-header .terms-header-title {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.terms-and-conditions .terms-header .terms-header-title .china-terms-and-conditions-branding {
    font-family: SF Pro Display, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    display: inline-block;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px
}

.terms-and-conditions[dir=ltr] .terms-header .terms-header-title .china-terms-and-conditions-branding,
[dir=ltr] .terms-and-conditions .terms-header .terms-header-title .china-terms-and-conditions-branding {
    margin-bottom: 0;
    margin-left: 5px
}

.terms-and-conditions[dir=rtl] .terms-header .terms-header-title .china-terms-and-conditions-branding,
[dir=rtl] .terms-and-conditions .terms-header .terms-header-title .china-terms-and-conditions-branding {
    margin-bottom: 0;
    margin-right: 5px
}

[apple-system-font-capable] .terms-and-conditions .terms-header .terms-header-title .china-terms-and-conditions-branding {
    font-family: system-ui, Helvetica Neue, sans-serif
}

@media (max-width:759px) {
    .terms-and-conditions .terms-header .terms-header-title .china-terms-and-conditions-branding {
        font-family: SF Pro Display, Helvetica Neue, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px
    }
    [apple-system-font-capable] .terms-and-conditions .terms-header .terms-header-title .china-terms-and-conditions-branding {
        font-family: system-ui, Helvetica Neue, sans-serif
    }
    body {
        text-rendering: optimizeLegibility
    }
}

.terms-and-conditions .content-scroll {
    border-block: 1px solid var(--theme-color-fillQuaternary);
    border-inline: 1px solid var(--theme-color-fillQuaternary);
    font-family: SF Pro Text, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    background-color: var(--theme-color-backgroundLayer1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    inline-size: 660px;
    block-size: 520px;
    border-radius: 12px;
    padding: 30px;
    color: var(--theme-color-labelPrimary)
}

.terms-and-conditions[dir=ltr] .content-scroll,
.terms-and-conditions[dir=rtl] .content-scroll,
[dir=ltr] .terms-and-conditions .content-scroll,
[dir=rtl] .terms-and-conditions .content-scroll {
    width: 660px;
    height: 520px;
    border: 1px solid var(--theme-color-fillQuaternary)
}

[apple-system-font-capable] .terms-and-conditions .content-scroll {
    font-family: system-ui, Helvetica Neue, sans-serif
}

body {
    text-rendering: optimizeLegibility
}

@media (max-width:759px) {
    .terms-and-conditions .content-scroll {
        inline-size: 335px;
        block-size: 377px;
        padding-inline: 20px;
        -webkit-padding-before: 20px;
        padding-block-start: 20px
    }
    .terms-and-conditions[dir=ltr] .content-scroll,
    .terms-and-conditions[dir=rtl] .content-scroll,
    [dir=ltr] .terms-and-conditions .content-scroll,
    [dir=rtl] .terms-and-conditions .content-scroll {
        width: 335px;
        height: 377px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.terms-and-conditions .content-scroll .china-terms-label:first-child {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.terms-and-conditions[dir=ltr] .content-scroll .china-terms-label:first-child,
.terms-and-conditions[dir=rtl] .content-scroll .china-terms-label:first-child,
[dir=ltr] .terms-and-conditions .content-scroll .china-terms-label:first-child,
[dir=rtl] .terms-and-conditions .content-scroll .china-terms-label:first-child {
    margin-bottom: 20px
}

.terms-and-conditions .terms-footer {
    inline-size: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.terms-and-conditions[dir=ltr] .terms-footer,
.terms-and-conditions[dir=rtl] .terms-footer,
[dir=ltr] .terms-and-conditions .terms-footer,
[dir=rtl] .terms-and-conditions .terms-footer {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 20px
}

@media (max-width:759px) {
    .terms-and-conditions .terms-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.terms-and-conditions .terms-footer.china {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.terms-and-conditions .terms-footer ui-button.block {
    block-size: 36px;
    inline-size: 150px;
    padding-block: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.terms-and-conditions[dir=ltr] .terms-footer ui-button.block,
.terms-and-conditions[dir=rtl] .terms-footer ui-button.block,
[dir=ltr] .terms-and-conditions .terms-footer ui-button.block,
[dir=rtl] .terms-and-conditions .terms-footer ui-button.block {
    height: 36px;
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width:759px) {
    .terms-and-conditions .terms-footer ui-button.block {
        inline-size: 275px
    }
    .terms-and-conditions[dir=ltr] .terms-footer ui-button.block,
    .terms-and-conditions[dir=rtl] .terms-footer ui-button.block,
    [dir=ltr] .terms-and-conditions .terms-footer ui-button.block,
    [dir=rtl] .terms-and-conditions .terms-footer ui-button.block {
        width: 275px
    }
}

.terms-and-conditions .terms-footer .button-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:759px) {
    .terms-and-conditions .terms-footer .button-groups {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.terms-and-conditions .terms-footer .button-groups ui-button.block.disagree-button {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px
}

.terms-and-conditions[dir=ltr] .terms-footer .button-groups ui-button.block.disagree-button,
[dir=ltr] .terms-and-conditions .terms-footer .button-groups ui-button.block.disagree-button {
    margin-right: 15px
}

.terms-and-conditions[dir=rtl] .terms-footer .button-groups ui-button.block.disagree-button,
[dir=rtl] .terms-and-conditions .terms-footer .button-groups ui-button.block.disagree-button {
    margin-left: 15px
}

@media (max-width:759px) {
    .terms-and-conditions .terms-footer .button-groups ui-button.block.disagree-button {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-before: 15px;
        margin-block-start: 15px;
        -webkit-margin-after: 35px;
        margin-block-end: 35px
    }
    .terms-and-conditions[dir=ltr] .terms-footer .button-groups ui-button.block.disagree-button,
    [dir=ltr] .terms-and-conditions .terms-footer .button-groups ui-button.block.disagree-button {
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 35px
    }
    .terms-and-conditions[dir=rtl] .terms-footer .button-groups ui-button.block.disagree-button,
    [dir=rtl] .terms-and-conditions .terms-footer .button-groups ui-button.block.disagree-button {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 35px
    }
}

ui-pane-backdrop.top-visible.for-ui-alert.disable-animation {
    -webkit-animation: none;
    animation: none
}

ui-alert-content .description a {
    text-decoration: none
}

.chunk-loading-page {
    block-size: 100%
}

.chunk-loading-page[dir=ltr],
.chunk-loading-page[dir=rtl],
[dir=ltr] .chunk-loading-page,
[dir=rtl] .chunk-loading-page {
    height: 100%
}

.chunk-loading-page .spinner-container {
    inline-size: 100%;
    block-size: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chunk-loading-page[dir=ltr] .spinner-container,
.chunk-loading-page[dir=rtl] .spinner-container,
[dir=ltr] .chunk-loading-page .spinner-container,
[dir=rtl] .chunk-loading-page .spinner-container {
    width: 100%;
    height: 100%
}