.container {
    overflow: hidden;
    padding: 44px 16px;
    -webkit-user-select: none;
    width: 100%;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none
}

.container.container--landing-page .install-btn__install,
.container:not(.container--landing-page)[data-type=INSTALL] .install-btn__ing,
.container:not(.container--landing-page)[data-type=LANDING_PAGE] .install-btn__install {
    display: flex
}

.container:not(.container--landing-page)[data-type=INSTALLING] .install-btn {
    opacity: .4
}

.container:not(.container--landing-page)[data-type=INSTALLING] .install-btn__ing {
    display: flex
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__icon--img {
    height: 100% !important;
    width: 100% !important
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__icon--loading {
    opacity: 1;
    visibility: visible
}

.container:not(.container--landing-page)[data-type=PLAY] .install-btn__play {
    display: flex
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__info-description,
.container:not(.container--landing-page)[data-type=PLAY] .header__info-description {
    display: none
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__info-progress,
.container:not(.container--landing-page)[data-type=PLAY] .header__info-progress {
    display: block
}

.header {
    display: flex;
    margin-bottom: 28px;
    min-height: 78px
}

.header__icon {
    align-items: center;
    display: flex;
    height: 74px;
    justify-content: center;
    position: relative;
    width: 74px
}

[dir=ltr] .header__icon {
    margin-right: 22px
}

[dir=rtl] .header__icon {
    margin-left: 22px
}

.header__icon--img {
    border-radius: 20%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    overflow: visible;
    transition: all .35s;
    width: 100%
}

.header__icon--loading {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 5
}

[dir=ltr] .header__icon--loading {
    left: 0
}

[dir=rtl] .header__icon--loading {
    right: 0
}

.header__icon--loading svg {
    animation: loading-rotate 2s linear infinite;
    color: var(--theme-color);
    display: block;
    height: 100%;
    width: 100%
}

.header__icon--loading svg circle {
    stroke: currentColor;
    stroke-width: 2px;
    stroke-linecap: round;
    animation: loading-circular 1.5s ease-in-out infinite
}

.header__info {
    flex: 1;
    overflow: hidden
}

.header__info-title {
    color: var(--text-color);
    min-height: 32px;
    overflow-wrap: anywhere;
    word-break: keep-all
}

.header__info-title span {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0
}

.header__info-title-tag {
    display: inline-block;
    height: 20px;
    vertical-align: baseline;
    width: 20px
}

[dir=ltr] .header__info-title-tag {
    margin-left: 3px
}

[dir=rtl] .header__info-title-tag {
    margin-right: 3px
}

.header__info-description {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px
}

.header__info-progress {
    color: #333;
    display: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 3px
}

.header__info-play {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 14px
}

.header__info-play .security-icon {
    width: 10px
}

[dir=ltr] .header__info-play .security-icon {
    margin-right: 4px
}

[dir=rtl] .header__info-play .security-icon {
    margin-left: 4px
}

.info {
    margin-bottom: 38px;
    min-height: 42px;
    overflow-x: auto;
    overflow-y: hidden
}

.info::-webkit-scrollbar {
    display: none
}

.info__view__wrap {
    display: flex;
    width: -moz-max-content;
    width: max-content
}

.info__view {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.info__view:before {
    background: #ebebeb;
    bottom: 0;
    content: "";
    height: 27px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 1px
}

[dir=ltr] .info__view:before {
    left: 0
}

[dir=rtl] .info__view:before {
    right: 0
}

[dir=ltr] .info__view:first-child {
    padding-left: 0
}

[dir=rtl] .info__view:first-child {
    padding-right: 0
}

.info__view:first-child:before {
    display: none
}

[dir=ltr] .info__view:first-child:before {
    padding-left: 0
}

[dir=rtl] .info__view:first-child:before {
    padding-right: 0
}

.info__view-value {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 6px
}

.info__view-sui,
.info__view-value {
    align-items: center;
    color: var(--text-color);
    display: flex
}

.info__view-sui {
    border: 1px solid #020202;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    line-height: 14px;
    margin-bottom: 5px;
    min-width: 17px;
    padding: 0 2px
}

.info__view:nth-child(3) .info__view-choice {
    opacity: 0
}

.info__view-choice {
    height: 18px;
    margin-bottom: 6px;
    width: 18px
}

.info__view-icon {
    height: 15px;
    margin-bottom: 8px;
    width: 25px
}

.info__view-label {
    color: #606569;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

.install-btn {
    margin-bottom: 20px
}

.install-btn,
.install-btn__ing,
.install-btn__view {
    height: 54px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.install-btn__ing,
.install-btn__view {
    align-items: center;
    border-radius: 8px;
    color: #faff00;
    display: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    z-index: 1
}

.install-btn__ing img,
.install-btn__view img {
    display: block;
    height: 18px;
    width: 18px
}

[dir=ltr] .install-btn__ing span,
[dir=ltr] .install-btn__view span {
    margin-left: 4px
}

[dir=rtl] .install-btn__ing span,
[dir=rtl] .install-btn__view span {
    margin-right: 4px
}

.install-btn__view {
    color: #fff
}

.install-btn__ing,
.install-btn__view {
    background: var(--theme-color);
    justify-content: center
}

.install-btn__ing {
    align-items: center;
    display: none;
    flex-direction: column;
    height: auto;
    padding: 8px
}

.install-btn__ing__rapid {
    align-items: center;
    color: var(--install-text-color);
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    line-height: 21px
}

.install-btn__ing__rapid img {
    display: block;
    width: 12px
}

[dir=ltr] .install-btn__ing__rapid img {
    margin-right: 4px
}

[dir=rtl] .install-btn__ing__rapid img {
    margin-left: 4px
}

.install-btn__ing__countdown {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

.share-row {
    margin-bottom: 28px;
    min-height: 45px
}

.share-row,
.share-row__item {
    align-items: center;
    display: flex;
    justify-content: center
}

.share-row__item {
    margin: 12px;
    max-width: 220px;
    min-width: 120px
}

.share-row__item>img {
    flex: 0 0 17px;
    height: 20px;
    width: 17px
}

[dir=ltr] .share-row__item>img {
    margin-right: 10px
}

[dir=rtl] .share-row__item>img {
    margin-left: 10px
}

.share-row__item>div {
    color: #00a173;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden
}

.shiny-btn:after {
    animation: shiny-btn-anim 4s ease-in-out infinite;
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -180px;
    width: 30px
}

[dir=ltr] .shiny-btn:after {
    left: 0
}

[dir=rtl] .shiny-btn:after {
    right: 0
}

@keyframes shiny-btn-anim {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg)
    }
    70% {
        opacity: .5;
        transform: scale(0) rotate(45deg)
    }
    71% {
        opacity: 1;
        transform: scale(4) rotate(45deg)
    }
    to {
        opacity: 0;
        transform: scale(50) rotate(45deg)
    }
}

.footer__section {
    padding-top: 15px
}

.footer__section-title {
    color: #5f6368;
    font-size: 14px;
    font-weight: 500;
    padding-top: 14px
}

.footer__section-item {
    color: #606468;
    font-size: 14px;
    padding-top: 14px
}

.footer__bottom {
    color: #606468;
    font-size: 14px;
    margin-top: 53px
}

.footer__bottom:last-of-type {
    margin-top: 33px
}

.footer__tips {
    font-size: 12px;
    margin-top: 16px;
    text-align: center
}

.footer__tips .contact_each_other {
    color: rgba(96, 100, 104, .3);
    margin-top: 16px;
    text-decoration: underline
}

.flex {
    display: flex
}

.items-center {
    align-items: center
}

[dir=ltr] .mr-22 {
    margin-right: 22px
}

[dir=rtl] .mr-22 {
    margin-left: 22px
}

.line-clamp-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../font/PlusJakartaSans-Medium-f78ffc04acb877ce387e.ttf)
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../font/PlusJakartaSans-Regular-8b8f90ab0e945b1e795a.ttf)
}

*,
:after,
:before {
    border: 0 solid;
    box-sizing: border-box
}

html {
    box-sizing: border-box;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-family: Roboto, sans-serif;
    line-height: inherit;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility
}

body,
html {
    background-color: #fff
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    color: inherit;
    text-decoration: inherit
}

a:active,
a:focus {
    outline: none
}

a,
a:focus,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

::-webkit-file-upload-button {
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block
}

img,
video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

.dark {
    color-scheme: dark
}

label {
    font-weight: 700
}

div:focus {
    outline: none
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none !important
}

input[type=number] {
    -moz-appearance: textfield
}

:root {
    --theme-color: #028760;
    --install-text-color: #ffe336;
    --text-color: #202124;
    --text-color-main: #5f6368
}

.max-w {
    max-width: 750px;
    width: 100%
}

span.obfuscated-raw-text,
span.obfuscated-word {
    background-color: inherit !important;
    color: inherit !important;
    cursor: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: inherit !important;
    text-transform: inherit !important
}

span.obfuscated-word {
    display: inline-block
}

span.obfuscated-text {
    position: absolute;
    top: -99999px;
    z-index: -9999
}

[dir=ltr] span.obfuscated-text {
    right: 99999px
}

[dir=rtl] span.obfuscated-text {
    left: 99999px
}

body {
    margin: 0 auto;
    max-width: 750px;
    width: 100%
}

.layer__container.layer--visible .layer__body,
.layer__container.layer--visible .layer__mask {
    animation-name: fade-in
}

.layer__container.layer--hidden .layer__body {
    animation-duration: .15s
}

.layer__container.layer--hidden .layer__body,
.layer__container.layer--hidden .layer__mask {
    animation-name: fade-out
}

.layer__mask {
    animation-duration: .35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 500
}

[dir=ltr] .layer__mask {
    left: 0
}

[dir=rtl] .layer__mask {
    right: 0
}

.layer__body {
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
    position: fixed;
    top: 50%;
    visibility: hidden;
    z-index: 1000
}

[dir=ltr] .layer__body {
    left: 50%;
    transform: translate(-50%, -50%)
}

[dir=rtl] .layer__body {
    right: 50%;
    transform: translate(50%, -50%)
}

@keyframes fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120
    }
}

.rb-key {
    display: none;
    height: 0;
    width: 0
}

.rb-key,
.rb-loading {
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.rb-loading {
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 70%;
    min-height: 100px;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    white-space: pre-wrap;
    width: 100px;
    z-index: 2000
}

.rb-loading.loading--show {
    opacity: 1;
    visibility: visible
}

.rb-loading .loading__text {
    min-height: 0;
    min-width: 100px;
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content
}

.rb-loading .loading__icon {
    animation: loading-rotate 2s linear infinite;
    display: flex;
    height: 30px;
    margin-bottom: 8px;
    width: 30px
}

.rb-loading .loading__icon svg {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%
}

.rb-loading .loading__icon svg circle {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    animation: loading-circular 1s ease-in-out infinite
}

.rb-complaint-bar-container {
    background-color: #f0f3f8;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    width: 100%
}

.rb-complaint-bar-container>img {
    height: 20px;
    width: 20px
}

[dir=ltr] .rb-complaint-bar-container>img {
    margin-right: 4px
}

[dir=rtl] .rb-complaint-bar-container>img {
    margin-left: 4px
}

.rb-complaint-bar-container>span {
    color: #1f1f20;
    font-size: 14px
}

.rb-complaint-bar-container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rb-topbar,
.rb-topbar .topbar {
    height: 14.4vw;
    max-height: 108px
}

.rb-topbar .topbar {
    background-color: #fff;
    left: 0;
    margin: 0 auto;
    max-width: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.rb-topbar .topbar.active {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .3)
}

.progress {
    background-color: #e3e3e3;
    border-radius: 5px;
    flex: 1;
    height: 9px;
    max-width: 166px;
    overflow: hidden;
    width: 100%
}

[dir=ltr] .progress {
    margin-left: 14.5px
}

[dir=rtl] .progress {
    margin-right: 14.5px
}

.progress-bar {
    background: var(--theme-color);
    border-radius: 5px;
    height: 100%
}

/*# sourceMappingURL=../../source-map/css/install-2c341f97007b63a7692c.css.map*/
